COMMITS
/ Doc/data/refcounts.dat 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
December 3, 2007
C
Merged revisions 59275-59303 via svnmerge from
Christian Heimes committed
December 2, 2007
C
Merged revisions 59259-59274 via svnmerge from
Christian Heimes committed
October 19, 2007
G
Patch 1267 by Christian Heimes.
Guido van Rossum committed
August 19, 2007
N
Remove _PyObject_Del
Neal Norwitz committed
August 15, 2007
G
Move the 3k reST doc tree in place.
Georg Brandl committed