COMMITS
/ Objects/methodobject.c August 24, 2016
V
Use Py_ssize_t type for number of arguments
Victor Stinner committed
August 22, 2016
V
_PyFunction_FastCallDict() supports keyword args
Victor Stinner committed
August 19, 2016
V
Add _PyObject_FastCall()
Victor Stinner committed
October 7, 2015
M
More typos in 3.5 documentation and comments
Martin Panter committed
April 27, 2015
A
Issue #21354: PyCFunction_New function is exposed by python DLL again.
Andrew Svetlov committed
March 21, 2015
V
Issue #23571: _Py_CheckFunctionResult() now gives the name of the function
Victor Stinner committed
March 6, 2015
V
Issue #23571: PyObject_Call(), PyCFunction_Call() and call_function() now
Victor Stinner committed
August 6, 2014
February 9, 2014
L
Issue #20530: Argument Clinic's signature format has been revised again.
Larry Hastings committed
January 28, 2014
L
Issue #20326: Argument Clinic now uses a simple, unique signature to
Larry Hastings committed
January 24, 2014
L
Issue #20189: Four additional builtin types (PyTypeObject,
Larry Hastings committed
December 4, 2013
C
Silence expression result unused warnings with clang.
Christian Heimes committed
November 24, 2013
A
Make built-in methods picklable through the reduce protocol.
Alexandre Vassalotti committed
November 23, 2013
L
Issue #19674: inspect.signature() now produces a correct signature
Larry Hastings committed
July 11, 2013
V
Issue #18408: In debug mode, PyCFunction_Call() now checks if an exception was
Victor Stinner committed
April 11, 2013
A
Fix supernumerary 's' in sys._debugmallocstats() output.
Antoine Pitrou committed
A
Fix supernumerary 's' in sys._debugmallocstats() output.
Antoine Pitrou committed
December 30, 2012
A
Fix the advertised size of PyCFunctionObjects in sys._debugmallocstats().
Antoine Pitrou committed
A
Fix the advertised size of PyCFunctionObjects in sys._debugmallocstats().
Antoine Pitrou committed
December 26, 2012
A
Fix compilation error for #15422
Andrew Svetlov committed
December 25, 2012
A
Issue #15422: get rid of PyCFunction_New macro
Andrew Svetlov committed
June 22, 2012
D
Issue #14785: Add sys._debugmallocstats() to help debug low-level memory allocation issues
David Malcolm committed
December 23, 2011
A
Issue #13577: Built-in methods and functions now have a __qualname__.
Antoine Pitrou 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
February 2, 2009
M
Issue #1717: rename tp_compare to tp_reserved. I'll change the
Mark Dickinson committed
July 2, 2008
A
#3247: get rid of Py_FindMethod
Amaury Forgeot d'Arc committed
A
Oops, forgot that there are modules outside the win32 world.
Amaury Forgeot d'Arc committed
A
#3247: Get rid of Py_FindMethod:
Amaury Forgeot d'Arc committed
June 11, 2008
M
Implement PEP 3121: new module initialization and finalization API.
Martin v. Löwis committed
February 16, 2008
February 6, 2008
November 17, 2007
C
Fixed some build issues and updated docs.
Christian Heimes committed
September 1, 2007
G
Get rid of METH_OLDARGS.
Georg Brandl committed
August 23, 2007
G
CFunctions' doc strings should be Unicode.
Guido van Rossum committed
August 11, 2007
N
Remove support for __members__ and __methods__. There still might be
Neal Norwitz committed
July 21, 2007
M
Merged revisions 56467-56482 via svnmerge from
Martin v. Löwis 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 14, 2007
G
Merged revisions 55270-55324 via svnmerge from
Guido van Rossum committed
August 24, 2006
G
Restructure comparison dramatically. There is no longer a default
Guido van Rossum committed
April 21, 2006
T
Merge p3yk branch with the trunk up to revision 45595. This breaks a fair
Thomas Wouters committed
February 16, 2006
M
Use Py_ssize_t for counts and sizes.
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
December 13, 2003
R
* Added a new method flag, METH_COEXIST.
Raymond Hettinger committed
February 18, 2003
G
Make __module__ writable except in restricted mode (like for classic classes).
Guido van Rossum committed
J
Make __module__ settable on functions and methods.
Jeremy Hylton committed