COMMITS
/ Python/Python-ast.c 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
April 1, 2020
P
bpo-40141: Add line and column information to ast.keyword nodes (GH-19283)
Pablo Galindo committed
March 22, 2020
S
bpo-39999: Improve compatibility of the ast module. (GH-19056)
Serhiy Storchaka committed
March 17, 2020
S
bpo-39988: Remove ast.AugLoad and ast.AugStore node classes. (GH-19038)
Serhiy Storchaka committed
March 16, 2020
B
bpo-39638: Keep ASDL signatures in the AST nodes (GH-18515)
Batuhan Taşkaya committed
March 15, 2020
B
bpo-39969: Remove ast.Param node class as is no longer used (GH-19020)
Batuhan Taşkaya committed
March 10, 2020
S
bpo-34822: Simplify AST for subscription. (GH-9605)
Serhiy Storchaka committed
March 9, 2020
S
bpo-36287: Make ast.dump() not output optional fields and attributes with default values. (GH-18843)
Serhiy Storchaka committed
March 4, 2020
B
bpo-39639: Remove the AST "Suite" node and associated code (GH-18513)
Batuhan Taşkaya committed
February 6, 2020
B
bpo-38823: Fix refleaks in _ast initialization error path (GH-17276)
Brandt Bucher committed
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 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
July 14, 2019
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 27, 2019
E
bpo-37050: Remove expr_text from FormattedValue ast node, use Constant node instead (GH-13597)
Eric V. Smith committed
May 23, 2019
S
bpo-36842: Implement PEP 578 (GH-12613)
Steve Dower committed
May 22, 2019
M
bpo-36878: Track extra text added to 'type: ignore' in the AST (GH-13479)
Michael J. Sullivan committed
May 21, 2019
M
bpo-34616: Add PyCF_ALLOW_TOP_LEVEL_AWAIT to allow top-level await (GH-13148)
Matthias Bussonnier committed
May 8, 2019
E
bpo-36817: Add f-string debugging using '='. (GH-13123)
Eric V. Smith committed
April 29, 2019
P
bpo-36540: PEP 570 -- Implementation (GH-12701)
Pablo Galindo committed
March 13, 2019
G
bpo-36280: Add Constant.kind field (GH-12295)
Guido van Rossum committed
March 7, 2019
G
bpo-35975: Support parsing earlier minor versions of Python 3 (GH-12086)
Guido van Rossum committed
March 5, 2019
S
bpo-36187: Remove NamedStore. (GH-12167)
Serhiy Storchaka 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 24, 2019
E
bpo-35224: PEP 572 Implementation (#10497)
Emily Morehouse committed
January 22, 2019
I
bpo-33416: Add end positions to Python AST (GH-11605)
Ivan Levkivskyi 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
May 29, 2018
S
bpo-32911: Revert bpo-29463. (GH-7121) (GH-7197)
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
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
February 22, 2017
I
bpo-29463: Add docstring field to some AST nodes. (#46)
INADA Naoki committed
January 25, 2017
I
Issue #29369: Use Py_IDENTIFIER in Python-ast.c
INADA Naoki committed
January 23, 2017
S
Issue #28999: Use Py_RETURN_NONE, Py_RETURN_TRUE and Py_RETURN_FALSE wherever
Serhiy Storchaka 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
September 9, 2016
Y
Issue #28008: Implement PEP 530 -- asynchronous comprehensions.
Yury Selivanov committed
Y
Issue #27985: Implement PEP 526 -- Syntax for Variable Annotations.
Yury Selivanov committed
January 26, 2016
V
Issue #26146: remove useless code
Victor Stinner committed
January 25, 2016
V
Add ast.Constant
Victor Stinner committed