Files
pytest2/testing
holger krekel fa6d5bd15b work around an apparent python2.4/python2.5 bug with subprocess.Popen,
causing jenkins failures.  Apparently "os.environ.popitem(name, None)"
is not the same as::

    try:
        del os.environ[name]
    except KeyError:
        pass
2011-12-28 15:49:13 +00:00
..
2011-12-28 07:57:19 +00:00
2010-11-13 11:30:40 +01:00
2011-11-11 23:18:33 +00:00