COMMITS
/ Doc/data/refcounts.dat June 21, 2023
V
gh-105927: Add PyWeakref_GetRef() function (#105932)
Victor Stinner committed
June 20, 2023
V
Add Py_TYPE() to Doc/data/refcounts.dat (#105949)
Victor Stinner committed
V
gh-105922: Add PyImport_AddModuleRef() function (#105923)
Victor Stinner committed
June 2, 2023
I
gh-85275: Remove old buffer APIs (#105137)
Inada Naoki committed
June 1, 2023
V
gh-105182: Remove PyEval_AcquireLock() and PyEval_InitThreads() (#105183)
Victor Stinner committed
V
gh-105156: Cleanup usage of old Py_UNICODE type (#105158)
Victor Stinner committed
February 21, 2023
E
gh-101578: Amend exception docs (#102057)
Erlend E. Aasland committed
February 19, 2023
E
gh-101578: Amend PyErr_{Set,Get}RaisedException docs (#101962)
Erlend E. Aasland committed
November 27, 2022
Z
bpo-43327: Fix the docs for PyImport_ImportFrozenModuleObject() (#24659)
Zackery Spytz committed
August 24, 2022
P
GH-93503: Add thread-specific APIs to set profiling and tracing functions in the C-API (#93504)
Pablo Galindo Salgado committed
September 7, 2021
Y
bpo-45123: PyAiter_Check and PyObject_GetAiter fix & rename. (GH-28194)
Yury Selivanov committed
August 17, 2021
July 29, 2021
I
bpo-41103: Resurrect the old buffer protocol. (GH-27437)
Inada Naoki committed
H
bpo-42035: Add a PyType_GetName() to get type's short name. (GH-23903)
Hai Shi committed
June 24, 2021
P
bpo-40939: Remove documentation for `PyParser_*` & add porting notes (GH-26855)
Petr Viktorin committed
May 7, 2021
I
bpo-44029: Remove Py_UNICODE APIs (GH-25881)
Inada Naoki committed
March 23, 2021
P
bpo-31861: Complete the C-API docs for PyObject_GetAiter and PyAiter_Check (GH-25004)
Pablo Galindo committed
November 9, 2020
V
bpo-42294: Add borrowed/strong reference to doc glossary (GH-23206)
Victor Stinner committed
October 12, 2020
V
Delete PyGen_Send (#22663)
Vladimir Matveev committed
October 10, 2020
V
bpo-41756: Add PyIter_Send function (#22443)
Vladimir Matveev committed
September 19, 2020
V
bpo-41756: Introduce PyGen_Send C API (GH-22196)
Vladimir Matveev committed
September 9, 2020
June 30, 2020
I
bpo-41123: Remove PyUnicode_AsUnicodeCopy (GH-21209)
Inada Naoki committed
June 29, 2020
I
bpo-41123: Remove PyLong_FromUnicode() (GH-21204)
Inada Naoki committed
June 25, 2020
I
bpo-41103: Remove old buffer protocol support (#21117)
Inada Naoki committed
March 17, 2020
Z
bpo-39973: Fix the docs for PyObject_GenericSetDict() (GH-19026)
Zackery Spytz committed
November 22, 2019
V
bpo-38858: new_interpreter() reuses pycore_init_builtins() (GH-17351)
Victor Stinner committed
August 26, 2019
S
Fix typo: Pyssize_t => Py_ssize_t (GH-15411)
Sergey Fedoseev committed
July 1, 2019
May 28, 2019
P
bpo-36540: Documentation for PEP570 - Python positional only arguments (#13202)
Pablo Galindo committed
May 13, 2019
E
bpo-36783: Add new references for C API Documentation changes (GH-13204)
Edison A committed
December 20, 2018
S
bpo-18085: Update refcounts.dat. (GH-11247)
Serhiy Storchaka committed
December 19, 2018
December 17, 2018
S
bpo-35475: Add more PyImport* functions in refcounts.dat. (GH-11142)
Serhiy Storchaka committed
May 22, 2018
S
Add missed details of the C API introduced in 3.7. (GH-7047)
Serhiy Storchaka committed
M
Add PyThread_tss_* to Doc/data/refcounts.dat. (GH-7038)
Masayuki Yamamoto committed
January 24, 2018
P
bpo-10381: Add timezone to datetime C API (#5032)
Paul Ganssle committed
June 1, 2017
E
Mark PyDict_GetItemWithError() as returning a borrowed reference. (#1818)
Eric Snow committed
June 9, 2016
B
Issue #27186: Document PyOS_FSPath().
Brett Cannon committed
June 22, 2015
Y
Issue #24400: Introduce a distinct type for 'async def' coroutines.
Yury Selivanov committed
September 30, 2014
February 10, 2014
L
Issue #20517: Removed unnecessary new (short-lived) functions from PyErr.
Larry Hastings committed
L
Issue #20517: Functions in the os module that accept two filenames
Larry Hastings committed
October 19, 2013
S
Issue #1772673: The type of `char*` arguments now changed to `const char*`.
Serhiy Storchaka committed
July 11, 2013
S
Issue #18085: Add missed const modifier for some entries in refcounts.dat.
Serhiy Storchaka committed
S
Issue #18085: Add missed const modifier for some entries in refcounts.dat.
Serhiy Storchaka committed
May 28, 2013
S
Issue #18085: Fix PyObject_CallMethodObjArgs()'s entry in refcounts.dat.
Serhiy Storchaka committed
S
Issue #18085: Fix PyObject_CallMethodObjArgs()'s entry in refcounts.dat.
Serhiy Storchaka committed
May 29, 2013
S
Issue #9369: The types of `char*` arguments of PyObject_CallFunction() and
Serhiy Storchaka committed
March 8, 2013
B
Add PyDict_SetDefault. (closes #17327)
Benjamin Peterson committed