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
*
Implementation of PEP 3101, Advanced String Formatting.
Eric Smith
2007-08-25
1
-2/+2
*
Use unicode for AST attributes
Neal Norwitz
2007-08-25
1
-2/+2
*
obcheckin.
Guido van Rossum
2007-07-11
1
-2/+2
*
Merged revisions 56154-56264 via svnmerge from
Guido van Rossum
2007-07-11
1
-0/+57
*
Make identifiers str (not str8) objects throughout.
Martin v. Löwis
2007-06-10
1
-0/+2
*
obcheckin.
Guido van Rossum
2007-05-22
1
-2/+2
*
Merged revisions 55407-55513 via svnmerge from
Guido van Rossum
2007-05-22
1
-13/+22
*
Obsubmit.
Guido van Rossum
2007-05-15
1
-2/+2
*
Merged revisions 55328-55341 via svnmerge from
Guido van Rossum
2007-05-15
1
-61/+20
*
Merged revisions 55225-55227,55229-55269 via svnmerge from
Guido van Rossum
2007-05-11
1
-0/+49
*
Check in the inevitable change to the version number.
Guido van Rossum
2007-04-16
1
-2/+2
*
Hide list comp variables and support set comprehensions
Nick Coghlan
2007-04-15
1
-0/+45
*
Update the silly version number.
Guido van Rossum
2007-03-18
1
-2/+2
*
Implement PEP 3115 -- new metaclass syntax and semantics.
Guido van Rossum
2007-03-18
1
-3/+25
*
Commit version bump.
Brett Cannon
2007-02-27
1
-2/+2
*
Provisional implementation of PEP 3104.
Jeremy Hylton
2007-02-27
1
-0/+31
*
Whoops, fix build breakage. There were still a few uses of the bool type.
Neal Norwitz
2007-02-26
1
-6/+2
*
Merged revisions 53912-53951 via svnmerge from
Thomas Wouters
2007-02-26
1
-171/+59
*
Prevent regeneration.
Thomas Wouters
2007-02-23
1
-2/+2
*
Bytes literal.
Thomas Wouters
2007-02-23
1
-2/+39
*
Merged revisions 53623-53858 via svnmerge from
Thomas Wouters
2007-02-23
1
-2/+11
*
Checkin the regenerated Python-ast.c and fix test_optparse.
Georg Brandl
2007-02-11
1
-1/+1
*
* Remove PRINT_ITEM(_TO), PRINT_NEWLINE(_TO) opcodes.
Georg Brandl
2007-02-09
1
-47/+0
*
Merged revisions 53304-53433,53435-53450 via svnmerge from
Thomas Wouters
2007-01-15
1
-1/+1
*
Some more changes related to the new except syntax and semantics,
Guido van Rossum
2007-01-10
1
-2/+2
*
Commit __version__ change.
Martin v. Löwis
2007-01-06
1
-1/+1
*
PEP 3107 - Function Annotations thanks to Tony Lownds
Neal Norwitz
2006-12-28
1
-8/+131
*
Jiwon Seo's PEP 3102 implementation.
Guido van Rossum
2006-10-27
1
-4/+18
*
Patch #1550786: ellipsis literal.
Georg Brandl
2006-09-06
1
-22/+24
*
Patch #1550800: make exec a function.
Georg Brandl
2006-09-06
1
-52/+0
*
Fix set literals not being visited in symtable creation.
Georg Brandl
2006-08-28
1
-1/+1
*
SF patch 1547796 by Georg Brandl -- set literals.
Guido van Rossum
2006-08-28
1
-0/+32
*
Part of SF patch #1513870 (the still relevant part) -- add reduce() to
Guido van Rossum
2006-08-26
1
-1/+1
*
Remove the UNARY_CONVERT opcode (was used for backticks). Also bumped up the
Brett Cannon
2006-08-25
1
-37/+0
*
Commit regenerated Python-ast.c.
Thomas Wouters
2006-04-21
1
-1/+1
*
Merge p3yk branch with the trunk up to revision 45595. This breaks a fair
Thomas Wouters
2006-04-21
1
-148/+165
*
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]