COMMITS
/ Objects/codeobject.c December 16, 2016
S
Issue #18896: Python function can now have more than 255 parameters.
Serhiy Storchaka committed
November 20, 2016
S
Issue #19569: Compiler warnings are now emitted if use most of deprecated
Serhiy Storchaka committed
November 9, 2016
Y
Merge 3.5 (issue #27942)
Yury Selivanov committed
Y
ssue #27942: Fix memory leak in codeobject.c
Yury Selivanov committed
October 4, 2016
S
Issue #28350: String constants with null character no longer interned.
Serhiy Storchaka committed
S
Issue #28350: String constants with null character no longer interned.
Serhiy Storchaka committed
September 30, 2016
S
Issue #27942: String constants now interned recursively in tuples and frozensets.
Serhiy Storchaka committed
S
Issue #27942: String constants now interned recursively in tuples and frozensets.
Serhiy Storchaka committed
September 7, 2016
M
Issue #27895: Spelling fixes (Contributed by Ville Skyttä).
Martin Panter committed
B
Make PyCodeObject.co_extra even more private to force users through the proper API.
Brett Cannon committed
B
Change error return value to be more consistent with the rest of Python
Brett Cannon committed
B
use a the bool type for a boolean variable
Benjamin Peterson committed
B
Add the co_extra field and accompanying APIs to code objects.
Brett Cannon committed
August 30, 2016
R
Issue #27895: Spelling fixes (Contributed by Ville Skyttä).
Raymond Hettinger committed
April 15, 2016
M
Issue #15984: Merge PyUnicode doc from 3.5
Martin Panter committed
M
Correct “an” → “a” with “Unicode”, “user”, “UTF”, etc
Martin Panter committed
January 22, 2016
V
code_richcompare() now uses the constants types
Victor Stinner committed
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
December 19, 2015
S
Issue #25421: __sizeof__ methods of builtin types now use dynamic basic size.
Serhiy Storchaka committed
October 10, 2013
V
Issue #18874: PyCode_New() now ensures that the filename is a ready Unicode
Victor Stinner committed
July 26, 2012
M
Issue #15456: Fix code __sizeof__ after #12399 change.
Martin v. Löwis committed
December 12, 2011
V
Make PyUnicode_Copy() private => _PyUnicode_Copy()
Victor Stinner committed
October 11, 2011
V
Reuse PyUnicode_Copy() in validate_and_copy_tuple()
Victor Stinner committed
September 28, 2011
M
Implement PEP 393.
Martin v. Löwis committed
August 11, 2011
B
Replace Py_NotImplemented returns with the macro form Py_RETURN_NOTIMPLEMENTED.
Brian Curtin committed
June 26, 2011
B
map cells to arg slots at code creation time (closes #12399)
Benjamin Peterson committed
January 5, 2011
V
Remove arbitrary string length limits
Victor Stinner committed
January 4, 2011
V
Issue #9566: use Py_ssize_t instead of int
Victor Stinner committed
October 17, 2010
B
make hashes always the size of pointers; introduce Py_hash_t #9778
Benjamin Peterson committed
October 15, 2010
G
Remove unused label.
Georg Brandl committed
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
May 9, 2010
A
Recorded merge of revisions 81029 via svnmerge from
Antoine Pitrou committed
May 7, 2010
V
code_repr(): use %U to format the filename
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 18, 2009
G
#6502: add missing comma in docstring.
Georg Brandl committed
February 2, 2009
M
Issue #1717: rename tp_compare to tp_reserved. I'll change the
Mark Dickinson committed
August 7, 2008
M
Rename PyUnicode_AsString -> _PyUnicode_AsString and
Marc-André Lemburg committed
May 26, 2008
C
Renamed PyString to PyBytes
Christian Heimes committed
January 26, 2008
G
#1939: update code object docstring.
Georg Brandl committed
November 6, 2007
G
Merging the py3k-pep3137 branch back into the py3k branch.
Guido van Rossum committed
October 24, 2007
G
Fix a refleak for `filename', introduced in rev. 58466.
Georg Brandl committed
October 15, 2007
G
Patch #1272, by Christian Heimes and Alexandre Vassalotti.
Guido van Rossum committed
August 24, 2007
N
Ensure that code object names (co_name) are unicode.
Neal Norwitz committed
July 21, 2007
M
Merged revisions 56467-56482 via svnmerge from
Martin v. Löwis committed
June 10, 2007
M
Make identifiers str (not str8) objects throughout.
Martin v. Löwis committed
June 6, 2007
W
Use PyUnicode_FromFormat() directly.
Walter Dörwald committed
May 18, 2007
W
Add functions PyUnicode_Append() and PyUnicode_AppendAndDel() that mirror
Walter Dörwald committed