COMMITS
/ Objects/codeobject.c 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
October 27, 2006
G
Jiwon Seo's PEP 3102 implementation.
Guido van Rossum committed
August 24, 2006
G
Fix a bunch of compiler warnings. In at least one case these were serious bugs!
Guido van Rossum committed
G
Implement == and != comparisons for code objects by value.
Guido van Rossum committed
G
Restructure comparison dramatically. There is no longer a default
Guido van Rossum committed
August 11, 2006
T
Merged revisions 46753-51188 via svnmerge from
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
February 15, 2006
M
Merge ssize_t branch.
Martin v. Löwis committed
October 20, 2005
J
Merge ast-branch to head
Jeremy Hylton committed