1. d5f9223 Issue #17211: Yield a namedtuple in pkgutil. by Eric Snow · 8 years ago
  2. 56b4872 [merge from 3.5] - Update pkgutil docs to reference appropriate finder and loader object documentation. by Senthil Kumaran · 8 years ago
  3. 4672060 Update pkgutil docs to reference appropriate finder and loader object documentation. by Senthil Kumaran · 8 years ago
  4. fdcdd9e Issue #26896: Disambiguate uses of "importer" with "finder". by Brett Cannon · 8 years ago
  5. 34ad2ef Merge 3.5, issue #14209 by Łukasz Langa · 8 years ago
  6. 0d18c15 Issue #14209: pkgutil.iter_zipimport_modules ignores the prefix for packages by Łukasz Langa · 8 years ago
  7. c0d91af Upgrade the imp module's deprecation to DeprecationWarning. by Brett Cannon · 9 years ago
  8. 2a17bde Issue #20383: Introduce importlib.util.module_from_spec(). by Brett Cannon · 10 years ago
  9. 8447c70 Issue #14710: Fix both pkgutil.find_loader() and get_loader() to not by Brett Cannon · 10 years ago
  10. 658af31 Issue #21200: Return None from pkgutil.get_loader() when __spec__ is missing. by Eric Snow · 10 years ago
  11. 62b4b9e Close #20839: pkgutil.find_loader now uses importlib.util.find_spec by Nick Coghlan · 10 years ago
  12. 6029e08 Issue 19944: Fix importlib.find_spec() so it imports parents as needed. by Eric Snow · 10 years ago
  13. 02b9f9d Remove more usage of APIs deprecated by PEP 451. by Eric Snow · 10 years ago
  14. 37148b2 Issue #19708: Update pkgutil to use the new importer APIs. by Eric Snow · 10 years ago
  15. b523f84 Implement PEP 451 (ModuleSpec). by Eric Snow · 11 years ago
  16. 862542e Close #19409: add missing import in pkgutil by Nick Coghlan · 11 years ago
  17. e4f41de Issue #17177: The imp module is pending deprecation. by Brett Cannon · 11 years ago
  18. 6f69251 Add reference implementation for PEP 443 by Łukasz Langa · 11 years ago
  19. 685bd4a Merge fix for #16163 from 3.3 by Nick Coghlan · 11 years ago
  20. c4e0d98 Close issue #16163: handle submodules in pkgutil.iter_importers by Nick Coghlan · 11 years ago
  21. 2f50aaf modernize some modules' code by using with statement around open() by Giampaolo Rodola' · 11 years ago
  22. f7a17b4 Replace IOError with OSError (#16715) by Andrew Svetlov · 11 years ago
  23. fd43b4d replace threw with raised (#16714) by Andrew Svetlov · 11 years ago
  24. 1f415cf replace threw with raised (#16714) by Andrew Svetlov · 11 years ago
  25. a191959 Issue #16714: use 'raise' exceptions, don't 'throw'. by Andrew Svetlov · 11 years ago
  26. 5b89840 Issue #16714: use 'raise' exceptions, don't 'throw'. by Andrew Svetlov · 11 years ago
  27. 2aa5f3c Issue #16120: Use |yield from| in stdlib. by Andrew Svetlov · 12 years ago
  28. 4993cc0 utilize yield from by Philip Jenvey · 12 years ago
  29. be7e49f Close #15386: There was a loophole that meant importlib.machinery and imp would sometimes reference an uninitialised copy of importlib._bootstrap by Nick Coghlan · 12 years ago
  30. 8ecf504 Issue #15343: Handle importlib.machinery.FileFinder instances in pkgutil.walk_packages (et al) by Nick Coghlan · 12 years ago
  31. 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
  32. b2dd880 Issue #15294: Fix a regression in pkgutil.extend_path()'s handling of nested namespace packages. by Antoine Pitrou · 12 years ago
  33. 984b11f issue 14660: Implement PEP 420, namespace packages. by Eric V. Smith · 12 years ago
  34. fea73ef Issue #14605: Don't error out if get_importer() returns None. by Brett Cannon · 12 years ago
  35. e0d88a1 Issue #14605: Make explicit the entries on sys.path_hooks that used to by Brett Cannon · 12 years ago
  36. 5136ac0 Issue #13645: pyc files now contain the size of the corresponding source by Antoine Pitrou · 12 years ago
  37. 9403071 merge from 3.2 by Ned Deily · 13 years ago
  38. ed27df7 Issue #7367: Fix pkgutil.walk_paths to skip directories whose by Ned Deily · 13 years ago
  39. 0cfb81d Use a local name (it was intended to be used but overlooked). by Éric Araujo · 13 years ago
  40. aa1ef2d Merge 3.2 by Éric Araujo · 13 years ago
  41. 51b7aed Merge 3.1 by Éric Araujo · 13 years ago
  42. 4e86d5b Replace open(filename, 'rU') by open(filename, 'r') by Victor Stinner · 13 years ago
  43. a4e2d4f Add missing name in pkgutil.__all__ by Éric Araujo · 13 years ago
  44. 1ab58df Have pkgutil properly close files. by Brett Cannon · 14 years ago
  45. ae83d6e Merged revisions 73833,73838,73850-73852,73856-73857 via svnmerge from by Georg Brandl · 15 years ago
  46. 515a74f Issue 4005: Remove .sort() call on dict_keys object. by Alexandre Vassalotti · 15 years ago
  47. 821d0f8 no 2.3 compat in the py3k lib #3676 by Benjamin Peterson · 15 years ago
  48. dae2a89 Merged revisions 62350-62355,62358-62359,62364-62365,62370,62372-62375,62378-62379,62381 via svnmerge from by Christian Heimes · 16 years ago
  49. 3172c5d Patch# 1258 by Christian Heimes: kill basestring. by Guido van Rossum · 17 years ago
  50. 7a98be2 Remove RISCOS support by Skip Montanaro · 17 years ago
  51. b940e11 SF patch 1631942 by Collin Winter: by Guido van Rossum · 17 years ago
  52. 0e3f591 Merged revisions 46753-51188 via svnmerge from by Thomas Wouters · 18 years ago
  53. 477c8d5 Much-needed merge (using svnmerge.py this time) of trunk changes into p3yk. by Thomas Wouters · 18 years ago
  54. 49fd7fa Merge p3yk branch with the trunk up to revision 45595. This breaks a fair by Thomas Wouters · 18 years ago
  55. 7a70ea4 SF patch #806246: use basestring where possible by Raymond Hettinger · 21 years ago
  56. a4deda0 Last week we discussed adding this module to the standard library. by Guido van Rossum · 21 years ago