index
:
cpython
3.10
3.11
3.12
3.13
3.14
3.9
main
The Python programming language
Aslak Raanes
about
summary
refs
log
tree
commit
diff
stats
homepage
log msg
author
committer
range
path:
root
/
Python
/
Python-ast.c
Commit message (
Expand
)
Author
Age
*
Make PyAST_obj2mod C89 compliant. (Follow-up commit from asdl_c.py.)
Trent Nelson
2012-12-13
*
allow None identifiers
Benjamin Peterson
2011-07-22
*
verify the types of AST strings and identifiers (closes #12609 and #12610)
Benjamin Peterson
2011-07-22
*
bump revision
Benjamin Peterson
2010-06-22
*
fix code formatting
Benjamin Peterson
2010-06-09
*
Update version information for AST changes in r77422.
Alexandre Vassalotti
2010-01-11
*
Issue #2333: Backport set and dict comprehensions syntax.
Alexandre Vassalotti
2010-01-11
*
Update the version # of Python-ast.c based on the backport of set literals from
Brett Cannon
2010-01-10
*
Issue #2335: Backport set literals syntax from Python 3.x.
Alexandre Vassalotti
2010-01-09
*
account for PyObject_IsInstance's new ability to fail
Benjamin Peterson
2009-12-13
*
update ast version
Benjamin Peterson
2009-06-13
*
when no module is given in a 'from' relative import, make ImportFrom.module NULL
Benjamin Peterson
2009-06-13
*
fix compiler warning
Benjamin Peterson
2008-10-19
*
Fixed #4067 by implementing _attributes and _fields for the AST root node.
Armin Ronacher
2008-10-19
*
#3743: PY_FORMAT_SIZE_T is designed for the OS "printf" functions, not for
Amaury Forgeot d'Arc
2008-09-10
*
This reverts r63675 based on the discussion in this thread:
Gregory P. Smith
2008-06-09
*
Renamed PyString to PyBytes
Christian Heimes
2008-05-26
*
Make AST nodes pickleable.
Georg Brandl
2008-03-30
*
Fix error message -- "expects either 0 or 0 arguments"
Georg Brandl
2008-03-30
*
Make _fields attr for no fields consistent with _attributes attr.
Georg Brandl
2008-03-30
*
#2505: allow easier creation of AST nodes.
Georg Brandl
2008-03-30
*
Patch #2511: Give the "excepthandler" AST item proper attributes by making it...
Georg Brandl
2008-03-30
*
Properly check for consistency with the third argument of
Georg Brandl
2008-03-29
*
Silence a compilation warning
Amaury Forgeot d'Arc
2008-03-28
*
Patch #1810 by Thomas Lee, reviewed by myself:
Georg Brandl
2008-03-28
*
Issue #2051 and patch from Alexander Belopolsky:
Christian Heimes
2008-02-23
*
Patch #1759: Backport of PEP 3129 class decorators
Christian Heimes
2008-02-23
*
Fix a couple of problems in generating the AST code:
Neal Norwitz
2007-02-26
*
Modify Parser/asdl_c.py so that the __version__ number for Python/Python-ast.c
Brett Cannon
2007-02-12
*
Check in changed Python-ast.c from a cosmetic change to Python.asdl (in
Brett Cannon
2007-02-11
*
Introduce asdl_int_seq, to hold cmpop_ty.
Martin v. Löwis
2006-04-13
*
Regenerate.
Martin v. Löwis
2006-04-11
*
Make _kind types global for C++ compilation.
Martin v. Löwis
2006-04-11
*
low-hanging fruit in Python/ - g++ still hates all the enum_kind declarations
Anthony Baxter
2006-04-11
*
Regenerate.
Martin v. Löwis
2006-04-07
*
Add lineno, col_offset to excephandler to enable future fix for
Jeremy Hylton
2006-04-04
*
* Fix a refleak of *_attributes.
Neal Norwitz
2006-04-03
*
Fix memory leak on attributes.
Martin v. Löwis
2006-03-02
*
Patch #1440601: Add col_offset attribute to AST nodes.
Martin v. Löwis
2006-03-01
*
Don't pollute namespace as bad as before. All the types are static now.
Neal Norwitz
2006-02-28
*
from __future__ import with_statement addon for 'with', mostly written by
Thomas Wouters
2006-02-28
*
SF patch #1438387, PEP 328: relative and absolute imports.
Thomas Wouters
2006-02-28
*
Regenerate.
Martin v. Löwis
2006-02-28
*
PEP 343 -- the with-statement.
Guido van Rossum
2006-02-27
*
Create _ast module.
Martin v. Löwis
2006-02-27
*
PEP 308 implementation, including minor refdocs and some testcases. It
Thomas Wouters
2006-02-27
*
Avoid reinitializing the types twice.
Martin v. Löwis
2006-02-27
*
Stop generating empty arrays.
Martin v. Löwis
2006-02-26
*
Fix iterating over cmpop_ty lists.
Martin v. Löwis
2006-02-26
*
Generate code to recursively copy an AST into
Martin v. Löwis
2006-02-26
[next]