1. 62dfd7d bpo-35920: Windows 10 ARM32 platform support (GH-11774) by Paul Monson · 5 years ago
  2. dfa9643 bpo-19382: Adding test cases for module tabnanny (GH-851) by Jaysinh Shukla · 6 years ago
  3. 3fe3304 bpo-19417: Add test_bdb.py (GH-5217) by xdegaye · 6 years ago
  4. cb5297a bpo-29836: Remove nturl2path from test_sundry and amend the module docstring (GH-694) by Jim Fasarakis-Hilliard · 7 years ago
  5. fd3664b Issue #23970: Adds distutils._msvccompiler for new Visual Studio versions. by Steve Dower · 9 years ago
  6. 62a85b5 Issue #19990: Added tests for the imghdr module. Based on patch by Claudiu Popa. by Serhiy Storchaka · 10 years ago
  7. 1ac0095 Issue #19990: Added tests for the imghdr module. Based on patch by Claudiu Popa. by Serhiy Storchaka · 10 years ago
  8. ecff5e5 #18116: backport fix to 3.3 since real-world failure mode demonstrated. by R David Murray · 11 years ago
  9. a46079e merge from 3.3: Increase the test coverage of macurl2path module. Patch by Colin Williams. by Senthil Kumaran · 11 years ago
  10. b82a3dc Increase the coverage of macurl2path. Patch by Colin Williams. by Senthil Kumaran · 11 years ago
  11. 3e9a9ae Update various test modules to use unittest.main() for test discovery by Brett Cannon · 11 years ago
  12. 32a23c3 #9607: Add tests for the keyword module. by R David Murray · 11 years ago
  13. 319d58d #17484: add tests for getpass. by R David Murray · 11 years ago
  14. 8c5ec0a Clean up test_sundry and have it error out when a module has grown proper tests. by Brett Cannon · 12 years ago
  15. 5ea197a Closes #16135: Removal of OS/2 support (distutils) (II) by Jesus Cea · 12 years ago
  16. f01d695 Closes #16135: Removal of OS/2 support by Jesus Cea · 12 years ago
  17. 8bd24fe Issue #12643: Respect sys.excepthook in code.InteractiveConsole by Nick Coghlan · 12 years ago
  18. a88da67 #11578: add unit tests for timeit module. by R David Murray · 13 years ago
  19. 5a43f72 remove some things that are now tested by Benjamin Peterson · 14 years ago
  20. 482e66a Issue #9496: Provide a test suite for the rlcompleter module. Patch by by Antoine Pitrou · 14 years ago
  21. b5c2376 issue #8687: provides a test suite for sched.py module by Giampaolo Rodolà · 14 years ago
  22. 9d624d2 pdb now has its own tests. by Georg Brandl · 14 years ago
  23. a59bfb3 Now that sunau has some tests, remove it from test_sundry. by R. David Murray · 14 years ago
  24. 41fe615 (partially) by Florent Xicluna · 14 years ago
  25. b507d2e Merged revisions 72100-72101 via svnmerge from by R. David Murray · 15 years ago
  26. a6f2946 Merged revisions 70779 via svnmerge from by R. David Murray · 15 years ago
  27. 3fe61d5 Merged revisions 68933 via svnmerge from by Tarek Ziadé · 15 years ago
  28. fcf5d63 forward port r66386 by Benjamin Peterson · 16 years ago
  29. 1cd0247 Merged revisions 66321 via svnmerge from by Brett Cannon · 16 years ago
  30. c2542e9 Remove the sunaudio module. by Brett Cannon · 16 years ago
  31. 2442015 Create http package. #2883. by Georg Brandl · 16 years ago
  32. ee8712c #2621 rename test.test_support to test.support by Benjamin Peterson · 16 years ago
  33. 3c50ea4 rename HTMLParser to html.parser and htmlentitydefs to html.entities; by Fred Drake · 16 years ago
  34. acbb786 Remove the statvfs module. by Brett Cannon · 16 years ago
  35. bd47442 The ihooks module has been removed. by Brett Cannon · 16 years ago
  36. 900ee3a Remove the user module. by Brett Cannon · 16 years ago
  37. 0ec5855 Remove the imputil module. by Brett Cannon · 16 years ago
  38. 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
  39. 8c03b4d Merged revisions 62486-62487 via svnmerge from by Amaury Forgeot d'Arc · 16 years ago
  40. 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
  41. 47b49bf Merged revisions 57620-57771 via svnmerge from by Thomas Wouters · 17 years ago
  42. af554a0 First merge from the trunk straight into the py3k branch. I'm not by Guido van Rossum · 17 years ago
  43. 33d2689 Merged revisions 56492-56752 via svnmerge from by Guido van Rossum · 17 years ago
  44. cd16bf6 Merged revisions 55817-55961 via svnmerge from by Guido van Rossum · 17 years ago
  45. e7ba495 Merged revisions 55631-55794 via svnmerge from by Guido van Rossum · 17 years ago
  46. d59da4b Merged revisions 55407-55513 via svnmerge from by Guido van Rossum · 17 years ago
  47. a8add0e Merged revisions 55270-55324 via svnmerge from by Guido van Rossum · 17 years ago
  48. 9d72bb4 Remove functions in string module that are also string methods. Also remove: by Neal Norwitz · 17 years ago
  49. be19ed7 Fix most trivially-findable print statements. by Guido van Rossum · 17 years ago
  50. 477c8d5 Much-needed merge (using svnmerge.py this time) of trunk changes into p3yk. by Thomas Wouters · 18 years ago
  51. 49fd7fa Merge p3yk branch with the trunk up to revision 45595. This breaks a fair by Thomas Wouters · 18 years ago
  52. e2c9a6c Suppress new deprecation warnings when running the test suite. by Tim Peters · 18 years ago
  53. c2a0ac2 Patch #1049151: adding bool support to xdrlib.py. by Martin v. Löwis · 19 years ago
  54. c7979f1 Removed deprecated tzparse module. by Raymond Hettinger · 20 years ago
  55. 4ebe364 Remove the deprecated statcache module. by Raymond Hettinger · 20 years ago
  56. 4ad9723 Remove pre module by Andrew M. Kuchling · 20 years ago
  57. c1eea67 Remove filecmp by Andrew M. Kuchling · 21 years ago
  58. 6c73405 Lose references to knee (no longer exists) and pyclbr (has its own by Guido van Rossum · 22 years ago
  59. 04f357c Get rid of relative imports in all unittests. Now anything that by Barry Warsaw · 22 years ago
  60. d392506 Tighten up some warning filters, and break some dependencies on the by Tim Peters · 22 years ago
  61. 76fffd8 Add a simple test suite for netrc.py, and remove it from test_sundry by Andrew M. Kuchling · 22 years ago
  62. a35e2ce Move import dbhash out of test_sundry and into test_bsddb, by Guido van Rossum · 23 years ago
  63. b112481 Ignore the posixfile deprecation warning for the test suite. by Fred Drake · 23 years ago
  64. 3230d5c SF patch #440170: Tests for fileinput module. by Tim Peters · 23 years ago
  65. 48dacc6 SF patch #440144: Tests and minor bugfix for uu module. by Tim Peters · 23 years ago
  66. f95423e Remove lines for asynchat & asyncore, as they've now got their own test. by Tim Peters · 23 years ago
  67. f87d857 Restore alphabetic order. Also try to import rlcompleter and curses, but by Tim Peters · 24 years ago
  68. d74804d The "user" module cannot reasonably be tested. Moved to the end (and by Fred Drake · 24 years ago
  69. d93c0b6 Jeremy's patch #103323: trivial tests of all untested modules. by Tim Peters · 24 years ago