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
/
abstract.h
Commit message (
Expand
)
Author
Age
Files
Lines
*
bpo-35134: Create Include/cpython/abstract.h (GH-10728)
Victor Stinner
2018-11-26
1
-281/+4
*
Clean up after bpo-33738. (GH-7627)
Serhiy Storchaka
2018-06-11
1
-4/+2
*
bpo-33738: Address review comments in GH #7477 (GH-7585)
Christian Tismer
2018-06-10
1
-1/+1
*
bpo-33738: Fix macros which contradict PEP 384 (GH-7477)
Christian Tismer
2018-06-09
1
-0/+15
*
bpo-5945: Improve mappings and sequences C API docs. (GH-7029)
Serhiy Storchaka
2018-05-22
1
-8/+8
*
Fix PyObject_Hash signature in comment (#4905)
Andrew Svetlov
2017-12-16
1
-1/+1
*
bpo-32240: Add the const qualifier to declarations of PyObject* array argumen...
Serhiy Storchaka
2017-12-15
1
-8/+8
*
Spelling fixes (#2902)
Ville Skyttä
2017-08-03
1
-1/+1
*
bpo-29852: Argument Clinic Py_ssize_t converter now supports None (#716)
Serhiy Storchaka
2017-03-30
1
-0/+3
*
bpo-29735: Optimize partial_call(): avoid tuple (#516)
Victor Stinner
2017-03-14
1
-0/+4
*
Optimize slots: avoid temporary PyMethodObject
Victor Stinner
2017-02-09
1
-0/+6
*
Issue #29360: _PyStack_AsDict() doesn't check kwnames
Victor Stinner
2017-01-24
1
-6/+9
*
Remove unused func parameter of _PyStack_UnpackDict()
Victor Stinner
2017-01-18
1
-2/+1
*
_PyStack_UnpackDict() now returns -1 on error
Victor Stinner
2017-01-17
1
-5/+8
*
Rename _PyArg_ParseStack to _PyArg_ParseStackAndKeywords
Victor Stinner
2017-01-17
1
-2/+2
*
Add _PyStack_AsTupleSlice() helper
Victor Stinner
2017-01-16
1
-0/+6
*
call_method() now uses _PyObject_FastCall()
Victor Stinner
2017-01-10
1
-8/+0
*
Issue #29058: All stable API extensions added after Python 3.2 are now
Serhiy Storchaka
2016-12-27
1
-0/+4
|
\
|
*
Issue #29058: All stable API extensions added after Python 3.2 are now
Serhiy Storchaka
2016-12-27
1
-0/+4
*
|
abstract.h: remove long outdated comment
Victor Stinner
2016-12-19
1
-118/+2
*
|
Add _PY_FASTCALL_SMALL_STACK constant
Victor Stinner
2016-12-15
1
-0/+11
*
|
Issue #28838: Cleanup abstract.h
Victor Stinner
2016-12-15
1
-621/+423
*
|
Add _PyObject_VaCallFunctionObjArgs() private function
Victor Stinner
2016-12-08
1
-0/+6
*
|
Issue #28838: Fix weird indentation of abstract.h
Victor Stinner
2016-12-06
1
-847/+859
*
|
Uniformize argument names of "call" functions
Victor Stinner
2016-12-06
1
-65/+67
*
|
Fixed misplaced comment.
Serhiy Storchaka
2016-12-06
1
-6/+6
|
\
\
|
|
/
|
*
Fixed misplaced comment.
Serhiy Storchaka
2016-12-06
1
-6/+6
|
|
\
|
|
*
Fixed misplaced comment.
Serhiy Storchaka
2016-12-06
1
-6/+6
*
|
|
Issue #28858: Remove _PyObject_CallArg1() macro
Victor Stinner
2016-12-05
1
-4/+1
*
|
|
fix _PyObject_CallArg1 compiler warnings (closes #28855)
Benjamin Peterson
2016-12-02
1
-1/+1
*
|
|
Backed out changeset 7efddbf1aa70
Victor Stinner
2016-11-30
1
-20/+20
*
|
|
Uniformize argument names of "call" functions
Victor Stinner
2016-11-29
1
-20/+20
*
|
|
Issue #19569: Compiler warnings are now emitted if use most of deprecated
Serhiy Storchaka
2016-11-20
1
-4/+8
|
/
/
*
|
Issues #25909, #28211: Restored correct documentation of PyMapping_Items,
Serhiy Storchaka
2016-09-26
1
-7/+7
|
\
\
|
|
/
|
*
Issues #25909, #28211: Restored correct documentation of PyMapping_Items,
Serhiy Storchaka
2016-09-26
1
-7/+7
|
*
Issue #27895: Spelling fixes (Contributed by Ville Skyttä).
Martin Panter
2016-09-07
1
-1/+1
*
|
Document kwnames in _PyObject_FastCallKeywords() and _PyStack_AsDict()
Victor Stinner
2016-09-12
1
-30/+40
*
|
Revert change f860b7a775c5
Victor Stinner
2016-09-12
1
-3/+1
*
|
ssue #27213: Reintroduce checks in _PyStack_AsDict()
Victor Stinner
2016-09-12
1
-1/+3
*
|
Issue #27213: Fixed different issues with reworked CALL_FUNCTION* opcodes.
Serhiy Storchaka
2016-09-11
1
-3/+1
*
|
Issue #26900: Excluded underscored names and other private API from limited API.
Serhiy Storchaka
2016-09-11
1
-1/+9
*
|
Add METH_FASTCALL calling convention
Victor Stinner
2016-09-10
1
-0/+16
*
|
Issue #27810: Add _PyCFunction_FastCallKeywords()
Victor Stinner
2016-09-09
1
-1/+8
*
|
Add _PyObject_FastCallKeywords()
Victor Stinner
2016-09-09
1
-2/+20
*
|
Issue #27895: Spelling fixes (Contributed by Ville Skyttä).
Raymond Hettinger
2016-08-30
1
-1/+1
*
|
Issue #27830: Revert, remove _PyFunction_FastCallKeywords()
Victor Stinner
2016-08-25
1
-17/+0
*
|
method_call() and slot_tp_new() now uses fast call
Victor Stinner
2016-08-24
1
-0/+4
*
|
Add _PyObject_FastCallKeywords()
Victor Stinner
2016-08-24
1
-0/+17
*
|
Use Py_ssize_t type for number of arguments
Victor Stinner
2016-08-24
1
-1/+1
*
|
Rename _PyObject_FastCall() to _PyObject_FastCallDict()
Victor Stinner
2016-08-22
1
-4/+13
[next]