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
/
Parser
/
asdl_c.py
Commit message (
Expand
)
Author
Age
Files
Lines
*
Use unicode for AST attributes
Neal Norwitz
2007-08-25
1
-2/+2
*
Merged revisions 55007-55179 via svnmerge from
Guido van Rossum
2007-05-07
1
-12/+13
*
bool is no longer required, it was only used for the print statement
Neal Norwitz
2007-02-26
1
-7/+2
*
Merged revisions 53912-53951 via svnmerge from
Thomas Wouters
2007-02-26
1
-4/+2
*
Merged revisions 53623-53858 via svnmerge from
Thomas Wouters
2007-02-23
1
-2/+19
*
Merged revisions 53451-53537 via svnmerge from
Thomas Wouters
2007-02-01
1
-1/+6
*
Switch to using %r in the format string.
Brett Cannon
2006-08-25
1
-1/+1
*
Get rid of all two uses of backticks (bad Jeremy!).
Brett Cannon
2006-08-24
1
-1/+1
*
Merge p3yk branch with the trunk up to revision 45595. This breaks a fair
Thomas Wouters
2006-04-21
1
-42/+52
*
Fix memory leak on attributes.
Martin v. Löwis
2006-03-02
1
-1/+3
*
Don't pollute namespace as bad as before. All the types are static now.
Neal Norwitz
2006-02-28
1
-7/+7
*
Whitespace normalization.
Tim Peters
2006-02-28
1
-13/+13
*
Generate return statement.
Martin v. Löwis
2006-02-28
1
-0/+1
*
Add generation of the version.
Martin v. Löwis
2006-02-28
1
-1/+2
*
Add support for version field on Modules
Martin v. Löwis
2006-02-28
1
-0/+1
*
Create _ast module.
Martin v. Löwis
2006-02-27
1
-191/+86
*
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
-12/+22
*
Fix iterating over cmpop_ty lists.
Martin v. Löwis
2006-02-26
1
-5/+13
*
Generate code to recursively copy an AST into
Martin v. Löwis
2006-02-26
1
-59/+206
*
Whitespace normalization.
Tim Peters
2005-12-25
1
-50/+50
*
Merge from ast-arena. This reduces the code in Python/ast.c by ~300 lines,
Neal Norwitz
2005-12-17
1
-5/+10
*
When regenerating files like Python-ast.h, take care that the generated
Armin Rigo
2005-12-14
1
-3/+2
*
SF #1373150, diffs in working copy after a build
Neal Norwitz
2005-12-11
1
-1/+5
*
Whoops, checkin consistent versions of *all* files to stop polluting
Neal Norwitz
2005-11-13
1
-6/+80
*
Prevent name pollution by making lots of internal functions static.
Neal Norwitz
2005-11-13
1
-4/+4
*
Use PyErr_NoMemory() instead of rolling our own.
Neal Norwitz
2005-10-23
1
-7/+5
*
Merge ast-branch to head
Jeremy Hylton
2005-10-20
1
-0/+621