COMMITS
/ Objects/funcobject.c 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
June 10, 2007
M
Make identifiers str (not str8) objects throughout.
Martin v. Löwis committed
May 18, 2007
W
Add functions PyUnicode_Append() and PyUnicode_AppendAndDel() that mirror
Walter Dörwald committed
May 17, 2007
G
Make test_new pass.
Guido van Rossum committed
May 14, 2007
G
Merged revisions 55270-55324 via svnmerge from
Guido van Rossum committed
February 26, 2007
G
Fix refleaks in function objects caused by kwdefaults not being allocated.
Georg Brandl committed
February 25, 2007
N
Change all the function attributes from func_* -> __*__. This gets rid
Neal Norwitz committed
December 28, 2006
N
PEP 3107 - Function Annotations thanks to Tony Lownds
Neal Norwitz committed
October 27, 2006
G
Jiwon Seo's PEP 3102 implementation.
Guido van Rossum committed
August 11, 2006
T
Merged revisions 46753-51188 via svnmerge from
Thomas Wouters committed
April 21, 2006
T
Merge p3yk branch with the trunk up to revision 45595. This breaks a fair
Thomas Wouters committed