COMMITS
/ Objects/classobject.c November 11, 2017
S
Add the const qualifier to "char *" variables that refer to literal strings. (#4370)
Serhiy Storchaka committed
September 8, 2017
E
bpo-30860: Consolidate stateful runtime globals. (#3397)
Eric Snow committed
August 24, 2016
V
method_call() and slot_tp_new() now uses fast call
Victor Stinner committed
March 18, 2015
S
Removed unintentional trailing spaces in non-external and non-generated C files.
Serhiy Storchaka committed
August 20, 2014
B
use __qualname__ to compute bound method repr (closes #21389)
Benjamin Peterson committed
December 4, 2013
C
Silence expression result unused warnings with clang.
Christian Heimes committed
November 23, 2013
A
Issue #17810: Implement PEP 3154, pickle protocol 4.
Antoine Pitrou committed
August 13, 2013
A
Issue #18722: Remove uses of the "register" keyword in C code.
Antoine Pitrou committed
September 10, 2012
C
C
July 20, 2012
A
Issue #15404: Refleak in PyMethodObject repr.
Andrew Svetlov committed
June 22, 2012
D
Issue #14785: Add sys._debugmallocstats() to help debug low-level memory allocation issues
David Malcolm committed
October 14, 2011
M
Rename _Py_identifier to _Py_IDENTIFIER.
Martin v. Löwis committed
October 10, 2011
M
Use identifier API for PyObject_GetAttrString.
Martin v. Löwis committed
August 11, 2011
B
Replace Py_NotImplemented returns with the macro form Py_RETURN_NOTIMPLEMENTED.
Brian Curtin committed
October 17, 2010
B
make hashes always the size of pointers; introduce Py_hash_t #9778
Benjamin Peterson committed
May 9, 2010
A
Recorded merge of revisions 81029 via svnmerge from
Antoine Pitrou committed
September 11, 2009
February 2, 2009
M
Issue #1717: rename tp_compare to tp_reserved. I'll change the
Mark Dickinson committed
May 25, 2008
G
#2964: fix missing INCREF.
Georg Brandl committed
February 16, 2008
February 6, 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
December 11, 2007
C
Issue #1587: Added instancemethod wrapper for PyCFunctions. The Python C API
Christian Heimes committed
December 8, 2007
C
Fixed a bug found by Marcin Kowalczyk
Christian Heimes committed
November 27, 2007
July 21, 2007
M
Merged revisions 56467-56482 via svnmerge from
Martin v. Löwis committed
June 11, 2007
W
Add a format specifier %V to PyUnicode_FromFormat(), that works similar to %U,
Walter Dörwald committed
June 10, 2007
M
Fix getclassname. Fixes test_descrtut.
Martin v. Löwis committed
M
Make identifiers str (not str8) objects throughout.
Martin v. Löwis committed
May 19, 2007
W
Add a format specifier %R to PyUnicode_FromFormat(), which embeds
Walter Dörwald committed
May 18, 2007
W
Add functions PyUnicode_Append() and PyUnicode_AppendAndDel() that mirror
Walter Dörwald committed
December 13, 2006
T
Four months of trunk changes (including a few releases...)
Thomas Wouters committed
August 24, 2006
G
Restructure comparison dramatically. There is no longer a default
Guido van Rossum committed
August 17, 2006
G
Completely get rid of PyClass and PyInstance.
Guido van Rossum committed
August 11, 2006
T
Merged revisions 46753-51188 via svnmerge from
Thomas Wouters committed
July 27, 2006
G
Get rid of most of the flags (in tp_flags) that keep track of various
Guido van Rossum committed
June 8, 2006
T
Merge the rest of the trunk.
Thomas Wouters committed
T
Partially merge trunk into p3yk. The removal of Mac/Tools is confusing svn
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 24, 2006
N
Get rid of remnants of integer division
Neal Norwitz committed
March 7, 2006
G
Checking in the code for PEP 357.
Guido van Rossum committed
February 27, 2006
M
Revert backwards-incompatible const changes.
Martin v. Löwis committed
February 17, 2006
M
Remove size constraints in SLICE opcodes.
Martin v. Löwis committed
February 15, 2006
M
Merge ssize_t branch.
Martin v. Löwis committed
December 10, 2005
J
Add const to several API functions that take char *.
Jeremy Hylton committed
September 20, 2005
G
- On 64-bit platforms, when __len__() returns a value that cannot be
Guido van Rossum committed
September 19, 2005
G
A minor fix for 64-bit platforms: when __len__() returns Python int
Guido van Rossum committed