1. 8f88190 [3.9] bpo-40204: Allow pre-Sphinx 3 syntax in the doc (GH-21844) (GH-21901) by Victor Stinner · 5 years ago
  2. 1ed6161 bpo-12915: Add pkgutil.resolve_name (GH-18310) by Vinay Sajip · 5 years ago
  3. 12e696b bpo-35042: Use the :pep: role where a PEP is specified (#10036) by Stéphane Wirtel · 7 years ago
  4. 071fbcb Merge for issue #28424 by Brett Cannon · 9 years ago
  5. bc538e3 Issue #28424: Document pkgutil.get_data() doesn't work with namespace packages. by Brett Cannon · 9 years ago
  6. c972d1c [merge from 3.5] Issue28438 - Fix the link for pkgutil.get_data doc. by Senthil Kumaran · 9 years ago
  7. 1cea56b Issue28438 - Fix the link for pkgutil.get_data doc. Patch contributed by Xiang Zhang. by Senthil Kumaran · 9 years ago
  8. 4672060 Update pkgutil docs to reference appropriate finder and loader object documentation. by Senthil Kumaran · 9 years ago
  9. 18a7d2b Add missing versionadded directive by Berker Peksag · 9 years ago
  10. d5f9223 Issue #17211: Yield a namedtuple in pkgutil. by Eric Snow · 9 years ago
  11. f47a400 Issue #25533: Update documentation regarding the frozen modules table by Martin Panter · 9 years ago
  12. 29636ae Use deprecated-removed directive, clean up a few markup issues around by Georg Brandl · 11 years ago
  13. abdc16e Merge 3.3 (#16805) by Éric Araujo · 11 years ago
  14. fa5e6e4 Fix note markup (#16805). by Éric Araujo · 11 years ago
  15. dc855b7 Close #20839: pkgutil.find_loader now uses importlib.util.find_spec by Nick Coghlan · 11 years ago
  16. 8ecf504 Issue #15343: Handle importlib.machinery.FileFinder instances in pkgutil.walk_packages (et al) by Nick Coghlan · 13 years ago
  17. 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 · 13 years ago
  18. 1581067 Minor grammatical tweaks. by Brett Cannon · 13 years ago
  19. 5c453ce Use the proper term. by Brett Cannon · 13 years ago
  20. b194497 Issue #15288: Clarify that pkgutil.walk_packages() and friends will no by Brett Cannon · 13 years ago
  21. 47b3239 Closes issue #14982: Document that pkgutil's walk_packages() and by Brett Cannon · 13 years ago
  22. 469271d More source links by Raymond Hettinger · 15 years ago
  23. 119cda0 Mark up one missed None in pkgutil.rst (#8851) by Éric Araujo · 15 years ago
  24. f1f8d47 #7303: add documentation for useful pkgutil functions and classes. by Georg Brandl · 15 years ago
  25. 766ad36 Merged revisions 81163 via svnmerge from by Victor Stinner · 15 years ago
  26. 1824415 Switch more function arguments docs to new-style. by Georg Brandl · 16 years ago
  27. 81ee3ef Merged revisions 62425-62429,62434-62436,62441,62444,62446-62448,62450-62455,62463,62465-62466,62469,62474,62476-62478,62480,62485,62492,62497-62498,62500,62507,62513-62514,62516,62521,62531,62535,62545-62546,62548-62551,62553-62559,62569,62574,62577,62593,62595,62604-62606,62608,62616,62626-62627,62636,62638,62644-62645,62647-62648,62651-62653,62656,62661,62663,62680,62686-62687,62696,62699-62703,62711 via svnmerge from by Christian Heimes · 17 years ago
  28. dae2a89 Merged revisions 62350-62355,62358-62359,62364-62365,62370,62372-62375,62378-62379,62381 via svnmerge from by Christian Heimes · 17 years ago
  29. f694518 Update docs w.r.t. PEP 3100 changes -- patch for GHOP by Dan Finnie. by Georg Brandl · 18 years ago
  30. 55ac8f0 Get rid of the remaining versionadded/versionchanged directives. by Georg Brandl · 18 years ago
  31. 116aa62 Move the 3k reST doc tree in place. by Georg Brandl · 18 years ago