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
/
Include
/
code.h
Commit message (
Expand
)
Author
Age
Files
Lines
*
#1629: Renamed Py_Size, Py_Type and Py_Refcnt to Py_SIZE, Py_TYPE and Py_REFC...
Christian Heimes
2007-12-19
1
-2/+2
*
PEP 3123: Provide forward compatibility with Python 3.0, while keeping
Martin v. Löwis
2007-07-21
1
-2/+2
*
with and as are now keywords. There are some generated files I can't recreate.
Neal Norwitz
2006-09-06
1
-0/+2
*
Move peephole optimizer to separate file. (Forgot .h in previous checkin.)
Jeremy Hylton
2006-08-21
1
-0/+3
*
Merge from rjones-funccall branch.
Richard Jones
2006-05-23
1
-0/+1
*
Refactor: Move code that uses co_lnotab from ceval to codeobject
Jeremy Hylton
2006-04-18
1
-0/+15
*
Don't abbreviate ABS, use long name ABSOLUTE.
Neal Norwitz
2006-04-03
1
-1/+1
*
from __future__ import with_statement addon for 'with', mostly written by
Thomas Wouters
2006-02-28
1
-0/+6
*
SF patch #1438387, PEP 328: relative and absolute imports.
Thomas Wouters
2006-02-28
1
-0/+1
*
Per discussion on python-dev, remove CO_GENERATOR_ALLOWED. Leave comment abo...
Neal Norwitz
2006-02-25
1
-1/+4
*
Generators have been permanent for a while. This comment is no longer applic...
Neal Norwitz
2006-02-19
1
-6/+1
*
Use the newer names for APIs after the AST merge
Neal Norwitz
2005-10-21
1
-3/+3
*
Merge ast-branch to head
Jeremy Hylton
2005-10-20
1
-0/+73