| Commit message (Expand) | Author | Age | Files | Lines |
* | Implement the get_resource_reader() API for file system imports (#5168) | Barry Warsaw | 2018-01-15 | 1 | -1248/+1307 |
|
|
* | bpo-24340: Fix estimation of the code stack size. (#5076) | Serhiy Storchaka | 2018-01-09 | 1 | -1094/+1094 |
|
|
* | bpo-29469: Optimize literal lists and sets iterating on the AST level. (#4866) | Serhiy Storchaka | 2017-12-14 | 1 | -1979/+1978 |
|
|
* | bpo-29469: Move constant folding to AST optimizer (GH-2858) | INADA Naoki | 2017-12-14 | 1 | -1995/+1989 |
|
|
* | closes bpo-31650: PEP 552 (Deterministic pycs) implementation (#4575) | Benjamin Peterson | 2017-12-09 | 1 | -2383/+2513 |
|
|
* | bpo-31709: Update importlib magic (#3906) | Yury Selivanov | 2017-10-06 | 1 | -104/+104 |
|
|
* | Trivial cleanups following bpo-31370 (#3649) | Antoine Pitrou | 2017-09-18 | 1 | -72/+70 |
|
|
* | bpo-30501: Make the compiler producing optimized code for condition expressio... | Serhiy Storchaka | 2017-06-11 | 1 | -1986/+1985 |
|
|
* | bpo-30022: Get rid of using EnvironmentError and IOError (except test… (#1051) | Serhiy Storchaka | 2017-04-16 | 1 | -1406/+1406 |
|
|
* | bpo-29463: Add docstring field to some AST nodes. (#46) | INADA Naoki | 2017-02-22 | 1 | -1247/+1246 |
|
|
* | Issue #26110: Add LOAD_METHOD/CALL_METHOD opcodes. | Yury Selivanov | 2016-12-14 | 1 | -342/+342 |
|
|
* | Issue #28896: Disable WindowsRegistryFinder by default. | Steve Dower | 2016-12-12 | 1 | -56/+53 |
|
|
* | Issue #23722: improve __classcell__ compatibility | Nick Coghlan | 2016-12-05 | 1 | -1177/+1177 |
|
|
* | Issue #28517: Fixed of-by-one error in the peephole optimizer that caused | Serhiy Storchaka | 2016-10-25 | 1 | -1958/+1957 |
|
|
* | Issue #28257: Improved error message when pass a non-iterable as | Serhiy Storchaka | 2016-10-02 | 1 | -106/+106 |
|
|
* | Issue #27942: String constants now interned recursively in tuples and frozens... | Serhiy Storchaka | 2016-09-30 | 1 | -1886/+1883 |
|\ |
|
| * | Issue #27942: String constants now interned recursively in tuples and frozens... | Serhiy Storchaka | 2016-09-30 | 1 | -801/+800 |
|
|
| * | Fix regressions introduced by fixes for issue #27083. | Brett Cannon | 2016-07-16 | 1 | -2551/+2561 |
|
|
* | | Issue #27213: Fixed different issues with reworked CALL_FUNCTION* opcodes. | Serhiy Storchaka | 2016-09-11 | 1 | -1902/+1902 |
|
|
* | | Issue #23722: Initialize __class__ from type.__new__() | Nick Coghlan | 2016-09-11 | 1 | -1242/+1243 |
|
|
* | | 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 |
|
|