128 Commits (c4c9866064f03646c686d7e08b00aeb203c35c19)

Author SHA1 Message Date
Serhiy Storchaka 5affd23e6f bpo-29762: More use "raise from None". (#569) 9 years ago
Xavier de Gaye 452b3a6a3e Issue #28764: Fix a test_mailbox failure on Android API 24 when run as a non-root user. 10 years ago
Martin Panter ed84ab3335 Issue #27107: Add exception classes to mailbox.__all__, by Jacek Kołodziej 10 years ago
Serhiy Storchaka 6a7b3a77b4 Issue #26778: Fixed "a/an/and" typos in code comment and documentation. 10 years ago
Serhiy Storchaka 7e7a3dba5f Issue #23865: close() methods in multiple modules now are idempotent and more 11 years ago
Raymond Hettinger bb6c0aaebf PEP 479: Use the return-keyword instead of raising StopIteration inside a generators. 12 years ago
Raymond Hettinger df1b699447 Issue #22823: Use set literals instead of creating a set from a list 12 years ago
Serhiy Storchaka 148679982f Issue #22369: Change "context manager protocol" to "context management protocol". 12 years ago
Serhiy Storchaka cd3aacf525 Issue #20729: Restored the use of lazy iterkeys()/itervalues()/iteritems() 12 years ago
Victor Stinner 7fa767e517 Issue #20976: pyflakes: Remove unused imports 12 years ago
Serhiy Storchaka b992a0e102 Issue #19936: Added executable bits or shebang lines to Python scripts which 13 years ago
R David Murray 41a22f1a77 #19037: adjust file times *before* moving maildir files into place. 13 years ago
Brett Cannon cd171c8e92 Issue #18200: Back out usage of ModuleNotFoundError (8d28d44f3a9a) 13 years ago
Brett Cannon 0a140668fa Issue #18200: Update the stdlib (except tests) to use 13 years ago
Giampaolo Rodola' 0166a283f6 modernize some modules' code by replacing OSError->ENOENT/ENOTDIR/EPERM/EEXIST occurrences with the corresponding pep-3151 exceptions (FileNotFoundError, NotADirectoryError, etc.) 13 years ago
Giampaolo Rodola' 2f50aaf2ff modernize some modules' code by using with statement around open() 13 years ago
Andrew Svetlov f7a17b48d7 Replace IOError with OSError (#16715) 14 years ago
Jesus Cea 4791a24268 #16135: Removal of OS/2 support (Python code partial cleanup) 14 years ago
Jesus Cea f1af705720 #16135: Removal of OS/2 support (Remove OS2 and OS/2 references) 14 years ago
Philip Jenvey 4993cc0a5b utilize yield from 14 years ago
Petri Lehtinen f39884bb5a #15222: Insert blank line after each message in mbox mailboxes 14 years ago
Petri Lehtinen a4fd0dc574 #15222: Insert blank line after each message in mbox mailboxes 14 years ago
Petri Lehtinen 88614948c0 #11062: Fix universal newline support in Babyl._install_message() 14 years ago
Petri Lehtinen 3d12c4317c #11062: Fix adding a message from file to Babyl mailbox 14 years ago
Petri Lehtinen 2d44ceeada #11062: Fix adding a message from file to Babyl mailbox 14 years ago
Petri Lehtinen 5b5619f717 #5346: Preserve permissions of mbox, MMDF and Babyl mailbox files on flush() 14 years ago
Petri Lehtinen d07de40490 #5346: Preserve permissions of mbox, MMDF and Babyl mailbox files on flush() 14 years ago
Petri Lehtinen b6ee3d6b7a #9559: Don't call _pre_mailbox_hook more than once 14 years ago
Petri Lehtinen 4e6e5a06bb #9559: Don't call _pre_mailbox_hook more than once 14 years ago
Petri Lehtinen f29435f9f0 #9559: Append data to single-file mailbox files if messages are only added 14 years ago
Petri Lehtinen 45f0d9835c #9559: Append data to single-file mailbox files if messages are only added 14 years ago
Petri Lehtinen 02653f1b11 #15036: Make a repeated changes and flushes work with single-file mailboxes 14 years ago
Petri Lehtinen 7cf6699699 #15036: Make a repeated changes and flushes work with single-file mailboxes 14 years ago
R David Murray b019ee752a #12537: in mailbox avoid depending on knowledge of email package internals 14 years ago
Petri Lehtinen 49aa72ed4c Fix Maildir initialization so that maildir contents are read correctly. 15 years ago
Petri Lehtinen 8c482ee955 Fix Maildir initialization so that maildir contents are read correctly. 15 years ago
Victor Stinner 5c267e2d22 Close #12454: The mailbox module is now using ASCII, instead of the locale 15 years ago
R David Murray c88bce1580 #11700: proxy object close methods can now be called multiple times 15 years ago
R David Murray 05ff990401 #11767: use context manager to close file in __getitem__ to prevent FD leak 15 years ago
R David Murray f1138bb1b6 #11700: proxy object close methods can now be called multiple times 15 years ago
R David Murray caed7fe0ff #11999: sync based on comparing mtimes, not mtime to system clock 15 years ago
R David Murray 8b26c4b8ea #11999: sync based on comparing mtimes, not mtime to system clock 15 years ago
R. David Murray 1a33790682 Merged revisions 88730 via svnmerge from 15 years ago
R. David Murray 752b950e6b Merged revisions 88730 via svnmerge from 15 years ago
R. David Murray 91221f2857 #11306: Treat EROFS like EACCES when making a 'file is read-only' decision 15 years ago
R. David Murray f9e342321a Merged revisions 88407 via svnmerge from 16 years ago
R. David Murray 774a66deda Fix #11116 fix on Windows (close file before removing in MH code) 16 years ago
R. David Murray 008c0448bd Merged revisions 88403 via svnmerge from 16 years ago
R. David Murray fc14114ca9 #11116: roll back on error during add so mailbox isn't left corrupted. 16 years ago
R. David Murray b7deff1ddc #9124: mailbox now accepts binary input and uses binary internally 16 years ago