summaryrefslogtreecommitdiffstats
path: root/Include/code.h
Commit message (Expand)AuthorAgeFilesLines
* Add support for weak references to code objects. This will be used by an opti...Collin Winter2010-03-181-0/+1
* Issue #6042:Jeffrey Yasskin2009-05-231-9/+6
* Issue 5954, PyFrame_GetLineNumber:Jeffrey Yasskin2009-05-081-0/+3
* PyCode_NewEmpty:Jeffrey Yasskin2009-05-081-0/+5
* Patch #2477: Added from __future__ import unicode_literalsChristian Heimes2008-03-261-0/+1
* Backport of the print function, using a __future__ import.Eric Smith2008-03-181-1/+2
* #1629: Renamed Py_Size, Py_Type and Py_Refcnt to Py_SIZE, Py_TYPE and Py_REFC...Christian Heimes2007-12-191-2/+2
* PEP 3123: Provide forward compatibility with Python 3.0, while keepingMartin v. Löwis2007-07-211-2/+2
* 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