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
/
descrobject.h
Commit message (
Expand
)
Author
Age
Files
Lines
*
bpo-36974: separate vectorcall functions for each calling convention (GH-13781)
Jeroen Demeyer
2019-07-05
1
-3/+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
-1/+1
*
Issue #29263: LOAD_METHOD support for C methods
INADA Naoki
2017-02-02
1
-0/+3
*
Issue #28761: The fields name and doc of structures PyMemberDef, PyGetSetDef,
Serhiy Storchaka
2016-11-22
1
-4/+4
*
Issue #26900: Excluded underscored names and other private API from limited API.
Serhiy Storchaka
2016-09-11
1
-0/+2
*
Issue #13577: various kinds of descriptors now have a __qualname__ attribute.
Antoine Pitrou
2011-12-12
1
-0/+1
*
make sure to initialize the method wrapper type
Benjamin Peterson
2011-09-01
1
-0/+1
*
Merge branches/pep-0384.
Martin v. Löwis
2010-12-03
1
-0/+5
*
Recorded merge of revisions 81029 via svnmerge from
Antoine Pitrou
2010-05-09
1
-29/+29
*
Issue #6151: Make PyDescr_COMMON conform to standard C.
Alexandre Vassalotti
2009-07-22
1
-6/+8
*
remove duplicate declartions #6405
Benjamin Peterson
2009-07-03
1
-2/+0
*
Merged revisions 71734,71738-71739 via svnmerge from
Benjamin Peterson
2009-04-20
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
*
Added all PyTypeObjects to the appropriate header files.
Christian Heimes
2007-11-29
1
-0/+5
*
Merged revisions 56467-56482 via svnmerge from
Martin v. Löwis
2007-07-21
1
-1/+1
*
SF 548651: Fix the METH_CLASS implementation.
Tim Peters
2002-12-09
1
-0/+1
*
Make PyDescr_IsData() a macro. It's too simple to be a function.
Guido van Rossum
2002-08-19
1
-1/+1
*
Excise DL_EXPORT from Include.
Mark Hammond
2002-08-12
1
-9/+9
*
Patch #536908: Add missing #include guards/extern "C".
Martin v. Löwis
2002-03-30
1
-0/+10
*
Methods of built-in types now properly check for keyword arguments
Guido van Rossum
2001-10-22
1
-0/+7
*
Big internal change that should have no external effects: unify the
Guido van Rossum
2001-10-21
1
-0/+3
*
*EXPERIMENTAL* speedup of slot_sq_item. This sped up the following
Guido van Rossum
2001-10-03
1
-0/+34
*
Add optional docstrings to getset descriptors. Fortunately, there's
Guido van Rossum
2001-09-20
1
-4/+5
*
Add optional docstrings to member descriptors. For backwards
Guido van Rossum
2001-09-20
1
-1/+1
*
Rename 'getset' to 'property'.
Guido van Rossum
2001-09-06
1
-1/+1
*
Add new built-in type 'getset' (PyGetSet_Type).
Guido van Rossum
2001-08-23
1
-0/+3
*
Merge of descr-branch back into trunk.
Tim Peters
2001-08-02
1
-0/+32