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
*
[3.7] bpo-38387: Formally document PyDoc_STRVAR and PyDoc_STR macros (GH-1660...
Zachary Ware
2020-04-27
2
-1/+34
*
bpo-39973: Fix the docs for PyObject_GenericSetDict() (GH-19026)
Miss Islington (bot)
2020-03-17
1
-1/+1
*
Doc: Fix grammar in PyErr_ResourceWarning (GH-18879) (GH-18963)
Miss Islington (bot)
2020-03-13
1
-1/+1
*
bpo-39778: Add clarification about tp_traverse and ownership (GH-18754)
Miss Islington (bot)
2020-03-03
1
-1/+13
*
Doc: int -> int or Py_ssize_t (GH-18663)
Miss Islington (bot)
2020-02-26
1
-11/+11
*
fix(doc): set correct RST syntax for c:function (GH-18589)
Miss Islington (bot)
2020-02-21
1
-2/+2
*
bpo-38374: Remove weakref.ReferenceError from docs (GH-18452)
Miss Islington (bot)
2020-02-11
1
-3/+0
*
PyLong_AsLongLong() docs should say 'long long' (GH-18082) (#18109)
Miss Islington (bot)
2020-01-21
1
-1/+1
*
Minor C API documentation improvements. (GH-17698)
Miss Islington (bot)
2019-12-25
1
-1/+1
*
Fixed an incorrect sentence in the docs (GH-17205)
Miss Islington (bot)
2019-11-21
1
-2/+1
*
[3.7] bpo-38159: Clarify documentation of PyState_AddModule (GH-16101) (GH-17...
Miss Islington (bot)
2019-11-05
1
-0/+11
*
[3.7] bpo-38600: NULL -> ``NULL``. (GH-17001) (GH-17004)
Serhiy Storchaka
2019-10-30
15
-47/+47
*
[3.7] bpo-38600: Change the mark up of NULL in the C API documentation. (GH-1...
Serhiy Storchaka
2019-10-30
46
-635/+635
*
bpo-38557: Improve documentation for list and tuple C API. (GH-16925)
Miss Skeleton (bot)
2019-10-26
2
-12/+18
*
Emphasize the need to always call PySequence_Fast. (GH-11140)
Miss Islington (bot)
2019-09-12
1
-7/+14
*
bpo-26868: Fix example usage of PyModule_AddObject. (GH-15725)
Miss Islington (bot)
2019-09-12
1
-1/+16
*
bpo-37698: Update doc of PyBuffer_ToContiguous (GH-14992) (GH-15998)
Miss Islington (bot)
2019-09-11
1
-2/+2
*
bpo-37750: Add doc of PyBuffer_FromContiguous (GH-15988) (GH-15991)
Miss Islington (bot)
2019-09-11
1
-0/+7
*
Docs: Small tweaks to c-api/introGH-Include_Files (GH-14698)
Miss Islington (bot)
2019-09-10
1
-7/+9
*
bpo-34101: Add doc of PyBuffer_GetPointer (GH-14994) (GH-15055)
Miss Islington (bot)
2019-07-31
1
-0/+6
*
Docs: Correct formatting of a multiline code block (GH-13806)
Miss Islington (bot)
2019-07-17
1
-2/+4
*
bpo-37487: Fix PyList_GetItem index description. (GH-14623) (GH-14625)
Miss Islington (bot)
2019-07-06
1
-3/+3
*
closes bpo-37508: Fix name of type in memory.rst. (GH-14604)
Miss Islington (bot)
2019-07-06
1
-1/+1
*
bpo-37441: Fix wrong PyErr_SetImportErrorSubclass signature in doc (GH-14453)
Miss Islington (bot)
2019-07-03
1
-1/+1
*
bpo-37432: Doc: Fix signature of PyObject_Del() (GH-14430)
Miss Islington (bot)
2019-06-28
1
-1/+1
*
bpo-37194: Complete PyObject_CallXXX() docs (GH-14156) (GH-14158)
Victor Stinner
2019-06-17
1
-6/+13
*
bpo-28805: document METH_FASTCALL (GH-14079)
Miss Islington (bot)
2019-06-16
1
-12/+51
*
[3.7] bpo-37170: Fix the cast on error in PyLong_AsUnsignedLongLongMask() (GH...
Zackery Spytz
2019-06-07
1
-2/+4
*
bpo-23395: Fix PyErr_SetInterrupt if the SIGINT signal is ignored or not hand...
Miss Islington (bot)
2019-05-24
1
-6/+6
*
bpo-36829: Enhance PyErr_WriteUnraisable() (GH-13487)
Victor Stinner
2019-05-22
1
-0/+2
*
bpo-36783: Add new references for C API Documentation changes (GH-13204)
Miss Islington (bot)
2019-05-19
1
-6/+6
*
bpo-31873: Update unicode.rst - 'unicode' capitalization (GH-4125)
Miss Islington (bot)
2019-05-08
1
-12/+12
*
bpo-36783: Added C API Documentation for Time_FromTimeAndFold and PyDateTime_...
Miss Islington (bot)
2019-05-07
1
-0/+16
*
[3.7] bpo-36427: Document that PyEval_RestoreThread and PyGILState_Ensure can...
Pablo Galindo
2019-04-14
1
-0/+12
*
Doc: define PY_SSIZE_T_CLEAN always (GH-12794)
Miss Islington (bot)
2019-04-13
1
-1/+5
*
[3.7] bpo-36389: _PyObject_IsFreed() now also detects uninitialized memory (G...
Victor Stinner
2019-04-11
1
-2/+9
*
Correct "inplace" with "in-place" (GH-10480)
Miss Islington (bot)
2019-04-08
1
-2/+2
*
bpo-36157:Document PyInterpreterState_Main() (GH-12238)
Miss Islington (bot)
2019-04-01
1
-0/+5
*
bpo-20844: open script file with "rb" mode (GH-12616)
Inada Naoki
2019-04-01
1
-0/+4
*
C API docs: Py_IsInitialized is always safe to call (GH-12630)
Miss Islington (bot)
2019-03-30
1
-0/+1
*
bpo-36185: Fix typo in Doc/c-api/objbuffer.rst. (GH-12204)
Miss Islington (bot)
2019-03-07
1
-1/+1
*
Document the surprising sideeffect PyErr_Print(). (GH-12081)
Miss Islington (bot)
2019-02-27
1
-2/+6
*
Correct name of 'defaultobj' parameter in PyDict_SetDefault() signature. (GH-...
Miss Islington (bot)
2019-02-25
1
-1/+1
*
Fix documented signatures for C API functions. (GH-11236)
Miss Islington (bot)
2018-12-19
2
-5/+5
*
bpo-35461: Document C API functions which suppress exceptions. (GH-11119)
Miss Islington (bot)
2018-12-18
7
-4/+35
*
Correct a couple of unbalanced parenthesis. (GH-10779)
Miss Islington (bot)
2018-12-05
1
-1/+1
*
Fix typo in Memory Management doc. (GH-10798)
Miss Islington (bot)
2018-11-30
1
-1/+1
*
bpo-16086: Fix PyType_GetFlags() documentation (GH-10758) (GH-10789)
Miss Islington (bot)
2018-11-29
1
-1/+4
*
[3.7] bpo-25438: document what codec PyMemberDef T_STRING decodes the char * ...
Miss Islington (bot)
2018-11-17
1
-1/+2
*
bpo-35229: Deprecate _PyObject_GC_TRACK() (GH-10511)
Victor Stinner
2018-11-13
1
-0/+6
[next]