COMMITS
/ Python/importlib_external.h January 13, 2019
A
bpo-16806: Fix `lineno` and `col_offset` for multi-line string tokens (GH-10021)
Anthony Sottile committed
November 26, 2018
I
bpo-34100: Merge constants recursively (GH-8341)
INADA Naoki committed
October 30, 2018
S
bpo-34876: Change the lineno of the AST for decorated function and class. (GH-9731)
Serhiy Storchaka committed
October 26, 2018
Q
October 25, 2018
Q
importlib: Fix typo in SourceLoader.path_stats docstring (GH-10052)
Quentin committed
September 18, 2018
S
bpo-25711: Rewrite zipimport in pure Python. (GH-6809)
Serhiy Storchaka committed
September 17, 2018
S
bpo-12458: Fix line numbers for multiline expressions. (GH-8774)
Serhiy Storchaka committed
June 16, 2018
C
May 31, 2018
S
bpo-32911: Add the historical note about the magic number. (GH-7273)
Serhiy Storchaka committed
May 29, 2018
S
bpo-32911: Revert bpo-29463. (GH-7121) (GH-7197)
Serhiy Storchaka committed
April 15, 2018
Z
bpo-33270: Intern names for all anonymous code objects (#6472)
Zackery Spytz committed
April 6, 2018
March 23, 2018
S
bpo-33041: Rework compiling an "async for" loop. (#6142)
Serhiy Storchaka committed
February 22, 2018
S
bpo-17611. Move unwinding of stack for "pseudo exceptions" from interpreter to compiler. (GH-5006)
Serhiy Storchaka committed
S
bpo-32838: Fix Python versions in the table of magic numbers. (#5658)
Serhiy Storchaka committed
February 2, 2018
B
bpo-32303 - Consistency fixes for namespace loaders (#5481)
Barry Warsaw committed
January 30, 2018
M
bpo-32550. Remove the STORE_ANNOTATION bytecode. (GH-5181)
Mark Shannon committed
January 15, 2018
B
Implement the get_resource_reader() API for file system imports (#5168)
Barry Warsaw committed
January 9, 2018
S
bpo-24340: Fix estimation of the code stack size. (#5076)
Serhiy Storchaka committed
December 14, 2017
S
bpo-29469: Optimize literal lists and sets iterating on the AST level. (#4866)
Serhiy Storchaka committed
I
bpo-29469: Move constant folding to AST optimizer (GH-2858)
INADA Naoki committed
December 9, 2017
B
closes bpo-31650: PEP 552 (Deterministic pycs) implementation (#4575)
Benjamin Peterson committed
October 6, 2017
Y
bpo-31709: Update importlib magic (#3906)
Yury Selivanov committed
September 18, 2017
A
Trivial cleanups following bpo-31370 (#3649)
Antoine Pitrou committed
June 11, 2017
S
bpo-30501: Make the compiler producing optimized code for condition expressions. (#1851)
Serhiy Storchaka committed
April 16, 2017
S
bpo-30022: Get rid of using EnvironmentError and IOError (except test… (#1051)
Serhiy Storchaka committed
February 22, 2017
I
bpo-29463: Add docstring field to some AST nodes. (#46)
INADA Naoki committed
December 14, 2016
Y
Issue #26110: Add LOAD_METHOD/CALL_METHOD opcodes.
Yury Selivanov committed
December 12, 2016
S
Issue #28896: Disable WindowsRegistryFinder by default.
Steve Dower committed
December 5, 2016
N
Issue #23722: improve __classcell__ compatibility
Nick Coghlan committed
October 25, 2016
S
Issue #28517: Fixed of-by-one error in the peephole optimizer that caused
Serhiy Storchaka committed
October 2, 2016
S
Issue #28257: Improved error message when pass a non-iterable as
Serhiy Storchaka committed
September 30, 2016
S
Issue #27942: String constants now interned recursively in tuples and frozensets.
Serhiy Storchaka committed
S
Issue #27942: String constants now interned recursively in tuples and frozensets.
Serhiy Storchaka committed
September 11, 2016
S
Issue #27213: Fixed different issues with reworked CALL_FUNCTION* opcodes.
Serhiy Storchaka committed
N
Issue #23722: Initialize __class__ from type.__new__()
Nick Coghlan committed
September 9, 2016
E
Issue #24320: Drop an old setuptools-induced hack.
Eric Snow committed
V
Rework CALL_FUNCTION* opcodes
Victor Stinner committed
Y
Issue #27985: Implement PEP 526 -- Syntax for Variable Annotations.
Yury Selivanov committed
September 8, 2016
B
Issue #26667: Add path-like object support to importlib.util.
Brett Cannon committed
September 6, 2016
S
Issue #27078: Added BUILD_STRING opcode. Optimized f-strings evaluation.
Serhiy Storchaka committed
July 16, 2016
B
Check in update for importlib_external.h
Brett Cannon committed
B
Fix regressions introduced by fixes for issue #27083.
Brett Cannon committed
July 15, 2016
B
Merge for #27083
Brett Cannon committed
July 8, 2016
B
Update frozen importlib code
Brett Cannon committed
June 12, 2016
S
Issue #27095: Simplified MAKE_FUNCTION and removed MAKE_CLOSURE opcodes.
Serhiy Storchaka committed
S
Comment fixes extracted from patch by Demur Rumed.
Serhiy Storchaka committed
S
Issue #27286: Fixed compiling BUILD_MAP_UNPACK_WITH_CALL opcode. Calling
Serhiy Storchaka committed
S
Issue #27286: Fixed compiling BUILD_MAP_UNPACK_WITH_CALL opcode. Calling
Serhiy Storchaka committed
June 11, 2016
S
Issue #27140: Added BUILD_CONST_KEY_MAP opcode.
Serhiy Storchaka committed