COMMITS
/ PC/python3.def 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
February 20, 2011
G
More automated version replacement.
Georg Brandl committed
February 5, 2011
M
Issue #11067: Add PyType_GetFlags, to support PyUnicode_Check
Martin v. Löwis committed
February 4, 2011
M
Issue #11118: Fix bogus export of None in python3.dll.
Martin v. Löwis committed
January 6, 2011
M
Remove buffer API from stable ABI for now, see #10181.
Martin v. Löwis committed
December 4, 2010
M
Expose CompileString, not CompileStringFlags under the
Martin v. Löwis committed
December 3, 2010
M
Merge branches/pep-0384.
Martin v. Löwis committed