1. 66a4e12 Merge #9557: eliminate 3 seconds of static overhead from test_mailbox. by R David Murray · 13 years ago
  2. b9a428d #9557: eliminate 3 seconds of static overhead from test_mailbox. by R David Murray · 13 years ago
  3. fc14114 #11116: roll back on error during add so mailbox isn't left corrupted. by R. David Murray · 13 years ago
  4. b7deff1 #9124: mailbox now accepts binary input and uses binary internally by R. David Murray · 13 years ago
  5. 653238a Silence some ResourceWarning in test_mailbox by using file context managers. by Brett Cannon · 14 years ago
  6. 5acec04 Implement #7944. Use `with` throughout the test suite. by Brian Curtin · 14 years ago
  7. 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
  8. e961593 Merged revisions 77727 via svnmerge from by Ezio Melotti · 14 years ago
  9. 868b578 Merged revisions 76055 via svnmerge from by Antoine Pitrou · 15 years ago
  10. 03f1344 Merged revisions 76034,76054 via svnmerge from by Antoine Pitrou · 15 years ago
  11. 194da4a Merged revisions 74126,74130-74131,74149,74155,74157,74180-74183,74398 via svnmerge from by Georg Brandl · 15 years ago
  12. ab91fde Merged revisions 73715 via svnmerge from by Georg Brandl · 15 years ago
  13. b27a1d2 Specialize assertTrue checks when possible. by Alexandre Vassalotti · 15 years ago
  14. c9c0f20 convert old fail* assertions to assert* by Benjamin Peterson · 15 years ago
  15. fa81534 Merged revisions 72213 via svnmerge from by Andrew M. Kuchling · 15 years ago
  16. 548ac41 In 3k this becomes an items() call. by R. David Murray · 15 years ago
  17. 6aa2d1f Merged revisions 65459,65472,65481,65518,65536,65581,65609,65637,65641,65644-65645 via svnmerge from by Georg Brandl · 16 years ago
  18. ee8712c #2621 rename test.test_support to test.support by Benjamin Peterson · 16 years ago
  19. fb16cf1 Remove rfc822 dependency in test. by Georg Brandl · 16 years ago
  20. edb978f #2814: remove deprecated classes from mailbox module. Patch by Humberto Diogenes. by Georg Brandl · 16 years ago
  21. 2a691a8 Merged revisions 62021,62029,62035-62038,62043-62044,62052-62053 via svnmerge from by Benjamin Peterson · 16 years ago
  22. 9edef04 Correct Issue#1561: test_mailbox failed on Windows. by Amaury Forgeot d'Arc · 16 years ago
  23. 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
  24. 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
  25. fdab48e Merged revisions 60094-60123 via svnmerge from by Christian Heimes · 16 years ago
  26. 98297ee Merging the py3k-pep3137 branch back into the py3k branch. by Guido van Rossum · 17 years ago
  27. c12a813 Patch # 1331 by Christian Heimes. by Guido van Rossum · 17 years ago
  28. 671117a Force test_mailbox and test_old_mailbox into submission. by Guido van Rossum · 17 years ago
  29. 9a92310 Write bytes instead of unicode by Neal Norwitz · 17 years ago
  30. 7a98be2 Remove RISCOS support by Skip Montanaro · 17 years ago
  31. 34d1928 SF patch# 1770008 by Christian Heimes (plus some extras). by Guido van Rossum · 17 years ago
  32. ea83447 SF patch# 1757839 by Alexandre Vassalotti (part 2). by Guido van Rossum · 17 years ago
  33. d4eda82 SF patch# 1757839 by Alexandre Vassalotti -- make test_mailbox and by Guido van Rossum · 17 years ago
  34. b5a755e Merged revisions 56301-56442 via svnmerge from by Guido van Rossum · 17 years ago
  35. e61fd5b Patch by Christian Heimes to change self.assert_(x == y) into by Guido van Rossum · 17 years ago
  36. c1f779c Merged revisions 56125-56153 via svnmerge from by Guido van Rossum · 17 years ago
  37. 805365e Merged revisions 55007-55179 via svnmerge from by Guido van Rossum · 17 years ago
  38. d8faa36 Merged revisions 53952-54987 via svnmerge from by Guido van Rossum · 17 years ago
  39. a18af4e PEP 3114: rename .next() to .__next__() and add next() builtin. by Georg Brandl · 17 years ago
  40. 62cbc8a Make sure that a forked child process exits even if it raises an exception. by Guido van Rossum · 17 years ago
  41. cc2b016 - PEP 3106: dict.iterkeys(), .iteritems(), .itervalues() are now gone; by Guido van Rossum · 17 years ago
  42. 9fe394c Merged revisions 53538-53622 via svnmerge from by Thomas Wouters · 17 years ago
  43. b213704 Merged revisions 53451-53537 via svnmerge from by Thomas Wouters · 17 years ago
  44. 89f507f Four months of trunk changes (including a few releases...) by Thomas Wouters · 18 years ago
  45. 00ee7ba Merge current trunk into p3yk. This includes the PyNumber_Index API change, by Thomas Wouters · 18 years ago
  46. e2b70bc Get rid of dict.has_key(). Boy this has a lot of repercussions! by Guido van Rossum · 18 years ago
  47. 0e3f591 Merged revisions 46753-51188 via svnmerge from by Thomas Wouters · 18 years ago
  48. 477c8d5 Much-needed merge (using svnmerge.py this time) of trunk changes into p3yk. by Thomas Wouters · 18 years ago
  49. 5253da1 added test for bug #996359. by Skip Montanaro · 20 years ago
  50. 04f357c Get rid of relative imports in all unittests. Now anything that by Barry Warsaw · 22 years ago
  51. e2ae77b SF patch #474590 -- RISC OS support by Guido van Rossum · 23 years ago
  52. 2e2be37 Change the PyUnit-based tests to use the test_main() approach. This by Fred Drake · 23 years ago
  53. 97df7b6 The test used int(time.time()) to get a random number, but this doesn't work on the mac (where times are bigger than ints). Changed to int(time.time()%1000000). by Jack Jansen · 23 years ago
  54. 6626c1f create_message(): When os.link() doesn't exist, make a copy of the msg by Tim Peters · 23 years ago
  55. c02bc3e Re-write the mailbox test suite to use PyUnit. Cover a lot more ground by Fred Drake · 23 years ago
  56. 75ebb29 Some other tests, when failing, don't always remove their TESTFN file. by Guido van Rossum · 23 years ago
  57. ca956e2 When catching errors from os.rmdir(), test for os.error, not IOError! by Guido van Rossum · 23 years ago
  58. 0aaed27 Added test for regression on SourceForge bug #117490. by Fred Drake · 24 years ago