| Commit message (Expand) | Author | Age | Files | Lines |
... | |
| * | 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 | -9/+21 |
|\ \
| |/ |
|
| * | Issue #11867: Make test_mailbox.test_lock_conflict deterministic (and fix a | Charles-François Natali | 2011-12-19 | 1 | -9/+21 |
|
|
* | | Merge branch 3.2 | Petri Lehtinen | 2011-11-12 | 1 | -3/+9 |
|\ \
| |/ |
|
| * | 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 |
|\ \
| |/ |
|
| * | Fix Maildir initialization so that maildir contents are read correctly. | Petri Lehtinen | 2011-11-05 | 1 | -0/+21 |
|
|
* | | Issue #12451: Add support.create_empty_file() | Victor Stinner | 2011-06-30 | 1 | -2/+1 |
|
|
* | | merge #11700: proxy object close methods can now be called multiple times | R David Murray | 2011-06-18 | 1 | -1/+12 |
|\ \
| |/ |
|
| * | #11700: proxy object close methods can now be called multiple times | R David Murray | 2011-06-18 | 1 | -1/+12 |
|
|
* | | merge #11767: use context manager to close file in __getitem__ to prevent FD ... | R David Murray | 2011-06-17 | 1 | -1/+32 |
|\ \
| |/ |
|
| * | #11767: use context manager to close file in __getitem__ to prevent FD leak | R David Murray | 2011-06-17 | 1 | -1/+32 |
|
|
* | | #11999: sync based on comparing mtimes, not mtime to system clock | R David Murray | 2011-05-07 | 1 | -13/+10 |
|\ \
| |/ |
|
| * | #11999: sync based on comparing mtimes, not mtime to system clock | R David Murray | 2011-05-07 | 1 | -13/+10 |
| |\ |
|
| | * | #11999: sync based on comparing mtimes, not mtime to system clock | R David Murray | 2011-05-07 | 1 | -13/+10 |
|
|
* | | | Merge #9557: eliminate 3 seconds of static overhead from test_mailbox. | R David Murray | 2011-03-25 | 1 | -7/+11 |
|\ \ \
| |/ / |
|
| * | | Merge #9557: eliminate 3 seconds of static overhead from test_mailbox. | R David Murray | 2011-03-25 | 1 | -7/+11 |
| |\ \
| | |/ |
|
| | * | #9557: eliminate 3 seconds of static overhead from test_mailbox. | R David Murray | 2011-03-25 | 1 | -7/+11 |
|
|
| | * | Merged revisions 76055 via svnmerge from | Antoine Pitrou | 2009-11-02 | 1 | -0/+3 |
|
|
| | * | Merged revisions 74126,74130-74131,74149,74155,74157,74180-74183,74398 via sv... | Georg Brandl | 2009-08-13 | 1 | -64/+61 |
|
|
| | * | Merged revisions 73715 via svnmerge from | Georg Brandl | 2009-08-13 | 1 | -87/+87 |
|
|
* | | | Normalize the encoding names for Latin-1 and UTF-8 to | Marc-André Lemburg | 2011-02-25 | 1 | -3/+3 |
|/ / |
|
* | | #11116: roll back on error during add so mailbox isn't left corrupted. | R. David Murray | 2011-02-11 | 1 | -1/+31 |
|
|
* | | #9124: mailbox now accepts binary input and uses binary internally | R. David Murray | 2011-01-30 | 1 | -12/+146 |
|
|
* | | Silence some ResourceWarning in test_mailbox by using file context managers. | Brett Cannon | 2010-10-30 | 1 | -2/+6 |
|
|
* | | Implement #7944. Use `with` throughout the test suite. | Brian Curtin | 2010-10-13 | 1 | -23/+19 |
|
|
* | | Merged revisions 77952,78030,78102,78104,78107,78206,78216,78296-78297,78328,... | Benjamin Peterson | 2010-03-21 | 1 | -0/+7 |
|
|
* | | Merged revisions 77727 via svnmerge from | Ezio Melotti | 2010-01-24 | 1 | -10/+10 |
|
|
* | | Merged revisions 76034,76054 via svnmerge from | Antoine Pitrou | 2009-11-02 | 1 | -0/+3 |
|
|
* | | Specialize assertTrue checks when possible. | Alexandre Vassalotti | 2009-07-22 | 1 | -64/+61 |
|
|
* | | convert old fail* assertions to assert* | Benjamin Peterson | 2009-06-30 | 1 | -87/+87 |
|/ |
|
* | Merged revisions 72213 via svnmerge from | Andrew M. Kuchling | 2009-05-03 | 1 | -0/+31 |
|
|
* | In 3k this becomes an items() call. | R. David Murray | 2009-04-02 | 1 | -0/+6 |
|
|
* | Merged revisions 65459,65472,65481,65518,65536,65581,65609,65637,65641,65644-... | Georg Brandl | 2008-08-12 | 1 | -1/+50 |
|
|
* | #2621 rename test.test_support to test.support | Benjamin Peterson | 2008-05-20 | 1 | -14/+14 |
|
|
* | Remove rfc822 dependency in test. | Georg Brandl | 2008-05-11 | 1 | -6/+3 |
|
|
* | #2814: remove deprecated classes from mailbox module. Patch by Humberto Dioge... | Georg Brandl | 2008-05-11 | 1 | -14/+1 |
|
|
* | Merged revisions 62021,62029,62035-62038,62043-62044,62052-62053 via svnmerge... | Benjamin Peterson | 2008-03-31 | 1 | -2/+2 |
|
|
* | Correct Issue#1561: test_mailbox failed on Windows. | Amaury Forgeot d'Arc | 2008-03-26 | 1 | -3/+2 |
|
|
* | Merged revisions 61913,61915-61916,61918-61919,61922-61926,61928-61929,61931,... | Christian Heimes | 2008-03-26 | 1 | -3/+5 |
|
|
* | Merged revisions 60481,60485,60489-60492,60494-60496,60498-60499,60501-60503,... | Christian Heimes | 2008-02-04 | 1 | -0/+1 |
|
|
* | Merged revisions 60094-60123 via svnmerge from | Christian Heimes | 2008-01-20 | 1 | -0/+14 |
|
|
* | Merging the py3k-pep3137 branch back into the py3k branch. | Guido van Rossum | 2007-11-06 | 1 | -34/+40 |
|
|
* | Patch # 1331 by Christian Heimes. | Guido van Rossum | 2007-10-26 | 1 | -1/+6 |
|
|
* | Force test_mailbox and test_old_mailbox into submission. | Guido van Rossum | 2007-08-31 | 1 | -1/+2 |
|
|
* | Write bytes instead of unicode | Neal Norwitz | 2007-08-30 | 1 | -20/+20 |
|
|
* | Remove RISCOS support | Skip Montanaro | 2007-08-16 | 1 | -1/+1 |
|
|
* | SF patch# 1770008 by Christian Heimes (plus some extras). | Guido van Rossum | 2007-08-09 | 1 | -5/+5 |
|
|
* | SF patch# 1757839 by Alexandre Vassalotti (part 2). | Guido van Rossum | 2007-07-27 | 1 | -107/+107 |
|
|
* | SF patch# 1757839 by Alexandre Vassalotti -- make test_mailbox and | Guido van Rossum | 2007-07-21 | 1 | -4/+1 |
|
|