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-42412: Fix possible leaks and check arguments in PyType_FromModuleAndSpec...
Miss Islington (bot)
2020-11-21
1
-2/+4
*
bpo-41192: Add documentation of undocumented audit events (GH-22832)
Miss Skeleton (bot)
2020-10-20
1
-0/+2
*
bpo-41802: Document 'PyDict_DelItem' can raise a 'KeyError' (GH-22291)
Miss Islington (bot)
2020-10-02
1
-4/+6
*
bpo-40204: Allow pre-Sphinx 3 syntax in the doc (GH-21844) (GH-21901) (GH-21928)
Victor Stinner
2020-08-20
17
-129/+116
*
bpo-41098: Doc: Add missing deprecated directives (GH-21162)
Miss Islington (bot)
2020-08-07
1
-0/+10
*
bpo-36346: Doc: Update removal schedule of legacy Unicode (GH-21479)
Miss Islington (bot)
2020-08-05
1
-9/+30
*
bpo-41211: Doc: Fix PyLong_FromUnicode (GH-21331)
Miss Islington (bot)
2020-07-05
1
-3/+1
*
bpo-41211: Doc: Fix PyLong_FromUnicodeObject (GH-21325)
Miss Islington (bot)
2020-07-05
1
-3/+1
*
Doc: Minor fix to init config C API documentation (GH-21198)
Miss Islington (bot)
2020-07-01
1
-2/+2
*
bpo-41123: Remove PyUnicode_AsUnicodeCopy in 3.10 (GH-21227)
Miss Islington (bot)
2020-06-30
1
-0/+2
*
bpo-41123: Doc: PyLong_FromUnicode will be removed in 3.10 (GH-21205)
Miss Islington (bot)
2020-06-29
1
-1/+1
*
[3.8] 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
*
[3.8] Doc: Fix grammar in PyErr_ResourceWarning (GH-18879) (GH-18976)
Karthikeyan Singaravelan
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
*
bpo-39153: Clarify C API *SetItem refcounting semantics (GH-18220)
Miss Islington (bot)
2020-01-29
3
-6/+9
*
PyLong_AsLongLong() docs should say 'long long' (GH-18082) (GH-18110)
Miss Islington (bot)
2020-01-21
1
-1/+1
*
bpo-39161: Document multi-phase init modules under Py_NewInterpreter() (GH-17...
Miss Islington (bot)
2020-01-09
1
-17/+35
*
[3.8] bpo-39136: Fixed typos (GH-17720)
Terry Jan Reedy
2019-12-29
2
-2/+2
*
Fix the miscellaneous typo (GH-17700)
Miss Islington (bot)
2019-12-25
1
-1/+1
*
Minor C API documentation improvements. (GH-17697)
Miss Islington (bot)
2019-12-25
1
-1/+1
*
bpo-39008: Require Py_ssize_t for PySys_Audit formats rather than raise a dep...
Miss Islington (bot)
2019-12-09
1
-0/+8
*
bpo-38892: Improve docs for audit event (GH-17361)
Miss Islington (bot)
2019-11-26
1
-11/+12
*
Fixed an incorrect sentence in the docs (GH-17205)
Miss Islington (bot)
2019-11-21
1
-2/+1
*
bpo-38816: Add notes in the C-API docs about fork in subinterpreters. (GH-17176)
Miss Islington (bot)
2019-11-15
2
-1/+40
*
[3.8] bpo-38159: Clarify documentation of PyState_AddModule (GH-16101) (GH-17...
Miss Islington (bot)
2019-11-05
1
-0/+11
*
[3.8] bpo-38600: NULL -> ``NULL``. (GH-17001) (GH-17003)
Serhiy Storchaka
2019-10-30
19
-55/+55
*
[3.8] bpo-38600: Change the mark up of NULL in the C API documentation. (GH-1...
Serhiy Storchaka
2019-10-30
46
-659/+659
*
bpo-38434: Fixes some audit event documentation (GH-16932)
Miss Skeleton (bot)
2019-10-26
2
-3/+10
*
bpo-38557: Improve documentation for list and tuple C API. (GH-16925)
Miss Skeleton (bot)
2019-10-26
2
-12/+18
*
bpo-38304: PyConfig_InitPythonConfig() cannot fail anymore (GH-16509)
Miss Islington (bot)
2019-10-01
1
-25/+10
*
bpo-38304: Remove PyConfig.struct_size (GH-16500)
Victor Stinner
2019-09-30
1
-36/+3
*
bpo-38317: Fix PyConfig.warnoptions priority (GH-16478)
Miss Islington (bot)
2019-09-29
1
-1/+7
*
bpo-38304: Add PyConfig.struct_size (GH-16451) (GH-16453)
Victor Stinner
2019-09-28
1
-5/+39
*
bpo-38206: Clarify tp_dealloc requirements for heap allocated types. (GH-16248)
Miss Islington (bot)
2019-09-27
2
-5/+22
*
[3.8] bpo-38234: Backport init path config changes from master (GH-16423)
Victor Stinner
2019-09-26
2
-30/+57
*
bpo-38236: Dump path config at first import error (GH-16300) (GH-16332)
Victor Stinner
2019-09-23
1
-1/+11
*
bpo-38158: Removing nonexistant member "doc" from PyType_Spec documentation (...
Miss Islington (bot)
2019-09-15
1
-4/+0
*
bpo-29986: Doc: Delete tip to raise TypeError from tp_richcompare. (GH-16095)
Miss Islington (bot)
2019-09-13
1
-6/+0
*
Emphasize the need to always call PySequence_Fast. (GH-11140)
Miss Islington (bot)
2019-09-12
1
-7/+14
*
bpo-37363: Document internal audit events (GH-14663)
Miss Islington (bot)
2019-09-12
1
-1/+6
*
bpo-26868: Fix example usage of PyModule_AddObject. (GH-15725)
Miss Islington (bot)
2019-09-12
1
-1/+16
*
[3.8] bpo-37698: Update doc of PyBuffer_ToContiguous (GH-14992) (GH-15999)
Stéphane Wirtel
2019-09-11
1
-2/+2
*
bpo-37750: Add doc of PyBuffer_FromContiguous (GH-15988) (GH-15990)
Miss Islington (bot)
2019-09-11
1
-0/+7
*
bpo-38103: fix conflicting labels in the docs. (GH-15906)
Miss Islington (bot)
2019-09-11
1
-2/+2
*
Docs: Small tweaks to c-api/introGH-Include_Files (GH-14698)
Miss Islington (bot)
2019-09-10
1
-7/+9
*
Fix typos mostly in comments, docs and test names (GH-15209)
Miss Islington (bot)
2019-08-30
1
-1/+1
[next]