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
*
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
*
|
Fix PyObject_Call() parameter names
Victor Stinner
2016-08-19
1
-1/+1
*
|
Add _PyObject_FastCall()
Victor Stinner
2016-08-19
1
-1/+17
|
/
*
issue25909 - Correct the documentation of PyMapping_Items, PyMapping_Keys and
Senthil Kumaran
2016-01-21
1
-7/+7
*
Issue #25701: Document C API functions that both set and delete objects
Martin Panter
2015-12-08
1
-10/+10
*
Issue #25523: Merge "a" to "an" fixes from 3.4 into 3.5
Martin Panter
2015-11-02
1
-1/+1
|
\
|
*
Issue #25523: Correct "a" article to "an" article
Martin Panter
2015-11-02
1
-1/+1
*
|
Issue #23571: _Py_CheckFunctionResult() now gives the name of the function
Victor Stinner
2015-03-21
1
-2/+3
*
|
Issue #23571: PyObject_Call(), PyCFunction_Call() and call_function() now
Victor Stinner
2015-03-06
1
-0/+5
*
|
PEP 465: a dedicated infix operator for matrix multiplication (closes #21176)
Benjamin Peterson
2014-04-10
1
-0/+12
|
/
*
use imperative
Benjamin Peterson
2014-04-08
1
-1/+1
*
Issue #19526: Exclude all new API from the stable ABI.
Martin v. Löwis
2014-01-03
1
-1/+1
*
Issue #1772673: The type of `char*` arguments now changed to `const char*`.
Serhiy Storchaka
2013-10-19
1
-9/+10
*
Issue #18783: Removed existing mentions of Python long type in docstrings,
Serhiy Storchaka
2013-08-27
1
-2/+2
|
\
|
*
Issue #18783: Removed existing mentions of Python long type in docstrings,
Serhiy Storchaka
2013-08-27
1
-2/+2
*
|
Issue #9369: The types of `char*` arguments of PyObject_CallFunction() and
Serhiy Storchaka
2013-05-29
1
-9/+14
*
|
Closes #17892: Fix the name of _PyObject_CallMethodObjIdArgs
Alexandre Vassalotti
2013-05-02
1
-2/+1
*
|
Issue #16148: Small improvements and cleanup. Added version information
Armin Ronacher
2012-10-07
1
-1/+3
[next]