summaryrefslogtreecommitdiff
path: root/Doc/library/pkgutil.rst
Commit message (Expand)AuthorAgeFilesLines
* gh-97850: Deprecate `find_loader` and `get_loader` in `pkgutil` (GH-98520)Nikita Sobolev2023-05-031-0/+7
* gh-98040: Remove find_loader, find_module and other deprecated APIs (#98059)Barry Warsaw2023-05-031-27/+0
* gh-103765: Fix 'Warning: py:class reference target not found: ModuleSpec' (GH...Jaime Alonso Lorenzo2023-04-241-1/+1
* gh-68654: Clarify subdirectories used by pkgutil.extend_path (#103701)Randy2023-04-221-3/+3
* pkgutil docs: Link sys constants, add backticks (GH-32356)Boris Verkhovskiy2022-04-061-4/+4
* bpo-40204: Fix reference to terms in the doc (GH-21865)Victor Stinner2020-08-141-1/+1
* bpo-12915: Add pkgutil.resolve_name (GH-18310)Vinay Sajip2020-02-141-0/+41
* bpo-35042: Use the :pep: role where a PEP is specified (#10036)Stéphane Wirtel2018-10-261-8/+8
* Merge for issue #28424Brett Cannon2016-12-101-1/+3
|\
| * Issue #28424: Document pkgutil.get_data() doesn't work with namespace packages.Brett Cannon2016-12-101-1/+3
* | [merge from 3.5] Issue28438 - Fix the link for pkgutil.get_data doc.Senthil Kumaran2016-10-131-2/+4
|\ \ | |/
| * Issue28438 - Fix the link for pkgutil.get_data doc. Patch contributed by Xian...Senthil Kumaran2016-10-131-2/+4
* | Add missing versionadded directiveBerker Peksag2016-09-081-0/+1
* | Issue #17211: Yield a namedtuple in pkgutil.Eric Snow2016-09-071-2/+6
|/
* Update pkgutil docs to reference appropriate finder and loader object documen...Senthil Kumaran2016-09-051-14/+14
* Issue #25533: Update documentation regarding the frozen modules tableMartin Panter2016-05-151-2/+2
* Use deprecated-removed directive, clean up a few markup issues aroundGeorg Brandl2014-03-241-2/+2
* Merge 3.3 (#16805)Éric Araujo2014-03-121-0/+2
|\
| * Fix note markup (#16805).Éric Araujo2014-03-121-0/+2
* | Close #20839: pkgutil.find_loader now uses importlib.util.find_specNick Coghlan2014-03-041-8/+9
|/
* Issue #15343: Handle importlib.machinery.FileFinder instances in pkgutil.walk...Nick Coghlan2012-07-151-17/+18
* Take the first step in resolving the messy pkgutil vs importlib edge cases by...Nick Coghlan2012-07-151-30/+37
* Minor grammatical tweaks.Brett Cannon2012-07-141-4/+6
* Use the proper term.Brett Cannon2012-07-091-4/+4
* Issue #15288: Clarify that pkgutil.walk_packages() and friends will noBrett Cannon2012-07-091-4/+13
* Closes issue #14982: Document that pkgutil's walk_packages() andBrett Cannon2012-06-151-0/+8
* More source linksRaymond Hettinger2011-01-271-0/+4
* Mark up one missed None in pkgutil.rst (#8851)Éric Araujo2010-12-151-2/+2
* #7303: add documentation for useful pkgutil functions and classes.Georg Brandl2010-10-151-28/+154
* Merged revisions 81163 via svnmerge fromVictor Stinner2010-05-141-2/+2
* Switch more function arguments docs to new-style.Georg Brandl2009-09-021-1/+0
* Merged revisions 62425-62429,62434-62436,62441,62444,62446-62448,62450-62455,...Christian Heimes2008-05-041-2/+2
* Merged revisions 62350-62355,62358-62359,62364-62365,62370,62372-62375,62378-...Christian Heimes2008-04-191-1/+22
* Update docs w.r.t. PEP 3100 changes -- patch for GHOP by Dan Finnie.Georg Brandl2008-02-011-4/+3
* Get rid of the remaining versionadded/versionchanged directives.Georg Brandl2007-09-011-2/+0
* Move the 3k reST doc tree in place.Georg Brandl2007-08-151-0/+43