COMMITS
/ Parser/asdl_c.py June 3, 2021
M
bpo-11105: Do not crash when compiling recursive ASTs (GH-20594)
Miss Islington (bot) committed
April 7, 2021
V
bpo-43244: Rename pycore_ast.h functions to _PyAST_xxx() (GH-25252)
Victor Stinner committed
V
bpo-43244: Remove Yield macro from pycore_ast.h (GH-25243)
Victor Stinner committed
March 24, 2021
V
bpo-43244: Remove the pyarena.h header (GH-25007)
Victor Stinner committed
March 23, 2021
V
bpo-43244: Remove ast.h, asdl.h, Python-ast.h headers (GH-24933)
Victor Stinner committed
March 18, 2021
V
bpo-43244: Fix test_peg_generator for PyAST_Validate() (GH-24912)
Victor Stinner committed
March 17, 2021
V
bpo-43244: Rename pycore_ast.h to pycore_ast_state.h (GH-24907)
Victor Stinner committed
February 26, 2021
B
bpo-42128: Structural Pattern Matching (PEP 634) (GH-22917)
Brandt Bucher committed
November 4, 2020
V
bpo-1635741: _ast uses PyModule_AddObjectRef() (GH-23146)
Victor Stinner committed
November 3, 2020
V
bpo-41796: Call _PyAST_Fini() earlier to fix a leak (GH-23131)
Victor Stinner committed
November 2, 2020
V
bpo-41796: Make _ast module state per interpreter (GH-23024)
Victor Stinner committed
October 10, 2020
B
bpo-42000: Cleanup the AST related C-code (GH-22641)
Batuhan Taskaya committed
September 16, 2020
P
bpo-41746: Add type information to asdl_seq objects (GH-22223)
Pablo Galindo committed
September 15, 2020
V
bpo-41631: _ast module uses again a global state (#21961)
Victor Stinner committed
July 4, 2020
V
bpo-41204: Fix compiler warning in ast_type_init() (GH-21307)
Victor Stinner committed
July 3, 2020
V
bpo-41194: Convert _ast extension to PEP 489 (GH-21293)
Victor Stinner committed
V
bpo-41194: The _ast module cannot be loaded more than once (GH-21290)
Victor Stinner committed
V
bpo-41194: Pass module state in Python-ast.c (GH-21284)
Victor Stinner committed
May 27, 2020
May 24, 2020
R
bpo-36290: Fix keytword collision handling in AST node constructors (GH-12382)
Rémi Lapeyre committed
May 18, 2020
B
bpo-40528: Improve AST generation script to do builds simultaneously (GH-19968)
Batuhan Taskaya committed
May 6, 2020
B
bpo-40528: Improve and clear several aspects of the ASDL definition code for the AST (GH-19952)
Batuhan Taskaya committed
April 15, 2020
V
bpo-40268: Remove unused structmember.h includes (GH-19530)
Victor Stinner committed
March 22, 2020
S
bpo-39999: Improve compatibility of the ast module. (GH-19056)
Serhiy Storchaka committed
March 16, 2020
B
bpo-39638: Keep ASDL signatures in the AST nodes (GH-18515)
Batuhan Taşkaya committed
March 9, 2020
S
bpo-36287: Make ast.dump() not output optional fields and attributes with default values. (GH-18843)
Serhiy Storchaka committed
February 6, 2020
B
bpo-38823: Fix refleaks in _ast initialization error path (GH-17276)
Brandt Bucher committed
December 17, 2019
October 31, 2019
M
closes bpo-38648: Remove double tp_free slot in Python-ast.c. (GH-17002)
Max Bernstein committed
October 10, 2019
D
bpo-38425: Fix ‘res’ may be used uninitialized warning (GH-16688)
Dong-hee Na committed
September 19, 2019
E
bpo-38140: Make dict and weakref offsets opaque for C heap types (#16076)
Eddie Elizondo committed
September 14, 2019
E
Fix leaks in Python-ast.c (#16127)
Eddie Elizondo committed
September 12, 2019
Z
bpo-21120: Exclude Python-ast.h, ast.h and asdl.h from the limited API (#14634)
Zackery Spytz committed
September 11, 2019
D
bpo-38113: Update the Python-ast.c generator to PEP384 (gh-15957)
Dino Viehland committed
September 10, 2019
S
bpo-38083: Minor improvements in asdl_c.py and Python-ast.c. (GH-15824)
Serhiy Storchaka committed
September 9, 2019
G
Mark files as executable that are meant as scripts. (GH-15354)
Greg Price committed
June 13, 2019
V
bpo-37253: Remove PyAST_obj2mod_ex() function (GH-14020)
Victor Stinner committed
May 31, 2019
J
bpo-36974: tp_print -> tp_vectorcall_offset and tp_reserved -> tp_as_async (GH-13464)
Jeroen Demeyer committed
May 23, 2019
S
bpo-36842: Implement PEP 578 (GH-12613)
Steve Dower committed
May 21, 2019
M
bpo-34616: Add PyCF_ALLOW_TOP_LEVEL_AWAIT to allow top-level await (GH-13148)
Matthias Bussonnier committed
March 21, 2019
E
bpo-36385: Add ``elif`` sentence on to avoid multiple ``if`` (GH-12478)
Emmanuel Arias committed
March 7, 2019
G
bpo-35975: Support parsing earlier minor versions of Python 3 (GH-12086)
Guido van Rossum committed
February 1, 2019
G
bpo-35766 follow-up: Kill half-support for FunctionType in PyAST_obj2mod (#11714)
Guido van Rossum committed
January 31, 2019
G
bpo-35766: Merge typed_ast back into CPython (GH-11645)
Guido van Rossum committed
January 22, 2019
I
bpo-33416: Add end positions to Python AST (GH-11605)
Ivan Levkivskyi committed
November 22, 2018
V
bpo-35177, Python-ast.h: Fix "Yield" compiler warning (GH-10664)
Victor Stinner committed
November 11, 2018
V
bpo-35177: Add dependencies between header files (GH-10361)
Victor Stinner committed
September 27, 2018
S
bpo-32892: Use ast.Constant instead of specific constant AST types. (GH-9445)
Serhiy Storchaka committed
May 31, 2018
S
bpo-33677: Fix signatures of tp_clear handlers for AST and deque. (GH-7196)
Serhiy Storchaka committed
January 25, 2018
S
bpo-32571: Avoid raising unneeded AttributeError and silencing it in C code (GH-5222)
Serhiy Storchaka committed