COMMITS
/ Doc/data/refcounts.dat November 27, 2022
M
bpo-43327: Fix the docs for PyImport_ImportFrozenModuleObject() (GH-24659)
Miss Islington (bot) committed
September 7, 2021
M
bpo-45123: PyAiter_Check and PyObject_GetAiter fix & rename. (GH-28194) (GH-28199)
Miss Islington (bot) committed
July 29, 2021
M
bpo-41103: Resurrect the old buffer protocol. (GH-27437) (GH-27441)
Miss Islington (bot) committed
June 28, 2021
M
bpo-40939: Remove documentation for `PyParser_*` & add porting notes (GH-26855) (GH-26898)
Miss Islington (bot) 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
October 31, 2012
A
Merge: Remove already dropped function PySys_GetFile from documentation.
Andrew Svetlov committed
A
Remove already dropped function PySys_GetFile from documentation.
Andrew Svetlov committed
November 25, 2011
A
PEP 3155 / issue #13448: Qualified name for classes and functions.
Antoine Pitrou committed
October 23, 2011
P
Add the green "New reference" note to the doc of PyException_GetTraceback()
Petri Lehtinen committed
October 21, 2010
A
Issue #10089: Add support for arbitrary -X options on the command-line.
Antoine Pitrou committed
June 27, 2010
M
Issue #9089: PyNumber_Int is no more. Remove it from the docs.
Mark Dickinson committed
April 11, 2010
February 3, 2010
December 28, 2009
G
Merged revisions 77088 via svnmerge from
Georg Brandl committed
May 5, 2009
B
add a replacement API for PyCObject, PyCapsule #5630
Benjamin Peterson committed
January 3, 2009
M
Merged revisions 68203 via svnmerge from
Martin v. Löwis committed
July 2, 2008
A
#3247: get rid of Py_FindMethods
Amaury Forgeot d'Arc committed