| Commit message (Expand) | Author | Age | Files | Lines |
* | Issue #26186: Remove an invalid type check in | Brett Cannon | 2016-02-21 | 1 | -1/+0 |
|
|
* | Issue #24192: Fix namespace package imports. | Eric Snow | 2015-05-16 | 1 | -1/+2 |
|
|
* | Issue #23911: Move path-based bootstrap code to a separate frozen module. | Eric Snow | 2015-05-03 | 1 | -8/+16 |
|
|
* | Issue #23014: Make importlib.abc.Loader.create_module() required when | Brett Cannon | 2015-01-09 | 1 | -3/+0 |
|
|
* | Issue #20383: Introduce importlib.util.module_from_spec(). | Brett Cannon | 2014-05-30 | 1 | -1/+1 |
|
|
* | Issue #21156: importlib.abc.InspectLoader.source_to_code() is now a | Brett Cannon | 2014-05-09 | 1 | -1/+2 |
|
|
* | Issue #19719: Update various finder and loader ABCs such that their | Brett Cannon | 2014-01-07 | 1 | -6/+26 |
|
|
* | Issue 19713: Add PEP 451-related deprecations. | Eric Snow | 2014-01-07 | 1 | -5/+8 |
|
|
* | Implement PEP 451 (ModuleSpec). | Eric Snow | 2013-11-22 | 1 | -49/+53 |
|
|
* | [issue 19152] Ensure we have actually registered ExtensionFileLoader as an Ex... | Eric Snow | 2013-10-05 | 1 | -2/+2 |
|
|
* | [issue19152] Add ExtensionFileLoader.get_filename(). | Eric Snow | 2013-10-03 | 1 | -0/+2 |
|
|
* | Issue #18200: Back out usage of ModuleNotFoundError (8d28d44f3a9a) | Brett Cannon | 2013-07-04 | 1 | -1/+1 |
|
|
* | Issues #18058, 18057: Make importlib._bootstrap.NamespaceLoader | Brett Cannon | 2013-06-16 | 1 | -1/+1 |
|
|
* | Issue #18200: Update the stdlib (except tests) to use | Brett Cannon | 2013-06-14 | 1 | -1/+1 |
|
|
* | Issues #18088, 18089: Introduce | Brett Cannon | 2013-05-31 | 1 | -5/+27 |
|
|
* | Docstring cleanup | Brett Cannon | 2013-05-31 | 1 | -2/+3 |
|
|
* | Issue #18072: Implement get_code() for importlib.abc.InspectLoader and | Brett Cannon | 2013-05-28 | 1 | -5/+25 |
|
|
* | Move importlib.abc.SourceLoader.source_to_code() to InspectLoader. | Brett Cannon | 2013-05-26 | 1 | -0/+7 |
|
|
* | Issue #17093,17566,17567: Methods from classes in importlib.abc now raise/return | Brett Cannon | 2013-04-09 | 1 | -28/+45 |
|
|
* | Issue #15641: Clean up deprecated classes from importlib | Andrew Svetlov | 2012-11-05 | 1 | -177/+0 |
|
|
* | Issue #15502: Refactor some code. | Brett Cannon | 2012-08-10 | 1 | -4/+1 |
|
|
* | Issue #15502: Finish bringing importlib.abc in line with the current | Brett Cannon | 2012-08-10 | 1 | -14/+28 |
|
|
* | Close #15519: Properly expose WindowsRegistryFinder in importlib and bring th... | Nick Coghlan | 2012-08-02 | 1 | -1/+1 |
|
|
* | Issue #15502: Bring the importlib ABCs into line with the current state of th... | Nick Coghlan | 2012-08-02 | 1 | -21/+49 |
|
|
* | Typo. | Barry Warsaw | 2012-07-31 | 1 | -2/+2 |
|
|
* | Integration of importdocs from the features/pep-420 repo. | Barry Warsaw | 2012-07-29 | 1 | -1/+18 |
|
|
* | Closes #15030: Make importlib.abc.PyPycLoader respect the new .pyc | Brett Cannon | 2012-07-02 | 1 | -1/+7 |
|
|
* | Issue #14605: Rename _SourcelessFileLoader to SourcelessFileLoader. | Marc-Andre Lemburg | 2012-04-25 | 1 | -1/+1 |
|
|
* | Issue #14605: Revert renaming of _SourcelessFileLoader, since it caused | Marc-Andre Lemburg | 2012-04-25 | 1 | -1/+1 |
|
|
* | Issue #14605: Rename _SourcelessFileLoader to SourcelessFileLoader | Marc-Andre Lemburg | 2012-04-24 | 1 | -1/+1 |
|
|
* | Issue #14605: Expose importlib.abc.FileLoader and | Brett Cannon | 2012-04-22 | 1 | -5/+28 |
|
|
* | Have importlib take advantage of ImportError's new 'name' and 'path' | Brett Cannon | 2012-04-13 | 1 | -7/+11 |
|
|
* | unused imports, pep8 | Philip Jenvey | 2012-02-25 | 1 | -6/+4 |
|
|
* | Move some code from importlib.__init__ to importlib._bootstrap that | Brett Cannon | 2012-01-25 | 1 | -2/+2 |
|
|
* | Issue #13645: pyc files now contain the size of the corresponding source | Antoine Pitrou | 2012-01-13 | 1 | -1/+14 |
|
|
* | Issue #13248: turn 3.2's PendingDeprecationWarning into 3.3's DeprecationWarn... | Florent Xicluna | 2011-12-10 | 1 | -2/+2 |
|
|
* | Issue 10899: Remove function type annotations from the stdlib | Raymond Hettinger | 2011-01-13 | 1 | -15/+21 |
|
|
* | Issue 10899: Remove function type annotations from the stdlib | Raymond Hettinger | 2011-01-13 | 1 | -13/+13 |
|
|
* | While not strictly necessary thanks to the odd ABC inheritance done through | Brett Cannon | 2010-08-22 | 1 | -0/+14 |
|
|
* | Make importlib.abc.SourceLoader the primary mechanism for importlib. | Brett Cannon | 2010-07-03 | 1 | -5/+0 |
|
|
* | Move importlib.abc.SourceLoader to _bootstrap. | Brett Cannon | 2010-06-28 | 1 | -101/+1 |
|
|
* | Implement importlib.abc.SourceLoader and deprecate PyLoader and PyPycLoader. | Brett Cannon | 2010-06-27 | 1 | -10/+260 |
|
|
* | Clarify importlib.abc.PyPycLoader.write_bytecode(). | Brett Cannon | 2009-12-12 | 1 | -2/+3 |
|
|
* | Implement the PEP 302 protocol for get_filename() as | Brett Cannon | 2009-07-20 | 1 | -1/+17 |
|
|
* | Importlib's documentation said that importlib.abc.PyLoader inherited from | Brett Cannon | 2009-07-20 | 1 | -1/+1 |
|
|
* | Implement InspectLoader for FrozenImporter. | Brett Cannon | 2009-03-15 | 1 | -2/+1 |
|
|
* | Implement InspectLoader for BuiltinImporter. | Brett Cannon | 2009-03-15 | 1 | -1/+2 |
|
|
* | A few more docstring/API cleanups for importlib. | Brett Cannon | 2009-03-15 | 1 | -25/+37 |
|
|
* | Introduce importlib.abc. The module contains various ABCs related to imports | Brett Cannon | 2009-03-09 | 1 | -0/+110 |
|
|