COMMITS
/ Parser/asdl_c.py 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
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
October 22, 2011
M
Issue 13243: Rename _Py_identifier to _Py_IDENTIFIER in asdl_c.py
Meador Inge committed
October 14, 2011
M
Port SetAttrString/HasAttrString to SetAttrId/GetAttrId.
Martin v. Löwis committed
October 10, 2011
M
Use identifier API for PyObject_GetAttrString.
Martin v. Löwis committed
September 1, 2011
B
accept bytes for the AST 'string' type
Benjamin Peterson committed
August 11, 2011
B
revert code which conditionally writes Python-ast.h (closes #12727)
Benjamin Peterson committed
August 9, 2011
B
2.x syntax
Benjamin Peterson committed
B
make this work on 2.4
Benjamin Peterson committed
B
make this work with py2.5
Benjamin Peterson committed
B
don't rewrite the header file if it hasn't changed; this reduces development build time
Benjamin Peterson committed
B
add a asdl bytes type, so Bytes.s be properly typechecked
Benjamin Peterson committed