1. 452b3a6a Issue #28764: Fix a test_mailbox failure on Android API 24 when run as a non-root user. by Xavier de Gaye · 7 years ago
  2. ed84ab3 Issue #27107: Add exception classes to mailbox.__all__, by Jacek Kołodziej by Martin Panter · 8 years ago
  3. 6a7b3a7 Issue #26778: Fixed "a/an/and" typos in code comment and documentation. by Serhiy Storchaka · 8 years ago
  4. 2116b12 Issue #23865: close() methods in multiple modules now are idempotent and more by Serhiy Storchaka · 9 years ago
  5. 7e7a3db Issue #23865: close() methods in multiple modules now are idempotent and more by Serhiy Storchaka · 9 years ago
  6. bb6c0aa PEP 479: Use the return-keyword instead of raising StopIteration inside a generators. by Raymond Hettinger · 10 years ago
  7. df1b699 Issue #22823: Use set literals instead of creating a set from a list by Raymond Hettinger · 10 years ago
  8. 1486799 Issue #22369: Change "context manager protocol" to "context management protocol". by Serhiy Storchaka · 10 years ago
  9. cd3aacf5 Issue #20729: Restored the use of lazy iterkeys()/itervalues()/iteritems() by Serhiy Storchaka · 10 years ago
  10. 7fa767e Issue #20976: pyflakes: Remove unused imports by Victor Stinner · 10 years ago
  11. 8f8ec92 Issue #19936: Added executable bits or shebang lines to Python scripts which by Serhiy Storchaka · 10 years ago
  12. b992a0e Issue #19936: Added executable bits or shebang lines to Python scripts which by Serhiy Storchaka · 10 years ago
  13. cf6d0e7 Merge #19037: adjust file times *before* moving maildir files into place. by R David Murray · 11 years ago
  14. 41a22f1 #19037: adjust file times *before* moving maildir files into place. by R David Murray · 11 years ago
  15. cd171c8 Issue #18200: Back out usage of ModuleNotFoundError (8d28d44f3a9a) by Brett Cannon · 11 years ago
  16. 0a14066 Issue #18200: Update the stdlib (except tests) to use ModuleNotFoundError. by Brett Cannon · 11 years ago
  17. 0166a28 modernize some modules' code by replacing OSError->ENOENT/ENOTDIR/EPERM/EEXIST occurrences with the corresponding pep-3151 exceptions (FileNotFoundError, NotADirectoryError, etc.) by Giampaolo Rodola' · 11 years ago
  18. 2f50aaf modernize some modules' code by using with statement around open() by Giampaolo Rodola' · 11 years ago
  19. f7a17b4 Replace IOError with OSError (#16715) by Andrew Svetlov · 11 years ago
  20. 4791a24 #16135: Removal of OS/2 support (Python code partial cleanup) by Jesus Cea · 12 years ago
  21. f1af705 #16135: Removal of OS/2 support (Remove OS2 and OS/2 references) by Jesus Cea · 12 years ago
  22. 4993cc0 utilize yield from by Philip Jenvey · 12 years ago
  23. f6b3038 #15222: Merge 3.2 by Petri Lehtinen · 12 years ago
  24. f39884b #15222: Insert blank line after each message in mbox mailboxes by Petri Lehtinen · 12 years ago
  25. 69a06dd #11062: Fix universal newline support in Babyl._install_message() by Petri Lehtinen · 12 years ago
  26. 8861494 #11062: Fix universal newline support in Babyl._install_message() by Petri Lehtinen · 12 years ago
  27. aae61b8 #11062: Fix adding a message from file to Babyl mailbox by Petri Lehtinen · 12 years ago
  28. 3d12c43 #11062: Fix adding a message from file to Babyl mailbox by Petri Lehtinen · 12 years ago
  29. 2565288 #5346: Preserve permissions of mbox, MMDF and Babyl mailbox files on flush() by Petri Lehtinen · 12 years ago
  30. 5b5619f #5346: Preserve permissions of mbox, MMDF and Babyl mailbox files on flush() by Petri Lehtinen · 12 years ago
  31. 31a78c3 #9559: Don't call _pre_mailbox_hook more than once by Petri Lehtinen · 12 years ago
  32. b6ee3d6 #9559: Don't call _pre_mailbox_hook more than once by Petri Lehtinen · 12 years ago
  33. dde8cb0 #9559: Append data to single-file mailbox files if messages are only added by Petri Lehtinen · 12 years ago
  34. f29435f #9559: Append data to single-file mailbox files if messages are only added by Petri Lehtinen · 12 years ago
  35. a717d56 #15036: Make a repeated changes and flushes work with single-file mailboxes by Petri Lehtinen · 12 years ago
  36. 02653f1 #15036: Make a repeated changes and flushes work with single-file mailboxes by Petri Lehtinen · 12 years ago
  37. b019ee7 #12537: in mailbox avoid depending on knowledge of email package internals by R David Murray · 12 years ago
  38. 8c481b6 Fix Maildir initialization so that maildir contents are read correctly. by Petri Lehtinen · 13 years ago
  39. 8c482ee Fix Maildir initialization so that maildir contents are read correctly. by Petri Lehtinen · 13 years ago
  40. 5c267e2 Close #12454: The mailbox module is now using ASCII, instead of the locale by Victor Stinner · 13 years ago
  41. c88bce1 #11700: proxy object close methods can now be called multiple times by R David Murray · 13 years ago
  42. 05ff990 #11767: use context manager to close file in __getitem__ to prevent FD leak by R David Murray · 13 years ago
  43. 94b8ee3 #11999: sync based on comparing mtimes, not mtime to system clock by R David Murray · 13 years ago
  44. caed7fe #11999: sync based on comparing mtimes, not mtime to system clock by R David Murray · 13 years ago
  45. 752b950 Merged revisions 88730 via svnmerge from by R. David Murray · 13 years ago
  46. 774a66d Fix #11116 fix on Windows (close file before removing in MH code) by R. David Murray · 13 years ago
  47. fc14114 #11116: roll back on error during add so mailbox isn't left corrupted. by R. David Murray · 13 years ago
  48. b7deff1 #9124: mailbox now accepts binary input and uses binary internally by R. David Murray · 13 years ago
  49. 6ce29fa Fix test_mailbox by supporting context manager protocol for get_file() returns. by Georg Brandl · 14 years ago
  50. 44c5823 Merged revisions 83385-83389,83391 via svnmerge from by Georg Brandl · 14 years ago
  51. 04c837e #8773: mailbox.py does not need to be executable. by Georg Brandl · 14 years ago
  52. 21896a3 Merged revisions 77952,78030,78102,78104,78107,78206,78216,78296-78297,78328,78331-78332,78336,78339,78343,78378-78379,78415,78559,78717,78791 via svnmerge from by Benjamin Peterson · 14 years ago
  53. 90f5ba5 convert shebang lines: python -> python3 by Benjamin Peterson · 14 years ago
  54. f6489f9 Merged revisions 75264,75268,75293,75318,75391-75392,75436,75478,75971,76003,76058,76140-76141,76231,76380,76428-76429 via svnmerge from by Benjamin Peterson · 15 years ago
  55. 868b578 Merged revisions 76055 via svnmerge from by Antoine Pitrou · 15 years ago
  56. 03f1344 Merged revisions 76034,76054 via svnmerge from by Antoine Pitrou · 15 years ago
  57. fa81534 Merged revisions 72213 via svnmerge from by Andrew M. Kuchling · 15 years ago
  58. 548ac41 In 3k this becomes an items() call. by R. David Murray · 15 years ago
  59. 6aa2d1f Merged revisions 65459,65472,65481,65518,65536,65581,65609,65637,65641,65644-65645 via svnmerge from by Georg Brandl · 16 years ago
  60. aa5b411 #756982: Remove rfc822 reference. by Georg Brandl · 16 years ago
  61. 8041d47 fix __all__ by Benjamin Peterson · 16 years ago
  62. edb978f #2814: remove deprecated classes from mailbox module. Patch by Humberto Diogenes. by Georg Brandl · 16 years ago
  63. 9edef04 Correct Issue#1561: test_mailbox failed on Windows. by Amaury Forgeot d'Arc · 16 years ago
  64. fdab48e Merged revisions 60094-60123 via svnmerge from by Christian Heimes · 16 years ago
  65. 98297ee Merging the py3k-pep3137 branch back into the py3k branch. by Guido van Rossum · 17 years ago
  66. 671117a Force test_mailbox and test_old_mailbox into submission. by Guido van Rossum · 17 years ago
  67. 34d1928 SF patch# 1770008 by Christian Heimes (plus some extras). by Guido van Rossum · 17 years ago
  68. d4eda82 SF patch# 1757839 by Alexandre Vassalotti -- make test_mailbox and by Guido van Rossum · 17 years ago
  69. b5a755e Merged revisions 56301-56442 via svnmerge from by Guido van Rossum · 17 years ago
  70. cd16bf6 Merged revisions 55817-55961 via svnmerge from by Guido van Rossum · 17 years ago
  71. 7cad4f3 Just enoug fixes so that test_mailbox fails instead of loops forever. by Guido van Rossum · 17 years ago
  72. a18af4e PEP 3114: rename .next() to .__next__() and add next() builtin. by Georg Brandl · 17 years ago
  73. dde4c2c Fix another unit test. by Guido van Rossum · 17 years ago
  74. cc2b016 - PEP 3106: dict.iterkeys(), .iteritems(), .itervalues() are now gone; by Guido van Rossum · 17 years ago
  75. 9fe394c Merged revisions 53538-53622 via svnmerge from by Thomas Wouters · 17 years ago
  76. b213704 Merged revisions 53451-53537 via svnmerge from by Thomas Wouters · 17 years ago
  77. e2a383d Rip out 'long' and 'L'-suffixed integer literals. (Rough first cut.) by Guido van Rossum · 17 years ago
  78. b940e11 SF patch 1631942 by Collin Winter: by Guido van Rossum · 17 years ago
  79. 902d6eb Merged revisions 53005-53303 via svnmerge from by Thomas Wouters · 17 years ago
  80. 89f507f Four months of trunk changes (including a few releases...) by Thomas Wouters · 17 years ago
  81. e2b70bc Get rid of dict.has_key(). Boy this has a lot of repercussions! by Guido van Rossum · 18 years ago
  82. 0e3f591 Merged revisions 46753-51188 via svnmerge from by Thomas Wouters · 18 years ago
  83. 477c8d5 Much-needed merge (using svnmerge.py this time) of trunk changes into p3yk. by Thomas Wouters · 18 years ago
  84. 6abc685 Patch #880621: the last message of a Babyl mailbox ends in '\037' instead of by Johannes Gijsbers · 20 years ago
  85. 3414c1c add missing newlines to read/readline. fixes bug #996359. by Skip Montanaro · 20 years ago
  86. 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
  87. b5ba8d7 Lists work better when popping from the right. by Raymond Hettinger · 20 years ago
  88. 4bf1254 Undocumented feature: MHMailbox sets the msg object's _mh_msgno by Guido van Rossum · 22 years ago
  89. da5628f Fix an inaccuracy in the comment by Barry Warsaw · 22 years ago
  90. 46ac8eb Code modernization. Replace v=s[i]; del s[i] with single lookup v=s.pop(i) by Raymond Hettinger · 22 years ago
  91. 54f0222 SF 563203. Replaced 'has_key()' with 'in'. by Raymond Hettinger · 22 years ago
  92. bc0e910 Convert a pile of obvious "yes/no" functions to return bool. by Tim Peters · 22 years ago
  93. 03f3ee6 Try /var/mail before trying /usr/mail. Most new systems use /var. by Neil Schemenauer · 22 years ago
  94. ffd05ee Added PortableUnixMailbox to the __all__ variable, and in the __main__ by Barry Warsaw · 22 years ago
  95. 93a696f SF bug #461073: mailbox __iter__ bug, by Andrew Dalke. by Guido van Rossum · 23 years ago
  96. ef8f4de Remove redundant imports (PyChecker). by Guido van Rossum · 23 years ago
  97. 72987a4 Make the Mailbox objects support iteration -- they already had the by Fred Drake · 23 years ago
  98. 2b5ff07 Get rid of the seek() method on the _Mailbox class. This was a by Guido van Rossum · 23 years ago
  99. 81ad67c Two changes: by Barry Warsaw · 23 years ago
  100. 17ab123 a few more modules get __all__ by Skip Montanaro · 23 years ago