1. b9c3da5 bpo-24744: Raises error in pkgutil.walk_packages if path is str (#1926) by Sanyam Khurana · 7 years ago
  2. d5f9223 Issue #17211: Yield a namedtuple in pkgutil. by Eric Snow · 8 years ago
  3. 4a2360d Issue #25805: Skip a test for test_pkgutil when __name__ == __main__. by Brett Cannon · 8 years ago
  4. fdcdd9e Issue #26896: Disambiguate uses of "importer" with "finder". by Brett Cannon · 8 years ago
  5. 0d18c15 Issue #14209: pkgutil.iter_zipimport_modules ignores the prefix for packages by Łukasz Langa · 8 years ago
  6. 02d8454 Issue #23014: Make importlib.abc.Loader.create_module() required when by Brett Cannon · 10 years ago
  7. 8447c70 Issue #14710: Fix both pkgutil.find_loader() and get_loader() to not by Brett Cannon · 10 years ago
  8. 658af31 Issue #21200: Return None from pkgutil.get_loader() when __spec__ is missing. by Eric Snow · 10 years ago
  9. dc855b7 Close #20839: pkgutil.find_loader now uses importlib.util.find_spec by Nick Coghlan · 10 years ago
  10. f617fa8 merge 3.3 by Benjamin Peterson · 10 years ago
  11. cf62603 backout fafac90b69c4 by Benjamin Peterson · 10 years ago
  12. a118c4f merge 3.3 by Benjamin Peterson · 11 years ago
  13. 50b82c7 clear zip stat cache after each ref leak run by Benjamin Peterson · 11 years ago
  14. 37148b2 Issue #19708: Update pkgutil to use the new importer APIs. by Eric Snow · 11 years ago
  15. 2ba66eb Issue #19724: clear out colliding temp module. by Eric Snow · 11 years ago
  16. b523f84 Implement PEP 451 (ModuleSpec). by Eric Snow · 11 years ago
  17. 9529fbf Issue #17177: Stop using imp in a bunch of tests by Brett Cannon · 11 years ago
  18. c4e0d98 Close issue #16163: handle submodules in pkgutil.iter_importers by Nick Coghlan · 11 years ago
  19. 9455492 Issue #15314: Tweak a pkgutil test to hopefully be more Windows friendly by Nick Coghlan · 12 years ago
  20. 8ecf504 Issue #15343: Handle importlib.machinery.FileFinder instances in pkgutil.walk_packages (et al) by Nick Coghlan · 12 years ago
  21. 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
  22. b2dd880 Issue #15294: Fix a regression in pkgutil.extend_path()'s handling of nested namespace packages. by Antoine Pitrou · 12 years ago
  23. 984b11f issue 14660: Implement PEP 420, namespace packages. by Eric V. Smith · 12 years ago
  24. 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
  25. a790c9b Issue #14817: Add rudimentary tests for pkgutil.extend_path. by Eric V. Smith · 12 years ago
  26. 7010a07 Issue #7367: Ensure test directory always gets removed. by Ned Deily · 13 years ago
  27. caf5a22 Issue #7367: Add test case to test_pkgutil for walking path with by Ned Deily · 13 years ago
  28. 515a74f Issue 4005: Remove .sort() call on dict_keys object. by Alexandre Vassalotti · 15 years ago
  29. ee8712c #2621 rename test.test_support to test.support by Benjamin Peterson · 16 years ago
  30. e57950f Merged revisions 62420-62421,62423-62424 via svnmerge from by Christian Heimes · 16 years ago
  31. dae2a89 Merged revisions 62350-62355,62358-62359,62364-62365,62370,62372-62375,62378-62379,62381 via svnmerge from by Christian Heimes · 16 years ago