summaryrefslogtreecommitdiffstats
path: root/Lib/importlib/_bootstrap_external.py
Commit message (Expand)AuthorAgeFilesLines
* co_lnotab supports negative line number deltaVictor Stinner2016-01-201-2/+3
* Issue #25802: Deprecate load_module() on importlib.machinery.SourceFileLoader...Brett Cannon2015-12-291-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 #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
|/
* 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-161-43/+7
* PEP 448: additional unpacking generalizations (closes #2292)Benjamin Peterson2015-05-061-1/+2
* Issue #23911: Move path-based bootstrap code to a separate frozen module.Eric Snow2015-05-031-0/+1462