COMMITS
/ Doc/library/pkgutil.rst June 19, 2025
R
Docs: Emphasize parameter name in `pkgutil.iter_importers` (GH-135597)
Rafael Fontenelle committed
November 1, 2024
B
gh-97850: remove ``find_loader`` and ``get_loader`` from ``pkgutil`` (#119656)
Bénédikt Tran committed
October 9, 2024
A
gh-101100: Consolidate documentation on `ModuleType` attributes (#124709)
Alex Waygood committed
July 16, 2024
A
gh-59022: Added tests for `pkgutil.extend_path` (#59022) (GH-121673)
Andreas Stocker committed
May 8, 2024
N
docs: module page titles should not start with a link to themselves (#117099)
Ned Batchelder committed
May 3, 2023
N
gh-97850: Deprecate `find_loader` and `get_loader` in `pkgutil` (GH-98520)
Nikita Sobolev committed
B
gh-98040: Remove find_loader, find_module and other deprecated APIs (#98059)
Barry Warsaw committed
April 24, 2023
J
gh-103765: Fix 'Warning: py:class reference target not found: ModuleSpec' (GH-103769)
Jaime Alonso Lorenzo committed
April 22, 2023
April 7, 2022
B
pkgutil docs: Link sys constants, add backticks (GH-32356)
Boris Verkhovskiy committed
August 14, 2020
V
bpo-40204: Fix reference to terms in the doc (GH-21865)
Victor Stinner committed
February 14, 2020
V
bpo-12915: Add pkgutil.resolve_name (GH-18310)
Vinay Sajip committed
October 26, 2018
S
bpo-35042: Use the :pep: role where a PEP is specified (#10036)
Stéphane Wirtel committed
December 10, 2016
B
Merge for issue #28424
Brett Cannon committed
B
Issue #28424: Document pkgutil.get_data() doesn't work with namespace packages.
Brett Cannon committed
October 14, 2016
S
[merge from 3.5] Issue28438 - Fix the link for pkgutil.get_data doc.
Senthil Kumaran committed
S
Issue28438 - Fix the link for pkgutil.get_data doc. Patch contributed by Xiang Zhang.
Senthil Kumaran committed
September 6, 2016
S
Update pkgutil docs to reference appropriate finder and loader object documentation.
Senthil Kumaran committed
September 8, 2016
B
Add missing versionadded directive
Berker Peksag committed
E
Issue #17211: Yield a namedtuple in pkgutil.
Eric Snow committed
May 15, 2016
M
Issue #25533: Update documentation regarding the frozen modules table
Martin Panter committed
March 24, 2014
G
Use deprecated-removed directive, clean up a few markup issues around
Georg Brandl committed
March 12, 2014
É
Merge 3.3 (#16805)
Éric Araujo committed
É
Fix note markup (#16805).
Éric Araujo committed
March 4, 2014
N
Close #20839: pkgutil.find_loader now uses importlib.util.find_spec
Nick Coghlan committed
July 15, 2012
N
July 14, 2012
B
Minor grammatical tweaks.
Brett Cannon committed
July 9, 2012
B
Use the proper term.
Brett Cannon committed
B
Issue #15288: Clarify that pkgutil.walk_packages() and friends will no
Brett Cannon committed
June 15, 2012
B
Closes issue #14982: Document that pkgutil's walk_packages() and
Brett Cannon committed
January 27, 2011
R
More source links
Raymond Hettinger committed
December 15, 2010
É
Mark up one missed None in pkgutil.rst (#8851)
Éric Araujo committed
October 15, 2010
G
#7303: add documentation for useful pkgutil functions and classes.
Georg Brandl committed
May 14, 2010
V
Merged revisions 81163 via svnmerge from
Victor Stinner committed
September 2, 2009
G
Switch more function arguments docs to new-style.
Georg Brandl committed
May 4, 2008
April 19, 2008
C
Merged revisions 62350-62355,62358-62359,62364-62365,62370,62372-62375,62378-62379,62381 via svnmerge from
Christian Heimes committed
February 1, 2008
G
Update docs w.r.t. PEP 3100 changes -- patch for GHOP by Dan Finnie.
Georg Brandl committed
September 1, 2007
G
Get rid of the remaining versionadded/versionchanged directives.
Georg Brandl committed
August 15, 2007
G
Move the 3k reST doc tree in place.
Georg Brandl committed