COMMITS
/ Python/Python-ast.c 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
November 6, 2015
V
Issue #25555: Fix parser and AST: fill lineno and col_offset of "arg" node when
Victor Stinner committed
September 19, 2015
September 6, 2015
S
Issue #15989: Fixed some scarcely probable integer overflows.
Serhiy Storchaka committed
May 12, 2015
Y
PEP 0492 -- Coroutines with async and await syntax. Issue #24017.
Yury Selivanov committed
May 6, 2015
B
PEP 448: additional unpacking generalizations (closes #2292)
Benjamin Peterson committed
April 10, 2014
B
PEP 465: a dedicated infix operator for matrix multiplication (closes #21176)
Benjamin Peterson committed
February 11, 2014
B
merge 3.3 (#20588)
Benjamin Peterson committed
B
don't put runtime values in array initializer for C89 compliance (closes #20588)
Benjamin Peterson committed
October 12, 2013
A
Issue #4555: All exported C symbols are now prefixed with either "Py" or "_Py".
Antoine Pitrou committed
July 26, 2013
C
Issue #18552: Check return value of PyArena_AddPyObject() in obj2ast_object().
Christian Heimes committed
C
Issue #18552: Check return value of PyArena_AddPyObject() in obj2ast_object().
Christian Heimes committed
V
(Merge 3.3) Parser/asdl_c.py: use Py_CLEAR()
Victor Stinner committed
V
Parser/asdl_c.py: use Py_CLEAR()
Victor Stinner committed
V
(Merge 3.3) According to the PEP 7, C code must "use 4-space indents"
Victor Stinner committed
V
According to the PEP 7, C code must "use 4-space indents"
Victor Stinner committed
July 16, 2013
V
Issue #18408: Fix Python-ast.c: handle init_types() failure (ex: MemoryError)
Victor Stinner committed
May 20, 2013
C
Issue #17917: Use PyModule_AddIntMacro() instead of PyModule_AddIntConstant()
Charles-Francois Natali committed
March 19, 2013
B
bump Python-ast.c
Benjamin Peterson committed
B
refactor to fix refleaks
Benjamin Peterson committed
March 18, 2013
B
unify some ast.argument's attrs; change Attribute column offset (closes #16795)
Benjamin Peterson committed
December 25, 2012
A
Replace IOError with OSError (#16715)
Andrew Svetlov committed
December 6, 2012
B
create NameConstant AST class for None, True, and False literals (closes #16619)
Benjamin Peterson committed
November 25, 2012
M
Issue #16546: make ast.YieldFrom argument mandatory.
Mark Dickinson committed
July 8, 2012
B
add gc support to the AST base type (closes #15293)
Benjamin Peterson committed
A
Issue #15291: Fix a memory leak where AST nodes where not properly deallocated.
Antoine Pitrou committed
May 15, 2012
B
use Py_ssize_t for ast sequence lengths
Benjamin Peterson committed
M
Document f4d7ad6c9d6e.
Martin v. Löwis committed
M
Widen ASDL sequences to Py_ssize_t lengths to better match PEP 353.
Martin v. Löwis committed