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-93103: Update PyUnicode_DecodeFSDefault() doc (#93105)
Victor Stinner
2022-05-23
1
-38/+24
*
gh-93103: Deprecate global configuration variable (#93104)
Victor Stinner
2022-05-23
2
-7/+119
*
gh-92913: Clarify changes to PyInitConfig.module_search_paths[_set] fields (G...
Steve Dower
2022-05-19
1
-4/+16
*
gh-91755: Remove doc of C API private refcount functions (#92918)
Victor Stinner
2022-05-18
1
-6/+0
*
gh-91755: Document Py_IncRef and Py_DecRef as C functions (#91805)
Charlie Zhao
2022-05-18
1
-4/+10
*
Document Py_ssize_t. (GH-92512)
Julien Palard
2022-05-13
8
-22/+29
*
gh-92536: Doc update about Py_UNICODE removal (GH-92756)
Inada Naoki
2022-05-13
2
-3/+3
*
gh-92536: PEP 623: Remove wstr and legacy APIs from Unicode (GH-92537)
Inada Naoki
2022-05-12
2
-198/+26
*
gh-89653: PEP 670: Fix Sphinx syntax in Unicode doc (#92707)
Victor Stinner
2022-05-12
1
-4/+4
*
gh-89653: PEP 670: unicodeobject.h uses _Py_CAST() (#92696)
Victor Stinner
2022-05-11
1
-3/+3
*
gh-89653: PEP 670: Update C API unicode documentation (#92702)
Victor Stinner
2022-05-11
1
-10/+11
*
Enhance PyConfig documentation (#92394)
Victor Stinner
2022-05-09
1
-37/+46
*
GH-92431: Fix footnotes in Doc/c-api/exceptions.rst (GH-92432)
Hugo van Kemenade
2022-05-08
1
-11/+11
*
Document the lifetime of `PyUnicode_AsUTF8String` (#92325)
Matt Wozniski
2022-05-06
1
-1/+2
*
gh-88279: Deprecate PySys_SetArgvEx() (#92363)
Victor Stinner
2022-05-06
3
-5/+23
*
gh-57684: Add -P cmdline option and PYTHONSAFEPATH env var (#31542)
Victor Stinner
2022-05-05
1
-9/+37
*
gh-92047: Py_GetVersion multi-digit minor version (GH-92047) (#92048)
Robert Howlett
2022-05-05
1
-1/+1
*
gh-89653: PEP 670: Convert PyBytes macros to functions (#91990)
Victor Stinner
2022-05-03
2
-4/+4
*
gh-92154: Expose PyCode_GetCode in the C API (GH-92168)
Ken Jin
2022-05-03
1
-0/+14
*
gh-88097: doc: fix link to Py_Version (#92141)
Victor Stinner
2022-05-02
1
-1/+1
*
gh-89653: PEP 670: Amend docs (GH-91813)
Erlend Egeberg Aasland
2022-04-22
4
-17/+18
*
Docs: Clarify availability of PyOS_CheckStack (GH-91816)
Petr Viktorin
2022-04-22
1
-3/+3
*
gh-91768: C API no longer use "const PyObject*" type (#91769)
Victor Stinner
2022-04-21
1
-7/+12
*
GH-88116: Document that PyCodeNew is dangerous, and make PyCode_NewEmpty less...
Mark Shannon
2022-04-21
1
-6/+15
*
GH-88756: Update docs for PEP 523 eval function type. (GH-91788)
Mark Shannon
2022-04-21
1
-1/+4
*
bpo-40421: Cleanup PyFrame C API (GH-32417)
Victor Stinner
2022-04-19
1
-16/+2
*
gh-91118: Fix docstrings that do not honor --without-doc-strings (#31769)
Oleg Iarygin
2022-04-18
1
-4/+4
*
gh-90501: Add PyErr_GetHandledException and PyErr_SetHandledException (GH-30531)
Irit Katriel
2022-04-15
1
-4/+40
*
Add new PyFrame_GetLasti C-API function (GH-32413)
Mark Shannon
2022-04-08
1
-0/+11
*
c-api docs: There are five fields, not four (GH-32379)
Jelle Zijlstra
2022-04-07
1
-1/+1
*
bpo-47115: Document which parts of structs are in limited API/stable ABI (GH-...
Petr Viktorin
2022-04-06
1
-2/+4
*
Revert "bpo-46850: Move _PyEval_EvalFrameDefault() to internal C API (GH-3205...
Victor Stinner
2022-04-06
1
-10/+1
*
More minor fixes to C API docs (GH-31714)
Jelle Zijlstra
2022-04-02
5
-11/+9
*
More minor fixes to C API docs (GH-31525)
Jelle Zijlstra
2022-04-02
13
-29/+30
*
bpo-46850: Move _PyInterpreterState_SetEvalFrameFunc() to internal C API (GH-...
Victor Stinner
2022-04-01
1
-1/+10
*
bpo-40421: Add missing getters for frame object attributes to C-API. (GH-32114)
Mark Shannon
2022-03-31
1
-0/+35
*
bpo-47164: Add _PyCFunction_CAST() macro (GH-32192)
Victor Stinner
2022-03-31
1
-0/+3
*
bpo-47126: Update to canonical PEP URLs specified by PEP 676 (GH-32124)
Hugo van Kemenade
2022-03-30
1
-1/+1
*
bpo-42197: Don't create `f_locals` dictionary unless we actually need it. (GH...
Mark Shannon
2022-03-25
1
-0/+11
*
bpo-46836: Add Doc/c-api/frame.rst (GH-32051)
Victor Stinner
2022-03-23
4
-43/+49
*
bpo-46906: Mention native endian in PyFloat_Pack8() doc (GH-31866)
Victor Stinner
2022-03-14
1
-2/+6
*
bpo-46906: Add PyFloat_Pack8() to the C API (GH-31657)
Victor Stinner
2022-03-11
1
-0/+82
*
Add missing "to" to two tp_flags notes (GH-31624)
Brandt Bucher
2022-03-01
1
-2/+2
*
bpo-46836: Move PyFrameObject to pycore_frame.h (GH-31530)
Victor Stinner
2022-02-25
1
-2/+10
*
bpo-40421: Fix PyFrame_GetCode() documentation (GH-31535)
Victor Stinner
2022-02-23
1
-2/+2
*
Minor fixes to C API docs (GH-31501)
Jelle Zijlstra
2022-02-23
4
-24/+28
*
bpo-46613: Add PyType_GetModuleByDef to the public API (GH-31081)
Petr Viktorin
2022-02-11
1
-0/+17
*
bpo-46608: exclude marshalled-frozen data if deep-freezing to save 300 KB spa...
Kumar Aditya
2022-02-04
1
-0/+4
*
bpo-45459: Add Py_buffer to limited API (GH-29991)
Christian Heimes
2022-02-02
2
-6/+12
*
no-issue: Fix documentation typos. (GH-30576)
Piotr Fusik
2022-01-20
1
-1/+1
[next]