summaryrefslogtreecommitdiffstats
path: root/Python/Python-ast.c
Commit message (Expand)AuthorAgeFilesLines
* Customary 2nd submit of this file after it's been changed.Guido van Rossum2007-08-311-2/+2
* Issue #1066: implement PEP 3109, 2/3 of PEP 3134.Collin Winter2007-08-311-20/+12
* RegenerateNeal Norwitz2007-08-261-2/+2
* Implementation of PEP 3101, Advanced String Formatting.Eric Smith2007-08-251-2/+2
* Use unicode for AST attributesNeal Norwitz2007-08-251-2/+2
* obcheckin.Guido van Rossum2007-07-111-2/+2
* Merged revisions 56154-56264 via svnmerge fromGuido van Rossum2007-07-111-0/+57
* Make identifiers str (not str8) objects throughout.Martin v. Löwis2007-06-101-0/+2
* obcheckin.Guido van Rossum2007-05-221-2/+2
* Merged revisions 55407-55513 via svnmerge fromGuido van Rossum2007-05-221-13/+22
* Obsubmit.Guido van Rossum2007-05-151-2/+2
* Merged revisions 55328-55341 via svnmerge fromGuido van Rossum2007-05-151-61/+20
* Merged revisions 55225-55227,55229-55269 via svnmerge fromGuido van Rossum2007-05-111-0/+49
* Check in the inevitable change to the version number.Guido van Rossum2007-04-161-2/+2
* Hide list comp variables and support set comprehensionsNick Coghlan2007-04-151-0/+45
* Update the silly version number.Guido van Rossum2007-03-181-2/+2
* Implement PEP 3115 -- new metaclass syntax and semantics.Guido van Rossum2007-03-181-3/+25
* Commit version bump.Brett Cannon2007-02-271-2/+2
* Provisional implementation of PEP 3104.Jeremy Hylton2007-02-271-0/+31
* Whoops, fix build breakage. There were still a few uses of the bool type.Neal Norwitz2007-02-261-6/+2
* Merged revisions 53912-53951 via svnmerge fromThomas Wouters2007-02-261-171/+59
* Prevent regeneration.Thomas Wouters2007-02-231-2/+2
* Bytes literal.Thomas Wouters2007-02-231-2/+39
* Merged revisions 53623-53858 via svnmerge fromThomas Wouters2007-02-231-2/+11
* Checkin the regenerated Python-ast.c and fix test_optparse.Georg Brandl2007-02-111-1/+1
* * Remove PRINT_ITEM(_TO), PRINT_NEWLINE(_TO) opcodes.Georg Brandl2007-02-091-47/+0
* Merged revisions 53304-53433,53435-53450 via svnmerge fromThomas Wouters2007-01-151-1/+1
* Some more changes related to the new except syntax and semantics,Guido van Rossum2007-01-101-2/+2
* Commit __version__ change.Martin v. Löwis2007-01-061-1/+1
* PEP 3107 - Function Annotations thanks to Tony LowndsNeal Norwitz2006-12-281-8/+131
* Jiwon Seo's PEP 3102 implementation.Guido van Rossum2006-10-271-4/+18
* Patch #1550786: ellipsis literal.Georg Brandl2006-09-061-22/+24
* Patch #1550800: make exec a function.Georg Brandl2006-09-061-52/+0
* Fix set literals not being visited in symtable creation.Georg Brandl2006-08-281-1/+1
* SF patch 1547796 by Georg Brandl -- set literals.Guido van Rossum2006-08-281-0/+32
* Part of SF patch #1513870 (the still relevant part) -- add reduce() toGuido van Rossum2006-08-261-1/+1
* Remove the UNARY_CONVERT opcode (was used for backticks). Also bumped up theBrett Cannon2006-08-251-37/+0
* Commit regenerated Python-ast.c.Thomas Wouters2006-04-211-1/+1
* Merge p3yk branch with the trunk up to revision 45595. This breaks a fairThomas Wouters2006-04-211-148/+165
* Fix memory leak on attributes.Martin v. Löwis2006-03-021-5/+13
* Patch #1440601: Add col_offset attribute to AST nodes.Martin v. Löwis2006-03-011-51/+118
* Don't pollute namespace as bad as before. All the types are static now.Neal Norwitz2006-02-281-152/+152
* from __future__ import with_statement addon for 'with', mostly written byThomas Wouters2006-02-281-2/+2
* SF patch #1438387, PEP 328: relative and absolute imports.Thomas Wouters2006-02-281-2/+10
* Regenerate.Martin v. Löwis2006-02-281-0/+2
* PEP 343 -- the with-statement.Guido van Rossum2006-02-271-0/+52
* Create _ast module.Martin v. Löwis2006-02-271-29/+345
* PEP 308 implementation, including minor refdocs and some testcases. ItThomas Wouters2006-02-271-0/+58
* Avoid reinitializing the types twice.Martin v. Löwis2006-02-271-0/+1
* Stop generating empty arrays.Martin v. Löwis2006-02-261-117/+38