1. 4e6e5a0 #9559: Don't call _pre_mailbox_hook more than once by Petri Lehtinen · 12 years ago
  2. 45f0d98 #9559: Append data to single-file mailbox files if messages are only added by Petri Lehtinen · 12 years ago
  3. 7cf6699 #15036: Make a repeated changes and flushes work with single-file mailboxes by Petri Lehtinen · 12 years ago
  4. 49aa72e Fix Maildir initialization so that maildir contents are read correctly. by Petri Lehtinen · 13 years ago
  5. f1138bb #11700: proxy object close methods can now be called multiple times by R David Murray · 13 years ago
  6. 8b26c4b #11999: sync based on comparing mtimes, not mtime to system clock by R David Murray · 13 years ago
  7. 1a33790 Merged revisions 88730 via svnmerge from by R. David Murray · 13 years ago
  8. f9e3423 Merged revisions 88407 via svnmerge from by R. David Murray · 13 years ago
  9. 008c044 Merged revisions 88403 via svnmerge from by R. David Murray · 13 years ago
  10. 0347c71 Merged revisions 83385-83389,83391 via svnmerge from by Georg Brandl · 14 years ago
  11. b72b0eb #7627: MH.remove() would fail if the MH mailbox was locked; by Andrew M. Kuchling · 14 years ago
  12. b9d4963 Issue #7092: Fix the DeprecationWarnings emitted by the standard library by Antoine Pitrou · 15 years ago
  13. e4c6b16 This should finally fix #6896. Let's watch the buildbots. by Antoine Pitrou · 15 years ago
  14. d35b8c7 Hopefully fix the buildbot problems on test_mailbox, by computing by Antoine Pitrou · 15 years ago
  15. 420d4eb #1607951: Make mailbox.Maildir re-read the directories less frequently. by Andrew M. Kuchling · 15 years ago
  16. 52720c5 Add missing iteritems() call to the for loop in mailbox.MH.get_message(). by R. David Murray · 15 years ago
  17. 70a6dbd Bug 3228: Explicitly supply the file mode to avoid creating executable files, by Andrew M. Kuchling · 16 years ago
  18. 15ce880 Bug 1277: make Maildir use the user-provided factory instead of hard-wiring MaildirMessage. by Andrew M. Kuchling · 17 years ago
  19. 2b09ef0 Avoid exception if there's a stray directory inside a Maildir folder. by Andrew M. Kuchling · 17 years ago
  20. f733abb Whitespace normalization. by Tim Peters · 17 years ago
  21. b94c0c3 Make comment match the code by Andrew M. Kuchling · 18 years ago
  22. b78bb74 Improve pattern used for mbox 'From' lines; add a simple test by Andrew M. Kuchling · 18 years ago
  23. 5a096e1 Use new email module names (#1637162, #1637159, #1637157). by Georg Brandl · 18 years ago
  24. eca4c31 [Apply length-checking.diff from bug #1599254] by Andrew M. Kuchling · 18 years ago
  25. 1646568 [Patch #1599256 from David Watson] check that os.fsync is available before using it by Andrew M. Kuchling · 18 years ago
  26. 8c456f3 Remove file-locking in MH.pack() method. by Andrew M. Kuchling · 18 years ago
  27. 978d828 [Patch #1514543] mailbox (Maildir): avoid losing messages on name clash by Andrew M. Kuchling · 18 years ago
  28. b5686da [Patch #1514544 by David Watson] use fsync() to ensure data is really on disk by Andrew M. Kuchling · 18 years ago
  29. a3e5d37 [Bug #1569790] mailbox.Maildir.get_folder() loses factory information by Andrew M. Kuchling · 18 years ago
  30. 0f87183 [Bug #1575506] The _singlefileMailbox class was using the wrong file object in its flush() method, causing an error by Andrew M. Kuchling · 18 years ago
  31. afa358f Get mailbox module working on OS/2 EMX port. by Andrew MacIntyre · 18 years ago
  32. 7983c72 According to the man pages on Gentoo Linux and Tru64, EACCES or EAGAIN by Neal Norwitz · 18 years ago
  33. 5573259 [Bug #1512163] Use one set of locking methods, lockf(); by Andrew M. Kuchling · 18 years ago
  34. a7ee9eb [Bug #1512163] Fix typo. by Andrew M. Kuchling · 18 years ago
  35. 879768d Change WindowsError to carry the Win32 error code in winerror, by Martin v. Löwis · 18 years ago
  36. 08041d5 Update checks to consider Windows error numbers. by Martin v. Löwis · 18 years ago
  37. 214db63 Use open() instead of file() by Andrew M. Kuchling · 18 years ago
  38. 6d7cd7d Whitespace normalization. by Tim Peters · 18 years ago
  39. 1da4a94 Add Gregory K. Johnson's revised version of mailbox.py (funded by by Andrew M. Kuchling · 18 years ago
  40. 6abc685 Patch #880621: the last message of a Babyl mailbox ends in '\037' instead of by Johannes Gijsbers · 20 years ago
  41. 3414c1c add missing newlines to read/readline. fixes bug #996359. by Skip Montanaro · 20 years ago
  42. 1263bd8 [Bug #925107] Make .readline() consider self.stop. This makes read() and readline() very similar, so they're refactored into _read. Patch by Johannes Gijsbers. by Andrew M. Kuchling · 20 years ago
  43. b5ba8d7 Lists work better when popping from the right. by Raymond Hettinger · 20 years ago
  44. 4bf1254 Undocumented feature: MHMailbox sets the msg object's _mh_msgno by Guido van Rossum · 22 years ago
  45. da5628f Fix an inaccuracy in the comment by Barry Warsaw · 22 years ago
  46. 46ac8eb Code modernization. Replace v=s[i]; del s[i] with single lookup v=s.pop(i) by Raymond Hettinger · 22 years ago
  47. 54f0222 SF 563203. Replaced 'has_key()' with 'in'. by Raymond Hettinger · 22 years ago
  48. bc0e910 Convert a pile of obvious "yes/no" functions to return bool. by Tim Peters · 22 years ago
  49. 03f3ee6 Try /var/mail before trying /usr/mail. Most new systems use /var. by Neil Schemenauer · 22 years ago
  50. ffd05ee Added PortableUnixMailbox to the __all__ variable, and in the __main__ by Barry Warsaw · 22 years ago
  51. 93a696f SF bug #461073: mailbox __iter__ bug, by Andrew Dalke. by Guido van Rossum · 23 years ago
  52. ef8f4de Remove redundant imports (PyChecker). by Guido van Rossum · 23 years ago
  53. 72987a4 Make the Mailbox objects support iteration -- they already had the by Fred Drake · 23 years ago
  54. 2b5ff07 Get rid of the seek() method on the _Mailbox class. This was a by Guido van Rossum · 23 years ago
  55. 81ad67c Two changes: by Barry Warsaw · 23 years ago
  56. 17ab123 a few more modules get __all__ by Skip Montanaro · 24 years ago
  57. 8152d32 Update the code to better reflect recommended style: by Fred Drake · 24 years ago
  58. de3518e Maildir.__init__(): Make sure self.boxes is set. by Fred Drake · 24 years ago
  59. cc4adf2 Add missing "s" from format string. This closes SourceForge patch #101714. by Fred Drake · 24 years ago
  60. d9a8dec Maildir.__init__(): Use the correct filter for filenames, so that this by Fred Drake · 24 years ago
  61. e108a02 Detlef Lannert <lannert@uni-duesseldorf.de>: by Fred Drake · 24 years ago
  62. d2653a9 Use built in function filter instead of doing it laboriously by hand. by Sjoerd Mullender · 24 years ago
  63. 0707fea Improve MHMailbox: messages are now sorted in numerical order. by Guido van Rossum · 24 years ago
  64. dbbf76b Make tabnanny happy. mailbox.py: Convert to 4-space indents. by Fred Drake · 24 years ago
  65. 1571a1e Since Thomas Wouters kept complaining that he wants access to the the by Guido van Rossum · 24 years ago
  66. 13a2c27 Untabify to pass the -tt test. by Fred Drake · 24 years ago
  67. cd97576 Only set msg.fp to None when there are no extra arguments; if there by Guido van Rossum · 25 years ago
  68. e256a0f Add readlines() to _Subfile class. Not clear who would need it, but by Guido van Rossum · 25 years ago
  69. 9a4d637 Patch by Mike Meyer: by Guido van Rossum · 26 years ago
  70. 7333c4c Patch by Piet van Oostrum to avoid calculating with the result of by Guido van Rossum · 26 years ago
  71. 8ba4036 The _fromlinepattern was a little too restrictive -- some sendmails by Guido van Rossum · 26 years ago
  72. e50b0a4 In class _Subfile, make sure read(n) can't read beyond EOF. Also by Guido van Rossum · 26 years ago
  73. fbe63de UnixMailbox: don't be fooled by lines that begin with "From " but by Guido van Rossum · 26 years ago
  74. 8ca8420 A few lines were indented using spaces instead of tabs -- fix them. by Guido van Rossum · 26 years ago
  75. 9694fca Convert all remaining *simple* cases of regex usage to re usage. by Guido van Rossum · 27 years ago
  76. fdf58fe Added BabylMailbox class by Fred Lundh (untested). by Guido van Rossum · 27 years ago
  77. 6dd8783 Improve getting the mailbox from the environment. by Guido van Rossum · 27 years ago
  78. f06ee5f /usr/local/bin/python -> /usr/bin/env python by Guido van Rossum · 28 years ago
  79. 6244867 Revamped test case and updated doc string. by Guido van Rossum · 28 years ago
  80. 44a4d59 support 'whence' arg to seek() by Guido van Rossum · 29 years ago
  81. 9715779 Added class MHMailbox Added optional third parameter to seek. by Jack Jansen · 29 years ago
  82. 2922c6d Changes to use default argument values where possible by Guido van Rossum · 30 years ago
  83. c7b6882 Jack's module for parsing UNIX mailbox files by Guido van Rossum · 30 years ago