summaryrefslogtreecommitdiffstats
path: root/Python/importlib_external.h
Commit message (Expand)AuthorAgeFilesLines
* bpo-16806: Fix `lineno` and `col_offset` for multi-line string tokens (GH-10021)Anthony Sottile2019-01-131-9/+9
* bpo-34100: Merge constants recursively (GH-8341)INADA Naoki2018-11-261-2295/+2265
* bpo-34876: Change the lineno of the AST for decorated function and class. (GH...Serhiy Storchaka2018-10-301-1430/+1431
* bpo-35024: Remove redundant and possibly incorrect verbose message after writ...Quentin Agren2018-10-261-1345/+1343
* importlib: Fix typo in SourceLoader.path_stats docstring (GH-10052)Quentin2018-10-251-1497/+1496
* bpo-25711: Rewrite zipimport in pure Python. (GH-6809)Serhiy Storchaka2018-09-181-1341/+1356
* bpo-12458: Fix line numbers for multiline expressions. (GH-8774)Serhiy Storchaka2018-09-171-2592/+2600
* bpo-33499: Add PYTHONPYCACHEPREFIX env var for alt bytecode cache location. (...Carl Meyer2018-06-161-1063/+1110
* bpo-32911: Add the historical note about the magic number. (GH-7273)Serhiy Storchaka2018-05-311-111/+111
* bpo-32911: Revert bpo-29463. (GH-7121) (GH-7197)Serhiy Storchaka2018-05-291-1449/+1451
* bpo-33270: Intern names for all anonymous code objects (#6472)Zackery Spytz2018-04-151-3/+3
* bpo-33169: Remove values of `None` from sys.path_importer_cache when invalida...Brett Cannon2018-04-061-616/+618
* bpo-33041: Rework compiling an "async for" loop. (#6142)Serhiy Storchaka2018-03-231-112/+112
* bpo-17611. Move unwinding of stack for "pseudo exceptions" from interpreter t...Serhiy Storchaka2018-02-221-2028/+2029
* bpo-32838: Fix Python versions in the table of magic numbers. (#5658)Serhiy Storchaka2018-02-221-117/+117
* bpo-32303 - Consistency fixes for namespace loaders (#5481)Barry Warsaw2018-02-021-481/+480
* bpo-32550. Remove the STORE_ANNOTATION bytecode. (GH-5181)Mark Shannon2018-01-301-112/+112
* Implement the get_resource_reader() API for file system imports (#5168)Barry Warsaw2018-01-151-1248/+1307
* bpo-24340: Fix estimation of the code stack size. (#5076)Serhiy Storchaka2018-01-091-1094/+1094
* bpo-29469: Optimize literal lists and sets iterating on the AST level. (#4866)Serhiy Storchaka2017-12-141-1979/+1978
* bpo-29469: Move constant folding to AST optimizer (GH-2858)INADA Naoki2017-12-141-1995/+1989
* closes bpo-31650: PEP 552 (Deterministic pycs) implementation (#4575)Benjamin Peterson2017-12-091-2383/+2513
* bpo-31709: Update importlib magic (#3906)Yury Selivanov2017-10-061-104/+104
* Trivial cleanups following bpo-31370 (#3649)Antoine Pitrou2017-09-181-72/+70
* bpo-30501: Make the compiler producing optimized code for condition expressio...Serhiy Storchaka2017-06-111-1986/+1985
* bpo-30022: Get rid of using EnvironmentError and IOError (except test… (#1051)Serhiy Storchaka2017-04-161-1406/+1406
* bpo-29463: Add docstring field to some AST nodes. (#46)INADA Naoki2017-02-221-1247/+1246
* Issue #26110: Add LOAD_METHOD/CALL_METHOD opcodes.Yury Selivanov2016-12-141-342/+342
* Issue #28896: Disable WindowsRegistryFinder by default.Steve Dower2016-12-121-56/+53
* Issue #23722: improve __classcell__ compatibilityNick Coghlan2016-12-051-1177/+1177
* Issue #28517: Fixed of-by-one error in the peephole optimizer that causedSerhiy Storchaka2016-10-251-1958/+1957
* Issue #28257: Improved error message when pass a non-iterable asSerhiy Storchaka2016-10-021-106/+106
* Issue #27942: String constants now interned recursively in tuples and frozens...Serhiy Storchaka2016-09-301-1886/+1883
|\
| * Issue #27942: String constants now interned recursively in tuples and frozens...Serhiy Storchaka2016-09-301-801/+800
| * Fix regressions introduced by fixes for issue #27083.Brett Cannon2016-07-161-2551/+2561
* | Issue #27213: Fixed different issues with reworked CALL_FUNCTION* opcodes.Serhiy Storchaka2016-09-111-1902/+1902
* | Issue #23722: Initialize __class__ from type.__new__()Nick Coghlan2016-09-111-1242/+1243
* | Issue #24320: Drop an old setuptools-induced hack.Eric Snow2016-09-091-53/+52
* | Rework CALL_FUNCTION* opcodesVictor Stinner2016-09-091-1603/+1604
* | Issue #27985: Implement PEP 526 -- Syntax for Variable Annotations.Yury Selivanov2016-09-091-104/+104
* | Issue #26667: Add path-like object support to importlib.util.Brett Cannon2016-09-081-2164/+2168
* | Issue #27078: Added BUILD_STRING opcode. Optimized f-strings evaluation.Serhiy Storchaka2016-09-061-104/+104
* | Check in update for importlib_external.hBrett Cannon2016-07-161-2404/+2412
* | Merge for #27083Brett Cannon2016-07-151-2339/+2341
|\ \ | |/
* | Update frozen importlib codeBrett Cannon2016-07-081-597/+596
* | Issue #27095: Simplified MAKE_FUNCTION and removed MAKE_CLOSURE opcodes.Serhiy Storchaka2016-06-121-2220/+2223
* | Comment fixes extracted from patch by Demur Rumed.Serhiy Storchaka2016-06-121-103/+103
* | Issue #27286: Fixed compiling BUILD_MAP_UNPACK_WITH_CALL opcode. CallingSerhiy Storchaka2016-06-121-103/+103
|\ \ | |/
| * Issue #27286: Fixed compiling BUILD_MAP_UNPACK_WITH_CALL opcode. CallingSerhiy Storchaka2016-06-121-104/+104
* | Issue #27140: Added BUILD_CONST_KEY_MAP opcode.Serhiy Storchaka2016-06-111-1155/+1155