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-39573: Fix bad copy-paste in Py_SET_SIZE (GH-18496)
Brandt Bucher
2020-02-13
1
-1/+1
*
bpo-39500: Document PyUnicode_IsIdentifier() function (GH-18397)
Victor Stinner
2020-02-11
1
-0/+10
*
bpo-38374: Remove weakref.ReferenceError from docs (GH-18452)
Roger Hurwitz
2020-02-11
1
-3/+0
*
Correct the documented default encoding (GH-18429)
Eric Wieser
2020-02-10
1
-1/+1
*
bpo-39573: Add Py_SET_SIZE() function (GH-18400)
Victor Stinner
2020-02-07
1
-0/+7
*
bpo-39573: Add Py_SET_TYPE() function (GH-18394)
Victor Stinner
2020-02-07
1
-0/+7
*
bpo-39573: Add Py_SET_REFCNT() function (GH-18389)
Victor Stinner
2020-02-07
1
-0/+7
*
bpo-39245: Make Vectorcall C API public (GH-17893)
Petr Viktorin
2020-02-06
2
-51/+58
*
bpo-39542: Convert PyType_Check() to static inline function (GH-18364)
Victor Stinner
2020-02-05
1
-6/+6
*
bpo-39489: Remove COUNT_ALLOCS special build (GH-18259)
Victor Stinner
2020-02-03
2
-42/+4
*
bpo-39511: PyThreadState_Clear() calls on_delete (GH-18296)
Victor Stinner
2020-02-01
1
-0/+4
*
bpo-38631: Replace Py_FatalError() with assert() in ceval.c (GH-18279)
Victor Stinner
2020-01-30
1
-1/+1
*
bpo-39153: Clarify C API *SetItem refcounting semantics (GH-18220)
Joannah Nanjekye
2020-01-29
3
-6/+9
*
bpo-39429: Add a new "Python Development Mode" doc page (GH-18132)
Victor Stinner
2020-01-24
1
-1/+1
*
PyLong_AsLongLong() docs should say 'long long' (#18082)
Keith Erskine
2020-01-21
1
-1/+1
*
bpo-39161: Document multi-phase init modules under Py_NewInterpreter() (GH-17...
Petr Viktorin
2020-01-09
1
-17/+35
*
bpo-39136: Fixed typos (GH-17720)
Gurupad Hegde
2019-12-28
3
-3/+3
*
Fix the miscellaneous typo (GH-17700)
cocoatomo
2019-12-25
1
-1/+1
*
Minor C API documentation improvements. (GH-17696)
William Ayd
2019-12-25
1
-1/+1
*
bpo-27961: Replace PY_ULLONG_MAX with ULLONG_MAX (GH-17539)
Sergey Fedoseev
2019-12-09
1
-1/+1
*
bpo-39008: Require Py_ssize_t for PySys_Audit formats rather than raise a dep...
Steve Dower
2019-12-09
1
-0/+8
*
bpo-27961: Replace PY_LLONG_MAX, PY_LLONG_MIN and PY_ULLONG_MAX with standard...
Sergey Fedoseev
2019-12-05
1
-2/+2
*
bpo-38892: Improve docs for audit event (GH-17361)
Terry Jan Reedy
2019-11-26
1
-11/+12
*
bpo-38896: Remove PyUnicode_ClearFreeList() function (GH-17354)
Victor Stinner
2019-11-23
1
-5/+0
*
Fix quoted signature of setattrofunc (GH-17251)
Alex
2019-11-22
1
-1/+1
*
Fixed an incorrect sentence in the docs (GH-17205)
Aveheuzed
2019-11-21
1
-2/+1
*
bpo-38650: Constify PyStructSequence_UnnamedField. (GH-17005)
Serhiy Storchaka
2019-11-16
1
-1/+4
*
bpo-38816: Add notes in the C-API docs about fork in subinterpreters. (GH-17176)
Eric Snow
2019-11-15
2
-1/+40
*
bpo-36974: expand call protocol documentation (GH-13844)
Jeroen Demeyer
2019-11-12
7
-288/+462
*
bpo-38733: PyErr_Occurred() caller must hold the GIL (GH-17080)
Victor Stinner
2019-11-07
1
-0/+2
*
bpo-37645: add new function _PyObject_FunctionStr() (GH-14890)
Jeroen Demeyer
2019-11-05
1
-0/+1
*
bpo-38644: Add Py_EnterRecursiveCall() to the limited API (GH-17046)
Victor Stinner
2019-11-04
1
-3/+9
*
bpo-38159: Clarify documentation of PyState_AddModule (GH-16101)
Petr Viktorin
2019-11-01
1
-0/+11
*
bpo-38600: NULL -> ``NULL``. (GH-17001)
Serhiy Storchaka
2019-10-30
19
-55/+55
*
bpo-38600: Change the mark up of NULL in the C API documentation. (GH-16950)
Serhiy Storchaka
2019-10-30
46
-664/+664
*
bpo-38434: Fixes some audit event documentation (GH-16932)
Steve Dower
2019-10-26
2
-3/+10
*
bpo-38557: Improve documentation for list and tuple C API. (GH-16925)
Serhiy Storchaka
2019-10-26
2
-12/+18
*
bpo-38266: Revert bpo-37878: Make PyThreadState_DeleteCurrent() Internal (GH-...
Joannah Nanjekye
2019-10-04
1
-0/+8
*
bpo-38304: PyConfig_InitPythonConfig() cannot fail anymore (GH-16509)
Victor Stinner
2019-10-01
1
-25/+10
*
bpo-38304: Remove PyConfig.struct_size (GH-16500) (GH-16508)
Victor Stinner
2019-10-01
1
-36/+3
*
bpo-38317: Fix PyConfig.warnoptions priority (GH-16478)
Victor Stinner
2019-09-29
1
-1/+7
*
bpo-38304: Add PyConfig.struct_size (GH-16451)
Victor Stinner
2019-09-28
1
-5/+39
*
bpo-38206: Clarify tp_dealloc requirements for heap allocated types. (GH-16248)
Ammar Askar
2019-09-27
2
-5/+22
*
bpo-38234: Complete init config documentation (GH-16404)
Victor Stinner
2019-09-26
1
-23/+37
*
bpo-38234: Add test_init_setpath_config() to test_embed (GH-16402)
Victor Stinner
2019-09-26
1
-5/+14
*
bpo-38140: Document offsets in PyMemberDef (GH-16354)
Petr Viktorin
2019-09-25
2
-1/+17
*
bpo-38234: Py_SetPath() uses the program full path (GH-16357)
Victor Stinner
2019-09-24
1
-2/+6
*
bpo-38236: Dump path config at first import error (GH-16300)
Victor Stinner
2019-09-23
1
-1/+11
*
bpo-38140: Make dict and weakref offsets opaque for C heap types (#16076)
Eddie Elizondo
2019-09-19
1
-2/+1
*
bpo38158: Removing nonexistant member "doc" from PyType_Spec documentation (G...
t k
2019-09-15
1
-4/+0
[next]