summaryrefslogtreecommitdiff
path: root/Lib/test/test_mailbox.py
Commit message (Expand)AuthorAgeFilesLines
* Avoid exception if there's a stray directory inside a Maildir folder.Andrew M. Kuchling2007-07-141-1/+12
* Try to be a little more resilient to errors. This might help the testNeal Norwitz2007-03-201-2/+2
* Try to make this test more resistant to dropping from previous runs (ie, file...Neal Norwitz2007-03-201-0/+1
* Whitespace normalization.Tim Peters2007-01-301-4/+4
* Use new email module names (#1637162, #1637159, #1637157).Georg Brandl2007-01-221-8/+8
* Remove file-locking in MH.pack() method.Andrew M. Kuchling2006-11-171-0/+15
* [Bug #1569790] mailbox.Maildir.get_folder() loses factory informationAndrew M. Kuchling2006-11-091-1/+23
* Whitespace normalization.Tim Peters2006-11-031-3/+3
* [Bug #1575506] The _singlefileMailbox class was using the wrong file object i...Andrew M. Kuchling2006-10-271-0/+16
* Fix the failures on cygwin (2006-08-10 fixed the actual locking issue).Neal Norwitz2006-08-111-5/+8
* Get mailbox module working on OS/2 EMX port.Andrew MacIntyre2006-07-231-2/+2
* Add new utility function, reap_children(), to test_support. This shouldNeal Norwitz2006-06-291-0/+1
* Whitespace normalization.Tim Peters2006-06-271-2/+2
* Attempt to fix build failure on OS X and Debian alpha; the symptom isAndrew M. Kuchling2006-06-261-1/+1
* Windows doesn't have os.fork(). I'll just disable this test for nowAndrew M. Kuchling2006-06-261-0/+2
* Add a test for a conflicting lock.Andrew M. Kuchling2006-06-261-0/+22
* Use open() instead of file()Andrew M. Kuchling2006-05-021-3/+3
* Hopefully this will fix the spurious failures of test_mailbox.py that I'mGuido van Rossum2006-05-021-4/+8
* Whitespace normalization.Tim Peters2006-04-221-17/+17
* Add Gregory K. Johnson's revised version of mailbox.py (funded byAndrew M. Kuchling2006-04-221-14/+1658
* 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