summaryrefslogtreecommitdiff
path: root/Lib/importlib/_bootstrap_external.py
Commit message (Expand)AuthorAgeFilesLines
* Issue #28896: Disable WindowsRegistryFinder by default.Steve Dower2016-12-121-2/+0
* Issue #23722: improve __classcell__ compatibilityNick Coghlan2016-12-051-1/+2
* Issue #28257: Improved error message when pass a non-iterable asSerhiy Storchaka2016-10-021-1/+2
* Issue #23722: Initialize __class__ from type.__new__()Nick Coghlan2016-09-111-2/+3
* Issue #24320: Drop an old setuptools-induced hack.Eric Snow2016-09-091-5/+0
* Rework CALL_FUNCTION* opcodesVictor Stinner2016-09-091-1/+2
* Issue #27985: Implement PEP 526 -- Syntax for Variable Annotations.Yury Selivanov2016-09-081-1/+3
* Issue #26667: Add path-like object support to importlib.util.Brett Cannon2016-09-071-0/+4
* Issue #27078: Added BUILD_STRING opcode. Optimized f-strings evaluation.Serhiy Storchaka2016-09-061-2/+3
* Merge for #27083Brett Cannon2016-07-161-41/+43
|\
| * Merge for #27083Brett Cannon2016-07-151-41/+43
| |\
| | * Issue #26972: Fix some mistakes in importlib-related docstrings.Brett Cannon2016-07-081-9/+9
| | * Issue #27095: Simplified MAKE_FUNCTION and removed MAKE_CLOSURE opcodes.Serhiy Storchaka2016-06-121-3/+5
| | * Comment fixes extracted from patch by Demur Rumed.Serhiy Storchaka2016-06-121-4/+0
| | * Issue #27286: Fixed compiling BUILD_MAP_UNPACK_WITH_CALL opcode. CallingSerhiy Storchaka2016-06-121-0/+1
| | |\
| | * | Issue #27140: Added BUILD_CONST_KEY_MAP opcode.Serhiy Storchaka2016-06-121-1/+2
| | * | Issue #27138: Fix the doc comment for FileFinder.find_spec().Eric Snow2016-05-271-28/+31
| | |\ \
| | | * | Issue #26647: Python interpreter now uses 16-bit wordcode instead of bytecode.Serhiy Storchaka2016-05-241-1/+2
| | | * | Issue #26073: Updates magic number comment in _bootstrap_external.py and chan...Steve Dower2016-05-161-28/+30
| | | |\ \
| | | | * | regrtest: Fix module.__path__Victor Stinner2016-03-151-0/+3
| | | | * | Issue #25985: sys.version_info is now used instead of sys.versionSerhiy Storchaka2016-02-111-1/+1
| | | | * | co_lnotab supports negative line number deltaVictor Stinner2016-01-201-2/+3
| | | | * | Issue #25802: Deprecate load_module() on importlib.machinery.SourceFileLoader...Brett Cannon2015-12-281-0/+1
| | | | * | Issue 25483: Add an opcode to make f-string formatting more robust.Eric V. Smith2015-11-031-1/+2
| | | | * | Issue #25280: Import trace messages emitted in verbose (-v) mode are noSerhiy Storchaka2015-10-011-4/+4
| | | | |\ \
| | | | * | | Issue #25186: Remove duplicated function from importlib._bootstrap_externalBrett Cannon2015-09-251-26/+22
* | | | | | | Fix regressions introduced by fixes for issue #27083.Brett Cannon2016-07-161-4/+10
|/ / / / / /
* | | | | | Issue #27083: Respect the PYTHONCASEOK environment variable underBrett Cannon2016-07-151-1/+2
| |_|_|_|/ |/| | | |
* | | | | Issue #27286: Fixed compiling BUILD_MAP_UNPACK_WITH_CALL opcode. CallingSerhiy Storchaka2016-06-121-1/+2
|/ / / /
* | | | Issue #27138: Fix the doc comment for FileFinder.find_spec().Eric Snow2016-05-271-2/+2
|/ / /
* | | Issue #26073: Updates magic number comment in _bootstrap_external.py and chan...Steve Dower2016-05-161-0/+3
| |/ |/|
* | Issue #25280: Import trace messages emitted in verbose (-v) mode are noSerhiy Storchaka2015-10-011-4/+4
|/
* Issue #24400: Introduce a distinct type for 'async def' coroutines.Yury Selivanov2015-06-221-1/+2
* in dict displays, evaluate the key before the value (closes #11205)Benjamin Peterson2015-05-281-1/+2
* PEP 489: Multi-phase extension module initializationNick Coghlan2015-05-231-18/+15
* Issue #24192: Fix namespace package imports.Eric Snow2015-05-151-43/+7
* PEP 448: additional unpacking generalizations (closes #2292)Benjamin Peterson2015-05-051-1/+2
* Issue #23911: Move path-based bootstrap code to a separate frozen module.Eric Snow2015-05-021-0/+1462