- 10 Apr, 2007 4 commits
-
-
Georg Brandl authored
-
Facundo Batista authored
Exceptions now are raised in the new style. And a mockup class is now also new style. Thanks Santiago Pereson.
-
Collin Winter authored
-
Facundo Batista authored
-
- 09 Apr, 2007 2 commits
-
-
Žiga Seilnacht authored
on Windows buildbots. The change is a one time fix and will be removed after a successful buildbot run.
-
Vinay Sajip authored
-
- 08 Apr, 2007 1 commit
-
-
Brett Cannon authored
'w'. Closes bug #1569057. To be backported once 2.5 branch is unfrozen.
-
- 07 Apr, 2007 1 commit
-
-
Collin Winter authored
-
- 06 Apr, 2007 5 commits
-
-
Collin Winter authored
-
Collin Winter authored
-
Collin Winter authored
-
Collin Winter authored
-
Andrew M. Kuchling authored
-
- 05 Apr, 2007 3 commits
-
-
Collin Winter authored
-
Collin Winter authored
-
Raymond Hettinger authored
-
- 04 Apr, 2007 8 commits
-
-
Žiga Seilnacht authored
MakedirTests.setUp() can now be removed.
-
Collin Winter authored
-
Collin Winter authored
-
Martin v. Löwis authored
Will backport to 2.5.
-
Collin Winter authored
-
Collin Winter authored
-
Guido van Rossum authored
the test server thread at most 0.5 seconds to get ready, use an event variable.
-
Facundo Batista authored
how to kill the process in win32 to use the _handle attribute.
-
- 03 Apr, 2007 11 commits
-
-
Facundo Batista authored
server is available. Hope to not get more false alarms.
-
Walter Dörwald authored
be used to catch the last warning issued by the warning framework. Change test_warnings.py and test_structmembers.py to use this new contextmanager.
-
Facundo Batista authored
locally. Now, it checks if have openssl available and run those specific tests (it starts openssl at the beggining of all the tests and then kills it at the end).
-
Walter Dörwald authored
Test that the stacklevel is handled correctly.
-
Walter Dörwald authored
-
Walter Dörwald authored
class to that reusing the functionality in test_structmembers.py doesn't rerun the tests from test_warnings.py.
-
Facundo Batista authored
tests in those who need the network, and that who doesn't.
-
Georg Brandl authored
\begin{methoddesc}[NNTP]{...} where \ifx#1\@undefined ended up comparing N and N, therefore executing the true part of the conditional, blowing up at \@undefined.
-
Matthias Klose authored
patch taken from http://bugs.debian.org/416934.
-
Raymond Hettinger authored
-
Raymond Hettinger authored
-
- 02 Apr, 2007 3 commits
-
-
Guido van Rossum authored
Two (test_array and test_descr) were bug IMO; the third (copy_reg) is a work-around which recognizes that object.__init__() doesn't do anything.
-
Raymond Hettinger authored
-
Raymond Hettinger authored
-
- 01 Apr, 2007 2 commits
-
-
Georg Brandl authored
-
Georg Brandl authored
-