summaryrefslogtreecommitdiffstats
path: root/Lib/test/test_mailbox.py
Commit message (Expand)AuthorAgeFilesLines
* Merged revisions 53952-54987 via svnmerge fromGuido van Rossum2007-04-271-2/+3
* PEP 3114: rename .next() to .__next__() and add next() builtin.Georg Brandl2007-04-211-5/+5
* Make sure that a forked child process exits even if it raises an exception.Guido van Rossum2007-04-091-4/+6
* - PEP 3106: dict.iterkeys(), .iteritems(), .itervalues() are now gone;Guido van Rossum2007-02-111-8/+8
* Merged revisions 53538-53622 via svnmerge fromThomas Wouters2007-02-051-4/+4
* Merged revisions 53451-53537 via svnmerge fromThomas Wouters2007-02-011-8/+8
* Four months of trunk changes (including a few releases...)Thomas Wouters2006-12-131-1/+54
* Merge current trunk into p3yk. This includes the PyNumber_Index API change,Thomas Wouters2006-08-211-5/+8
* Get rid of dict.has_key(). Boy this has a lot of repercussions!Guido van Rossum2006-08-181-9/+2
* Merged revisions 46753-51188 via svnmerge fromThomas Wouters2006-08-111-2/+27
* Much-needed merge (using svnmerge.py this time) of trunk changes into p3yk.Thomas Wouters2006-05-271-14/+1662
* added test for bug #996359.Skip Montanaro2004-07-241-3/+18
* Get rid of relative imports in all unittests. Now anything thatBarry Warsaw2002-07-231-1/+1
* SF patch #474590 -- RISC OS supportGuido van Rossum2001-10-241-1/+1
* Change the PyUnit-based tests to use the test_main() approach. ThisFred Drake2001-09-201-1/+6
* The test used int(time.time()) to get a random number, but this doesn't work ...Jack Jansen2001-06-191-1/+1
* create_message(): When os.link() doesn't exist, make a copy of the msgTim Peters2001-05-221-1/+6
* Re-write the mailbox test suite to use PyUnit. Cover a lot more groundFred Drake2001-05-211-21/+81
* Some other tests, when failing, don't always remove their TESTFN file.Guido van Rossum2001-04-101-0/+6
* When catching errors from os.rmdir(), test for os.error, not IOError!Guido van Rossum2001-03-021-3/+3
* Added test for regression on SourceForge bug #117490.Fred Drake2000-10-231-0/+28