COMMITS
/ Objects/weakrefobject.c November 22, 2018
V
bpo-35059: Cleanup usage of Python macros (GH-10648)
Victor Stinner committed
April 29, 2018
S
bpo-33012: Fix invalid function cast warnings with gcc 8 for METH_NOARGS. (GH-6030)
Siddhesh Poyarekar committed
June 8, 2017
S
bpo-30592: Fixed error messages for some builtins. (#1996)
Serhiy Storchaka committed
February 20, 2017
X
February 16, 2017
I
bpo-29548: Fix some inefficient call API usage (GH-97)
INADA Naoki committed
December 4, 2016
V
Backed out changeset b9c9691c72c5
Victor Stinner committed
December 1, 2016
V
Replace PyObject_CallFunctionObjArgs() with fastcall
Victor Stinner committed
September 6, 2016
V
Avoid calling functions with an empty string as format string
Victor Stinner committed
May 7, 2016
S
Issue #17765: weakref.ref() no longer silently ignores keyword arguments.
Serhiy Storchaka committed
S
Issue #17765: weakref.ref() no longer silently ignores keyword arguments.
Serhiy Storchaka committed
December 25, 2015
S
Issue #25923: Added more const qualifiers to signatures of static and private functions.
Serhiy Storchaka committed
March 30, 2015
S
Issue #23783: Fixed memory leak in PyObject_ClearWeakRefs() in case of
Serhiy Storchaka committed
April 13, 2013
M
Issue #17643: Add __callback__ attribute to weakref.ref.
Mark Dickinson committed
December 8, 2012
A
November 11, 2012
A
Issue #16453: Fix equality testing of dead weakref objects.
Antoine Pitrou committed
A
Issue #16453: Fix equality testing of dead weakref objects.
Antoine Pitrou 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
October 9, 2011
M
Add API for static strings, primarily good for identifiers.
Martin v. Löwis committed
August 11, 2011
B
Replace Py_NotImplemented returns with the macro form Py_RETURN_NOTIMPLEMENTED.
Brian Curtin committed
March 21, 2011
V
Issue #10833: Remove the buffer allocated on the stack, it isn't used anymore
Victor Stinner committed
V
Issue #10833: Use PyUnicode_FromFormat() and PyErr_Format() instead of
Victor Stinner committed
February 22, 2011
B
Issue #8914: fix various warnings from the Clang static analyzer v254.
Brett Cannon committed
November 9, 2010
V
Issue #10359: Remove ";" after function definition, invalid in ISO C
Victor Stinner 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
November 19, 2009
B
fix __bytes__ handling here in py3x
Benjamin Peterson committed
February 2, 2009
M
Issue #1717: rename tp_compare to tp_reserved. I'll change the
Mark Dickinson committed
January 17, 2009
M
Replace PyNumber_Int with PyNumber_Long.
Mark Dickinson committed
M
Issue #4910, patch 3/3: rename nb_long to nb_reserved
Mark Dickinson committed
January 15, 2009
M
Issue 4910, patch 2 of (probably) 3: pave the way for renaming of
Mark Dickinson committed
September 10, 2008
B
Merged revisions 66337,66347,66350,66352,66358 via svnmerge from
Benjamin Peterson committed
August 7, 2008
M
Rename PyUnicode_AsString -> _PyUnicode_AsString and
Marc-André Lemburg committed
June 16, 2008
B
add some casts and fix the build from 64311
Benjamin Peterson committed
A
Merged revisions 64309 via svnmerge from
Amaury Forgeot d'Arc committed
June 11, 2008
B
Remove nb_reserved (nb_coerce), nb_hex, and nb_oct from PyNumberMethods
Benjamin Peterson committed
May 25, 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
September 21, 2007
N
Remove more cruft leftover from nb_coerce. Rename nb_coerce to
Neil Schemenauer committed
August 30, 2007
T
Remove the simple slicing API. All slicing is now done with slice objects.
Thomas Wouters committed
August 25, 2007
N
Support unicode names
Neal Norwitz committed
July 21, 2007
M
Merged revisions 56467-56482 via svnmerge from
Martin v. Löwis committed
May 18, 2007
W
Add functions PyUnicode_Append() and PyUnicode_AppendAndDel() that mirror
Walter Dörwald committed
February 1, 2007
T
Merged revisions 53451-53537 via svnmerge from
Thomas Wouters committed
November 28, 2006
J
- patch #1600346 submitted by Tomer Filiba
Jack Diederich committed
August 24, 2006
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
July 27, 2006
G
Get rid of most of the flags (in tp_flags) that keep track of various
Guido van Rossum committed
May 27, 2006
T
Much-needed merge (using svnmerge.py this time) of trunk changes into p3yk.
Thomas Wouters committed