1. 1184e26 do not override errors from descriptors on modules by Benjamin Peterson · 10 years ago
  2. 7b9ff0e Issue8297: module attribute lookup failures now include module name in error message. by Ethan Furman · 10 years ago
  3. a24348c Make some tests more verbose in the face of failure by Brett Cannon · 11 years ago
  4. b523f84 Implement PEP 451 (ModuleSpec). by Eric Snow · 11 years ago
  5. 4ed328c Add a test for module weakrefability by Antoine Pitrou · 11 years ago
  6. dcedaf6 Issue #18214: Improve finalization of Python modules to avoid setting their globals to None, in most cases. by Antoine Pitrou · 11 years ago
  7. 4c14b5d #17115,17116: Have modules initialize the __package__ and __loader__ by Brett Cannon · 11 years ago
  8. 984b11f issue 14660: Implement PEP 420, namespace packages. by Eric V. Smith · 12 years ago
  9. ca81bf7 fix this test to actually test something (closes #13606) by Benjamin Peterson · 13 years ago
  10. 5c4bfc4 prefer clearing global objects to obscure module.__dict__ bugs #10068 by Benjamin Peterson · 14 years ago
  11. 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
  12. 1432771 Merged revisions 74457 via svnmerge from by Benjamin Peterson · 15 years ago
  13. c9c0f20 convert old fail* assertions to assert* by Benjamin Peterson · 15 years ago
  14. ee8712c #2621 rename test.test_support to test.support by Benjamin Peterson · 16 years ago
  15. 05e8be1 Merged revisions 60990-61002 via svnmerge from by Christian Heimes · 16 years ago
  16. ef87d6e Rip out all the u"..." literals and calls to unicode(). by Guido van Rossum · 17 years ago
  17. d8faa36 Merged revisions 53952-54987 via svnmerge from by Guido van Rossum · 17 years ago
  18. be19ed7 Fix most trivially-findable print statements. by Guido van Rossum · 17 years ago
  19. 04f357c Get rid of relative imports in all unittests. Now anything that by Barry Warsaw · 22 years ago
  20. bdabecc Repair the test (adding a docstring to the module type changed the by Guido van Rossum · 22 years ago
  21. c3a787e Surprising fix for SF bug 563060: module can be used as base class. by Guido van Rossum · 22 years ago