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
*
gh-108511: Add C API functions which do not silently ignore errors (GH-109025)
Serhiy Storchaka
2023-09-17
1
-0/+31
*
gh-106307: C API: Add PyMapping_GetOptionalItem() function (GH-106308)
Serhiy Storchaka
2023-07-11
1
-0/+15
*
gh-106521: Add PyObject_GetOptionalAttr() function (GH-106522)
Serhiy Storchaka
2023-07-11
1
-0/+32
*
gh-106572: Convert PyObject_DelAttr() to a function (#106611)
Victor Stinner
2023-07-11
1
-4/+2
*
gh-85275: Remove old buffer APIs (#105137)
Inada Naoki
2023-06-02
1
-49/+0
*
gh-104922: Make `PY_SSIZE_T_CLEAN` not mandatory again (#105051)
Inada Naoki
2023-05-31
1
-15/+0
*
gh-98586: Add vector call APIs to the Limited API (GH-98587)
Wenzel Jakob
2022-10-27
1
-0/+16
*
gh-93274: Expose receiving vectorcall in the Limited API (GH-95717)
Petr Viktorin
2022-08-08
1
-0/+10
*
gh-87347: Add parenthesis around macro arguments (#93915)
Victor Stinner
2022-06-20
1
-5/+5
*
gh-93244: Document Py_PRINT_RAW in PyObject_Print() comment (93245)
Will Hawkins
2022-05-29
1
-3/+3
*
bpo-45434: Remove useless space in includes (GH-28963)
Victor Stinner
2021-10-14
1
-1/+1
*
Fix typos in the Include directory (GH-28745)
Christian Clauss
2021-10-06
1
-1/+1
*
bpo-45123: PyAiter_Check and PyObject_GetAiter fix & rename. (GH-28194)
Yury Selivanov
2021-09-07
1
-2/+2
*
bpo-41103: Resurrect the old buffer protocol. (GH-27437)
Inada Naoki
2021-07-29
1
-0/+47
*
bpo-31861: Add aiter and anext to builtins (#23847)
Joshua Bronson
2021-03-23
1
-0/+10
*
bpo-40170: Always define PyIter_Check() as a function (GH-24548)
Erlend Egeberg Aasland
2021-02-16
1
-1/+1
*
bpo-42085: Introduce dedicated entry in PyAsyncMethods for sending values (#2...
Vladimir Matveev
2020-11-10
1
-5/+0
*
bpo-41756: Export PyGen_Send and wrap it in if-defs (#22677)
Vladimir Matveev
2020-10-13
1
-0/+2
*
bpo-41756: Add PyIter_Send function (#22443)
Vladimir Matveev
2020-10-10
1
-0/+16
*
bpo-41103: Remove old buffer protocol support (#21117)
Inada Naoki
2020-06-25
1
-47/+0
*
bpo-38600: Change the mark up of NULL in the C API documentation. (GH-16950)
Serhiy Storchaka
2019-10-30
1
-3/+3
*
Fix typos in comments, docs and test names (#15018)
Min ho Kim
2019-07-30
1
-1/+1
*
bpo-37194: Add a new public PyObject_CallNoArgs() function (GH-13890)
Victor Stinner
2019-06-17
1
-0/+6
*
bpo-33407: Implement Py_DEPRECATED() on MSVC (GH-8980)
Zackery Spytz
2019-05-28
1
-8/+7
*
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
|
\
\
|
|
/
[next]