- 08 Mar, 2008 1 commit
-
-
Georg Brandl authored
-
- 07 Mar, 2008 4 commits
-
-
Andrew M. Kuchling authored
-
Nick Coghlan authored
Speed up with statements by storing the __exit__ method on the stack instead of in a temp variable (bumps the magic number for pyc files)
-
Jeffrey Yasskin authored
SocketServers. The core of the patch was written by Pedro Werneck, but any bugs are mine. I've also rearranged the code for timeouts in order to avoid interfering with the shutdown poll.
-
Raymond Hettinger authored
-
- 06 Mar, 2008 15 commits
-
-
Raymond Hettinger authored
-
Raymond Hettinger authored
-
Martin v. Löwis authored
-
Martin v. Löwis authored
-
Georg Brandl authored
-
Georg Brandl authored
-
Georg Brandl authored
-
Georg Brandl authored
-
Georg Brandl authored
-
Georg Brandl authored
-
Georg Brandl authored
-
Martin v. Löwis authored
permission to create files in the root directory. Will backport to 2.5.
-
Georg Brandl authored
-
Andrew M. Kuchling authored
-
Raymond Hettinger authored
-
- 05 Mar, 2008 18 commits
-
-
Martin v. Löwis authored
-
Raymond Hettinger authored
-
Raymond Hettinger authored
-
Georg Brandl authored
-
Skip Montanaro authored
versions.
-
Thomas Heller authored
compatibility with PEP3118.
-
Thomas Heller authored
-
Georg Brandl authored
-
Jeffrey Yasskin authored
calls (which don't exist on non-Unix platforms). Thanks to Trent Nelson for the report and patch.
-
Neal Norwitz authored
-
Neal Norwitz authored
-
Neal Norwitz authored
-
Neal Norwitz authored
before timing out. This doesn't change the duration of the test under normal circumstances. This is targetted at fixing the spurious failures on the FreeBSD buildbot primarily.
-
Neal Norwitz authored
should prevent a failure in tearDown masking any real test failure.
-
Neal Norwitz authored
Patch from Trent Nelson. (I can't test this.)
-
Neal Norwitz authored
Patch from Trent Nelson. Also simplified removing a file by using test_support.
-
Amaury Forgeot d'Arc authored
would give bogus error messages, because of untested exceptions:: >>> f(**g(1=2)) XXX undetected error Traceback (most recent call last): File "<stdin>", line 1, in <module> TypeError: 'int' object is not iterable instead of the expected SyntaxError: keyword can't be an expression Will backport.
-
Andrew M. Kuchling authored
-
- 04 Mar, 2008 2 commits
-
-
Raymond Hettinger authored
-
Fred Drake authored
-