41 Commits (bf623ae8843dc30b28c574bec8d29fc14be59d86)

Author SHA1 Message Date
Serhiy Storchaka b2a5be0763 Issue #27867: Function PySlice_GetIndicesEx() is replaced with a macro if 9 years ago
Serhiy Storchaka e721be1faa Issue #23903: Added missed Windows-specific names to PC/python3.def. 9 years ago
Serhiy Storchaka 6664e8c741 Issue #23903: Added missed names to PC/python3.def. 9 years ago
Serhiy Storchaka d54d3d3d90 Issue #23903: Fixed errors and remove non-existing names in python3.def. 9 years ago
Serhiy Storchaka ab23347916 Sort and remove duplicates from PC/python3.def (issue #23903). 9 years ago
Ned Deily 4829bc6619 Bump to 3.7.0a0 9 years ago
Martin Panter b4ce1fc31b Issue #5319: New Py_FinalizeEx() API to exit with status 120 on failure 10 years ago
Eric Snow 06a6a83826 Issue #16991: Use the correct version for master. 11 years ago
Eric Snow f3b73ad51d Issue #16991: Add PyODict* to Windows builds. 11 years ago
Yury Selivanov 7aa5341164 Reverting my previous commit. 11 years ago
Zachary Ware 41a6a625d4 Update Windows build for 3.6 11 years ago
Steve Dower 11d7b1423f Issue #24268: Adds PyModuleDef_Init and PyModuleDef_Type to python3.def (stable ABI) 11 years ago
Steve Dower 65e4cb10d9 Issue #22919: Windows build updated to support VC 14.0 (Visual Studio 2015), which will be used for the official 3.5 release. 11 years ago
Antoine Pitrou 0676a406bf Issue #18711: Add a new `PyErr_FormatV` function, similar to `PyErr_Format` but accepting a `va_list` argument. 11 years ago
Zachary Ware 6373ba5199 Bump Windows build to 3.5 12 years ago
Larry Hastings 71d4e44fd7 Add PyType_GetSlot to python3 def file. Patch courtesy Martin v. Löwis. 12 years ago
Martin v. Löwis 7476289873 Issue #17432: Drop UCS2 from names of Unicode functions in python3.def. 12 years ago
Andrew Svetlov 3ba3a3ee56 Issue #15422: get rid of PyCFunction_New macro 13 years ago
Georg Brandl 08a9012352 Bump version to 3.4.0 alpha 0. 13 years ago
Martin v. Löwis 75aeaa9b18 Issue #11626: Add _SizeT functions to stable ABI. 14 years ago
Martin v. Löwis 9c56409d33 Issue #15146: Add PyType_FromSpecWithBases. Patch by Robin Schreiber. 14 years ago
Martin v. Löwis 7800f75827 Issue #15042: Add PyState_AddModule and PyState_RemoveModule. 14 years ago
Georg Brandl 49857f8a93 Add updated .hgeol file and fix newlines in the 3.2 branch. 15 years ago
Antoine Pitrou 71219dad3e More eol-style's 15 years ago
Georg Brandl fa2c61a222 More automated version replacement. 15 years ago
Martin v. Löwis 738236dbd6 Issue #11067: Add PyType_GetFlags, to support PyUnicode_Check 15 years ago
Martin v. Löwis d77520a426 Issue #11118: Fix bogus export of None in python3.dll. 15 years ago
Martin v. Löwis c83bc3c1fb Remove buffer API from stable ABI for now, see #10181. 15 years ago
Martin v. Löwis 0d012f284b Expose CompileString, not CompileStringFlags under the 15 years ago
Martin v. Löwis 4d0d471a80 Merge branches/pep-0384. 15 years ago