1. 512c57c Issue #27867: Function PySlice_GetIndicesEx() is replaced with a macro if by Serhiy Storchaka · 7 years ago
  2. b2a5be0 Issue #27867: Function PySlice_GetIndicesEx() is replaced with a macro if by Serhiy Storchaka · 7 years ago
  3. 3266500 Issue #23903: Added missed Windows-specific names to PC/python3.def. by Serhiy Storchaka · 7 years ago
  4. e721be1 Issue #23903: Added missed Windows-specific names to PC/python3.def. by Serhiy Storchaka · 7 years ago
  5. c70081c Issue #23903: Added missed names to PC/python3.def. by Serhiy Storchaka · 7 years ago
  6. 6664e8c Issue #23903: Added missed names to PC/python3.def. by Serhiy Storchaka · 7 years ago
  7. 26f15a4 Issue #23903: Fixed errors and remove non-existing names in python3.def. by Serhiy Storchaka · 7 years ago
  8. d54d3d3 Issue #23903: Fixed errors and remove non-existing names in python3.def. by Serhiy Storchaka · 7 years ago
  9. 0dc1fa6 Sort and remove duplicates from PC/python3.def (issue #23903). by Serhiy Storchaka · 7 years ago
  10. ab23347 Sort and remove duplicates from PC/python3.def (issue #23903). by Serhiy Storchaka · 7 years ago
  11. b4ce1fc Issue #5319: New Py_FinalizeEx() API to exit with status 120 on failure by Martin Panter · 8 years ago
  12. 06a6a83 Issue #16991: Use the correct version for master. by Eric Snow · 9 years ago
  13. 59b2f68 Merge from 3.5. by Eric Snow · 9 years ago
  14. f3b73ad Issue #16991: Add PyODict* to Windows builds. by Eric Snow · 9 years ago
  15. 7aa5341 Reverting my previous commit. by Yury Selivanov · 9 years ago
  16. 41a6a62 Update Windows build for 3.6 by Zachary Ware · 9 years ago
  17. 11d7b14 Issue #24268: Adds PyModuleDef_Init and PyModuleDef_Type to python3.def (stable ABI) by Steve Dower · 9 years ago
  18. 65e4cb1 Issue #22919: Windows build updated to support VC 14.0 (Visual Studio 2015), which will be used for the official 3.5 release. by Steve Dower · 10 years ago
  19. 0676a40 Issue #18711: Add a new `PyErr_FormatV` function, similar to `PyErr_Format` but accepting a `va_list` argument. by Antoine Pitrou · 10 years ago
  20. 6373ba5 Bump Windows build to 3.5 by Zachary Ware · 10 years ago
  21. 71d4e44 Add PyType_GetSlot to python3 def file. Patch courtesy Martin v. Löwis. by Larry Hastings · 10 years ago
  22. 6087646 Merge with 3.3: Issue #17432: Drop UCS2 from names of Unicode functions in python3.def. by Martin v. Löwis · 10 years ago
  23. 7476289 Issue #17432: Drop UCS2 from names of Unicode functions in python3.def. by Martin v. Löwis · 10 years ago
  24. 3ba3a3e Issue #15422: get rid of PyCFunction_New macro by Andrew Svetlov · 11 years ago
  25. 08a9012 Bump version to 3.4.0 alpha 0. by Georg Brandl · 12 years ago
  26. 75aeaa9 Issue #11626: Add _SizeT functions to stable ABI. by Martin v. Löwis · 12 years ago
  27. 9c56409 Issue #15146: Add PyType_FromSpecWithBases. Patch by Robin Schreiber. by Martin v. Löwis · 12 years ago
  28. 7800f75 Issue #15042: Add PyState_AddModule and PyState_RemoveModule. by Martin v. Löwis · 12 years ago
  29. 71219da More eol-style's by Antoine Pitrou · 13 years ago
  30. fa2c61a More automated version replacement. by Georg Brandl · 13 years ago
  31. 738236d Issue #11067: Add PyType_GetFlags, to support PyUnicode_Check in the limited ABI by Martin v. Löwis · 13 years ago
  32. d77520a Issue #11118: Fix bogus export of None in python3.dll. by Martin v. Löwis · 13 years ago
  33. c83bc3c Remove buffer API from stable ABI for now, see #10181. by Martin v. Löwis · 13 years ago
  34. 0d012f2 Expose CompileString, not CompileStringFlags under the limited API. by Martin v. Löwis · 13 years ago
  35. 4d0d471 Merge branches/pep-0384. by Martin v. Löwis · 13 years ago