Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Issue #28896: Deprecate WindowsRegistryFinder | Steve Dower | 2016-12-07 | 1 | -0/+4 |
| | |||||
* | Fixed double hyphens that are rendered to literal en-dashes in the documenation. | Serhiy Storchaka | 2016-12-04 | 1 | -2/+2 |
|\ | |||||
| * | Fixed double hyphens that are rendered to literal en-dashes in the documenation. | Serhiy Storchaka | 2016-12-04 | 1 | -2/+2 |
| | | |||||
* | | Issue #19795: Mark up None as literal text. | Serhiy Storchaka | 2016-10-19 | 1 | -6/+6 |
|\ \ | |/ | |||||
| * | Issue #19795: Mark up None as literal text. | Serhiy Storchaka | 2016-10-19 | 1 | -6/+6 |
| | | |||||
* | | Issue #27853: Add section headers to the importlib example docs | Brett Cannon | 2016-09-08 | 1 | -0/+19 |
| | | |||||
* | | Issue #26667: Add path-like object support to importlib.util. | Brett Cannon | 2016-09-08 | 1 | -0/+9 |
| | | |||||
* | | merge 3.5 (#27957) | Benjamin Peterson | 2016-09-05 | 1 | -1/+1 |
|\ \ | |/ | |||||
| * | remove ungrammarical apostrophe (closes #27957) | Benjamin Peterson | 2016-09-05 | 1 | -1/+1 |
| | | |||||
* | | Issue #27626: Merge spelling fixes from 3.5 | Martin Panter | 2016-07-28 | 1 | -1/+1 |
|\ \ | |/ | |||||
| * | Issue #27626: Spelling fixes in docs, comments and internal names | Martin Panter | 2016-07-28 | 1 | -1/+1 |
| | | | | | | | | Based on patch by Ville Skyttä. | ||||
* | | Issue #26186: Remove the restriction that built-in and extension | Brett Cannon | 2016-06-25 | 1 | -14/+24 |
| | | | | | | | | | | | | | | | | modules can't be lazily loaded. Thanks to Python 3.6 allowing for types.ModuleType to have its __class__ mutated, the restriction can be lifted by calling create_module() on the wrapped loader. | ||||
* | | Merge with 3.5 | Terry Jan Reedy | 2016-06-23 | 1 | -0/+14 |
|\ \ | |/ | |||||
| * | Issue #27304: Source code links for sub-packages in the same file. | Terry Jan Reedy | 2016-06-23 | 1 | -0/+14 |
| | | | | | | | | Patch by Yoni Lavi | ||||
* | | Merge Issue #22558. | Terry Jan Reedy | 2016-06-11 | 1 | -0/+3 |
|\ \ | |/ | |||||
| * | Issue #22558: Add remaining doc links to source code for Python-coded modules. | Terry Jan Reedy | 2016-06-11 | 1 | -0/+3 |
| | | | | | | | | | | Reformat header above separator line (added if missing) to a common format. Patch by Yoni Lavi. | ||||
* | | Issue #27147: Mention PEP 420 in the importlib docs. | Eric Snow | 2016-05-28 | 1 | -0/+3 |
|\ \ | |/ | |||||
| * | Issue #27147: Mention PEP 420 in the importlib docs. | Eric Snow | 2016-05-28 | 1 | -0/+3 |
| | | |||||
* | | Issue #26252: Add an example on how to register a finder | Brett Cannon | 2016-03-18 | 1 | -2/+32 |
| | | |||||
* | | Fix a name in an example | Brett Cannon | 2016-02-21 | 1 | -1/+1 |
| | | |||||
* | | Issue #26397: Update an importlib example to use util.module_from_spec() ↵ | Brett Cannon | 2016-02-21 | 1 | -1/+1 |
| | | | | | | | | instead of create_module() | ||||
* | | Merge w/ 3.5 | Brett Cannon | 2016-02-21 | 1 | -1/+2 |
|\ \ | |/ | |||||
| * | List what classes from importlib.machinery don't work with ↵ | Brett Cannon | 2016-02-21 | 1 | -1/+2 |
| | | | | | | | | importlib.util.LazyLoader | ||||
* | | Issue #26242: Fix another one in importlib.rst | Berker Peksag | 2016-01-30 | 1 | -1/+1 |
|\ \ | |/ | |||||
| * | Issue #26242: Fix another one in importlib.rst | Berker Peksag | 2016-01-30 | 1 | -1/+1 |
| | | |||||
* | | Merge from 3.5 | Brett Cannon | 2016-01-22 | 1 | -1/+1 |
|\ \ | |/ | |||||
| * | Fix a typo in a code example | Brett Cannon | 2016-01-22 | 1 | -1/+1 |
| | | |||||
* | | Issue #25802: Add an examples section to importlib. | Brett Cannon | 2016-01-08 | 1 | -2/+89 |
| | | | | | | | | Thanks to Berker Peksag for the patch review. | ||||
* | | Issue #25802: Deprecate load_module() on ↵ | Brett Cannon | 2015-12-29 | 1 | -0/+8 |
|/ | | | | | | | importlib.machinery.SourceFileLoader and SourcelessFileLoader. They were the only remaining implementations of load_module() not documented as deprecated. | ||||
* | Issue #21240: Add an abstractmethod directive to mark abstract methods in ↵ | Berker Peksag | 2015-12-08 | 1 | -6/+6 |
| | | | | the docs more explicitly | ||||
* | Issue #25161: Merge full stops from 3.4 into 3.5 | Martin Panter | 2015-10-10 | 1 | -1/+1 |
|\ | |||||
| * | Issue #25161: Add full stops in documentation; patch by Takase Arihiro | Martin Panter | 2015-10-10 | 1 | -1/+1 |
| | | |||||
* | | Issue #20769: Improve reload() docs. Patch by Dorian Pula. | Robert Collins | 2015-08-04 | 1 | -5/+5 |
|\ \ | |/ | |||||
| * | Issue #20769: Improve reload() docs. Patch by Dorian Pula. | Robert Collins | 2015-08-04 | 1 | -5/+5 |
| | | |||||
* | | PEP 489: Multi-phase extension module initialization | Nick Coghlan | 2015-05-23 | 1 | -9/+19 |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Known limitations of the current implementation: - documentation changes are incomplete - there's a reference leak I haven't tracked down yet The leak is most visible by running: ./python -m test -R3:3 test_importlib However, you can also see it by running: ./python -X showrefcount Importing the array or _testmultiphase modules, and then deleting them from both sys.modules and the local namespace shows significant increases in the total number of active references each cycle. By contrast, with _testcapi (which continues to use single-phase initialisation) the global refcounts stabilise after a couple of cycles. | ||||
* | | Merge: #24081: Remove obsolete caveat from import docs. | R David Murray | 2015-05-02 | 1 | -6/+0 |
|\ \ | |/ | |||||
| * | #24081: Remove obsolete caveat from import docs. | R David Murray | 2015-05-02 | 1 | -6/+0 |
| | | | | | | | | | | | | | | Per Eric Snow's research, this changed in Python 2.4 in changeset 331e60d8ce, but these docs were not updated. Patch by Peter Viktorin. | ||||
* | | Regenerated pydoc-topics and fixed bad/suspicious doc markup for Python 3.5.0a4. | Larry Hastings | 2015-04-19 | 1 | -1/+1 |
| | | |||||
* | | Issue #23731: Implement PEP 488. | Brett Cannon | 2015-04-13 | 1 | -13/+35 |
| | | | | | | | | | | | | The concept of .pyo files no longer exists. Now .pyc files have an optional `opt-` tag which specifies if any extra optimizations beyond the peepholer were applied. | ||||
* | | Issue #23422: Clarify some things around importlib.import_module() | Brett Cannon | 2015-02-20 | 1 | -6/+13 |
| | | |||||
* | | Issue #23014: Make importlib.abc.Loader.create_module() required when | Brett Cannon | 2015-01-09 | 1 | -10/+14 |
| | | | | | | | | | | | | | | | | | | importlib.abc.Loader.exec_module() is also defined. Before this change, create_module() was optional **and** could return None to trigger default semantics. This change now reduces the options for choosing default semantics to one and in the most backporting-friendly way (define create_module() to return None). | ||||
* | | Issue #22834: Have import suppress FileNotFoundError when the current | Brett Cannon | 2014-11-21 | 1 | -0/+5 |
| | | | | | | | | | | | | working directory no longer exists. Thanks to Martin Panter for the bug report. | ||||
* | | merge with 3.4 | Georg Brandl | 2014-10-29 | 1 | -1/+1 |
|\ \ | |/ | |||||
| * | Fixing broken links in doc, part 4: some more breaks and redirects | Georg Brandl | 2014-10-29 | 1 | -1/+1 |
| | | |||||
* | | Merge with 3.4 | Georg Brandl | 2014-10-29 | 1 | -1/+1 |
|\ \ | |/ | |||||
| * | Use https:// URLs when referring to python.org hosts. | Georg Brandl | 2014-10-29 | 1 | -1/+1 |
| | | |||||
* | | Issue #20383: Introduce importlib.util.module_from_spec(). | Brett Cannon | 2014-05-30 | 1 | -0/+15 |
| | | | | | | | | | | | | Along the way, dismantle importlib._bootstrap._SpecMethods as it was no longer relevant and constructing the new function required partially dismantling the class anyway. | ||||
* | | Issue #21156: importlib.abc.InspectLoader.source_to_code() is now a | Brett Cannon | 2014-05-09 | 1 | -1/+7 |
| | | | | | | | | staticmethod. | ||||
* | | Merge for issue #21438 | Brett Cannon | 2014-05-09 | 1 | -1/+11 |
|\ \ | |/ | |||||
| * | Issue #21438: Document what loaders don't require a module name for | Brett Cannon | 2014-05-09 | 1 | -1/+11 |
| | | | | | | | | load_module(). |