| Commit message (Expand) | Author | Age | Files | Lines |
* | Silence some ResourceWarning in test_mailbox by using file context managers. | Brett Cannon | 2010-10-30 | 1 | -2/+6 |
|
|
* | Implement #7944. Use `with` throughout the test suite. | Brian Curtin | 2010-10-13 | 1 | -23/+19 |
|
|
* | Merged revisions 77952,78030,78102,78104,78107,78206,78216,78296-78297,78328,... | Benjamin Peterson | 2010-03-21 | 1 | -0/+7 |
|
|
* | Merged revisions 77727 via svnmerge from | Ezio Melotti | 2010-01-24 | 1 | -10/+10 |
|
|
* | Merged revisions 76034,76054 via svnmerge from | Antoine Pitrou | 2009-11-02 | 1 | -0/+3 |
|
|
* | Specialize assertTrue checks when possible. | Alexandre Vassalotti | 2009-07-22 | 1 | -64/+61 |
|
|
* | convert old fail* assertions to assert* | Benjamin Peterson | 2009-06-30 | 1 | -87/+87 |
|
|
* | Merged revisions 72213 via svnmerge from | Andrew M. Kuchling | 2009-05-03 | 1 | -0/+31 |
|
|
* | In 3k this becomes an items() call. | R. David Murray | 2009-04-02 | 1 | -0/+6 |
|
|
* | Merged revisions 65459,65472,65481,65518,65536,65581,65609,65637,65641,65644-... | Georg Brandl | 2008-08-12 | 1 | -1/+50 |
|
|
* | #2621 rename test.test_support to test.support | Benjamin Peterson | 2008-05-20 | 1 | -14/+14 |
|
|
* | Remove rfc822 dependency in test. | Georg Brandl | 2008-05-11 | 1 | -6/+3 |
|
|
* | #2814: remove deprecated classes from mailbox module. Patch by Humberto Dioge... | Georg Brandl | 2008-05-11 | 1 | -14/+1 |
|
|
* | Merged revisions 62021,62029,62035-62038,62043-62044,62052-62053 via svnmerge... | Benjamin Peterson | 2008-03-31 | 1 | -2/+2 |
|
|
* | Correct Issue#1561: test_mailbox failed on Windows. | Amaury Forgeot d'Arc | 2008-03-26 | 1 | -3/+2 |
|
|
* | Merged revisions 61913,61915-61916,61918-61919,61922-61926,61928-61929,61931,... | Christian Heimes | 2008-03-26 | 1 | -3/+5 |
|
|
* | Merged revisions 60481,60485,60489-60492,60494-60496,60498-60499,60501-60503,... | Christian Heimes | 2008-02-04 | 1 | -0/+1 |
|
|
* | Merged revisions 60094-60123 via svnmerge from | Christian Heimes | 2008-01-20 | 1 | -0/+14 |
|
|
* | Merging the py3k-pep3137 branch back into the py3k branch. | Guido van Rossum | 2007-11-06 | 1 | -34/+40 |
|
|
* | Patch # 1331 by Christian Heimes. | Guido van Rossum | 2007-10-26 | 1 | -1/+6 |
|
|
* | Force test_mailbox and test_old_mailbox into submission. | Guido van Rossum | 2007-08-31 | 1 | -1/+2 |
|
|
* | Write bytes instead of unicode | Neal Norwitz | 2007-08-30 | 1 | -20/+20 |
|
|
* | Remove RISCOS support | Skip Montanaro | 2007-08-16 | 1 | -1/+1 |
|
|
* | SF patch# 1770008 by Christian Heimes (plus some extras). | Guido van Rossum | 2007-08-09 | 1 | -5/+5 |
|
|
* | SF patch# 1757839 by Alexandre Vassalotti (part 2). | Guido van Rossum | 2007-07-27 | 1 | -107/+107 |
|
|
* | SF patch# 1757839 by Alexandre Vassalotti -- make test_mailbox and | Guido van Rossum | 2007-07-21 | 1 | -4/+1 |
|
|
* | Merged revisions 56301-56442 via svnmerge from | Guido van Rossum | 2007-07-18 | 1 | -2/+13 |
|
|
* | Patch by Christian Heimes to change self.assert_(x == y) into | Guido van Rossum | 2007-07-11 | 1 | -178/+178 |
|
|
* | Merged revisions 56125-56153 via svnmerge from | Guido van Rossum | 2007-07-03 | 1 | -1/+1 |
|
|
* | Merged revisions 55007-55179 via svnmerge from | Guido van Rossum | 2007-05-07 | 1 | -10/+10 |
|
|
* | Merged revisions 53952-54987 via svnmerge from | Guido van Rossum | 2007-04-27 | 1 | -2/+3 |
|
|
* | PEP 3114: rename .next() to .__next__() and add next() builtin. | Georg Brandl | 2007-04-21 | 1 | -5/+5 |
|
|
* | Make sure that a forked child process exits even if it raises an exception. | Guido van Rossum | 2007-04-09 | 1 | -4/+6 |
|
|
* | - PEP 3106: dict.iterkeys(), .iteritems(), .itervalues() are now gone; | Guido van Rossum | 2007-02-11 | 1 | -8/+8 |
|
|
* | Merged revisions 53538-53622 via svnmerge from | Thomas Wouters | 2007-02-05 | 1 | -4/+4 |
|
|
* | Merged revisions 53451-53537 via svnmerge from | Thomas Wouters | 2007-02-01 | 1 | -8/+8 |
|
|
* | Four months of trunk changes (including a few releases...) | Thomas Wouters | 2006-12-13 | 1 | -1/+54 |
|
|
* | Merge current trunk into p3yk. This includes the PyNumber_Index API change, | Thomas Wouters | 2006-08-21 | 1 | -5/+8 |
|
|
* | Get rid of dict.has_key(). Boy this has a lot of repercussions! | Guido van Rossum | 2006-08-18 | 1 | -9/+2 |
|
|
* | Merged revisions 46753-51188 via svnmerge from | Thomas Wouters | 2006-08-11 | 1 | -2/+27 |
|
|
* | Much-needed merge (using svnmerge.py this time) of trunk changes into p3yk. | Thomas Wouters | 2006-05-27 | 1 | -14/+1662 |
|
|
* | added test for bug #996359. | Skip Montanaro | 2004-07-24 | 1 | -3/+18 |
|
|
* | Get rid of relative imports in all unittests. Now anything that | Barry Warsaw | 2002-07-23 | 1 | -1/+1 |
|
|
* | SF patch #474590 -- RISC OS support | Guido van Rossum | 2001-10-24 | 1 | -1/+1 |
|
|
* | Change the PyUnit-based tests to use the test_main() approach. This | Fred Drake | 2001-09-20 | 1 | -1/+6 |
|
|
* | The test used int(time.time()) to get a random number, but this doesn't work ... | Jack Jansen | 2001-06-19 | 1 | -1/+1 |
|
|
* | create_message(): When os.link() doesn't exist, make a copy of the msg | Tim Peters | 2001-05-22 | 1 | -1/+6 |
|
|
* | Re-write the mailbox test suite to use PyUnit. Cover a lot more ground | Fred Drake | 2001-05-21 | 1 | -21/+81 |
|
|
* | Some other tests, when failing, don't always remove their TESTFN file. | Guido van Rossum | 2001-04-10 | 1 | -0/+6 |
|
|
* | When catching errors from os.rmdir(), test for os.error, not IOError! | Guido van Rossum | 2001-03-02 | 1 | -3/+3 |
|
|