1. cd3aacf5 Issue #20729: Restored the use of lazy iterkeys()/itervalues()/iteritems() by Serhiy Storchaka · 10 years ago
  2. 1ff23d7 Issue #20549: Use specific asserts in mailbox, smtplib and poplib tests. by Serhiy Storchaka · 11 years ago
  3. 578c677 Issue #20549: Use specific asserts in mailbox, smtplib and poplib tests. by Serhiy Storchaka · 11 years ago
  4. 4376763 Issue #18702: All skipped tests now reported as skipped. by Serhiy Storchaka · 11 years ago
  5. 7908068 Issue #18702: All skipped tests now reported as skipped. by Serhiy Storchaka · 11 years ago
  6. a6e902a Merge: #17064: fix sporadic permission errors in test_mailbox on windows. by R David Murray · 12 years ago
  7. 0b61d3c Merge: #17064: fix sporadic permission errors in test_mailbox on windows. by R David Murray · 12 years ago
  8. b3e8384 #17064: fix sporadic permission errors in test_mailbox on windows. by R David Murray · 12 years ago
  9. f01d695 Closes #16135: Removal of OS/2 support by Jesus Cea · 12 years ago
  10. f6b3038 #15222: Merge 3.2 by Petri Lehtinen · 12 years ago
  11. f39884b #15222: Insert blank line after each message in mbox mailboxes by Petri Lehtinen · 12 years ago
  12. 4680919 #15222: test_mailbox: End message template in a newline by Petri Lehtinen · 12 years ago
  13. 6f858a2 #15802: Fix test logic in TestMaildir.test_create_tmp by Petri Lehtinen · 12 years ago
  14. 1c371b2 #15802: Fix test logic in TestMaildir.test_create_tmp by Petri Lehtinen · 12 years ago
  15. aae61b8 #11062: Fix adding a message from file to Babyl mailbox by Petri Lehtinen · 12 years ago
  16. 3d12c43 #11062: Fix adding a message from file to Babyl mailbox by Petri Lehtinen · 12 years ago
  17. 2565288 #5346: Preserve permissions of mbox, MMDF and Babyl mailbox files on flush() by Petri Lehtinen · 12 years ago
  18. 5b5619f #5346: Preserve permissions of mbox, MMDF and Babyl mailbox files on flush() by Petri Lehtinen · 12 years ago
  19. dde8cb0 #9559: Append data to single-file mailbox files if messages are only added by Petri Lehtinen · 12 years ago
  20. f29435f #9559: Append data to single-file mailbox files if messages are only added by Petri Lehtinen · 12 years ago
  21. a717d56 #15036: Make a repeated changes and flushes work with single-file mailboxes by Petri Lehtinen · 12 years ago
  22. 02653f1 #15036: Make a repeated changes and flushes work with single-file mailboxes by Petri Lehtinen · 12 years ago
  23. b019ee7 #12537: in mailbox avoid depending on knowledge of email package internals by R David Murray · 12 years ago
  24. c988e24 Remove redundancy in listing of all mailbox classes in test_mailbox. by R David Murray · 12 years ago
  25. f998810 Merge: Make test_mailbox runnable via python -m unittest. by R David Murray · 12 years ago
  26. 317c8d2 Make test_mailbox runnable via python -m unittest. by R David Murray · 12 years ago
  27. e292283 Merge #14291: if a header has non-ascii unicode, default to CTE using utf-8 by R David Murray · 12 years ago
  28. 7441a7a #14291: if a header has non-ascii unicode, default to CTE using utf-8 by R David Murray · 12 years ago
  29. 2f24d98 Closes #14158: merged test file resilience fix from 3.2. by Vinay Sajip · 13 years ago
  30. f959618 Closes #14158: improved resilience to test files left behind. by Vinay Sajip · 13 years ago
  31. bf38315 Followup to issue #11867: Use socketpair(), since FreeBSD < 8 doesn't really by Charles-François Natali · 13 years ago
  32. 78ed83d Issue #11867: Make test_mailbox.test_lock_conflict deterministic (and fix a by Charles-François Natali · 13 years ago
  33. 29b15d1 Followup to issue #11867: Use socketpair(), since FreeBSD < 8 doesn't really by Charles-François Natali · 13 years ago
  34. bfaa79a Issue #11867: Make test_mailbox.test_lock_conflict deterministic (and fix a by Charles-François Natali · 13 years ago
  35. 516d805 Merge branch 3.2 by Petri Lehtinen · 13 years ago
  36. c153cd3 Update mailbox.Maildir tests by Petri Lehtinen · 13 years ago
  37. 8c481b6 Fix Maildir initialization so that maildir contents are read correctly. by Petri Lehtinen · 13 years ago
  38. 8c482ee Fix Maildir initialization so that maildir contents are read correctly. by Petri Lehtinen · 13 years ago
  39. bf81622 Issue #12451: Add support.create_empty_file() by Victor Stinner · 13 years ago
  40. 9535105 merge #11700: proxy object close methods can now be called multiple times by R David Murray · 13 years ago
  41. c88bce1 #11700: proxy object close methods can now be called multiple times by R David Murray · 13 years ago
  42. 4c7d21e merge #11767: use context manager to close file in __getitem__ to prevent FD leak by R David Murray · 13 years ago
  43. 05ff990 #11767: use context manager to close file in __getitem__ to prevent FD leak by R David Murray · 13 years ago
  44. 46070eb #11999: sync based on comparing mtimes, not mtime to system clock by R David Murray · 13 years ago
  45. 94b8ee3 #11999: sync based on comparing mtimes, not mtime to system clock by R David Murray · 13 years ago
  46. caed7fe #11999: sync based on comparing mtimes, not mtime to system clock by R David Murray · 13 years ago
  47. 79fe2a3 Merge #9557: eliminate 3 seconds of static overhead from test_mailbox. by R David Murray · 13 years ago
  48. 66a4e12 Merge #9557: eliminate 3 seconds of static overhead from test_mailbox. by R David Murray · 13 years ago
  49. b9a428d #9557: eliminate 3 seconds of static overhead from test_mailbox. by R David Murray · 13 years ago
  50. 8f36af7 Normalize the encoding names for Latin-1 and UTF-8 to 'latin-1' and 'utf-8'. by Marc-André Lemburg · 14 years ago
  51. fc14114 #11116: roll back on error during add so mailbox isn't left corrupted. by R. David Murray · 14 years ago
  52. b7deff1 #9124: mailbox now accepts binary input and uses binary internally by R. David Murray · 14 years ago
  53. 653238a Silence some ResourceWarning in test_mailbox by using file context managers. by Brett Cannon · 14 years ago
  54. 5acec04 Implement #7944. Use `with` throughout the test suite. by Brian Curtin · 14 years ago
  55. 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
  56. e961593 Merged revisions 77727 via svnmerge from by Ezio Melotti · 15 years ago
  57. 868b578 Merged revisions 76055 via svnmerge from by Antoine Pitrou · 15 years ago
  58. 03f1344 Merged revisions 76034,76054 via svnmerge from by Antoine Pitrou · 15 years ago
  59. 194da4a Merged revisions 74126,74130-74131,74149,74155,74157,74180-74183,74398 via svnmerge from by Georg Brandl · 15 years ago
  60. ab91fde Merged revisions 73715 via svnmerge from by Georg Brandl · 15 years ago
  61. b27a1d2 Specialize assertTrue checks when possible. by Alexandre Vassalotti · 15 years ago
  62. c9c0f20 convert old fail* assertions to assert* by Benjamin Peterson · 15 years ago
  63. fa81534 Merged revisions 72213 via svnmerge from by Andrew M. Kuchling · 15 years ago
  64. 548ac41 In 3k this becomes an items() call. by R. David Murray · 15 years ago
  65. 6aa2d1f Merged revisions 65459,65472,65481,65518,65536,65581,65609,65637,65641,65644-65645 via svnmerge from by Georg Brandl · 16 years ago
  66. ee8712c #2621 rename test.test_support to test.support by Benjamin Peterson · 16 years ago
  67. fb16cf1 Remove rfc822 dependency in test. by Georg Brandl · 16 years ago
  68. edb978f #2814: remove deprecated classes from mailbox module. Patch by Humberto Diogenes. by Georg Brandl · 16 years ago
  69. 2a691a8 Merged revisions 62021,62029,62035-62038,62043-62044,62052-62053 via svnmerge from by Benjamin Peterson · 16 years ago
  70. 9edef04 Correct Issue#1561: test_mailbox failed on Windows. by Amaury Forgeot d'Arc · 16 years ago
  71. 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
  72. 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 · 17 years ago
  73. fdab48e Merged revisions 60094-60123 via svnmerge from by Christian Heimes · 17 years ago
  74. 98297ee Merging the py3k-pep3137 branch back into the py3k branch. by Guido van Rossum · 17 years ago
  75. c12a813 Patch # 1331 by Christian Heimes. by Guido van Rossum · 17 years ago
  76. 671117a Force test_mailbox and test_old_mailbox into submission. by Guido van Rossum · 17 years ago
  77. 9a92310 Write bytes instead of unicode by Neal Norwitz · 17 years ago
  78. 7a98be2 Remove RISCOS support by Skip Montanaro · 17 years ago
  79. 34d1928 SF patch# 1770008 by Christian Heimes (plus some extras). by Guido van Rossum · 17 years ago
  80. ea83447 SF patch# 1757839 by Alexandre Vassalotti (part 2). by Guido van Rossum · 17 years ago
  81. d4eda82 SF patch# 1757839 by Alexandre Vassalotti -- make test_mailbox and by Guido van Rossum · 17 years ago
  82. b5a755e Merged revisions 56301-56442 via svnmerge from by Guido van Rossum · 17 years ago
  83. e61fd5b Patch by Christian Heimes to change self.assert_(x == y) into by Guido van Rossum · 17 years ago
  84. c1f779c Merged revisions 56125-56153 via svnmerge from by Guido van Rossum · 17 years ago
  85. 805365e Merged revisions 55007-55179 via svnmerge from by Guido van Rossum · 17 years ago
  86. d8faa36 Merged revisions 53952-54987 via svnmerge from by Guido van Rossum · 17 years ago
  87. a18af4e PEP 3114: rename .next() to .__next__() and add next() builtin. by Georg Brandl · 17 years ago
  88. 62cbc8a Make sure that a forked child process exits even if it raises an exception. by Guido van Rossum · 17 years ago
  89. cc2b016 - PEP 3106: dict.iterkeys(), .iteritems(), .itervalues() are now gone; by Guido van Rossum · 18 years ago
  90. 9fe394c Merged revisions 53538-53622 via svnmerge from by Thomas Wouters · 18 years ago
  91. b213704 Merged revisions 53451-53537 via svnmerge from by Thomas Wouters · 18 years ago
  92. 89f507f Four months of trunk changes (including a few releases...) by Thomas Wouters · 18 years ago
  93. 00ee7ba Merge current trunk into p3yk. This includes the PyNumber_Index API change, by Thomas Wouters · 18 years ago
  94. e2b70bc Get rid of dict.has_key(). Boy this has a lot of repercussions! by Guido van Rossum · 18 years ago
  95. 0e3f591 Merged revisions 46753-51188 via svnmerge from by Thomas Wouters · 18 years ago
  96. 477c8d5 Much-needed merge (using svnmerge.py this time) of trunk changes into p3yk. by Thomas Wouters · 18 years ago
  97. 5253da1 added test for bug #996359. by Skip Montanaro · 20 years ago
  98. 04f357c Get rid of relative imports in all unittests. Now anything that by Barry Warsaw · 22 years ago
  99. e2ae77b SF patch #474590 -- RISC OS support by Guido van Rossum · 23 years ago
  100. 2e2be37 Change the PyUnit-based tests to use the test_main() approach. This by Fred Drake · 23 years ago