index
:
cpython.git
2.7
3.3
3.4
3.5
3.6
benjamin-clang
benjamin-iteration-torture
buildbot-custom
master
https://github.com/python/cpython.git
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
Include
/
methodobject.h
Commit message (
Expand
)
Author
Age
Files
Lines
*
gh-87347: Add parenthesis around PyXXX_Check() arguments (#92815)
Victor Stinner
2022-06-16
1
-2/+2
*
gh-92135: Rename _Py_reinterpret_cast() to _Py_CAST() (#92230)
Victor Stinner
2022-05-03
1
-1/+1
*
gh-92135: Fix _Py_reinterpret_cast() for const (#92138)
Victor Stinner
2022-05-02
1
-2/+1
*
gh-91320: Add _Py_reinterpret_cast() macro (#91959)
Victor Stinner
2022-04-27
1
-1/+3
*
bpo-47164: Add _PyCFunction_CAST() macro (GH-32192)
Victor Stinner
2022-03-31
1
-0/+18
*
bpo-45459: Add pytypedefs.h header file (GH-31527)
Victor Stinner
2022-02-24
1
-1/+0
*
bpo-45434: Remove useless space in includes (GH-28963)
Victor Stinner
2021-10-14
1
-5/+3
*
bpo-43688: Fix Py_LIMITED_API version of xxlimited (GH-25135)
Victor Stinner
2021-04-01
1
-4/+4
*
bpo-43239: Export PyCFunction_New with PyAPI_FUNC (GH-24551)
Petr Viktorin
2021-02-23
1
-0/+6
*
bpo-42171: Add PEP573-related items to the limited API (GH-23009)
Petr Viktorin
2020-11-10
1
-1/+1
*
bpo-38787: Add PyCFunction_CheckExact() macro for exact type checks (GH-20024)
scoder
2020-05-12
1
-1/+2
*
bpo-38787: C API for module state access from extension methods (PEP 573) (GH...
Petr Viktorin
2020-05-07
1
-20/+28
*
bpo-39573: Add Py_IS_TYPE() function (GH-18488)
Dong-hee Na
2020-02-13
1
-1/+1
*
bpo-39372: Clean header files of declared interfaces with no implementations ...
Pablo Galindo
2020-01-18
1
-2/+0
*
bpo-37340: Remove PyMethod_ClearFreeList() and PyCFunction_ClearFreeList() (G...
Victor Stinner
2019-11-20
1
-2/+0
*
bpo-37151: remove special case for PyCFunction from PyObject_Call (GH-14684)
Jeroen Demeyer
2019-09-11
1
-1/+1
*
bpo-37340: remove free_list for bound method objects (GH-14232)
Inada Naoki
2019-07-26
1
-5/+0
*
bpo-37151: remove _PyMethodDef_RawFastCall* functions (GH-14603)
Jeroen Demeyer
2019-07-05
1
-14/+0
*
bpo-36974: separate vectorcall functions for each calling convention (GH-13781)
Jeroen Demeyer
2019-07-05
1
-7/+0
*
bpo-37151: remove _PyCFunction_FastCallDict (GH-14269)
Jeroen Demeyer
2019-06-20
1
-5/+0
*
bpo-36974: rename _FastCallKeywords -> _Vectorcall (GH-13653)
Jeroen Demeyer
2019-05-30
1
-1/+1
*
bpo-36974: implement PEP 590 (GH-13185)
Jeroen Demeyer
2019-05-29
1
-1/+2
*
bpo-32240: Add the const qualifier to declarations of PyObject* array argumen...
Serhiy Storchaka
2017-12-15
1
-6/+6
*
bpo-31890: define METH_STACKLESS (#4159)
Anselm Kruis
2017-11-02
1
-0/+9
*
bpo-29464: Rename METH_FASTCALL to METH_FASTCALL|METH_KEYWORDS and make (#1955)
Serhiy Storchaka
2017-07-03
1
-2/+4
*
Issue #29263: LOAD_METHOD support for C methods
INADA Naoki
2017-02-02
1
-0/+7
*
Optimize methoddescr_call(): avoid temporary PyCFunction
Victor Stinner
2017-01-18
1
-0/+7
*
Issue #27810: Exclude METH_FASTCALL from the stable API
Victor Stinner
2016-09-12
1
-1/+1
*
Add METH_FASTCALL calling convention
Victor Stinner
2016-09-10
1
-0/+4
*
Issue #27810: Add _PyCFunction_FastCallKeywords()
Victor Stinner
2016-09-09
1
-0/+5
*
Use Py_ssize_t type for number of arguments
Victor Stinner
2016-08-24
1
-1/+2
*
_PyFunction_FastCallDict() supports keyword args
Victor Stinner
2016-08-22
1
-1/+1
*
Add _PyObject_FastCall()
Victor Stinner
2016-08-19
1
-0/+6
*
Removed trailing whitespaces in miscalenous files.
Serhiy Storchaka
2015-04-03
1
-2/+2
*
Issue #22116: C functions and methods (of the 'builtin_function_or_method' ty...
Antoine Pitrou
2014-08-06
1
-0/+1
*
Revert back PyCFunction_New macro. Keep PyCFunction_NewEx usage in python cor...
Andrew Svetlov
2012-12-26
1
-1/+1
*
Issue #15422: get rid of PyCFunction_New macro
Andrew Svetlov
2012-12-25
1
-1/+1
*
Issue #14785: Add sys._debugmallocstats() to help debug low-level memory allo...
David Malcolm
2012-06-22
1
-0/+5
*
Reformat by replacing tabs with 4-spaces. Makes the code more PEP-7 compliant
Eli Bendersky
2012-04-05
1
-8/+8
*
Issue #13577: Built-in methods and functions now have a __qualname__.
Antoine Pitrou
2011-12-23
1
-1/+2
*
Merge branches/pep-0384.
Martin v. Löwis
2010-12-03
1
-0/+4
*
#3247: get rid of Py_FindMethod
Amaury Forgeot d'Arc
2008-07-02
1
-10/+0
*
Oops, forgot that there are modules outside the win32 world.
Amaury Forgeot d'Arc
2008-07-02
1
-0/+10
*
#3247: Get rid of Py_FindMethod:
Amaury Forgeot d'Arc
2008-07-02
1
-10/+0
*
Merged revisions 60481,60485,60489-60492,60494-60496,60498-60499,60501-60503,...
Christian Heimes
2008-02-16
1
-0/+2
*
#1629: Renamed Py_Size, Py_Type and Py_Refcnt to Py_SIZE, Py_TYPE and Py_REFCNT.
Christian Heimes
2007-12-19
1
-1/+1
*
Get rid of METH_OLDARGS.
Georg Brandl
2007-09-01
1
-1/+1
*
Merged revisions 56467-56482 via svnmerge from
Martin v. Löwis
2007-07-21
1
-1/+1
*
Completely get rid of PyClass and PyInstance.
Guido van Rossum
2006-08-17
1
-1/+1
*
Add const to several API functions that take char *.
Jeremy Hylton
2005-12-10
1
-4/+4
[next]