summaryrefslogtreecommitdiff
path: root/Doc/library/importlib.rst
Commit message (Expand)AuthorAgeFilesLines
* bpo-35486: Note Py3.6 import system API requirement change (GH-11540) (GH-11588)Miss Islington (bot)2019-01-171-1/+2
* [Docs] Fix required version of an example of importlib (GH-10118)Miss Islington (bot)2018-11-051-1/+1
* importlib doc: Fix approximated import_module() code (GH-9945)Miss Islington (bot)2018-10-241-1/+1
* Fix the versionadded indentation in exec_module doc (GH-8719)Miss Islington (bot)2018-08-121-1/+1
* [3.6] bpo-33859: Fix spelling mistakes in docs. (GH-7691). (GH-7750)Xtreak2018-06-161-1/+1
* bpo-27428: Fix WindowsRegistryFinder documentation to list appropriate ABC (G...Miss Islington (bot)2018-03-231-1/+1
* Revert "[3.6] bpo-32303 - Consistency fixes for namespace loaders (GH-5481) (...Barry Warsaw2018-02-261-1/+1
* [3.6] bpo-32303 - Consistency fixes for namespace loaders (GH-5481) (#5504)Barry Warsaw2018-02-021-1/+1
* [3.6] bpo-31799: Make module.__spec__ more discoverable (GH-4010) (#4021)Miss Islington (bot)2017-10-171-1/+9
* [3.6] link to legacy doc on the non-legacy website (GH-3362) (#3368)Benjamin Peterson2017-09-051-1/+1
* 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
|\ \ | |/
| * Issue #26242: Fix another one in importlib.rstBerker Peksag2016-01-301-1/+1
* | Merge from 3.5Brett Cannon2016-01-221-1/+1
|\ \ | |/
| * Fix a typo in a code exampleBrett Cannon2016-01-221-1/+1
* | Issue #25802: Add an examples section to importlib.Brett Cannon2016-01-081-2/+89
* | Issue #25802: Deprecate load_module() on importlib.machinery.SourceFileLoader...Brett Cannon2015-12-281-0/+8
|/
* Issue #21240: Add an abstractmethod directive to mark abstract methods in the...Berker Peksag2015-12-081-6/+6
* Issue #25161: Merge full stops from 3.4 into 3.5Martin Panter2015-10-101-1/+1
|\
| * Issue #25161: Add full stops in documentation; patch by Takase ArihiroMartin Panter2015-10-101-1/+1
* | Issue #20769: Improve reload() docs. Patch by Dorian Pula.Robert Collins2015-08-051-5/+5
|\ \ | |/
| * Issue #20769: Improve reload() docs. Patch by Dorian Pula.Robert Collins2015-08-051-5/+5
* | PEP 489: Multi-phase extension module initializationNick Coghlan2015-05-231-9/+19
* | Merge: #24081: Remove obsolete caveat from import docs.R David Murray2015-05-021-6/+0
|\ \ | |/
| * #24081: Remove obsolete caveat from import docs.R David Murray2015-05-021-6/+0
* | Regenerated pydoc-topics and fixed bad/suspicious doc markup for Python 3.5.0a4.Larry Hastings2015-04-191-1/+1
* | Issue #23731: Implement PEP 488.Brett Cannon2015-04-131-13/+35
* | Issue #23422: Clarify some things around importlib.import_module()Brett Cannon2015-02-201-6/+13