COMMITS
/ Include/code.h December 16, 2016
S
Issue #18896: Python function can now have more than 255 parameters.
Serhiy Storchaka committed
November 21, 2016
R
Issue 28751: Fix comments in code.h. (Contributed by Ned Batchelder).
Raymond Hettinger committed
September 11, 2016
S
Issue #27129: Replaced wordcode related magic constants with macros.
Serhiy Storchaka committed
September 9, 2016
Y
Issue #28003: Implement PEP 525 -- Asynchronous Generators.
Yury Selivanov committed
September 7, 2016
B
Make PyCodeObject.co_extra even more private to force users through the proper API.
Brett Cannon committed
B
Add the co_extra field and accompanying APIs to code objects.
Brett Cannon committed
January 22, 2016
V
code_richcompare() now uses the constants types
Victor Stinner committed
January 20, 2016
V
co_lnotab supports negative line number delta
Victor Stinner committed
May 12, 2015
Y
PEP 0492 -- Coroutines with async and await syntax. Issue #24017.
Yury Selivanov committed
May 9, 2015
Y
PEP 479: Change StopIteration handling inside generators.
Yury Selivanov committed
April 14, 2014
A
#11983: update comment to describe which fields are used and why.
Andrew Kuchling committed
June 26, 2011
B
map cells to arg slots at code creation time (closes #12399)
Benjamin Peterson committed
December 3, 2010
M
Merge branches/pep-0384.
Martin v. Löwis committed
October 15, 2010
V
Use locale encoding if Py_FileSystemDefaultEncoding is not set
Victor Stinner committed
September 29, 2010
V
Issue #9630: Redecode filenames when setting the filesystem encoding
Victor Stinner committed
March 18, 2010
C
Merged revisions 79060 via svnmerge from
Collin Winter committed
July 21, 2009
A
Merged revisions 72487-72488,72879 via svnmerge from
Alexandre Vassalotti committed
July 2, 2009
B
a little more fiddling to make flags like 2.x
Benjamin Peterson committed
B
the old CO_FUTURE flags can't be commented out
Benjamin Peterson committed
April 1, 2009
B
The BDFL has retired! Long live the FLUFL (Friendly Language Uncle For Life)!
Brett Cannon committed
February 1, 2009
M
Issue #1717, continued: remove PyObject_Compare and Py_CmpToRich declarations
Mark Dickinson committed
May 11, 2008
G
Remove old macro that isn't used anywhere anymore.
Georg Brandl committed
March 26, 2008
C
Merged revisions 61952-61953 via svnmerge from
Christian Heimes committed
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