COMMITS
/ PC/python3.def June 8, 2020
V
bpo-40910: Export Py_GetArgcArgv() function (GH-20721)
Victor Stinner committed
May 19, 2020
P
Python 3.10.0a0 (GH-20198)
Pablo Galindo committed
April 29, 2020
V
bpo-40428: Remove PyTuple_ClearFreeList() function (GH-19769)
Victor Stinner committed
April 7, 2020
G
bpo-39481: Implementation for PEP 585 (#18239)
Guido van Rossum committed
February 7, 2020
V
bpo-38644: Add Py_EnterRecursiveCall() to python3.def (GH-18399)
Victor Stinner committed
November 23, 2019
V
bpo-38896: Remove PyUnicode_ClearFreeList() function (GH-17354)
Victor Stinner committed
August 25, 2019
N
bpo-37757: Disallow PEP 572 cases that expose implementation details (GH-15131)
Nick Coghlan committed
June 4, 2019
Ł
Bump to 3.9.0a0
Łukasz Langa committed
January 24, 2019
E
bpo-35224: PEP 572 Implementation (#10497)
Emily Morehouse committed
June 9, 2018
C
bpo-33738: Fix macros which contradict PEP 384 (GH-7477)
Christian Tismer committed
May 22, 2018
S
Add missed details of the C API introduced in 3.7. (GH-7047)
Serhiy Storchaka committed
January 31, 2018
N
Start of 3.8.0a0
Ned Deily committed
October 26, 2017
X
bpo-30697: Fix PyErr_NormalizeException() when no memory (GH-2327)
xdegaye committed
October 6, 2017
M
bpo-25658: Implement PEP 539 for Thread Specific Storage (TSS) API (GH-1362)
Masayuki Yamamoto committed
May 23, 2017
E
bpo-29102: Add a unique ID to PyInterpreterState. (#1639)
Eric Snow committed
January 25, 2017
S
Issue #27867: Function PySlice_GetIndicesEx() is deprecated and replaced with
Serhiy Storchaka committed
S
Issue #27867: Function PySlice_GetIndicesEx() is replaced with a macro if
Serhiy Storchaka committed
S
Issue #27867: Function PySlice_GetIndicesEx() is replaced with a macro if
Serhiy Storchaka committed
December 27, 2016
S
Issue #23903: Added missed Windows-specific names to PC/python3.def.
Serhiy Storchaka committed
S
Issue #23903: Added missed Windows-specific names to PC/python3.def.
Serhiy Storchaka committed
S
Issue #23903: Added missed Windows-specific names to PC/python3.def.
Serhiy Storchaka committed
S
Issue #23903: Added missed names to PC/python3.def.
Serhiy Storchaka committed
S
Issue #23903: Added missed names to PC/python3.def.
Serhiy Storchaka committed
S
Issue #23903: Added missed names to PC/python3.def.
Serhiy Storchaka committed
S
Issue #23903: Fixed errors and remove non-existing names in python3.def.
Serhiy Storchaka committed
S
Issue #23903: Fixed errors and remove non-existing names in python3.def.
Serhiy Storchaka committed
S
Issue #23903: Fixed errors and remove non-existing names in python3.def.
Serhiy Storchaka committed
December 23, 2016
S
Sort and remove duplicates from PC/python3.def (issue #23903).
Serhiy Storchaka committed
S
Sort and remove duplicates from PC/python3.def (issue #23903).
Serhiy Storchaka committed
S
Sort and remove duplicates from PC/python3.def (issue #23903).
Serhiy Storchaka committed
September 12, 2016
N
Bump to 3.7.0a0
Ned Deily committed
November 30, 2015
M
Issue #5319: New Py_FinalizeEx() API to exit with status 120 on failure
Martin Panter committed
May 30, 2015
E
Issue #16991: Use the correct version for master.
Eric Snow committed
E
Merge from 3.5.
Eric Snow committed
E
Issue #16991: Add PyODict* to Windows builds.
Eric Snow committed
Y
Reverting my previous commit.
Yury Selivanov committed
May 28, 2015
Z
Update Windows build for 3.6
Zachary Ware committed
May 23, 2015
S
Issue #24268: Adds PyModuleDef_Init and PyModuleDef_Type to python3.def (stable ABI)
Steve Dower committed
November 22, 2014
September 30, 2014
March 17, 2014
Z
Bump Windows build to 3.5
Zachary Ware committed
February 10, 2014
L
Add PyType_GetSlot to python3 def file. Patch courtesy Martin v. Löwis.
Larry Hastings committed
January 4, 2014
M
Merge with 3.3: Issue #17432: Drop UCS2 from names of Unicode functions in python3.def.
Martin v. Löwis committed
M
Issue #17432: Drop UCS2 from names of Unicode functions in python3.def.
Martin v. Löwis committed
December 25, 2012
A
Issue #15422: get rid of PyCFunction_New macro
Andrew Svetlov committed
September 29, 2012
G
Bump version to 3.4.0 alpha 0.
Georg Brandl committed
June 23, 2012
M
Issue #11626: Add _SizeT functions to stable ABI.
Martin v. Löwis committed
M
Issue #15146: Add PyType_FromSpecWithBases. Patch by Robin Schreiber.
Martin v. Löwis committed
June 22, 2012
M
Issue #15042: Add PyState_AddModule and PyState_RemoveModule.
Martin v. Löwis committed
February 25, 2011
A
More eol-style's
Antoine Pitrou committed