1. 8377cd4 Clean up code which checked presence of os.{stat,lstat,chmod} (#11643) by Anthony Sottile · 5 years ago
  2. d16f012 bpo-31522: mailbox.get_string: pass `from_` parameter to `get_bytes` (#9857) by Cheryl Sabella · 6 years ago
  3. f4ea642 bpo-31627: Make test_mailbox be lenient to empty hostname. (#3821) by Serhiy Storchaka · 7 years ago
  4. 452b3a6a Issue #28764: Fix a test_mailbox failure on Android API 24 when run as a non-root user. by Xavier de Gaye · 8 years ago
  5. 83815ae Issue #27107: mailbox.fcntl = None on Windows by Martin Panter · 8 years ago
  6. ed84ab3 Issue #27107: Add exception classes to mailbox.__all__, by Jacek Kołodziej by Martin Panter · 8 years ago
  7. e437a10 Issue #23277: Remove unused imports in tests. by Serhiy Storchaka · 8 years ago
  8. cd3aacf5 Issue #20729: Restored the use of lazy iterkeys()/itervalues()/iteritems() by Serhiy Storchaka · 10 years ago
  9. 1ff23d7 Issue #20549: Use specific asserts in mailbox, smtplib and poplib tests. by Serhiy Storchaka · 10 years ago
  10. 578c677 Issue #20549: Use specific asserts in mailbox, smtplib and poplib tests. by Serhiy Storchaka · 10 years ago
  11. 4376763 Issue #18702: All skipped tests now reported as skipped. by Serhiy Storchaka · 11 years ago
  12. 7908068 Issue #18702: All skipped tests now reported as skipped. by Serhiy Storchaka · 11 years ago
  13. a6e902a Merge: #17064: fix sporadic permission errors in test_mailbox on windows. by R David Murray · 11 years ago
  14. 0b61d3c Merge: #17064: fix sporadic permission errors in test_mailbox on windows. by R David Murray · 11 years ago
  15. b3e8384 #17064: fix sporadic permission errors in test_mailbox on windows. by R David Murray · 11 years ago
  16. f01d695 Closes #16135: Removal of OS/2 support by Jesus Cea · 12 years ago
  17. f6b3038 #15222: Merge 3.2 by Petri Lehtinen · 12 years ago
  18. f39884b #15222: Insert blank line after each message in mbox mailboxes by Petri Lehtinen · 12 years ago
  19. 4680919 #15222: test_mailbox: End message template in a newline by Petri Lehtinen · 12 years ago
  20. 6f858a2 #15802: Fix test logic in TestMaildir.test_create_tmp by Petri Lehtinen · 12 years ago
  21. 1c371b2 #15802: Fix test logic in TestMaildir.test_create_tmp by Petri Lehtinen · 12 years ago
  22. aae61b8 #11062: Fix adding a message from file to Babyl mailbox by Petri Lehtinen · 12 years ago
  23. 3d12c43 #11062: Fix adding a message from file to Babyl mailbox by Petri Lehtinen · 12 years ago
  24. 2565288 #5346: Preserve permissions of mbox, MMDF and Babyl mailbox files on flush() by Petri Lehtinen · 12 years ago
  25. 5b5619f #5346: Preserve permissions of mbox, MMDF and Babyl mailbox files on flush() by Petri Lehtinen · 12 years ago
  26. dde8cb0 #9559: Append data to single-file mailbox files if messages are only added by Petri Lehtinen · 12 years ago
  27. f29435f #9559: Append data to single-file mailbox files if messages are only added by Petri Lehtinen · 12 years ago
  28. a717d56 #15036: Make a repeated changes and flushes work with single-file mailboxes by Petri Lehtinen · 12 years ago
  29. 02653f1 #15036: Make a repeated changes and flushes work with single-file mailboxes by Petri Lehtinen · 12 years ago
  30. b019ee7 #12537: in mailbox avoid depending on knowledge of email package internals by R David Murray · 12 years ago
  31. c988e24 Remove redundancy in listing of all mailbox classes in test_mailbox. by R David Murray · 12 years ago
  32. f998810 Merge: Make test_mailbox runnable via python -m unittest. by R David Murray · 12 years ago
  33. 317c8d2 Make test_mailbox runnable via python -m unittest. by R David Murray · 12 years ago
  34. e292283 Merge #14291: if a header has non-ascii unicode, default to CTE using utf-8 by R David Murray · 12 years ago
  35. 7441a7a #14291: if a header has non-ascii unicode, default to CTE using utf-8 by R David Murray · 12 years ago
  36. 2f24d98 Closes #14158: merged test file resilience fix from 3.2. by Vinay Sajip · 12 years ago
  37. f959618 Closes #14158: improved resilience to test files left behind. by Vinay Sajip · 12 years ago
  38. bf38315 Followup to issue #11867: Use socketpair(), since FreeBSD < 8 doesn't really by Charles-François Natali · 13 years ago
  39. 78ed83d Issue #11867: Make test_mailbox.test_lock_conflict deterministic (and fix a by Charles-François Natali · 13 years ago
  40. 29b15d1 Followup to issue #11867: Use socketpair(), since FreeBSD < 8 doesn't really by Charles-François Natali · 13 years ago
  41. bfaa79a Issue #11867: Make test_mailbox.test_lock_conflict deterministic (and fix a by Charles-François Natali · 13 years ago
  42. 516d805 Merge branch 3.2 by Petri Lehtinen · 13 years ago
  43. c153cd3 Update mailbox.Maildir tests by Petri Lehtinen · 13 years ago
  44. 8c481b6 Fix Maildir initialization so that maildir contents are read correctly. by Petri Lehtinen · 13 years ago
  45. 8c482ee Fix Maildir initialization so that maildir contents are read correctly. by Petri Lehtinen · 13 years ago
  46. bf81622 Issue #12451: Add support.create_empty_file() by Victor Stinner · 13 years ago
  47. 9535105 merge #11700: proxy object close methods can now be called multiple times by R David Murray · 13 years ago
  48. c88bce1 #11700: proxy object close methods can now be called multiple times by R David Murray · 13 years ago
  49. 4c7d21e merge #11767: use context manager to close file in __getitem__ to prevent FD leak by R David Murray · 13 years ago
  50. 05ff990 #11767: use context manager to close file in __getitem__ to prevent FD leak by R David Murray · 13 years ago
  51. 46070eb #11999: sync based on comparing mtimes, not mtime to system clock by R David Murray · 13 years ago
  52. 94b8ee3 #11999: sync based on comparing mtimes, not mtime to system clock by R David Murray · 13 years ago
  53. caed7fe #11999: sync based on comparing mtimes, not mtime to system clock by R David Murray · 13 years ago
  54. 79fe2a3 Merge #9557: eliminate 3 seconds of static overhead from test_mailbox. by R David Murray · 13 years ago
  55. 66a4e12 Merge #9557: eliminate 3 seconds of static overhead from test_mailbox. by R David Murray · 13 years ago
  56. b9a428d #9557: eliminate 3 seconds of static overhead from test_mailbox. by R David Murray · 13 years ago
  57. 8f36af7 Normalize the encoding names for Latin-1 and UTF-8 to 'latin-1' and 'utf-8'. by Marc-André Lemburg · 13 years ago
  58. fc14114 #11116: roll back on error during add so mailbox isn't left corrupted. by R. David Murray · 13 years ago
  59. b7deff1 #9124: mailbox now accepts binary input and uses binary internally by R. David Murray · 13 years ago
  60. 653238a Silence some ResourceWarning in test_mailbox by using file context managers. by Brett Cannon · 14 years ago
  61. 5acec04 Implement #7944. Use `with` throughout the test suite. by Brian Curtin · 14 years ago
  62. 21896a3 Merged revisions 77952,78030,78102,78104,78107,78206,78216,78296-78297,78328,78331-78332,78336,78339,78343,78378-78379,78415,78559,78717,78791 via svnmerge from by Benjamin Peterson · 14 years ago
  63. e961593 Merged revisions 77727 via svnmerge from by Ezio Melotti · 14 years ago
  64. 868b578 Merged revisions 76055 via svnmerge from by Antoine Pitrou · 15 years ago
  65. 03f1344 Merged revisions 76034,76054 via svnmerge from by Antoine Pitrou · 15 years ago
  66. 194da4a Merged revisions 74126,74130-74131,74149,74155,74157,74180-74183,74398 via svnmerge from by Georg Brandl · 15 years ago
  67. ab91fde Merged revisions 73715 via svnmerge from by Georg Brandl · 15 years ago
  68. b27a1d2 Specialize assertTrue checks when possible. by Alexandre Vassalotti · 15 years ago
  69. c9c0f20 convert old fail* assertions to assert* by Benjamin Peterson · 15 years ago
  70. fa81534 Merged revisions 72213 via svnmerge from by Andrew M. Kuchling · 15 years ago
  71. 548ac41 In 3k this becomes an items() call. by R. David Murray · 15 years ago
  72. 6aa2d1f Merged revisions 65459,65472,65481,65518,65536,65581,65609,65637,65641,65644-65645 via svnmerge from by Georg Brandl · 16 years ago
  73. ee8712c #2621 rename test.test_support to test.support by Benjamin Peterson · 16 years ago
  74. fb16cf1 Remove rfc822 dependency in test. by Georg Brandl · 16 years ago
  75. edb978f #2814: remove deprecated classes from mailbox module. Patch by Humberto Diogenes. by Georg Brandl · 16 years ago
  76. 2a691a8 Merged revisions 62021,62029,62035-62038,62043-62044,62052-62053 via svnmerge from by Benjamin Peterson · 16 years ago
  77. 9edef04 Correct Issue#1561: test_mailbox failed on Windows. by Amaury Forgeot d'Arc · 16 years ago
  78. f6cd967 Merged revisions 61913,61915-61916,61918-61919,61922-61926,61928-61929,61931,61935,61938,61943 via svnmerge from by Christian Heimes · 16 years ago
  79. 15ebc88 Merged revisions 60481,60485,60489-60492,60494-60496,60498-60499,60501-60503,60505-60506,60508-60509,60523-60524,60532,60543,60545,60547-60548,60552-60567 via svnmerge from by Christian Heimes · 16 years ago
  80. fdab48e Merged revisions 60094-60123 via svnmerge from by Christian Heimes · 17 years ago
  81. 98297ee Merging the py3k-pep3137 branch back into the py3k branch. by Guido van Rossum · 17 years ago
  82. c12a813 Patch # 1331 by Christian Heimes. by Guido van Rossum · 17 years ago
  83. 671117a Force test_mailbox and test_old_mailbox into submission. by Guido van Rossum · 17 years ago
  84. 9a92310 Write bytes instead of unicode by Neal Norwitz · 17 years ago
  85. 7a98be2 Remove RISCOS support by Skip Montanaro · 17 years ago
  86. 34d1928 SF patch# 1770008 by Christian Heimes (plus some extras). by Guido van Rossum · 17 years ago
  87. ea83447 SF patch# 1757839 by Alexandre Vassalotti (part 2). by Guido van Rossum · 17 years ago
  88. d4eda82 SF patch# 1757839 by Alexandre Vassalotti -- make test_mailbox and by Guido van Rossum · 17 years ago
  89. b5a755e Merged revisions 56301-56442 via svnmerge from by Guido van Rossum · 17 years ago
  90. e61fd5b Patch by Christian Heimes to change self.assert_(x == y) into by Guido van Rossum · 17 years ago
  91. c1f779c Merged revisions 56125-56153 via svnmerge from by Guido van Rossum · 17 years ago
  92. 805365e Merged revisions 55007-55179 via svnmerge from by Guido van Rossum · 17 years ago
  93. d8faa36 Merged revisions 53952-54987 via svnmerge from by Guido van Rossum · 17 years ago
  94. a18af4e PEP 3114: rename .next() to .__next__() and add next() builtin. by Georg Brandl · 17 years ago
  95. 62cbc8a Make sure that a forked child process exits even if it raises an exception. by Guido van Rossum · 17 years ago
  96. cc2b016 - PEP 3106: dict.iterkeys(), .iteritems(), .itervalues() are now gone; by Guido van Rossum · 17 years ago
  97. 9fe394c Merged revisions 53538-53622 via svnmerge from by Thomas Wouters · 17 years ago
  98. b213704 Merged revisions 53451-53537 via svnmerge from by Thomas Wouters · 17 years ago
  99. 89f507f Four months of trunk changes (including a few releases...) by Thomas Wouters · 18 years ago
  100. 00ee7ba Merge current trunk into p3yk. This includes the PyNumber_Index API change, by Thomas Wouters · 18 years ago