COMMITS
/ Objects/typeobject.c February 8, 2009
B
fix len() when __len__() returns a non number type #5137
Benjamin Peterson committed
M
Issue #1717: add a DeprecationWarning in 3.x on type initialization
Mark Dickinson committed
February 2, 2009
M
Issue #1717: rename tp_compare to tp_reserved. I'll change the
Mark Dickinson committed
February 1, 2009
M
Remove exception for non-NULL tp_compare that was introduced in r69188.
Mark Dickinson committed
M
Issue #1717, continued: remove PyObject_Compare and Py_CmpToRich declarations
Mark Dickinson committed
M
Issue #1717: remove the cmp builtin function, the C-API functions
Mark Dickinson committed
January 18, 2009
B
Merged revisions 68568,68665 via svnmerge from
Benjamin Peterson committed
January 17, 2009
M
Issue #4910, patch 3/3: rename nb_long to nb_reserved
Mark Dickinson committed
January 12, 2009
A
Merged revisions 68560 via svnmerge from
Amaury Forgeot d'Arc committed
January 10, 2009
M
Issue #4910: replace "long" with "int" in docstring for __long__ slot and
Mark Dickinson committed
November 20, 2008
B
Fix for bug 4360 "SystemError when method has both super() & closure". Patch
Barry Warsaw committed
November 17, 2008
B
Merged revisions 67246 via svnmerge from
Benjamin Peterson committed
October 16, 2008
B
remove some more references to __cmp__ #1717
Benjamin Peterson committed
August 26, 2008
A
Issue #2534: speed up isinstance() and issubclass() by 50-70%, so as to
Antoine Pitrou committed
August 7, 2008
M
Rename PyUnicode_AsString -> _PyUnicode_AsString and
Marc-André Lemburg committed
July 15, 2008
June 10, 2008
June 4, 2008
M
Merged revisions 63856-63857,63859-63860 via svnmerge from
Martin v. Löwis committed
May 26, 2008
C
Renamed PyString to PyBytes
Christian Heimes committed
May 25, 2008
G
#2963: fix method cache types.
Georg Brandl committed
May 11, 2008
A
Rename copy_reg module to copyreg.
Alexandre Vassalotti committed
May 3, 2008
A
Issue #1950: Fixed misusage of PyUnicode_AsString().
Alexandre Vassalotti committed
April 7, 2008
M
Bug #2565: The repr() of type objects now calls them 'class',
Martin v. Löwis committed
February 28, 2008
January 27, 2008
C
Merged revisions 60364-60378 via svnmerge from
Christian Heimes committed
C
Merged revisions 60350-60363 via svnmerge from
Christian Heimes committed
January 12, 2008
C
Merged revisions 59921-59932 via svnmerge from
Christian Heimes committed
January 11, 2008
E
Simplifed argument parsing in object.__format__, added test case.
Eric Smith committed
January 6, 2008
G
Issue #1393: object_richcompare() returns NotImplemented instead of
Guido van Rossum committed
January 1, 2008
G
Merge changes from 59576 from trunk to p3yk branch; these were skipped
Guido van Rossum committed
December 19, 2007
C
#1629: Renamed Py_Size, Py_Type and Py_Refcnt to Py_SIZE, Py_TYPE and Py_REFCNT.
Christian Heimes committed
December 2, 2007
C
Cleanup: Replaced most PyInt_ aliases with PyLong_ and disabled the aliases in intobject.h
Christian Heimes committed
G
#1535: rename __builtin__ module to builtins.
Georg Brandl committed
November 15, 2007
T
Replace PyObject_Unicode with PyObject_Str everywhere, and remove the
Thomas Heller committed
November 6, 2007
G
Merging the py3k-pep3137 branch back into the py3k branch.
Guido van Rossum committed
November 2, 2007
G
Fixes for issue 1752184, ensuring type objects are always created
Guido van Rossum committed
September 8, 2007
T
Merged revisions 57778-58052 via svnmerge from
Thomas Wouters committed
August 30, 2007
T
Remove the simple slicing API. All slicing is now done with slice objects.
Thomas Wouters committed
G
Fix #1753395.
Georg Brandl committed
August 26, 2007
N
Use unicode and remove support for some uses of str8.
Neal Norwitz committed
N
Use unicode and remove support for some uses of str8.
Neal Norwitz committed
August 25, 2007
N
Use unicode
Neal Norwitz committed
E
Implementation of PEP 3101, Advanced String Formatting.
Eric Smith committed
August 19, 2007
N
Remove _PyObject_Del
Neal Norwitz committed
August 18, 2007
T
Merged in py3k-buffer branch to main line. All objects now use the buffer protocol in PEP 3118.
Travis E. Oliphant committed
August 7, 2007
G
Kill all uses and definitions of tp_print under Objects/. (Others will follow.)
Guido van Rossum committed
August 4, 2007
G
Fix an obvious bug caused by a switch to Unicode.
Guido van Rossum committed
August 2, 2007
G
Add a default __prepare__() method to 'type', so it can be called
Guido van Rossum committed
July 21, 2007
M
Merged revisions 56467-56482 via svnmerge from
Martin v. Löwis committed
July 11, 2007
T
Revert a wrong commit.
Thomas Heller committed