COMMITS
/ Parser/asdl_c.py 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
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
October 6, 2015
S
Merge with 3.5.
Serhiy Storchaka committed
September 6, 2015
S
Make asdl_c.py to generate Python-ast.c changed in issue #15989.
Serhiy Storchaka committed
May 10, 2014
E
Issue #19655: Replace the ASDL parser carried with CPython
Eli Bendersky 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
August 25, 2013
E
#18803: merge with 3.3.
Ezio Melotti committed
E
#18803: fix more typos. Patch by Févry Thibault.
Ezio Melotti 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
B
change AST codegen to use PyModule_AddIntMacro
Benjamin Peterson committed
March 19, 2013
B
placate msvc
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 6, 2012
B
create NameConstant AST class for None, True, and False literals (closes #16619)
Benjamin Peterson committed
October 21, 2012
M
- Issue #16262: fix out-of-src-tree builds, if mercurial is not installed.
Matthias Klose committed
September 30, 2012
E
#15923: merge with 3.2.
Ezio Melotti committed
E
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
March 15, 2012
B
free AST's dict
Benjamin Peterson committed
March 13, 2012
V
Try to fix compilation of Python-ast.c on Visual Studio 2008
Victor Stinner committed
March 12, 2012
B
give the AST class a __dict__
Benjamin Peterson committed
December 29, 2011
B
evidently some buildbots don't have python 3 installed
Benjamin Peterson committed
B
run AST toolchain on python3
Benjamin Peterson committed
November 22, 2011
A
Merge branch 3.2
Amaury Forgeot d'Arc committed
A
Issue #13436: Fix a bogus error message when an AST object was passed
Amaury Forgeot d'Arc committed