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