| Commit message (Expand) | Author | Age | Files | Lines |
* | #2503 make singletons compared with "is" not == or != | Benjamin Peterson | 2008-03-29 | 1 | -2/+2 |
|
|
* | Ensure that the mailbox is closed to prevent problems on Windows with removing | Neal Norwitz | 2008-03-26 | 1 | -3/+5 |
|
|
* | Correct test_mailbox on win32: since the test sets a custom 'colon' attribute | Amaury Forgeot d'Arc | 2008-02-03 | 1 | -0/+1 |
|
|
* | Bug 1277: make Maildir use the user-provided factory instead of hard-wiring M... | Andrew M. Kuchling | 2008-01-19 | 1 | -0/+14 |
|
|
* | Avoid exception if there's a stray directory inside a Maildir folder. | Andrew M. Kuchling | 2007-07-14 | 1 | -1/+12 |
|
|
* | Try to be a little more resilient to errors. This might help the test | Neal Norwitz | 2007-03-20 | 1 | -2/+2 |
|
|
* | Try to make this test more resistant to dropping from previous runs (ie, file... | Neal Norwitz | 2007-03-20 | 1 | -0/+1 |
|
|
* | Whitespace normalization. | Tim Peters | 2007-01-30 | 1 | -4/+4 |
|
|
* | Use new email module names (#1637162, #1637159, #1637157). | Georg Brandl | 2007-01-22 | 1 | -8/+8 |
|
|
* | Remove file-locking in MH.pack() method. | Andrew M. Kuchling | 2006-11-17 | 1 | -0/+15 |
|
|
* | [Bug #1569790] mailbox.Maildir.get_folder() loses factory information | Andrew M. Kuchling | 2006-11-09 | 1 | -1/+23 |
|
|
* | Whitespace normalization. | Tim Peters | 2006-11-03 | 1 | -3/+3 |
|
|
* | [Bug #1575506] The _singlefileMailbox class was using the wrong file object i... | Andrew M. Kuchling | 2006-10-27 | 1 | -0/+16 |
|
|
* | Fix the failures on cygwin (2006-08-10 fixed the actual locking issue). | Neal Norwitz | 2006-08-11 | 1 | -5/+8 |
|
|
* | Get mailbox module working on OS/2 EMX port. | Andrew MacIntyre | 2006-07-23 | 1 | -2/+2 |
|
|
* | Add new utility function, reap_children(), to test_support. This should | Neal Norwitz | 2006-06-29 | 1 | -0/+1 |
|
|
* | Whitespace normalization. | Tim Peters | 2006-06-27 | 1 | -2/+2 |
|
|
* | Attempt to fix build failure on OS X and Debian alpha; the symptom is | Andrew M. Kuchling | 2006-06-26 | 1 | -1/+1 |
|
|
* | Windows doesn't have os.fork(). I'll just disable this test for now | Andrew M. Kuchling | 2006-06-26 | 1 | -0/+2 |
|
|
* | Add a test for a conflicting lock. | Andrew M. Kuchling | 2006-06-26 | 1 | -0/+22 |
|
|
* | Use open() instead of file() | Andrew M. Kuchling | 2006-05-02 | 1 | -3/+3 |
|
|
* | Hopefully this will fix the spurious failures of test_mailbox.py that I'm | Guido van Rossum | 2006-05-02 | 1 | -4/+8 |
|
|
* | Whitespace normalization. | Tim Peters | 2006-04-22 | 1 | -17/+17 |
|
|
* | Add Gregory K. Johnson's revised version of mailbox.py (funded by | Andrew M. Kuchling | 2006-04-22 | 1 | -14/+1658 |
|
|
* | 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 |
|
|
* | Added test for regression on SourceForge bug #117490. | Fred Drake | 2000-10-23 | 1 | -0/+28 |
|
|