| Commit message (Expand) | Author | Age | Files | Lines |
* | Issue #19936: Added executable bits or shebang lines to Python scripts which | Serhiy Storchaka | 2014-01-16 | 1 | -2/+0 |
|
|
* | #19037: adjust file times *before* moving maildir files into place. | R David Murray | 2013-09-18 | 1 | -5/+13 |
|
|
* | #15222: Insert blank line after each message in mbox mailboxes | Petri Lehtinen | 2012-09-25 | 1 | -8/+41 |
|
|
* | #11062: Fix adding a message from file to Babyl mailbox | Petri Lehtinen | 2012-08-15 | 1 | -1/+1 |
|
|
* | #5346: Preserve permissions of mbox, MMDF and Babyl mailbox files on flush() | Petri Lehtinen | 2012-06-29 | 1 | -0/+3 |
|
|
* | #9559: Don't call _pre_mailbox_hook more than once | Petri Lehtinen | 2012-06-29 | 1 | -2/+5 |
|
|
* | #9559: Append data to single-file mailbox files if messages are only added | Petri Lehtinen | 2012-06-28 | 1 | -3/+15 |
|
|
* | #15036: Make a repeated changes and flushes work with single-file mailboxes | Petri Lehtinen | 2012-06-15 | 1 | -0/+1 |
|
|
* | Fix Maildir initialization so that maildir contents are read correctly. | Petri Lehtinen | 2011-11-05 | 1 | -5/+3 |
|
|
* | #11700: proxy object close methods can now be called multiple times | R David Murray | 2011-06-18 | 1 | -1/+10 |
|
|
* | #11999: sync based on comparing mtimes, not mtime to system clock | R David Murray | 2011-05-07 | 1 | -37/+39 |
|
|
* | Merged revisions 88730 via svnmerge from | R. David Murray | 2011-03-03 | 1 | -3/+3 |
|
|
* | Merged revisions 88407 via svnmerge from | R. David Murray | 2011-02-12 | 1 | -1/+8 |
|
|
* | Merged revisions 88403 via svnmerge from | R. David Murray | 2011-02-11 | 1 | -6/+18 |
|
|
* | Merged revisions 83385-83389,83391 via svnmerge from | Georg Brandl | 2010-08-01 | 1 | -0/+0 |
|
|
* | #7627: MH.remove() would fail if the MH mailbox was locked; | Andrew M. Kuchling | 2010-02-22 | 1 | -10/+2 |
|
|
* | Issue #7092: Fix the DeprecationWarnings emitted by the standard library | Antoine Pitrou | 2010-01-04 | 1 | -1/+7 |
|
|
* | This should finally fix #6896. Let's watch the buildbots. | Antoine Pitrou | 2009-11-01 | 1 | -1/+12 |
|
|
* | Hopefully fix the buildbot problems on test_mailbox, by computing | Antoine Pitrou | 2009-11-01 | 1 | -13/+15 |
|
|
* | #1607951: Make mailbox.Maildir re-read the directories less frequently. | Andrew M. Kuchling | 2009-05-02 | 1 | -4/+24 |
|
|
* | Add missing iteritems() call to the for loop in mailbox.MH.get_message(). | R. David Murray | 2009-04-02 | 1 | -1/+1 |
|
|
* | Bug 3228: Explicitly supply the file mode to avoid creating executable files, | Andrew M. Kuchling | 2008-08-04 | 1 | -2/+3 |
|
|
* | Bug 1277: make Maildir use the user-provided factory instead of hard-wiring M... | Andrew M. Kuchling | 2008-01-19 | 1 | -1/+4 |
|
|
* | Avoid exception if there's a stray directory inside a Maildir folder. | Andrew M. Kuchling | 2007-07-14 | 1 | -1/+5 |
|
|
* | Whitespace normalization. | Tim Peters | 2007-01-30 | 1 | -3/+3 |
|
|
* | Make comment match the code | Andrew M. Kuchling | 2007-01-22 | 1 | -1/+1 |
|
|
* | Improve pattern used for mbox 'From' lines; add a simple test | Andrew M. Kuchling | 2007-01-22 | 1 | -2/+4 |
|
|
* | Use new email module names (#1637162, #1637159, #1637157). | Georg Brandl | 2007-01-22 | 1 | -12/+12 |
|
|
* | [Apply length-checking.diff from bug #1599254] | Andrew M. Kuchling | 2006-12-20 | 1 | -2/+23 |
|
|
* | [Patch #1599256 from David Watson] check that os.fsync is available before us... | Andrew M. Kuchling | 2006-12-14 | 1 | -1/+2 |
|
|
* | Remove file-locking in MH.pack() method. | Andrew M. Kuchling | 2006-11-17 | 1 | -21/+7 |
|
|
* | [Patch #1514543] mailbox (Maildir): avoid losing messages on name clash | Andrew M. Kuchling | 2006-11-09 | 1 | -5/+22 |
|
|
* | [Patch #1514544 by David Watson] use fsync() to ensure data is really on disk | Andrew M. Kuchling | 2006-11-09 | 1 | -7/+23 |
|
|
* | [Bug #1569790] mailbox.Maildir.get_folder() loses factory information | Andrew M. Kuchling | 2006-11-09 | 1 | -4/+8 |
|
|
* | [Bug #1575506] The _singlefileMailbox class was using the wrong file object i... | Andrew M. Kuchling | 2006-10-27 | 1 | -1/+1 |
|
|
* | Get mailbox module working on OS/2 EMX port. | Andrew MacIntyre | 2006-07-23 | 1 | -2/+10 |
|
|
* | According to the man pages on Gentoo Linux and Tru64, EACCES or EAGAIN | Neal Norwitz | 2006-06-28 | 1 | -1/+1 |
|
|
* | [Bug #1512163] Use one set of locking methods, lockf(); | Andrew M. Kuchling | 2006-06-26 | 1 | -12/+2 |
|
|
* | [Bug #1512163] Fix typo. | Andrew M. Kuchling | 2006-06-26 | 1 | -1/+1 |
|
|
* | Change WindowsError to carry the Win32 error code in winerror, | Martin v. Löwis | 2006-05-11 | 1 | -28/+0 |
|
|
* | Update checks to consider Windows error numbers. | Martin v. Löwis | 2006-05-04 | 1 | -3/+29 |
|
|
* | Use open() instead of file() | Andrew M. Kuchling | 2006-05-02 | 1 | -20/+20 |
|
|
* | Whitespace normalization. | Tim Peters | 2006-04-22 | 1 | -3/+3 |
|
|
* | Add Gregory K. Johnson's revised version of mailbox.py (funded by | Andrew M. Kuchling | 2006-04-22 | 1 | -145/+1892 |
|
|
* | Patch #880621: the last message of a Babyl mailbox ends in '\037' instead of | Johannes Gijsbers | 2004-08-21 | 1 | -1/+1 |
|
|
* | add missing newlines to read/readline. | Skip Montanaro | 2004-07-24 | 1 | -2/+2 |
|
|
* | [Bug #925107] Make .readline() consider self.stop. This makes read() and rea... | Andrew M. Kuchling | 2004-07-07 | 1 | -13/+8 |
|
|
* | Lists work better when popping from the right. | Raymond Hettinger | 2004-02-07 | 1 | -3/+4 |
|
|
* | Undocumented feature: MHMailbox sets the msg object's _mh_msgno | Guido van Rossum | 2002-09-12 | 1 | -1/+12 |
|
|
* | Fix an inaccuracy in the comment | Barry Warsaw | 2002-08-26 | 1 | -2/+2 |
|
|