aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/Python/Python-ast.c
Commit message (Expand)AuthorAge
* Make PyAST_obj2mod C89 compliant. (Follow-up commit from asdl_c.py.)Trent Nelson2012-12-13
* allow None identifiersBenjamin Peterson2011-07-22
* verify the types of AST strings and identifiers (closes #12609 and #12610)Benjamin Peterson2011-07-22
* bump revisionBenjamin Peterson2010-06-22
* fix code formattingBenjamin Peterson2010-06-09
* Update version information for AST changes in r77422.Alexandre Vassalotti2010-01-11
* Issue #2333: Backport set and dict comprehensions syntax.Alexandre Vassalotti2010-01-11
* Update the version # of Python-ast.c based on the backport of set literals fromBrett Cannon2010-01-10
* Issue #2335: Backport set literals syntax from Python 3.x.Alexandre Vassalotti2010-01-09
* account for PyObject_IsInstance's new ability to failBenjamin Peterson2009-12-13
* update ast versionBenjamin Peterson2009-06-13
* when no module is given in a 'from' relative import, make ImportFrom.module NULLBenjamin Peterson2009-06-13
* fix compiler warningBenjamin Peterson2008-10-19
* Fixed #4067 by implementing _attributes and _fields for the AST root node.Armin Ronacher2008-10-19
* #3743: PY_FORMAT_SIZE_T is designed for the OS "printf" functions, not forAmaury Forgeot d'Arc2008-09-10
* This reverts r63675 based on the discussion in this thread:Gregory P. Smith2008-06-09
* Renamed PyString to PyBytesChristian Heimes2008-05-26
* Make AST nodes pickleable.Georg Brandl2008-03-30
* Fix error message -- "expects either 0 or 0 arguments"Georg Brandl2008-03-30
* Make _fields attr for no fields consistent with _attributes attr.Georg Brandl2008-03-30
* #2505: allow easier creation of AST nodes.Georg Brandl2008-03-30
* Patch #2511: Give the "excepthandler" AST item proper attributes by making it...Georg Brandl2008-03-30
* Properly check for consistency with the third argument ofGeorg Brandl2008-03-29
* Silence a compilation warningAmaury Forgeot d'Arc2008-03-28
* Patch #1810 by Thomas Lee, reviewed by myself:Georg Brandl2008-03-28
* Issue #2051 and patch from Alexander Belopolsky:Christian Heimes2008-02-23
* Patch #1759: Backport of PEP 3129 class decoratorsChristian Heimes2008-02-23
* Fix a couple of problems in generating the AST code:Neal Norwitz2007-02-26
* Modify Parser/asdl_c.py so that the __version__ number for Python/Python-ast.cBrett Cannon2007-02-12
* Check in changed Python-ast.c from a cosmetic change to Python.asdl (inBrett Cannon2007-02-11
* Introduce asdl_int_seq, to hold cmpop_ty.Martin v. Löwis2006-04-13
* Regenerate.Martin v. Löwis2006-04-11
* Make _kind types global for C++ compilation.Martin v. Löwis2006-04-11
* low-hanging fruit in Python/ - g++ still hates all the enum_kind declarationsAnthony Baxter2006-04-11
* Regenerate.Martin v. Löwis2006-04-07
* Add lineno, col_offset to excephandler to enable future fix forJeremy Hylton2006-04-04
* * Fix a refleak of *_attributes.Neal Norwitz2006-04-03
* Fix memory leak on attributes.Martin v. Löwis2006-03-02
* Patch #1440601: Add col_offset attribute to AST nodes.Martin v. Löwis2006-03-01
* Don't pollute namespace as bad as before. All the types are static now.Neal Norwitz2006-02-28
* from __future__ import with_statement addon for 'with', mostly written byThomas Wouters2006-02-28
* SF patch #1438387, PEP 328: relative and absolute imports.Thomas Wouters2006-02-28
* Regenerate.Martin v. Löwis2006-02-28
* PEP 343 -- the with-statement.Guido van Rossum2006-02-27
* Create _ast module.Martin v. Löwis2006-02-27
* PEP 308 implementation, including minor refdocs and some testcases. ItThomas Wouters2006-02-27
* Avoid reinitializing the types twice.Martin v. Löwis2006-02-27
* Stop generating empty arrays.Martin v. Löwis2006-02-26
* Fix iterating over cmpop_ty lists.Martin v. Löwis2006-02-26
* Generate code to recursively copy an AST intoMartin v. Löwis2006-02-26