summaryrefslogtreecommitdiffstats
path: root/Lib/test/test_mailbox.py
Commit message (Expand)AuthorAgeFilesLines
* #7627: MH.remove() would fail if the MH mailbox was locked;Andrew M. Kuchling2010-02-221-0/+7
* #7092: silence py3k warnings for deprecated modulesEzio Melotti2010-01-301-1/+2
* Reverting the Revision: 77368. I committed Flox's big patch for tests bySenthil Kumaran2010-01-081-2/+1
* Fixing - Issue7026 - RuntimeError: dictionary changed size during iteration. ...Senthil Kumaran2010-01-081-1/+2
* This should finally fix #6896. Let's watch the buildbots.Antoine Pitrou2009-11-011-0/+3
* Use richer assertions in test_mailbox (for better failure messages).Antoine Pitrou2009-10-311-373/+373
* convert usage of fail* to assert*Benjamin Peterson2009-06-301-350/+350
* #1607951: Make mailbox.Maildir re-read the directories less frequently.Andrew M. Kuchling2009-05-021-0/+31
* Add missing iteritems() call to the for loop in mailbox.MH.get_message().R. David Murray2009-04-021-0/+6
* Bug 3228: take a test from Niels Gustaebel's patch, and based on his patch, c...Andrew M. Kuchling2008-08-051-6/+29
* Bug 3228: Explicitly supply the file mode to avoid creating executable files,Andrew M. Kuchling2008-08-041-1/+27
* #2503 make singletons compared with "is" not == or !=Benjamin Peterson2008-03-291-2/+2
* Ensure that the mailbox is closed to prevent problems on Windows with removingNeal Norwitz2008-03-261-3/+5
* Correct test_mailbox on win32: since the test sets a custom 'colon' attributeAmaury Forgeot d'Arc2008-02-031-0/+1
* Bug 1277: make Maildir use the user-provided factory instead of hard-wiring M...Andrew M. Kuchling2008-01-191-0/+14
* 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