1. 10288e1 Bug 3228: take a test from Niels Gustaebel's patch, and based on his patch, check for having os.stat available by Andrew M. Kuchling · 17 years ago
  2. 70a6dbd Bug 3228: Explicitly supply the file mode to avoid creating executable files, by Andrew M. Kuchling · 17 years ago
  3. 5b63acd #2503 make singletons compared with "is" not == or != by Benjamin Peterson · 17 years ago
  4. 22b3e3a Ensure that the mailbox is closed to prevent problems on Windows with removing by Neal Norwitz · 17 years ago
  5. 07974d7 Correct test_mailbox on win32: since the test sets a custom 'colon' attribute by Amaury Forgeot d'Arc · 18 years ago
  6. 15ce880 Bug 1277: make Maildir use the user-provided factory instead of hard-wiring MaildirMessage. by Andrew M. Kuchling · 18 years ago
  7. 2b09ef0 Avoid exception if there's a stray directory inside a Maildir folder. by Andrew M. Kuchling · 18 years ago
  8. 6cbd8de Try to be a little more resilient to errors. This might help the test by Neal Norwitz · 18 years ago
  9. b0a7d4e Try to make this test more resistant to dropping from previous runs (ie, files that may exist but cause the test to fail). Should be backported (assuming it works :-) by Neal Norwitz · 18 years ago
  10. f733abb7 Whitespace normalization. by Tim Peters · 19 years ago
  11. 5a096e1 Use new email module names (#1637162, #1637159, #1637157). by Georg Brandl · 19 years ago
  12. 8c456f3 Remove file-locking in MH.pack() method. by Andrew M. Kuchling · 19 years ago
  13. a3e5d37 [Bug #1569790] mailbox.Maildir.get_folder() loses factory information by Andrew M. Kuchling · 19 years ago
  14. abd8a33 Whitespace normalization. by Tim Peters · 19 years ago
  15. 0f87183 [Bug #1575506] The _singlefileMailbox class was using the wrong file object in its flush() method, causing an error by Andrew M. Kuchling · 19 years ago
  16. 003c9e2 Fix the failures on cygwin (2006-08-10 fixed the actual locking issue). by Neal Norwitz · 19 years ago
  17. afa358f Get mailbox module working on OS/2 EMX port. by Andrew MacIntyre · 19 years ago
  18. b15ac31 Add new utility function, reap_children(), to test_support. This should by Neal Norwitz · 19 years ago
  19. 3249d00 Whitespace normalization. by Tim Peters · 19 years ago
  20. 15486f7 Attempt to fix build failure on OS X and Debian alpha; the symptom is by Andrew M. Kuchling · 19 years ago
  21. ec3c368 Windows doesn't have os.fork(). I'll just disable this test for now by Andrew M. Kuchling · 19 years ago
  22. 9afbace Add a test for a conflicting lock. by Andrew M. Kuchling · 19 years ago
  23. 214db63 Use open() instead of file() by Andrew M. Kuchling · 19 years ago
  24. b204583 Hopefully this will fix the spurious failures of test_mailbox.py that I'm by Guido van Rossum · 19 years ago
  25. 6d7cd7d Whitespace normalization. by Tim Peters · 19 years ago
  26. 1da4a94 Add Gregory K. Johnson's revised version of mailbox.py (funded by by Andrew M. Kuchling · 19 years ago
  27. 5253da1 added test for bug #996359. by Skip Montanaro · 21 years ago
  28. 04f357c Get rid of relative imports in all unittests. Now anything that by Barry Warsaw · 23 years ago
  29. e2ae77b SF patch #474590 -- RISC OS support by Guido van Rossum · 24 years ago
  30. 2e2be37 Change the PyUnit-based tests to use the test_main() approach. This by Fred Drake · 24 years ago
  31. 97df7b6 The test used int(time.time()) to get a random number, but this doesn't work on the mac (where times are bigger than ints). Changed to int(time.time()%1000000). by Jack Jansen · 24 years ago
  32. 6626c1f create_message(): When os.link() doesn't exist, make a copy of the msg by Tim Peters · 24 years ago
  33. c02bc3e Re-write the mailbox test suite to use PyUnit. Cover a lot more ground by Fred Drake · 24 years ago
  34. 75ebb29 Some other tests, when failing, don't always remove their TESTFN file. by Guido van Rossum · 24 years ago
  35. ca956e2 When catching errors from os.rmdir(), test for os.error, not IOError! by Guido van Rossum · 24 years ago
  36. 0aaed27 Added test for regression on SourceForge bug #117490. by Fred Drake · 25 years ago