summaryrefslogtreecommitdiff
path: root/PC/python3.def
Commit message (Expand)AuthorAgeFilesLines
* [3.7] Add missed details of the C API introduced in 3.7. (GH-7047) (GH-7061)Serhiy Storchaka2018-05-221-0/+2
* bpo-30697: Fix PyErr_NormalizeException() when no memory (GH-2327)xdegaye2017-10-261-1/+0
* bpo-25658: Implement PEP 539 for Thread Specific Storage (TSS) API (GH-1362)Masayuki Yamamoto2017-10-061-0/+7
* bpo-29102: Add a unique ID to PyInterpreterState. (#1639)Eric Snow2017-05-221-0/+1
* Issue #27867: Function PySlice_GetIndicesEx() is deprecated and replaced withSerhiy Storchaka2017-01-251-0/+2
|\
| * Issue #27867: Function PySlice_GetIndicesEx() is replaced with a macro ifSerhiy Storchaka2017-01-251-0/+2
| |\
| | * Issue #27867: Function PySlice_GetIndicesEx() is replaced with a macro ifSerhiy Storchaka2017-01-251-0/+2
* | | Issue #23903: Added missed Windows-specific names to PC/python3.def.Serhiy Storchaka2016-12-271-0/+13
|\ \ \ | |/ /
| * | Issue #23903: Added missed Windows-specific names to PC/python3.def.Serhiy Storchaka2016-12-271-0/+13
| |\ \ | | |/
| | * Issue #23903: Added missed Windows-specific names to PC/python3.def.Serhiy Storchaka2016-12-271-0/+13
* | | Issue #23903: Added missed names to PC/python3.def.Serhiy Storchaka2016-12-271-0/+64
|\ \ \ | |/ /
| * | Issue #23903: Added missed names to PC/python3.def.Serhiy Storchaka2016-12-271-0/+64
| |\ \ | | |/
| | * Issue #23903: Added missed names to PC/python3.def.Serhiy Storchaka2016-12-271-0/+59
* | | Issue #23903: Fixed errors and remove non-existing names in python3.def.Serhiy Storchaka2016-12-271-5/+3
|\ \ \ | |/ /
| * | Issue #23903: Fixed errors and remove non-existing names in python3.def.Serhiy Storchaka2016-12-271-5/+3
| |\ \ | | |/
| | * Issue #23903: Fixed errors and remove non-existing names in python3.def.Serhiy Storchaka2016-12-271-5/+3
* | | Sort and remove duplicates from PC/python3.def (issue #23903).Serhiy Storchaka2016-12-231-25/+24
|\ \ \ | |/ /
| * | Sort and remove duplicates from PC/python3.def (issue #23903).Serhiy Storchaka2016-12-231-25/+24
| |\ \ | | |/
| | * Sort and remove duplicates from PC/python3.def (issue #23903).Serhiy Storchaka2016-12-231-25/+24
* | | Bump to 3.7.0a0Ned Deily2016-09-121-710/+710
|/ /
* | Issue #5319: New Py_FinalizeEx() API to exit with status 120 on failureMartin Panter2015-11-301-0/+1
* | Issue #16991: Use the correct version for master.Eric Snow2015-05-301-8/+8
* | Merge from 3.5.Eric Snow2015-05-301-0/+8
|\ \ | |/
| * Issue #16991: Add PyODict* to Windows builds.Eric Snow2015-05-301-0/+8
| * Reverting my previous commit.Yury Selivanov2015-05-301-701/+701
|/
* Update Windows build for 3.6Zachary Ware2015-05-281-701/+701
* Issue #24268: Adds PyModuleDef_Init and PyModuleDef_Type to python3.def (stab...Steve Dower2015-05-231-0/+2
* Issue #22919: Windows build updated to support VC 14.0 (Visual Studio 2015), ...Steve Dower2014-11-221-1/+2
* Issue #18711: Add a new `PyErr_FormatV` function, similar to `PyErr_Format` b...Antoine Pitrou2014-09-301-0/+1
* Bump Windows build to 3.5Zachary Ware2014-03-171-699/+699
* Add PyType_GetSlot to python3 def file. Patch courtesy Martin v. Löwis.Larry Hastings2014-02-101-0/+1
* Merge with 3.3: Issue #17432: Drop UCS2 from names of Unicode functions in py...Martin v. Löwis2014-01-041-62/+62
|\
| * Issue #17432: Drop UCS2 from names of Unicode functions in python3.def.Martin v. Löwis2014-01-041-62/+62
* | Issue #15422: get rid of PyCFunction_New macroAndrew Svetlov2012-12-251-0/+1
* | Bump version to 3.4.0 alpha 0.Georg Brandl2012-09-291-697/+697
|/
* Issue #11626: Add _SizeT functions to stable ABI.Martin v. Löwis2012-06-241-0/+6
* Issue #15146: Add PyType_FromSpecWithBases. Patch by Robin Schreiber.Martin v. Löwis2012-06-231-0/+2
* Issue #15042: Add PyState_AddModule and PyState_RemoveModule.Martin v. Löwis2012-06-221-0/+2
* More eol-style'sAntoine Pitrou2011-02-251-689/+689
* More automated version replacement.Georg Brandl2011-02-201-687/+687
* Issue #11067: Add PyType_GetFlags, to support PyUnicode_CheckMartin v. Löwis2011-02-051-0/+1
* Issue #11118: Fix bogus export of None in python3.dll.Martin v. Löwis2011-02-041-1/+1
* Remove buffer API from stable ABI for now, see #10181.Martin v. Löwis2011-01-061-10/+0
* Expose CompileString, not CompileStringFlags under theMartin v. Löwis2010-12-041-1/+1
* Merge branches/pep-0384.Martin v. Löwis2010-12-031-0/+698