summaryrefslogtreecommitdiffstats
path: root/Parser/asdl_c.py
Commit message (Expand)AuthorAgeFilesLines
* Issue #18408: Fix Python-ast.c: handle init_types() failure (ex: MemoryError)Victor Stinner2013-07-161-3/+6
* change AST codegen to use PyModule_AddIntMacroBenjamin Peterson2013-05-201-1/+1
* placate msvcBenjamin Peterson2013-03-191-1/+2
* refactor to fix refleaksBenjamin Peterson2013-03-191-5/+15
* unify some ast.argument's attrs; change Attribute column offset (closes #16795)Benjamin Peterson2013-03-181-1/+30
* create NameConstant AST class for None, True, and False literals (closes #16619)Benjamin Peterson2012-12-061-0/+12
* - Issue #16262: fix out-of-src-tree builds, if mercurial is not installed.Matthias Klose2012-10-211-1/+0
|\
* \ #15923: merge with 3.2.Ezio Melotti2012-09-301-1/+1
|\ \ | |/
| * #15923: fix a mistake in asdl_c.py that resulted in a TypeError after 2801bf8...Ezio Melotti2012-09-301-1/+1
* | add gc support to the AST base type (closes #15293)Benjamin Peterson2012-07-081-4/+17
* | Issue #15291: Fix a memory leak where AST nodes where not properly deallocated.Antoine Pitrou2012-07-081-0/+1
* | use Py_ssize_t for ast sequence lengthsBenjamin Peterson2012-05-151-2/+2
* | free AST's dictBenjamin Peterson2012-03-151-1/+7
* | Try to fix compilation of Python-ast.c on Visual Studio 2008Victor Stinner2012-03-131-1/+1
* | give the AST class a __dict__Benjamin Peterson2012-03-121-3/+15
* | evidently some buildbots don't have python 3 installedBenjamin Peterson2011-12-291-1/+1
* | run AST toolchain on python3Benjamin Peterson2011-12-291-1/+1
* | Merge branch 3.2Amaury Forgeot d'Arc2011-11-221-5/+1
|\ \ | |/
| * Issue #13436: Fix a bogus error message when an AST object was passedAmaury Forgeot d'Arc2011-11-221-5/+1
* | Issue 13243: Rename _Py_identifier to _Py_IDENTIFIER in asdl_c.pyMeador Inge2011-10-221-3/+3
* | Port SetAttrString/HasAttrString to SetAttrId/GetAttrId.Martin v. Löwis2011-10-141-3/+4
* | Use identifier API for PyObject_GetAttrString.Martin v. Löwis2011-10-101-4/+20
* | Merge 3.2Éric Araujo2011-09-021-1/+1
|\ \ | |/
| * accept bytes for the AST 'string' typeBenjamin Peterson2011-09-011-1/+1
* | revert code which conditionally writes Python-ast.h (closes #12727)Benjamin Peterson2011-08-111-23/+3
* | 2.x syntaxBenjamin Peterson2011-08-091-1/+1
* | make this work on 2.4Benjamin Peterson2011-08-091-5/+17
* | make this work with py2.5Benjamin Peterson2011-08-091-0/+1
* | don't rewrite the header file if it hasn't changed; this reduces development ...Benjamin Peterson2011-08-091-3/+10
* | add a asdl bytes type, so Bytes.s be properly typecheckedBenjamin Peterson2011-08-091-0/+10
* | merge 3.2Benjamin Peterson2011-07-221-10/+8
|\ \ | |/
| * None is ok for identifiers but not stringsBenjamin Peterson2011-07-221-10/+8
| * hardcode the old svn __version__Benjamin Peterson2011-07-221-5/+3
* | merge 3.2Benjamin Peterson2011-07-221-2/+19
|\ \ | |/
| * type check AST strings and identifiersBenjamin Peterson2011-07-221-2/+19
* | remove ast.__version__ (closes #12273)Benjamin Peterson2011-07-161-29/+0
* | use only the hex version, since the revno is unreliable across reposBenjamin Peterson2011-03-131-1/+1
* | actually get file revBenjamin Peterson2011-03-131-1/+1
* | convert ast versioning to mercurialBenjamin Peterson2011-03-131-5/+16
|/
* fix refleakBenjamin Peterson2010-11-211-0/+1
* new plan: functions that want 'tmp' can declare itBenjamin Peterson2010-11-201-3/+1
* c89 declarationsBenjamin Peterson2010-11-201-1/+1
* use %R format code; fixes invalid dereferencing #10391Benjamin Peterson2010-11-201-8/+8
* Merged revisions 81465-81466,81468,81679,81735,81760,81868,82183 via svnmerge...Benjamin Peterson2010-06-271-2/+3
* use the 's' format code instead of 'U'Benjamin Peterson2010-06-071-1/+1
* Merged revisions 76534,76538,76628,76701,76774 via svnmerge fromBenjamin Peterson2009-12-131-3/+19
* Merged revisions 73196,73278-73280,73299,73308,73312-73313,73317-73318,73321,...Benjamin Peterson2009-06-111-10/+10
* Issue #1717: rename tp_compare to tp_reserved. I'll change theMark Dickinson2009-02-021-1/+1
* Merged revisions 66974,66977,66984,66989,66992,66994-66996,66998-67000,67007,...Benjamin Peterson2008-10-251-1/+1
* Merged revisions 66887,66891,66902-66903,66905-66906,66911-66913,66922,66927-...Benjamin Peterson2008-10-191-0/+18