summaryrefslogtreecommitdiffstats
path: root/Include/code.h
Commit message (Expand)AuthorAgeFilesLines
* with and as are now keywords. There are some generated files I can't recreate.Neal Norwitz2006-09-061-0/+2
* Move peephole optimizer to separate file. (Forgot .h in previous checkin.)Jeremy Hylton2006-08-211-0/+3
* Merge from rjones-funccall branch.Richard Jones2006-05-231-0/+1
* Refactor: Move code that uses co_lnotab from ceval to codeobjectJeremy Hylton2006-04-181-0/+15
* Don't abbreviate ABS, use long name ABSOLUTE.Neal Norwitz2006-04-031-1/+1
* from __future__ import with_statement addon for 'with', mostly written byThomas Wouters2006-02-281-0/+6
* SF patch #1438387, PEP 328: relative and absolute imports.Thomas Wouters2006-02-281-0/+1
* Per discussion on python-dev, remove CO_GENERATOR_ALLOWED. Leave comment abo...Neal Norwitz2006-02-251-1/+4
* Generators have been permanent for a while. This comment is no longer applic...Neal Norwitz2006-02-191-6/+1
* Use the newer names for APIs after the AST mergeNeal Norwitz2005-10-211-3/+3
* Merge ast-branch to headJeremy Hylton2005-10-201-0/+73