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
*
Fix macro expansions in critical section docs (#127226)
da-woods
2024-11-24
1
-2/+2
*
Doc: C API: Fix `Py_NewInterpreterFromConfig` example code (#126667)
Richard Hansen
2024-11-23
1
-1/+5
*
Doc: C API: `PyThreadState::on_delete` was removed in v3.13 (#126536)
Richard Hansen
2024-11-20
1
-0/+3
*
Python 3.14.0a2
v3.14.0a2
Hugo van Kemenade
2024-11-19
2
-4/+4
*
gh-125063: marshal: Add version 5, improve documentation (GH-126829)
Petr Viktorin
2024-11-15
1
-4/+5
*
gh-123619: Add an unstable C API function for enabling deferred reference cou...
Peter Bierma
2024-11-13
1
-0/+24
*
gh-126061: Add PyLong_IsPositive/Zero/Negative() functions (#126065)
RUANG (James Roy)
2024-11-12
1
-0/+33
*
Doc: C API: Demote sections to subsections for consistency (#126535)
Richard Hansen
2024-11-07
1
-7/+7
*
Doc: C API: Delete claim that `PyObject_Init` is GC-aware (#126418)
Richard Hansen
2024-11-05
1
-4/+2
*
gh-120026: soft deprecate Py_HUGE_VAL macro (#120027)
Sergey B Kirpichev
2024-11-01
1
-1/+1
*
gh-125674: Doc: Fix type of `newfunc` first parameter (GH-125675)
Richard Hansen
2024-10-30
1
-2/+2
*
gh-121654: Add PyType_Freeze() function (#122457)
Victor Stinner
2024-10-25
1
-0/+14
*
Doc: C API: Move `tp_dealloc` paragraph to `tp_dealloc` section (#125737)
Richard Hansen
2024-10-21
1
-11/+13
*
gh-125313: Prefer `sys.base_*` paths in `Py_Get(Exec)Prefix` deprecation note...
Y5
2024-10-21
1
-4/+7
*
Doc: Fix typos (#125728)
ember91
2024-10-21
3
-3/+3
*
gh-124872: Replace enter/exit events with "switched" (#125532)
Kirill Podoprigora
2024-10-16
1
-10/+4
*
Python 3.14.0a1
v3.14.0a1
Hugo van Kemenade
2024-10-15
3
-5/+5
*
gh-125512: Revert "gh-124872: Replace enter/exit events with "switched" (#124...
Kirill Podoprigora
2024-10-15
1
-4/+10
*
gh-125517: Fix unreachable code warnings in `_testembed.c` (#125518)
sobolevn
2024-10-15
1
-6/+10
*
gh-125234: Make PyInitConfig_Free(NULL) a no-op (#125266)
RUANG (Roy James)
2024-10-15
1
-0/+2
*
gh-124872: Replace enter/exit events with "switched" (#124776)
Richard Hansen
2024-10-14
1
-10/+4
*
gh-101291: Add versionadded directives for PyUnstable_Long_* (#125384)
Sergey B Kirpichev
2024-10-13
1
-0/+5
*
gh-124872: Change PyContext_WatchCallback to take PyObject (#124737)
Richard Hansen
2024-10-12
1
-1/+1
*
gh-124872: Refine contextvars documentation (#124773)
Richard Hansen
2024-10-09
1
-7/+13
*
gh-125196: PyUnicodeWriter_Discard(NULL) does nothing (#125222)
Victor Stinner
2024-10-09
1
-0/+2
*
gh-101100: Consolidate documentation on `ModuleType` attributes (#124709)
Alex Waygood
2024-10-09
2
-23/+25
*
bpo-34206: Improve docs and test coverage for pre-init functions (#8023)
Alyssa Coghlan
2024-10-08
3
-69/+146
*
gh-70870: Clarify dual usage of 'free variable' (#122545)
Alyssa Coghlan
2024-10-08
1
-3/+6
*
gh-124502: Add PyUnicode_Equal() function (#124504)
Victor Stinner
2024-10-07
1
-0/+25
*
gh-124182: Explain naming rules for struct sequence types (#124335)
ffelixg
2024-10-07
1
-1/+2
*
gh-115145: Update documentation about ``PyThreadState_DeleteCurrent`` (gh-124...
Donghee Na
2024-10-03
1
-1/+1
*
gh-87135: Hang non-main threads that attempt to acquire the GIL during finali...
Jeremy Maitin-Shepard
2024-10-02
1
-16/+60
*
gh-107954: Fix configuration type for the perf profiler (#124636)
Pablo Galindo Salgado
2024-09-27
1
-8/+13
*
gh-124385: Document and soft-deprecate PyLong_AS_LONG (GH-124386)
Petr Viktorin
2024-09-27
1
-1/+10
*
doc: PyUnicode_AsUTF8String() fails if string contains surrogates (#124605)
Victor Stinner
2024-09-27
1
-3/+10
*
GH-95079: document error behaviour for some unicode C APIs (#95080)
Max Bachmann
2024-09-27
1
-0/+9
*
gh-121277: Allow `.. versionadded:: next` in docs (GH-121278)
Petr Viktorin
2024-09-25
2
-2/+2
*
gh-101100: Add a table of class attributes to the "Custom classes" section of...
Alex Waygood
2024-09-25
4
-22/+24
*
gh-119333: Add C api to have contextvar enter/exit callbacks (#119335)
Jason Fried
2024-09-24
1
-0/+46
*
GH-109975: Copyedit 3.13 What's New: C API (#124313)
Adam Turner
2024-09-23
2
-5/+7
*
gh-118915: Add/fix docs entries for some new 3.13 C API (GH-124134)
Petr Viktorin
2024-09-18
4
-3/+38
*
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
[next]