1. 8447c70 Issue #14710: Fix both pkgutil.find_loader() and get_loader() to not by Brett Cannon · 10 years ago
  2. 658af31 Issue #21200: Return None from pkgutil.get_loader() when __spec__ is missing. by Eric Snow · 10 years ago
  3. dc855b7 Close #20839: pkgutil.find_loader now uses importlib.util.find_spec by Nick Coghlan · 11 years ago
  4. f617fa8 merge 3.3 by Benjamin Peterson · 11 years ago
  5. cf62603 backout fafac90b69c4 by Benjamin Peterson · 11 years ago
  6. a118c4f merge 3.3 by Benjamin Peterson · 11 years ago
  7. 50b82c7 clear zip stat cache after each ref leak run by Benjamin Peterson · 11 years ago
  8. 37148b2 Issue #19708: Update pkgutil to use the new importer APIs. by Eric Snow · 11 years ago
  9. 2ba66eb Issue #19724: clear out colliding temp module. by Eric Snow · 11 years ago
  10. b523f84 Implement PEP 451 (ModuleSpec). by Eric Snow · 11 years ago
  11. 9529fbf Issue #17177: Stop using imp in a bunch of tests by Brett Cannon · 11 years ago
  12. c4e0d98 Close issue #16163: handle submodules in pkgutil.iter_importers by Nick Coghlan · 11 years ago
  13. 9455492 Issue #15314: Tweak a pkgutil test to hopefully be more Windows friendly by Nick Coghlan · 12 years ago
  14. 8ecf504 Issue #15343: Handle importlib.machinery.FileFinder instances in pkgutil.walk_packages (et al) by Nick Coghlan · 12 years ago
  15. 85e729e Take the first step in resolving the messy pkgutil vs importlib edge cases by basing pkgutil explicitly on importlib, deprecating its internal import emulation and setting __main__.__loader__ correctly so that runpy still works (Affects #15343, #15314, #15357) by Nick Coghlan · 12 years ago
  16. b2dd880 Issue #15294: Fix a regression in pkgutil.extend_path()'s handling of nested namespace packages. by Antoine Pitrou · 12 years ago
  17. 984b11f issue 14660: Implement PEP 420, namespace packages. by Eric V. Smith · 12 years ago
  18. 5cdc630 Cleanup so subsequent tests won't fail. Needs to be moved into a support routine (see 14715). by Eric V. Smith · 12 years ago
  19. a790c9b Issue #14817: Add rudimentary tests for pkgutil.extend_path. by Eric V. Smith · 12 years ago
  20. 7010a07 Issue #7367: Ensure test directory always gets removed. by Ned Deily · 13 years ago
  21. caf5a22 Issue #7367: Add test case to test_pkgutil for walking path with by Ned Deily · 13 years ago
  22. 515a74f Issue 4005: Remove .sort() call on dict_keys object. by Alexandre Vassalotti · 15 years ago
  23. ee8712c #2621 rename test.test_support to test.support by Benjamin Peterson · 16 years ago
  24. e57950f Merged revisions 62420-62421,62423-62424 via svnmerge from by Christian Heimes · 16 years ago
  25. dae2a89 Merged revisions 62350-62355,62358-62359,62364-62365,62370,62372-62375,62378-62379,62381 via svnmerge from by Christian Heimes · 16 years ago