index
:
cpython.git
2.7
3.3
3.4
3.5
3.6
benjamin-clang
benjamin-iteration-torture
buildbot-custom
master
https://github.com/python/cpython.git
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
Include
/
asdl.h
Commit message (
Expand
)
Author
Age
Files
Lines
*
Add ast.Constant
Victor Stinner
2016-01-25
1
-0/+1
*
Fix compiler warning on Windows 64-bit: asdl_seq_SET() stores the index param...
Victor Stinner
2013-11-15
1
-4/+6
*
Issue #4555: All exported C symbols are now prefixed with either "Py" or "_Py".
Antoine Pitrou
2013-10-12
1
-2/+2
*
create NameConstant AST class for None, True, and False literals (closes #16619)
Benjamin Peterson
2012-12-06
1
-0/+1
*
Widen ASDL sequences to Py_ssize_t lengths to better match PEP 353.
Martin v. Löwis
2012-05-15
1
-4/+4
*
add a asdl bytes type, so Bytes.s be properly typechecked
Benjamin Peterson
2011-08-09
1
-0/+1
*
Whoops, fix build breakage. There were still a few uses of the bool type.
Neal Norwitz
2007-02-26
1
-4/+0
*
Merge p3yk branch with the trunk up to revision 45595. This breaks a fair
Thomas Wouters
2006-04-21
1
-0/+8
*
Remove asdl_seq_APPEND() and simplify asdl seq implementation.
Jeremy Hylton
2006-02-28
1
-12/+2
*
Merge from ast-arena. This reduces the code in Python/ast.c by ~300 lines,
Neal Norwitz
2005-12-17
1
-1/+1
*
Whoops, checkin consistent versions of *all* files to stop polluting
Neal Norwitz
2005-11-13
1
-7/+0
*
Merge ast-branch to head
Jeremy Hylton
2005-10-20
1
-0/+54