summaryrefslogtreecommitdiff
path: root/Doc/library/importlib.rst
Commit message (Expand)AuthorAgeFilesLines
* bpo-45516: add protocol description to the Traversable documentation (GH-29039)Miss Islington (bot)2021-10-311-0/+40
* bpo-43207: InspectLoader.is_package is not an abstract method (GH-24517) (#26...Miss Islington (bot)2021-07-121-1/+1
* [3.9] bpo-44195: Use 'TraversableResources' in the docs to match the implemen...Miss Islington (bot)2021-05-241-2/+2
* bpo-43644: Add docs for importlib.resources.as_file. (GH-25048)Miss Islington (bot)2021-03-271-0/+16
* [3.9] bpo-42811: Update importlib.utils.resolve_name() docs to use __spec__.p...Yair Frid2021-01-071-1/+1
* [3.9] [doc] Fix erroneous backslashes in signatures and names (GH-23658) (GH-...Andre Delfino2020-12-211-2/+2
* bpo-35181: Correct importlib documentation for some module attributes (GH-15190)Miss Skeleton (bot)2020-10-211-6/+8
* [3.9] bpo-40204: Allow pre-Sphinx 3 syntax in the doc (GH-21844) (GH-21901)Victor Stinner2020-08-191-2/+2
* [3.9] bpo-40924: Remove protocol for supplying Traversable objects from loade...Jason R. Coombs2020-06-141-3/+0
* bpo-39791: Add files() to importlib.resources (GH-19722)Jason R. Coombs2020-05-081-0/+37
* bpo-19698: Document when importlib.machinery.FrozenImporter gained spec-relat...Brett Cannon2020-03-251-0/+4
* bpo-38738: Fix formatting of True and False. (GH-17083)Serhiy Storchaka2019-11-121-1/+1
* bpo-37574: Mention helper functions for find_spec documentation (GH-14739)jdkandersson2019-09-101-1/+4
* Fix typos mostly in comments, docs and test names (GH-15209)Min ho Kim2019-08-301-2/+2
* bpo-37444: Update differing exception between builtins and importlib (GH-14869)Ngalim Siregar2019-08-021-3/+8
* Swap 'if' branches so content matches to condition in importlib example (GH-1...Tzu-ping Chung2019-07-251-3/+3
* bpo-37521: No longer treat insertion into sys.modules as optional in importli...Brett Cannon2019-07-121-9/+9
* bpo-37459: importlib docs improperly reference get_resource_loader() (#14568)aldwinaldwin2019-07-031-1/+1
* bpo-35486: Note Py3.6 import system API requirement change (GH-11540)Nick Coghlan2019-01-171-1/+2
* bpo-35506: Remove redundant and incorrect links from keywords. (GH-11174)Serhiy Storchaka2018-12-191-4/+4
* [Docs] Fix required version of an example of importlib (GH-10118)E Kawashima2018-11-051-1/+1
* bpo-35044, doc: Use the :exc: role for the exceptions (GH-10037)Stéphane Wirtel2018-10-261-1/+1
* importlib doc: Fix approximated import_module() code (GH-9945)orlnub1232018-10-251-1/+1
* Fix the versionadded indentation in exec_module doc (GH-8719)Andrés Delfino2018-08-111-1/+1
* bpo-33859: Fix spelling mistakes in docs. (GH-7691)Xtreak2018-06-161-1/+1
* bpo-33254: do not return an empty list when asking for the contents of a name...Brett Cannon2018-04-301-4/+4
* bpo-33169: Remove values of `None` from sys.path_importer_cache when invalida...Brett Cannon2018-04-061-1/+6
* bpo-27428: Fix WindowsRegistryFinder documentation to list appropriate ABC (G...Himanshu Lakhara2018-03-231-1/+1
* Update and sync importlib.resources documentation (#5694)Barry Warsaw2018-02-161-5/+22
* bpo-32303 - Consistency fixes for namespace loaders (#5481)Barry Warsaw2018-02-021-1/+1
* bpo-32248: Introduce the concept of Loader.get_resource_reader() (GH-5108)Brett Cannon2018-01-121-7/+24
* bpo-32248 - Implement importlib.resources (#4911)Barry Warsaw2017-12-301-1/+126
* bpo-32248: Implement importlib.abc.ResourceReader (GH-4892)Brett Cannon2017-12-151-0/+66
* closes bpo-31650: PEP 552 (Deterministic pycs) implementation (#4575)Benjamin Peterson2017-12-091-0/+11
* bpo-31799: Make module.__spec__ more discoverable (#4010)Barry Warsaw2017-10-171-1/+9
* link to legacy doc on the non-legacy website (#3362)Benjamin Peterson2017-09-051-1/+1
* bpo-30436: Raise ModuleNotFoundError for importlib.util.find_spec() when pare...Milan Oberkirch2017-06-141-0/+5
* bpo-29851: Have importlib.reload() raise ImportError if the module's spec is ...Garvit Khatri2017-05-241-0/+3
* Issue #28896: Deprecate WindowsRegistryFinderSteve Dower2016-12-071-0/+4
* Fixed double hyphens that are rendered to literal en-dashes in the documenation.Serhiy Storchaka2016-12-041-2/+2
|\
| * Fixed double hyphens that are rendered to literal en-dashes in the documenation.Serhiy Storchaka2016-12-041-2/+2
* | Issue #19795: Mark up None as literal text.Serhiy Storchaka2016-10-191-6/+6
|\ \ | |/
| * Issue #19795: Mark up None as literal text.Serhiy Storchaka2016-10-191-6/+6
* | Issue #27853: Add section headers to the importlib example docsBrett Cannon2016-09-081-0/+19
* | Issue #26667: Add path-like object support to importlib.util.Brett Cannon2016-09-071-0/+9
* | merge 3.5 (#27957)Benjamin Peterson2016-09-051-1/+1
|\ \ | |/
| * remove ungrammarical apostrophe (closes #27957)Benjamin Peterson2016-09-051-1/+1
* | Issue #27626: Merge spelling fixes from 3.5Martin Panter2016-07-281-1/+1
|\ \ | |/
| * Issue #27626: Spelling fixes in docs, comments and internal namesMartin Panter2016-07-281-1/+1
* | Issue #26186: Remove the restriction that built-in and extensionBrett Cannon2016-06-251-14/+24