summaryrefslogtreecommitdiff
path: root/Doc/library/importlib.rst
Commit message (Expand)AuthorAgeFilesLines
* 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
* | Merge with 3.5Terry Jan Reedy2016-06-221-0/+14
|\ \ | |/
| * Issue #27304: Source code links for sub-packages in the same file.Terry Jan Reedy2016-06-221-0/+14
* | Merge Issue #22558.Terry Jan Reedy2016-06-111-0/+3
|\ \ | |/
| * Issue #22558: Add remaining doc links to source code for Python-coded modules.Terry Jan Reedy2016-06-111-0/+3
* | Issue #27147: Mention PEP 420 in the importlib docs.Eric Snow2016-05-281-0/+3
|\ \ | |/
| * Issue #27147: Mention PEP 420 in the importlib docs.Eric Snow2016-05-281-0/+3
* | Issue #26252: Add an example on how to register a finderBrett Cannon2016-03-181-2/+32
* | Fix a name in an exampleBrett Cannon2016-02-201-1/+1
* | Issue #26397: Update an importlib example to use util.module_from_spec() inst...Brett Cannon2016-02-201-1/+1
* | Merge w/ 3.5Brett Cannon2016-02-201-1/+2
|\ \ | |/
| * List what classes from importlib.machinery don't work with importlib.util.Laz...Brett Cannon2016-02-201-1/+2
* | Issue #26242: Fix another one in importlib.rstBerker Peksag2016-01-301-1/+1
|\ \ | |/