COMMITS
/ Include/code.h March 20, 2008
December 19, 2007
C
#1629: Renamed Py_Size, Py_Type and Py_Refcnt to Py_SIZE, Py_TYPE and Py_REFCNT.
Christian Heimes committed
October 15, 2007
G
Patch #1272, by Christian Heimes and Alexandre Vassalotti.
Guido van Rossum committed
July 21, 2007
M
Merged revisions 56467-56482 via svnmerge from
Martin v. Löwis committed
October 27, 2006
G
Jiwon Seo's PEP 3102 implementation.
Guido van Rossum committed
August 21, 2006
T
Merge current trunk into p3yk. This includes the PyNumber_Index API change,
Thomas Wouters committed
May 27, 2006
T
Much-needed merge (using svnmerge.py this time) of trunk changes into p3yk.
Thomas Wouters committed
April 21, 2006
T
Merge p3yk branch with the trunk up to revision 45595. This breaks a fair
Thomas Wouters committed
March 15, 2006
G
Checkpoint. 218 tests are okay; 53 are failing. Done so far:
Guido van Rossum committed
February 28, 2006
T
from __future__ import with_statement addon for 'with', mostly written by
Thomas Wouters committed
T
SF patch #1438387, PEP 328: relative and absolute imports.
Thomas Wouters committed
February 25, 2006
N
February 19, 2006
N
Generators have been permanent for a while. This comment is no longer applicable.
Neal Norwitz committed
October 21, 2005
N
Use the newer names for APIs after the AST merge
Neal Norwitz committed
October 20, 2005
J
Merge ast-branch to head
Jeremy Hylton committed