1. 8bd24fe Issue #12643: Respect sys.excepthook in code.InteractiveConsole by Nick Coghlan · 12 years ago
  2. a88da67 #11578: add unit tests for timeit module. by R David Murray · 13 years ago
  3. 5a43f72 remove some things that are now tested by Benjamin Peterson · 14 years ago
  4. 482e66a Issue #9496: Provide a test suite for the rlcompleter module. Patch by by Antoine Pitrou · 14 years ago
  5. b5c2376 issue #8687: provides a test suite for sched.py module by Giampaolo Rodolà · 14 years ago
  6. 9d624d2 pdb now has its own tests. by Georg Brandl · 14 years ago
  7. a59bfb3 Now that sunau has some tests, remove it from test_sundry. by R. David Murray · 14 years ago
  8. 41fe615 (partially) by Florent Xicluna · 14 years ago
  9. b507d2e Merged revisions 72100-72101 via svnmerge from by R. David Murray · 15 years ago
  10. a6f2946 Merged revisions 70779 via svnmerge from by R. David Murray · 15 years ago
  11. 3fe61d5 Merged revisions 68933 via svnmerge from by Tarek Ziadé · 16 years ago
  12. fcf5d63 forward port r66386 by Benjamin Peterson · 16 years ago
  13. 1cd0247 Merged revisions 66321 via svnmerge from by Brett Cannon · 16 years ago
  14. c2542e9 Remove the sunaudio module. by Brett Cannon · 16 years ago
  15. 2442015 Create http package. #2883. by Georg Brandl · 16 years ago
  16. ee8712c #2621 rename test.test_support to test.support by Benjamin Peterson · 16 years ago
  17. 3c50ea4 rename HTMLParser to html.parser and htmlentitydefs to html.entities; by Fred Drake · 16 years ago
  18. acbb786 Remove the statvfs module. by Brett Cannon · 16 years ago
  19. bd47442 The ihooks module has been removed. by Brett Cannon · 16 years ago
  20. 900ee3a Remove the user module. by Brett Cannon · 16 years ago
  21. 0ec5855 Remove the imputil module. by Brett Cannon · 16 years ago
  22. 81ee3ef Merged revisions 62425-62429,62434-62436,62441,62444,62446-62448,62450-62455,62463,62465-62466,62469,62474,62476-62478,62480,62485,62492,62497-62498,62500,62507,62513-62514,62516,62521,62531,62535,62545-62546,62548-62551,62553-62559,62569,62574,62577,62593,62595,62604-62606,62608,62616,62626-62627,62636,62638,62644-62645,62647-62648,62651-62653,62656,62661,62663,62680,62686-62687,62696,62699-62703,62711 via svnmerge from by Christian Heimes · 16 years ago
  23. 8c03b4d Merged revisions 62486-62487 via svnmerge from by Amaury Forgeot d'Arc · 16 years ago
  24. 5e69685 Merged revisions 62194,62197-62198,62204-62205,62214,62219-62221,62227,62229-62231,62233-62235,62237-62239 via svnmerge from by Christian Heimes · 16 years ago
  25. 47b49bf Merged revisions 57620-57771 via svnmerge from by Thomas Wouters · 17 years ago
  26. af554a0 First merge from the trunk straight into the py3k branch. I'm not by Guido van Rossum · 17 years ago
  27. 33d2689 Merged revisions 56492-56752 via svnmerge from by Guido van Rossum · 17 years ago
  28. cd16bf6 Merged revisions 55817-55961 via svnmerge from by Guido van Rossum · 17 years ago
  29. e7ba495 Merged revisions 55631-55794 via svnmerge from by Guido van Rossum · 17 years ago
  30. d59da4b Merged revisions 55407-55513 via svnmerge from by Guido van Rossum · 17 years ago
  31. a8add0e Merged revisions 55270-55324 via svnmerge from by Guido van Rossum · 17 years ago
  32. 9d72bb4 Remove functions in string module that are also string methods. Also remove: by Neal Norwitz · 17 years ago
  33. be19ed7 Fix most trivially-findable print statements. by Guido van Rossum · 17 years ago
  34. 477c8d5 Much-needed merge (using svnmerge.py this time) of trunk changes into p3yk. by Thomas Wouters · 18 years ago
  35. 49fd7fa Merge p3yk branch with the trunk up to revision 45595. This breaks a fair by Thomas Wouters · 18 years ago
  36. e2c9a6c Suppress new deprecation warnings when running the test suite. by Tim Peters · 18 years ago
  37. c2a0ac2 Patch #1049151: adding bool support to xdrlib.py. by Martin v. Löwis · 19 years ago
  38. c7979f1 Removed deprecated tzparse module. by Raymond Hettinger · 20 years ago
  39. 4ebe364 Remove the deprecated statcache module. by Raymond Hettinger · 20 years ago
  40. 4ad9723 Remove pre module by Andrew M. Kuchling · 20 years ago
  41. c1eea67 Remove filecmp by Andrew M. Kuchling · 21 years ago
  42. 6c73405 Lose references to knee (no longer exists) and pyclbr (has its own by Guido van Rossum · 22 years ago
  43. 04f357c Get rid of relative imports in all unittests. Now anything that by Barry Warsaw · 22 years ago
  44. d392506 Tighten up some warning filters, and break some dependencies on the by Tim Peters · 22 years ago
  45. 76fffd8 Add a simple test suite for netrc.py, and remove it from test_sundry by Andrew M. Kuchling · 22 years ago
  46. a35e2ce Move import dbhash out of test_sundry and into test_bsddb, by Guido van Rossum · 23 years ago
  47. b112481 Ignore the posixfile deprecation warning for the test suite. by Fred Drake · 23 years ago
  48. 3230d5c SF patch #440170: Tests for fileinput module. by Tim Peters · 23 years ago
  49. 48dacc6 SF patch #440144: Tests and minor bugfix for uu module. by Tim Peters · 23 years ago
  50. f95423e Remove lines for asynchat & asyncore, as they've now got their own test. by Tim Peters · 23 years ago
  51. f87d857 Restore alphabetic order. Also try to import rlcompleter and curses, but by Tim Peters · 24 years ago
  52. d74804d The "user" module cannot reasonably be tested. Moved to the end (and by Fred Drake · 24 years ago
  53. d93c0b6 Jeremy's patch #103323: trivial tests of all untested modules. by Tim Peters · 24 years ago