| Commit message (Expand) | Author | Age | Files | Lines |
* | [2.7] bpo-31627: Make test_mailbox be lenient to empty hostname. (GH-3821) (#... | Serhiy Storchaka | 2017-09-30 | 1 | -1/+1 |
|
|
* | Issue #20549: Use specific asserts in mailbox, smtplib and poplib tests. | Serhiy Storchaka | 2014-02-08 | 1 | -32/+32 |
|
|
* | Issue #18702: All skipped tests now reported as skipped. | Serhiy Storchaka | 2013-11-03 | 1 | -18/+18 |
|
|
* | #17064: fix sporadic permission errors in test_mailbox on windows. | R David Murray | 2013-02-11 | 1 | -6/+10 |
|
|
* | #15040: Close files in mailbox tests for PyPy compatibility | Petri Lehtinen | 2012-10-23 | 1 | -7/+24 |
|
|
* | #15222: Fix a test failure on Windows | Petri Lehtinen | 2012-09-26 | 1 | -1/+1 |
|
|
* | #15222: Insert blank line after each message in mbox mailboxes | Petri Lehtinen | 2012-09-25 | 1 | -0/+23 |
|
|
* | #15222: test_mailbox: End message template in a newline | Petri Lehtinen | 2012-09-25 | 1 | -13/+13 |
|
|
* | #15802: Fix test logic in TestMaildir.test_create_tmp | Petri Lehtinen | 2012-09-01 | 1 | -5/+5 |
|
|
* | #11062: Fix adding a message from file to Babyl mailbox | Petri Lehtinen | 2012-08-15 | 1 | -0/+13 |
|
|
* | #5346: Preserve permissions of mbox, MMDF and Babyl mailbox files on flush() | Petri Lehtinen | 2012-06-29 | 1 | -0/+17 |
|
|
* | #9559: Append data to single-file mailbox files if messages are only added | Petri Lehtinen | 2012-06-28 | 1 | -2/+27 |
|
|
* | #15036: Make a repeated changes and flushes work with single-file mailboxes | Petri Lehtinen | 2012-06-15 | 1 | -0/+11 |
|
|
* | Make test_mailbox runnable via python -m unittest. | R David Murray | 2012-04-08 | 1 | -17/+17 |
|
|
* | Closes #14158: We now track test_support.TESTFN cleanup, and test_mailbox use... | Vinay Sajip | 2012-03-06 | 1 | -6/+2 |
|
|
* | Followup to issue #11867: Use socketpair(), since FreeBSD < 8 doesn't really | Charles-François Natali | 2011-12-20 | 1 | -11/+8 |
|
|
* | Issue #11867: Make test_mailbox.test_lock_conflict deterministic (and fix a | Charles-François Natali | 2011-12-19 | 1 | -13/+27 |
|
|
* | Update mailbox.Maildir tests | Petri Lehtinen | 2011-11-12 | 1 | -3/+9 |
|
|
* | Fix Maildir initialization so that maildir contents are read correctly. | Petri Lehtinen | 2011-11-05 | 1 | -0/+21 |
|
|
* | #11700: proxy object close methods can now be called multiple times | R David Murray | 2011-06-18 | 1 | -1/+9 |
|
|
* | #11999: sync based on comparing mtimes, not mtime to system clock | R David Murray | 2011-05-07 | 1 | -16/+17 |
|
|
* | Merged revisions 85401 via svnmerge from | Brian Curtin | 2010-10-14 | 1 | -22/+17 |
|
|
* | #7627: MH.remove() would fail if the MH mailbox was locked; | Andrew M. Kuchling | 2010-02-22 | 1 | -0/+7 |
|
|
* | #7092: silence py3k warnings for deprecated modules | Ezio Melotti | 2010-01-30 | 1 | -1/+2 |
|
|
* | Reverting the Revision: 77368. I committed Flox's big patch for tests by | Senthil Kumaran | 2010-01-08 | 1 | -2/+1 |
|
|
* | Fixing - Issue7026 - RuntimeError: dictionary changed size during iteration. ... | Senthil Kumaran | 2010-01-08 | 1 | -1/+2 |
|
|
* | This should finally fix #6896. Let's watch the buildbots. | Antoine Pitrou | 2009-11-01 | 1 | -0/+3 |
|
|
* | Use richer assertions in test_mailbox (for better failure messages). | Antoine Pitrou | 2009-10-31 | 1 | -373/+373 |
|
|
* | convert usage of fail* to assert* | Benjamin Peterson | 2009-06-30 | 1 | -350/+350 |
|
|
* | #1607951: Make mailbox.Maildir re-read the directories less frequently. | Andrew M. Kuchling | 2009-05-02 | 1 | -0/+31 |
|
|
* | Add missing iteritems() call to the for loop in mailbox.MH.get_message(). | R. David Murray | 2009-04-02 | 1 | -0/+6 |
|
|
* | Bug 3228: take a test from Niels Gustaebel's patch, and based on his patch, c... | Andrew M. Kuchling | 2008-08-05 | 1 | -6/+29 |
|
|
* | Bug 3228: Explicitly supply the file mode to avoid creating executable files, | Andrew M. Kuchling | 2008-08-04 | 1 | -1/+27 |
|
|
* | #2503 make singletons compared with "is" not == or != | Benjamin Peterson | 2008-03-29 | 1 | -2/+2 |
|
|
* | Ensure that the mailbox is closed to prevent problems on Windows with removing | Neal Norwitz | 2008-03-26 | 1 | -3/+5 |
|
|
* | Correct test_mailbox on win32: since the test sets a custom 'colon' attribute | Amaury Forgeot d'Arc | 2008-02-03 | 1 | -0/+1 |
|
|
* | Bug 1277: make Maildir use the user-provided factory instead of hard-wiring M... | Andrew M. Kuchling | 2008-01-19 | 1 | -0/+14 |
|
|
* | Avoid exception if there's a stray directory inside a Maildir folder. | Andrew M. Kuchling | 2007-07-14 | 1 | -1/+12 |
|
|
* | Try to be a little more resilient to errors. This might help the test | Neal Norwitz | 2007-03-20 | 1 | -2/+2 |
|
|
* | Try to make this test more resistant to dropping from previous runs (ie, file... | Neal Norwitz | 2007-03-20 | 1 | -0/+1 |
|
|
* | Whitespace normalization. | Tim Peters | 2007-01-30 | 1 | -4/+4 |
|
|
* | Use new email module names (#1637162, #1637159, #1637157). | Georg Brandl | 2007-01-22 | 1 | -8/+8 |
|
|
* | Remove file-locking in MH.pack() method. | Andrew M. Kuchling | 2006-11-17 | 1 | -0/+15 |
|
|
* | [Bug #1569790] mailbox.Maildir.get_folder() loses factory information | Andrew M. Kuchling | 2006-11-09 | 1 | -1/+23 |
|
|
* | Whitespace normalization. | Tim Peters | 2006-11-03 | 1 | -3/+3 |
|
|
* | [Bug #1575506] The _singlefileMailbox class was using the wrong file object i... | Andrew M. Kuchling | 2006-10-27 | 1 | -0/+16 |
|
|
* | Fix the failures on cygwin (2006-08-10 fixed the actual locking issue). | Neal Norwitz | 2006-08-11 | 1 | -5/+8 |
|
|
* | Get mailbox module working on OS/2 EMX port. | Andrew MacIntyre | 2006-07-23 | 1 | -2/+2 |
|
|
* | Add new utility function, reap_children(), to test_support. This should | Neal Norwitz | 2006-06-29 | 1 | -0/+1 |
|
|
* | Whitespace normalization. | Tim Peters | 2006-06-27 | 1 | -2/+2 |
|
|