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
/
Doc
/
c-api
Commit message (
Expand
)
Author
Age
Files
Lines
*
bpo-38266: Revert bpo-37878: Make PyThreadState_DeleteCurrent() Internal (GH-...
Joannah Nanjekye
2019-10-04
1
-0/+8
*
bpo-38304: PyConfig_InitPythonConfig() cannot fail anymore (GH-16509)
Victor Stinner
2019-10-01
1
-25/+10
*
bpo-38304: Remove PyConfig.struct_size (GH-16500) (GH-16508)
Victor Stinner
2019-10-01
1
-36/+3
*
bpo-38317: Fix PyConfig.warnoptions priority (GH-16478)
Victor Stinner
2019-09-29
1
-1/+7
*
bpo-38304: Add PyConfig.struct_size (GH-16451)
Victor Stinner
2019-09-28
1
-5/+39
*
bpo-38206: Clarify tp_dealloc requirements for heap allocated types. (GH-16248)
Ammar Askar
2019-09-27
2
-5/+22
*
bpo-38234: Complete init config documentation (GH-16404)
Victor Stinner
2019-09-26
1
-23/+37
*
bpo-38234: Add test_init_setpath_config() to test_embed (GH-16402)
Victor Stinner
2019-09-26
1
-5/+14
*
bpo-38140: Document offsets in PyMemberDef (GH-16354)
Petr Viktorin
2019-09-25
2
-1/+17
*
bpo-38234: Py_SetPath() uses the program full path (GH-16357)
Victor Stinner
2019-09-24
1
-2/+6
*
bpo-38236: Dump path config at first import error (GH-16300)
Victor Stinner
2019-09-23
1
-1/+11
*
bpo-38140: Make dict and weakref offsets opaque for C heap types (#16076)
Eddie Elizondo
2019-09-19
1
-2/+1
*
bpo38158: Removing nonexistant member "doc" from PyType_Spec documentation (G...
t k
2019-09-15
1
-4/+0
*
bpo-29986: Doc: Delete tip to raise TypeError from tp_richcompare. (GH-16095)
Julien Palard
2019-09-13
1
-6/+0
*
Emphasize the need to always call PySequence_Fast. (GH-11140)
Matti Picus
2019-09-12
1
-7/+14
*
bpo-37363: Document internal audit events (GH-14663)
Christian Heimes
2019-09-12
1
-1/+6
*
bpo-26868: Fix example usage of PyModule_AddObject. (#15725)
Brandt Bucher
2019-09-12
1
-1/+16
*
bpo-37698: Update doc of PyBuffer_ToContiguous (GH-14992)
Hai Shi
2019-09-11
1
-2/+2
*
bpo-37750: Add doc of PyBuffer_FromContiguous (GH-15988)
Hai Shi
2019-09-11
1
-0/+7
*
bpo-38103: fix conflicting labels in the docs. (GH-15906)
Ezio Melotti
2019-09-11
1
-2/+2
*
Docs: Small tweaks to c-api/intro#Include_Files (GH-14698)
Kyle Stanley
2019-09-10
1
-7/+9
*
bpo-36971: add subsections in C API "Common Object Structures" page (#13446)
Jeroen Demeyer
2019-09-10
1
-0/+10
*
Fix typos mostly in comments, docs and test names (GH-15209)
Min ho Kim
2019-08-30
1
-1/+1
*
bpo-37757: Disallow PEP 572 cases that expose implementation details (GH-15131)
Nick Coghlan
2019-08-25
1
-3/+0
*
bpo-36763, doc: Add links in the new C API init doc (GH-15433)
Victor Stinner
2019-08-23
2
-0/+4
*
bpo-36763: Implement PyWideStringList_Insert() of PEP 587 (GH-15423)
Victor Stinner
2019-08-23
1
-2/+6
*
Unmark files as executable that can't actually be executed. (GH-15353)
Greg Price
2019-08-21
1
-0/+0
*
bpo-15913: Implement PyBuffer_SizeFromFormat() (GH-13873)
Joannah Nanjekye
2019-08-20
1
-2/+4
*
Insert a missing close parenthesis (GH-15316)
cocoatomo
2019-08-17
1
-1/+1
*
bpo-37540: vectorcall: keyword names must be strings (GH-14682)
Jeroen Demeyer
2019-08-16
2
-2/+3
*
bpo-36487: Make C-API docs clear about what the main interpreter is. (gh-12666)
Joannah Nanjekye
2019-08-02
1
-4/+12
*
bpo-34101: Add doc of PyBuffer_GetPointer (GH-14994)
Hai Shi
2019-07-31
1
-0/+6
*
Remove trailing .0 from version changed note (GH-14987)
Nick Coghlan
2019-07-28
1
-1/+1
*
Docs: Correct formatting of a multiline code block (GH-13806)
Joseph Fox-Rabinovitz
2019-07-17
1
-2/+4
*
bpo-37599: Remove a vague statement in documentation of Integer Objects (#14786)
sgal
2019-07-16
1
-3/+1
*
Remove redundant docs of PyEval_EvalFrameEx (GH-14765)
Hai Shi
2019-07-14
1
-6/+6
*
bpo-37547: add _PyObject_CallMethodOneArg (GH-14685)
Jeroen Demeyer
2019-07-11
1
-0/+12
*
bpo-37337: Add _PyObject_CallMethodNoArgs() (GH-14267)
Jeroen Demeyer
2019-07-08
1
-0/+11
*
bpo-37487: Fix PyList_GetItem index description. (GH-14623)
Terry Jan Reedy
2019-07-06
1
-3/+3
*
closes bpo-37508: Fix name of type in memory.rst. (GH-14604)
Hai Shi
2019-07-06
1
-1/+1
*
bpo-37483: add _PyObject_CallOneArg() function (#14558)
Jeroen Demeyer
2019-07-04
1
-0/+11
*
bpo-37441: Fix wrong PyErr_SetImportErrorSubclass signature in doc (GH-14453)
Hai Shi
2019-07-03
1
-1/+1
*
bpo-36763: Add PyConfig_SetWideStringList() (GH-14444)
Victor Stinner
2019-07-01
1
-0/+7
*
bpo-37221: Add PyCode_NewWithPosOnlyArgs to be used internally and set PyCode...
Pablo Galindo
2019-07-01
1
-10/+11
*
bpo-37337: Add _PyObject_VectorcallMethod() (GH-14228)
Jeroen Demeyer
2019-06-28
1
-0/+22
*
bpo-37432: Doc: Fix signature of PyObject_Del() (GH-14430)
Hai Shi
2019-06-28
1
-1/+1
*
bpo-37390: Add audit event table to documentations (GH-14406)
Steve Dower
2019-06-27
2
-5/+1
*
bpo-37342: Fix the incorrect nb_index's type in typeobj documentation (GH-14241)
Hai Shi
2019-06-20
1
-1/+1
*
bpo-36710: Remove PyImport_Cleanup() function (GH-14221)
Victor Stinner
2019-06-19
1
-15/+0
*
bpo-37194: Add PyObject_CallNoArgs() rationale (GH-14159)
Victor Stinner
2019-06-17
1
-1/+2
[next]