| Commit message (Expand) | Author | Age | Files | Lines |
... | |
* | | Issue #24320: Drop an old setuptools-induced hack. | Eric Snow | 2016-09-09 | 1 | -53/+52 |
|
|
* | | Rework CALL_FUNCTION* opcodes | Victor Stinner | 2016-09-09 | 1 | -1603/+1604 |
|
|
* | | Issue #27985: Implement PEP 526 -- Syntax for Variable Annotations. | Yury Selivanov | 2016-09-09 | 1 | -104/+104 |
|
|
* | | Issue #26667: Add path-like object support to importlib.util. | Brett Cannon | 2016-09-08 | 1 | -2164/+2168 |
|
|
* | | Issue #27078: Added BUILD_STRING opcode. Optimized f-strings evaluation. | Serhiy Storchaka | 2016-09-06 | 1 | -104/+104 |
|
|
* | | Check in update for importlib_external.h | Brett Cannon | 2016-07-16 | 1 | -2404/+2412 |
|
|
* | | Merge for #27083 | Brett Cannon | 2016-07-15 | 1 | -2339/+2341 |
|\ \
| |/ |
|
* | | Update frozen importlib code | Brett Cannon | 2016-07-08 | 1 | -597/+596 |
|
|
* | | Issue #27095: Simplified MAKE_FUNCTION and removed MAKE_CLOSURE opcodes. | Serhiy Storchaka | 2016-06-12 | 1 | -2220/+2223 |
|
|
* | | Comment fixes extracted from patch by Demur Rumed. | Serhiy Storchaka | 2016-06-12 | 1 | -103/+103 |
|
|
* | | Issue #27286: Fixed compiling BUILD_MAP_UNPACK_WITH_CALL opcode. Calling | Serhiy Storchaka | 2016-06-12 | 1 | -103/+103 |
|\ \
| |/ |
|
| * | Issue #27286: Fixed compiling BUILD_MAP_UNPACK_WITH_CALL opcode. Calling | Serhiy Storchaka | 2016-06-12 | 1 | -104/+104 |
|
|
* | | Issue #27140: Added BUILD_CONST_KEY_MAP opcode. | Serhiy Storchaka | 2016-06-11 | 1 | -1155/+1155 |
|
|
* | | Issue #27138: Regenerate Python/importlib_external.h. | Serhiy Storchaka | 2016-05-28 | 1 | -324/+323 |
|\ \
| |/ |
|
| * | Issue #27138: Regenerate Python/importlib_external.h. | Serhiy Storchaka | 2016-05-28 | 1 | -344/+343 |
|
|
| * | regen importlib bytecode | Benjamin Peterson | 2016-05-17 | 1 | -103/+103 |
|
|
* | | Issue #26647: Python interpreter now uses 16-bit wordcode instead of bytecode. | Serhiy Storchaka | 2016-05-24 | 1 | -2390/+2222 |
|
|
* | | Issue #27039: Fixed bytearray.remove() for values greater than 127. | Serhiy Storchaka | 2016-05-16 | 1 | -103/+103 |
|\ \
| |/ |
|
| * | Issue #25280: Import trace messages emitted in verbose (-v) mode are no | Serhiy Storchaka | 2015-10-01 | 1 | -56/+57 |
|
|
* | | regrtest: Fix module.__path__ | Victor Stinner | 2016-03-15 | 1 | -931/+940 |
|
|
* | | Issue #25985: sys.version_info is now used instead of sys.version | Serhiy Storchaka | 2016-02-11 | 1 | -15/+16 |
|
|
* | | co_lnotab supports negative line number delta | Victor Stinner | 2016-01-20 | 1 | -105/+106 |
|
|
* | | Issue #25802: Deprecate load_module() on importlib.machinery.SourceFileLoader... | Brett Cannon | 2015-12-29 | 1 | -1516/+1517 |
|
|
* | | Issue 25483: Add an opcode to make f-string formatting more robust. | Eric V. Smith | 2015-11-03 | 1 | -103/+103 |
|
|
* | | Update importlib_external.h | Victor Stinner | 2015-10-01 | 1 | -56/+57 |
|
|
* | | Issue #25186: Remove duplicated function from importlib._bootstrap_external | Brett Cannon | 2015-09-25 | 1 | -2497/+2480 |
|/ |
|
* | compute stack effect of BUILD_MAP correctly (closes #25060) | Benjamin Peterson | 2015-09-11 | 1 | -1/+1 |
|
|
* | Issue #24400: Introduce a distinct type for 'async def' coroutines. | Yury Selivanov | 2015-06-22 | 1 | -104/+104 |
|
|
* | in dict displays, evaluate the key before the value (closes #11205) | Benjamin Peterson | 2015-05-28 | 1 | -108/+108 |
|
|
* | PEP 489: Multi-phase extension module initialization | Nick Coghlan | 2015-05-23 | 1 | -1921/+1927 |
|
|
* | Issue #24192: Fix namespace package imports. | Eric Snow | 2015-05-16 | 1 | -2583/+2540 |
|
|
* | PEP 0492 -- Coroutines with async and await syntax. Issue #24017. | Yury Selivanov | 2015-05-12 | 1 | -2380/+2381 |
|
|
* | PEP 448: additional unpacking generalizations (closes #2292) | Benjamin Peterson | 2015-05-06 | 1 | -1500/+1499 |
|
|
* | Issue #23911: Move path-based bootstrap code to a separate frozen module. | Eric Snow | 2015-05-03 | 1 | -0/+2633 |
|
|