summaryrefslogtreecommitdiff
path: root/Python/importlib_external.h
Commit message (Expand)AuthorAgeFilesLines
* regrtest: Fix module.__path__Victor Stinner2016-03-151-931/+940
* Issue #25985: sys.version_info is now used instead of sys.versionSerhiy Storchaka2016-02-111-15/+16
* co_lnotab supports negative line number deltaVictor Stinner2016-01-201-105/+106
* Issue #25802: Deprecate load_module() on importlib.machinery.SourceFileLoader...Brett Cannon2015-12-281-1516/+1517
* Issue 25483: Add an opcode to make f-string formatting more robust.Eric V. Smith2015-11-031-103/+103
* Update importlib_external.hVictor Stinner2015-10-011-56/+57
* Issue #25186: Remove duplicated function from importlib._bootstrap_externalBrett Cannon2015-09-251-2497/+2480
* compute stack effect of BUILD_MAP correctly (closes #25060)Benjamin Peterson2015-09-101-1/+1
* Issue #24400: Introduce a distinct type for 'async def' coroutines.Yury Selivanov2015-06-221-104/+104
* in dict displays, evaluate the key before the value (closes #11205)Benjamin Peterson2015-05-281-108/+108
* PEP 489: Multi-phase extension module initializationNick Coghlan2015-05-231-1921/+1927
* Issue #24192: Fix namespace package imports.Eric Snow2015-05-151-2583/+2540
* PEP 0492 -- Coroutines with async and await syntax. Issue #24017.Yury Selivanov2015-05-111-2380/+2381
* PEP 448: additional unpacking generalizations (closes #2292)Benjamin Peterson2015-05-051-1500/+1499
* Issue #23911: Move path-based bootstrap code to a separate frozen module.Eric Snow2015-05-021-0/+2633