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
...
*
gh-119771: Set errno on overflows in _Py_c_pow() (#120256)
Sergey B Kirpichev
2024-09-18
1
-0/+2
*
gh-124153: Implement `PyType_GetBaseByToken()` and `Py_tp_token` slot (GH-124...
neonene
2024-09-18
1
-1/+67
*
Use pep role instead of url (#121611)
Rafael Fontenelle
2024-09-17
2
-4/+4
*
gh-100554: Fix formatting of type.rst modifications (#124066)
Oleg Iarygin
2024-09-13
1
-6/+5
*
gh-100554: Add ``Py_tp_vectorcall`` slot to set ``PyTypeObject.tp_vectorcall`...
Wenzel Jakob
2024-09-13
2
-10/+42
*
gh-119802: Update memory management docs for free-threaded build (gh-124006)
Donghee Na
2024-09-13
1
-12/+22
*
gh-123909: PyType_From*: Disallow metaclasses with custom tp_new (GH-123947)
Petr Viktorin
2024-09-13
1
-6/+18
*
gh-123609: Clarify usage of standalone `PyBUF_FORMAT` (GH-123778)
Peter Bierma
2024-09-10
1
-4/+5
*
gh-121645: Fix typo in PyBytes_Join() doc (#123783)
Victor Stinner
2024-09-06
1
-1/+1
*
Swap the and from in sentence in init_config.rst (#120086)
Rafael Fontenelle
2024-09-05
1
-1/+1
*
gh-123465: Allow Py_RELATIVE_OFFSET for __*offset__ members (GH-123474)
Petr Viktorin
2024-09-05
1
-1/+8
*
gh-107954, PEP 741: Add PyInitConfig_AddModule() function (#123668)
Victor Stinner
2024-09-04
1
-0/+20
*
gh-107954, PEP 741: Add PyInitConfig C API (#123502)
Victor Stinner
2024-09-03
2
-11/+236
*
gh-107954, PEP 741: Add PyConfig_Get()/Set() functions (#123472)
Victor Stinner
2024-09-02
1
-0/+69
*
gh-123517: Remove unnecessary ``:meth:`` parentheses (#123518)
Wei-Hsiang (Matt) Wang
2024-09-01
1
-2/+2
*
gh-122854: Add Py_HashBuffer() function (#122855)
Victor Stinner
2024-08-30
1
-0/+19
*
gh-121645: Add PyBytes_Join() function (#121646)
Victor Stinner
2024-08-30
1
-0/+18
*
gh-123492: Remove unnecessary `:func:` parentheses (#123493)
Wei-Hsiang (Matt) Wang
2024-08-30
2
-2/+2
*
Fix typos in docs, error messages and comments (#123336)
Wulian
2024-08-28
1
-1/+1
*
gh-120389: Add PyLong_FromInt64() and PyLong_AsInt64() (#120390)
Victor Stinner
2024-08-28
1
-0/+57
*
gh-123254: Improve `tuple` C API docs with more info about errors (#123255)
sobolevn
2024-08-28
1
-8/+16
*
gh-121477: mention new PyLong_*Bytes() functions in PyLong_FromString() (#121...
Sergey B Kirpichev
2024-08-17
1
-3/+3
*
gh-113190: Reenable non-debug interned string cleanup (GH-113601)
Eddie Elizondo
2024-08-15
1
-6/+12
*
GH-109975: Copyedit 3.13 What's New: Release Highlights (#122958)
Adam Turner
2024-08-13
1
-1/+1
*
gh-105201: Add PyIter_NextItem() (#122331)
Erlend E. Aasland
2024-08-07
1
-28/+15
*
gh-122623: Improve `c-api/bytearray.rst` with error handling info (#122624)
sobolevn
2024-08-03
1
-2/+7
*
gh-122613: Document PyLong_GetInfo() (part of Limited API) (GH-#122280)
Sergey B Kirpichev
2024-08-03
1
-0/+11
*
Update PyObject_Del() documentation (#122597)
Victor Stinner
2024-08-02
2
-9/+4
*
Replace PyObject_Del with PyObject_Free (#122453)
Victor Stinner
2024-08-01
1
-2/+2
*
Docs: spelling and grammar fixes (#122084)
Ville Skyttä
2024-07-22
1
-2/+2
*
GH-121970: Rewrite the C-API annotations extension (#121985)
Adam Turner
2024-07-19
1
-2/+4
*
gh-121905: Consistently use "floating-point" instead of "floating point" (GH-...
Serhiy Storchaka
2024-07-19
4
-14/+14
*
gh-121834: Improve `complex` C-API docs (#121835)
sobolevn
2024-07-17
1
-9/+22
*
gh-113993: Don't immortalize in PyUnicode_InternInPlace; keep immortalizing i...
Petr Viktorin
2024-07-16
3
-6/+61
*
gh-121403: Add notes for PyList_GetXXX APIs about the need for init (gh-121626)
Donghee Na
2024-07-16
1
-3/+6
*
gh-121749: Fix discrepancy in docs for `PyModule_AddObjectRef` (GH-121750)
Dominic H
2024-07-14
1
-1/+1
*
gh-121615: Improve `module.rst` C-API docs with better error descriptions (#1...
sobolevn
2024-07-11
1
-8/+15
*
gh-121567: Improve `slice` C-API docs by mentioning exceptions (#121568)
sobolevn
2024-07-10
1
-3/+5
*
gh-121533: Improve `PyCell_[Get,Set]` docs: mention the exceptions (#121534)
sobolevn
2024-07-09
1
-3/+6
*
[docs] fix a Sphinx directive in `c-api/object.rst` (#121430)
Bénédikt Tran
2024-07-06
1
-0/+1
*
docs: Fix "Py_TPFLAGS_MANAGED_WEAKREF is set in tp_flags" (#112237)
da-woods
2024-07-03
1
-2/+2
*
Fix phrasing in paragraphs with leading "similar" (#121135)
Rafael Fontenelle
2024-07-02
1
-2/+2
*
gh-121115: Skip __index__ in PyLong_AsNativeBytes by default (GH-121118)
Steve Dower
2024-06-28
1
-4/+11
*
gh-120858: PyDict_Next should not lock the dict (#120859)
Sam Gross
2024-06-24
1
-0/+11
*
gh-119182: Add PyUnicodeWriter_WriteUCS4() function (#120849)
Victor Stinner
2024-06-24
1
-0/+9
*
gh-119344: Make critical section API public (#119353)
Sam Gross
2024-06-21
1
-0/+104
*
gh-120838: Add a Note in the Docs About Expectations for Py_Finalize() (gh-12...
Eric Snow
2024-06-21
1
-3/+10
*
gh-119182: Add PyUnicodeWriter_DecodeUTF8Stateful() (#120639)
Victor Stinner
2024-06-21
1
-3/+32
*
gh-117511: Make PyMutex public in the non-limited API (#117731)
Sam Gross
2024-06-20
1
-0/+43
*
GH-119462: Enforce invariants of type versioning (GH-120731)
Mark Shannon
2024-06-19
1
-2/+2
[prev]
[next]