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.12] Docs: Fix documentation for "PyTypeObject Definition" (GH-130936) (GH-...
Miss Islington (bot)
2025-03-20
1
-1/+1
*
[3.12] gh-129675: Update documentation for tp_basicsize & tp_itemsize (GH-129...
Miss Islington (bot)
2025-03-17
3
-30/+83
*
[3.12] gh-124385: Document and soft-deprecate PyLong_AS_LONG (GH-124386) (#13...
Hugo van Kemenade
2025-03-17
1
-0/+10
*
[3.12] gh-130814: Enhance documentation for Python C API type objects (GH-130...
Miss Islington (bot)
2025-03-14
1
-2/+2
*
[3.12] gh-130711: Document `PyBaseObject_Type` (GH-130712) (GH-130793)
Miss Islington (bot)
2025-03-10
1
-0/+5
*
[3.12] Fix grammar typo in `Doc/c-api/arg.rst` (GH-130741) (#130758)
Miss Islington (bot)
2025-03-02
1
-1/+1
*
[3.12] gh-129405: Fix doc for Py_mod_multiple_interpreters default, and add t...
Petr Viktorin
2025-02-27
1
-1/+1
*
[3.12] gh-46236: Add docs for PyUnicode_GetDefaultEncoding() doc (GH-130335) ...
Miss Islington (bot)
2025-02-24
1
-0/+9
*
[3.12] gh-46236: Document PyUnicode_RSplit, PyUnicode_Partition and PyUnicode...
Miss Islington (bot)
2025-02-20
1
-0/+41
*
[3.12] gh-130214: Document `PyEllipsis_Type` (GH-130215) (#130224)
Miss Islington (bot)
2025-02-17
1
-0/+6
*
[3.12] gh-82045: Correct and deduplicate "isprintable" docs; add test. (GH-13...
Stan Ulbrych
2025-02-17
1
-7/+2
*
[3.12] gh-130169: Fix broken list markup in `Doc/c-api/function.rst` (GH-1301...
Miss Islington (bot)
2025-02-16
1
-6/+7
*
[3.12] gh-129912: Fix references to `Py_TPFLAGS_MANAGED_DICT` (gh-130044) (gh...
Miss Islington (bot)
2025-02-12
1
-1/+1
*
[3.12] gh-101100: Docs: Fix some typos in the document (GH-129988) (#129998)
Hugo van Kemenade
2025-02-11
1
-4/+4
*
[3.12] gh-46236: Document `PyUnicode_DecodeCodePageStateful` (GH-127934) (GH-...
Miss Islington (bot)
2025-02-10
1
-0/+7
*
[3.12] gh-101944: Clarify PyModule_AddObjectRef() documentation (GH-129433) (...
Miss Islington (bot)
2025-02-03
1
-3/+4
*
[3.12] Docs C API: Clarify what happens when null bytes are passed to `PyUnic...
Miss Islington (bot)
2025-01-20
1
-0/+9
*
[3.12] gh-90241: Clarify documentation for PyUnicode_FSConverter and PyUnicod...
Miss Islington (bot)
2025-01-06
2
-11/+36
*
[3.12] gh-77214: Update outdated documentation for numeric PyArg_Parse format...
Miss Islington (bot)
2025-01-06
1
-8/+14
*
[3.12] gh-127954: Document PyObject_DelItemString (GH-127986) (#128497)
Miss Islington (bot)
2025-01-04
1
-0/+7
*
[3.12] gh-125674: Doc: Fix type of newfunc first parameter (GH-125675) (#128448)
Miss Islington (bot)
2025-01-03
1
-2/+2
*
[3.12] Document PyObject_SelfIter (GH-127861) (#127899)
Miss Islington (bot)
2024-12-13
1
-0/+6
*
[3.12] gh-127253: Note that Stable ABI is about ABI stability (GH-127254) (GH...
Miss Islington (bot)
2024-12-03
1
-3/+11
*
[3.12] Docs: Fix incorrect indents in `c-api/type.rst` (GH-127449) (#127461)
Yuki Kobayashi
2024-12-01
1
-20/+19
*
[3.12] Doc: C API: Fix `Py_NewInterpreterFromConfig` example code (GH-126667)...
Miss Islington (bot)
2024-11-23
1
-1/+5
*
[3.12] Doc: C API: Demote sections to subsections for consistency (GH-126535)...
Miss Islington (bot)
2024-11-07
1
-7/+7
*
[3.12] Doc: C API: Delete claim that `PyObject_Init` is GC-aware (GH-126418) ...
Miss Islington (bot)
2024-11-05
1
-4/+2
*
[3.12] gh-123609: Clarify usage of standalone `PyBUF_FORMAT` (GH-123778) (GH-...
Miss Islington (bot)
2024-11-01
1
-4/+5
*
[3.12] Doc: C API: Move `tp_dealloc` paragraph to `tp_dealloc` section (GH-12...
Miss Islington (bot)
2024-10-21
1
-11/+13
*
[3.12] gh-101291: Add versionadded directives for PyUnstable_Long_* (GH-12538...
Miss Islington (bot)
2024-10-13
1
-0/+5
*
[3.12] gh-101100: Consolidate documentation on `ModuleType` attributes (#1247...
Alex Waygood
2024-10-09
2
-23/+25
*
[3.12] gh-124182: Explain naming rules for struct sequence types (GH-124335) ...
Miss Islington (bot)
2024-10-07
1
-1/+2
*
[3.12] gh-115145: Update documentation about ``PyThreadState_DeleteCurrent`` ...
Miss Islington (bot)
2024-10-03
1
-1/+1
*
[3.12] Fix `c-api/file.rst` indexes (GH-114608) (#124786)
sobolevn
2024-09-30
1
-2/+3
*
[3.12] gh-113993: Make interned strings mortal (GH-120520, GH-121364, GH-1219...
Petr Viktorin
2024-09-27
3
-6/+56
*
[3.12] GH-95079: document error behaviour for some unicode C APIs (GH-95080) ...
Miss Islington (bot)
2024-09-27
1
-0/+9
*
[3.12] gh-101100: Add a table of class attributes to the "Custom classes" sec...
Alex Waygood
2024-09-25
4
-18/+20
*
[3.12] Use pep role instead of url (GH-121611) (#124173)
Miss Islington (bot)
2024-09-17
2
-4/+4
*
[3.12] Swap the and from in sentence in init_config.rst (GH-120086) (#123743)
Miss Islington (bot)
2024-09-05
1
-1/+1
*
[3.12] gh-123517: Remove unnecessary `:meth:` parentheses (gh-123518) (GH-123...
Wei-Hsiang (Matt) Wang
2024-09-02
1
-2/+2
*
[3.12] gh-123492: Remove unnecessary `:func:` parentheses (gh-123493) (#123512)
Wei-Hsiang (Matt) Wang
2024-08-30
2
-2/+2
*
[3.12] gh-123254: Improve `tuple` C API docs with more info about errors (GH-...
Miss Islington (bot)
2024-08-28
1
-8/+16
*
[3.12] gh-122613: Document PyLong_GetInfo() (part of Limited API) (GH-122280)...
Sergey B Kirpichev
2024-08-05
1
-0/+11
*
[3.12] gh-122623: Improve `c-api/bytearray.rst` with error handling info (GH-...
Miss Islington (bot)
2024-08-03
1
-2/+7
*
[3.12] Docs: spelling and grammar fixes (GH-122084) (#122107)
Russell Keith-Magee
2024-07-22
1
-2/+2
*
[3.12] GH-121970: Rewrite the C-API annotations extension (GH-121985) (#122025)
Adam Turner
2024-07-19
1
-2/+4
*
[3.12] gh-121905: Consistently use "floating-point" instead of "floating poin...
Serhiy Storchaka
2024-07-19
4
-14/+14
*
[3.12] gh-121834: Improve `complex` C-API docs (GH-121835) (#121897)
sobolevn
2024-07-17
1
-6/+18
*
[3.12] gh-121749: Fix discrepancy in docs for `PyModule_AddObjectRef` (GH-121...
Miss Islington (bot)
2024-07-14
1
-1/+1
*
[3.12] gh-121615: Improve `module.rst` C-API docs with better error descripti...
sobolevn
2024-07-11
1
-7/+14
[next]