COMMITS
/ Objects/funcobject.c February 25, 2019
S
bpo-35459: Use PyDict_GetItemWithError() instead of PyDict_GetItem(). (GH-11112)
Serhiy Storchaka committed
December 24, 2018
J
Clarify the behavior of the staticmethod builtin (GH-4362)
Jess Shapiro committed
November 27, 2018
S
bpo-33029: Fix signatures of getter and setter functions. (GH-10746)
Serhiy Storchaka committed
November 25, 2018
V
bpo-35081: Add Include/internal/pycore_tupleobject.h (GH-10705)
Victor Stinner committed
November 21, 2018
V
bpo-35081: Add Include/internal/pycore_object.h (GH-10640)
Victor Stinner committed
November 12, 2018
V
bpo-35081: Rename internal headers (GH-10275)
Victor Stinner committed
November 9, 2018
V
bpo-35199: Add an internal _PyTuple_ITEMS() macro (GH-10434)
Victor Stinner committed
October 31, 2018
V
bpo-35081: Add pycore_ prefix to internal header files (GH-10263)
Victor Stinner committed
July 4, 2018
I
bpo-33418: Add tp_clear for function object (GH-8058)
INADA Naoki committed
February 13, 2018
O
bpo-31787: Prevent refleaks when calling __init__() more than once (GH-3995)
Oren Milman committed
September 8, 2017
E
bpo-30860: Consolidate stateful runtime globals. (#3397)
Eric Snow committed
July 9, 2017
S
bpo-30878: Fix error message when keyword arguments are passed (#2635)
Sylvain committed
March 19, 2017
S
bpo-29793: Convert some builtin types constructors to Argument Clinic. (#615)
Serhiy Storchaka committed
January 23, 2017
S
Issue #28999: Use Py_RETURN_NONE, Py_RETURN_TRUE and Py_RETURN_FALSE wherever
Serhiy Storchaka committed
January 3, 2017
V
Issue #28839: Optimize function_call()
Victor Stinner committed
December 16, 2016
S
Issue #28959: Added private macro PyDict_GET_SIZE for retrieving the size of dict.
Serhiy Storchaka committed
September 17, 2016
M
Issue #28139: Merge indentation fixes from 3.5 into 3.6
Martin Panter committed
M
Issue #28139: Fix messed up indentation
Martin Panter committed
April 10, 2016
S
Issue #26200: Added Py_SETREF and replaced Py_XSETREF with Py_SETREF
Serhiy Storchaka committed
S
Issue #26200: Added Py_SETREF and replaced Py_XSETREF with Py_SETREF
Serhiy Storchaka committed
April 6, 2016
S
Issue #22570: Renamed Py_SETREF to Py_XSETREF.
Serhiy Storchaka committed
S
Issue #22570: Renamed Py_SETREF to Py_XSETREF.
Serhiy Storchaka committed
January 5, 2016
S
Issue #20440: Cleaning up the code by using Py_SETREF.
Serhiy Storchaka committed
December 24, 2015
S
Issue #20440: Massive replacing unsafe attribute setting code with special
Serhiy Storchaka committed
July 22, 2013
V
Issue #18520: Fix PyFunction_NewWithQualName() error handling
Victor Stinner committed
V
Reindent PyFunction_NewWithQualName()
Victor Stinner committed
February 20, 2012
B
use new generic __dict__ descriptor implementations
Benjamin Peterson committed
February 19, 2012
B
initialize __dict__ if needed
Benjamin Peterson committed
B
use defaults
Benjamin Peterson committed
B
use Py_CLEAR
Benjamin Peterson committed
B
allow arbitrary attributes on classmethod and staticmethod (closes #14051)
Benjamin Peterson committed
December 15, 2011
B
improve abstract property support (closes #11610)
Benjamin Peterson committed
November 25, 2011
A
PEP 3155 / issue #13448: Qualified name for classes and functions.
Antoine Pitrou committed
December 3, 2010
M
Merge branches/pep-0384.
Martin v. Löwis committed
November 30, 2010
G
Remove redundant includes of headers that are already included by Python.h.
Georg Brandl committed
May 9, 2010
A
Recorded merge of revisions 81029 via svnmerge from
Antoine Pitrou committed
March 12, 2010
V
Issue #6697: use %U format instead of _PyUnicode_AsString(), because
Victor Stinner committed
September 11, 2009
June 28, 2009
B
Merged revisions 73004,73439,73496,73509,73529,73564,73576-73577,73595-73596,73605 via svnmerge from
Benjamin Peterson committed
May 29, 2009
R
Issue 5982: Classmethod and staticmethod expose wrapped function with __func__.
Raymond Hettinger 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
December 19, 2007
C
#1629: Renamed Py_Size, Py_Type and Py_Refcnt to Py_SIZE, Py_TYPE and Py_REFCNT.
Christian Heimes committed
November 27, 2007
November 25, 2007
C
Patch from Georg Brandl and me for #1493
Christian Heimes committed
November 17, 2007
C
Fixed some build issues and updated docs.
Christian Heimes committed
August 26, 2007
N
Use unicode and stop supporting str8
Neal Norwitz committed
July 21, 2007
M
Merged revisions 56467-56482 via svnmerge from
Martin v. Löwis committed
June 11, 2007
W
Simplify error formatting (no default encoding required).
Walter Dörwald committed