1. b4ce1fc Issue #5319: New Py_FinalizeEx() API to exit with status 120 on failure by Martin Panter · 9 years ago
  2. 06a6a83 Issue #16991: Use the correct version for master. by Eric Snow · 9 years ago
  3. 59b2f68 Merge from 3.5. by Eric Snow · 9 years ago
  4. f3b73ad Issue #16991: Add PyODict* to Windows builds. by Eric Snow · 9 years ago
  5. 7aa5341 Reverting my previous commit. by Yury Selivanov · 9 years ago
  6. 41a6a62 Update Windows build for 3.6 by Zachary Ware · 9 years ago
  7. 11d7b14 Issue #24268: Adds PyModuleDef_Init and PyModuleDef_Type to python3.def (stable ABI) by Steve Dower · 9 years ago
  8. 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
  9. 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
  10. 6373ba5 Bump Windows build to 3.5 by Zachary Ware · 11 years ago
  11. 71d4e44 Add PyType_GetSlot to python3 def file. Patch courtesy Martin v. Löwis. by Larry Hastings · 11 years ago
  12. 6087646 Merge with 3.3: Issue #17432: Drop UCS2 from names of Unicode functions in python3.def. by Martin v. Löwis · 11 years ago
  13. 7476289 Issue #17432: Drop UCS2 from names of Unicode functions in python3.def. by Martin v. Löwis · 11 years ago
  14. 3ba3a3e Issue #15422: get rid of PyCFunction_New macro by Andrew Svetlov · 12 years ago
  15. 08a9012 Bump version to 3.4.0 alpha 0. by Georg Brandl · 12 years ago
  16. 75aeaa9 Issue #11626: Add _SizeT functions to stable ABI. by Martin v. Löwis · 12 years ago
  17. 9c56409 Issue #15146: Add PyType_FromSpecWithBases. Patch by Robin Schreiber. by Martin v. Löwis · 12 years ago
  18. 7800f75 Issue #15042: Add PyState_AddModule and PyState_RemoveModule. by Martin v. Löwis · 12 years ago
  19. 71219da More eol-style's by Antoine Pitrou · 14 years ago
  20. fa2c61a More automated version replacement. by Georg Brandl · 14 years ago
  21. 738236d Issue #11067: Add PyType_GetFlags, to support PyUnicode_Check in the limited ABI by Martin v. Löwis · 14 years ago
  22. d77520a Issue #11118: Fix bogus export of None in python3.dll. by Martin v. Löwis · 14 years ago
  23. c83bc3c Remove buffer API from stable ABI for now, see #10181. by Martin v. Löwis · 14 years ago
  24. 0d012f2 Expose CompileString, not CompileStringFlags under the limited API. by Martin v. Löwis · 14 years ago
  25. 4d0d471 Merge branches/pep-0384. by Martin v. Löwis · 14 years ago