summaryrefslogtreecommitdiffstats
path: root/Python/importlib_external.h
Commit message (Expand)AuthorAgeFilesLines
...
* | Issue #26647: Python interpreter now uses 16-bit wordcode instead of bytecode.Serhiy Storchaka2016-05-241-2390/+2222
* | Issue #27039: Fixed bytearray.remove() for values greater than 127.Serhiy Storchaka2016-05-161-103/+103
|\ \ | |/
| * Issue #25280: Import trace messages emitted in verbose (-v) mode are noSerhiy Storchaka2015-10-011-56/+57
* | 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-291-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-111-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-161-2583/+2540
* PEP 0492 -- Coroutines with async and await syntax. Issue #24017.Yury Selivanov2015-05-121-2380/+2381
* PEP 448: additional unpacking generalizations (closes #2292)Benjamin Peterson2015-05-061-1500/+1499
* Issue #23911: Move path-based bootstrap code to a separate frozen module.Eric Snow2015-05-031-0/+2633