1. a793037 Issue #19527: Fixed tests with defined COUNT_ALLOCS. by Serhiy Storchaka · 8 years ago
  2. e26da7c Issue #27171: Fix typos in documentation, comments, and test function names by Martin Panter · 8 years ago
  3. f0564164 Fix typos in comments, documentation and test method names by Martin Panter · 8 years ago
  4. ce64391 Issue #9517: Move script_helper to the support package. by Berker Peksag · 9 years ago
  5. 38c707e Issue #21741: Update 147 test modules to use test discovery. by Zachary Ware · 9 years ago
  6. 1184e26 do not override errors from descriptors on modules by Benjamin Peterson · 10 years ago
  7. 7b9ff0e Issue8297: module attribute lookup failures now include module name in error message. by Ethan Furman · 10 years ago
  8. a24348c Make some tests more verbose in the face of failure by Brett Cannon · 11 years ago
  9. b523f84 Implement PEP 451 (ModuleSpec). by Eric Snow · 11 years ago
  10. 4ed328c Add a test for module weakrefability by Antoine Pitrou · 11 years ago
  11. dcedaf6 Issue #18214: Improve finalization of Python modules to avoid setting their globals to None, in most cases. by Antoine Pitrou · 11 years ago
  12. 4c14b5d #17115,17116: Have modules initialize the __package__ and __loader__ by Brett Cannon · 11 years ago
  13. 984b11f issue 14660: Implement PEP 420, namespace packages. by Eric V. Smith · 12 years ago
  14. ca81bf7 fix this test to actually test something (closes #13606) by Benjamin Peterson · 13 years ago
  15. 5c4bfc4 prefer clearing global objects to obscure module.__dict__ bugs #10068 by Benjamin Peterson · 14 years ago
  16. a0dfa82 Merged revisions 75149,75260-75263,75265-75267,75292,75300,75376,75405,75429-75433,75437,75445,75501,75551,75572,75589-75591,75657,75742,75868,75952-75957,76057,76105,76139,76143,76162,76223 via svnmerge from by Benjamin Peterson · 15 years ago
  17. 1432771 Merged revisions 74457 via svnmerge from by Benjamin Peterson · 15 years ago
  18. c9c0f20 convert old fail* assertions to assert* by Benjamin Peterson · 15 years ago
  19. ee8712c #2621 rename test.test_support to test.support by Benjamin Peterson · 16 years ago
  20. 05e8be1 Merged revisions 60990-61002 via svnmerge from by Christian Heimes · 16 years ago
  21. ef87d6e Rip out all the u"..." literals and calls to unicode(). by Guido van Rossum · 17 years ago
  22. d8faa36 Merged revisions 53952-54987 via svnmerge from by Guido van Rossum · 17 years ago
  23. be19ed7 Fix most trivially-findable print statements. by Guido van Rossum · 18 years ago
  24. 04f357c Get rid of relative imports in all unittests. Now anything that by Barry Warsaw · 22 years ago
  25. bdabecc Repair the test (adding a docstring to the module type changed the by Guido van Rossum · 22 years ago
  26. c3a787e Surprising fix for SF bug 563060: module can be used as base class. by Guido van Rossum · 22 years ago