COMMITS
/ Parser/asdl_c.py 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
November 11, 2017
S
bpo-31572: Get rid of _PyObject_HasAttrId() in the ASDL parser. (#3725)
Serhiy Storchaka committed
September 20, 2017
A
bpo-31536: Avoid wholesale rebuild after `make regen-all` (#3678)
Antoine Pitrou committed
September 15, 2017
S
bpo-31464: asdl_c.py no longer emits trailing spaces in Python-ast.h. (#3568)
Serhiy Storchaka committed
August 24, 2017
I
bpo-31095: fix potential crash during GC (GH-2974)
INADA Naoki committed
August 4, 2017
Y
Fix a shadow-compatible-local warning (#2180)
Yuan Chao Chou committed
February 23, 2017
January 25, 2017
I
Issue #29369: Use Py_IDENTIFIER in Python-ast.c
INADA Naoki committed
October 7, 2016
S
Issue #24098: Fixed possible crash when AST is changed in process of
Serhiy Storchaka committed
S
Issue #24098: Fixed possible crash when AST is changed in process of
Serhiy Storchaka committed
January 26, 2016
V
Issue #26146: remove useless code
Victor Stinner committed
January 25, 2016
V
Add ast.Constant
Victor Stinner committed
November 6, 2015
V
Issue #25555: Fix parser and AST: fill lineno and col_offset of "arg" node when
Victor Stinner committed
October 29, 2015
B
merge 3.5 (#25502)
Benjamin Peterson committed
B
remove duplicated imports (closes #25502)
Benjamin Peterson committed