summaryrefslogtreecommitdiffstats
path: root/Lib/test/test_mailbox.py
Commit message (Expand)AuthorAgeFilesLines
* #12537: in mailbox avoid depending on knowledge of email package internalsR David Murray2012-04-091-0/+23
* Remove redundancy in listing of all mailbox classes in test_mailbox.R David Murray2012-04-091-15/+9
* Merge: Make test_mailbox runnable via python -m unittest.R David Murray2012-04-081-17/+17
|\
| * Make test_mailbox runnable via python -m unittest.R David Murray2012-04-081-17/+17
* | Merge #14291: if a header has non-ascii unicode, default to CTE using utf-8R David Murray2012-03-141-4/+4
|\ \ | |/
| * #14291: if a header has non-ascii unicode, default to CTE using utf-8R David Murray2012-03-141-4/+4
* | Closes #14158: merged test file resilience fix from 3.2.Vinay Sajip2012-03-021-6/+6
|\ \ | |/
| * Closes #14158: improved resilience to test files left behind.Vinay Sajip2012-03-021-6/+6
* | Followup to issue #11867: Use socketpair(), since FreeBSD < 8 doesn't reallyCharles-François Natali2011-12-201-11/+8
|\ \ | |/
| * Followup to issue #11867: Use socketpair(), since FreeBSD < 8 doesn't reallyCharles-François Natali2011-12-201-11/+8
* | Issue #11867: Make test_mailbox.test_lock_conflict deterministic (and fix aCharles-François Natali2011-12-191-9/+21
|\ \ | |/
| * Issue #11867: Make test_mailbox.test_lock_conflict deterministic (and fix aCharles-François Natali2011-12-191-9/+21
* | Merge branch 3.2Petri Lehtinen2011-11-121-3/+9
|\ \ | |/
| * Update mailbox.Maildir testsPetri Lehtinen2011-11-121-3/+9
* | Fix Maildir initialization so that maildir contents are read correctly.Petri Lehtinen2011-11-051-0/+21
|\ \ | |/
| * Fix Maildir initialization so that maildir contents are read correctly.Petri Lehtinen2011-11-051-0/+21
* | Issue #12451: Add support.create_empty_file()Victor Stinner2011-06-301-2/+1
* | merge #11700: proxy object close methods can now be called multiple timesR David Murray2011-06-181-1/+12
|\ \ | |/
| * #11700: proxy object close methods can now be called multiple timesR David Murray2011-06-181-1/+12
* | merge #11767: use context manager to close file in __getitem__ to prevent FD ...R David Murray2011-06-171-1/+32
|\ \ | |/
| * #11767: use context manager to close file in __getitem__ to prevent FD leakR David Murray2011-06-171-1/+32
* | #11999: sync based on comparing mtimes, not mtime to system clockR David Murray2011-05-071-13/+10
|\ \ | |/
| * #11999: sync based on comparing mtimes, not mtime to system clockR David Murray2011-05-071-13/+10
| |\
| | * #11999: sync based on comparing mtimes, not mtime to system clockR David Murray2011-05-071-13/+10
* | | Merge #9557: eliminate 3 seconds of static overhead from test_mailbox.R David Murray2011-03-251-7/+11
|\ \ \ | |/ /
| * | Merge #9557: eliminate 3 seconds of static overhead from test_mailbox.R David Murray2011-03-251-7/+11
| |\ \ | | |/
| | * #9557: eliminate 3 seconds of static overhead from test_mailbox.R David Murray2011-03-251-7/+11
| | * Merged revisions 76055 via svnmerge fromAntoine Pitrou2009-11-021-0/+3
| | * Merged revisions 74126,74130-74131,74149,74155,74157,74180-74183,74398 via sv...Georg Brandl2009-08-131-64/+61
| | * Merged revisions 73715 via svnmerge fromGeorg Brandl2009-08-131-87/+87
* | | Normalize the encoding names for Latin-1 and UTF-8 toMarc-André Lemburg2011-02-251-3/+3
|/ /
* | #11116: roll back on error during add so mailbox isn't left corrupted.R. David Murray2011-02-111-1/+31
* | #9124: mailbox now accepts binary input and uses binary internallyR. David Murray2011-01-301-12/+146
* | Silence some ResourceWarning in test_mailbox by using file context managers.Brett Cannon2010-10-301-2/+6
* | Implement #7944. Use `with` throughout the test suite.Brian Curtin2010-10-131-23/+19
* | Merged revisions 77952,78030,78102,78104,78107,78206,78216,78296-78297,78328,...Benjamin Peterson2010-03-211-0/+7
* | Merged revisions 77727 via svnmerge fromEzio Melotti2010-01-241-10/+10
* | Merged revisions 76034,76054 via svnmerge fromAntoine Pitrou2009-11-021-0/+3
* | Specialize assertTrue checks when possible.Alexandre Vassalotti2009-07-221-64/+61
* | convert old fail* assertions to assert*Benjamin Peterson2009-06-301-87/+87
|/
* Merged revisions 72213 via svnmerge fromAndrew M. Kuchling2009-05-031-0/+31
* In 3k this becomes an items() call.R. David Murray2009-04-021-0/+6
* Merged revisions 65459,65472,65481,65518,65536,65581,65609,65637,65641,65644-...Georg Brandl2008-08-121-1/+50
* #2621 rename test.test_support to test.supportBenjamin Peterson2008-05-201-14/+14
* Remove rfc822 dependency in test.Georg Brandl2008-05-111-6/+3
* #2814: remove deprecated classes from mailbox module. Patch by Humberto Dioge...Georg Brandl2008-05-111-14/+1
* Merged revisions 62021,62029,62035-62038,62043-62044,62052-62053 via svnmerge...Benjamin Peterson2008-03-311-2/+2
* Correct Issue#1561: test_mailbox failed on Windows.Amaury Forgeot d'Arc2008-03-261-3/+2
* Merged revisions 61913,61915-61916,61918-61919,61922-61926,61928-61929,61931,...Christian Heimes2008-03-261-3/+5
* Merged revisions 60481,60485,60489-60492,60494-60496,60498-60499,60501-60503,...Christian Heimes2008-02-041-0/+1