summaryrefslogtreecommitdiff
path: root/Python/asdl.c
Commit message (Expand)AuthorAgeFilesLines
* replace PY_SIZE_MAX with SIZE_MAXBenjamin Peterson2016-09-071-4/+4
* Issue #22207: Fix "comparison between signed and unsigned integers" warning inVictor Stinner2014-08-171-8/+8
* Issue #4555: All exported C symbols are now prefixed with either "Py" or "_Py".Antoine Pitrou2013-10-121-2/+2
* Widen ASDL sequences to Py_ssize_t lengths to better match PEP 353.Martin v. Löwis2012-05-151-2/+2
* Recorded merge of revisions 81029 via svnmerge fromAntoine Pitrou2010-05-091-44/+44
* Merged revisions 64114 via svnmerge fromAmaury Forgeot d'Arc2008-06-181-4/+32
* Merge p3yk branch with the trunk up to revision 45595. This breaks a fairThomas Wouters2006-04-211-1/+18
* Remove asdl_seq_APPEND() and simplify asdl seq implementation.Jeremy Hylton2006-02-281-7/+1
* Merge from ast-arena. This reduces the code in Python/ast.c by ~300 lines,Neal Norwitz2005-12-171-4/+3
* Use convenience functionNeal Norwitz2005-11-141-1/+1
* Whoops, checkin consistent versions of *all* files to stop pollutingNeal Norwitz2005-11-131-66/+0
* Merge ast-branch to headJeremy Hylton2005-10-201-0/+92