1. 8f59ee0 bpo-35224: PEP 572 Implementation (#10497) by Emily Morehouse · 6 years ago
  2. ea62ce7 bpo-33738: Fix macros which contradict PEP 384 (GH-7477) by Christian Tismer · 6 years ago
  3. 4e29f56 Add missed details of the C API introduced in 3.7. (GH-7047) by Serhiy Storchaka · 6 years ago
  4. 5489bda Start of 3.8.0a0 by Ned Deily · 7 years ago
  5. 56d1f5c bpo-30697: Fix PyErr_NormalizeException() when no memory (GH-2327) by xdegaye · 7 years ago
  6. 731e189 bpo-25658: Implement PEP 539 for Thread Specific Storage (TSS) API (GH-1362) by Masayuki Yamamoto · 7 years ago
  7. e377416 bpo-29102: Add a unique ID to PyInterpreterState. (#1639) by Eric Snow · 7 years ago
  8. 6e08baf Issue #27867: Function PySlice_GetIndicesEx() is deprecated and replaced with by Serhiy Storchaka · 8 years ago
  9. 512c57c Issue #27867: Function PySlice_GetIndicesEx() is replaced with a macro if by Serhiy Storchaka · 8 years ago
  10. b2a5be0 Issue #27867: Function PySlice_GetIndicesEx() is replaced with a macro if by Serhiy Storchaka · 8 years ago
  11. 683cb83 Issue #23903: Added missed Windows-specific names to PC/python3.def. by Serhiy Storchaka · 8 years ago
  12. 3266500 Issue #23903: Added missed Windows-specific names to PC/python3.def. by Serhiy Storchaka · 8 years ago
  13. e721be1 Issue #23903: Added missed Windows-specific names to PC/python3.def. by Serhiy Storchaka · 8 years ago
  14. fd54a74 Issue #23903: Added missed names to PC/python3.def. by Serhiy Storchaka · 8 years ago
  15. c70081c Issue #23903: Added missed names to PC/python3.def. by Serhiy Storchaka · 8 years ago
  16. 6664e8c Issue #23903: Added missed names to PC/python3.def. by Serhiy Storchaka · 8 years ago
  17. b6dc37e Issue #23903: Fixed errors and remove non-existing names in python3.def. by Serhiy Storchaka · 8 years ago
  18. 26f15a4 Issue #23903: Fixed errors and remove non-existing names in python3.def. by Serhiy Storchaka · 8 years ago
  19. d54d3d3 Issue #23903: Fixed errors and remove non-existing names in python3.def. by Serhiy Storchaka · 8 years ago
  20. 1dd8101 Sort and remove duplicates from PC/python3.def (issue #23903). by Serhiy Storchaka · 8 years ago
  21. 0dc1fa6 Sort and remove duplicates from PC/python3.def (issue #23903). by Serhiy Storchaka · 8 years ago
  22. ab23347 Sort and remove duplicates from PC/python3.def (issue #23903). by Serhiy Storchaka · 8 years ago
  23. 4829bc6 Bump to 3.7.0a0 by Ned Deily · 8 years ago
  24. b4ce1fc Issue #5319: New Py_FinalizeEx() API to exit with status 120 on failure by Martin Panter · 9 years ago
  25. 06a6a83 Issue #16991: Use the correct version for master. by Eric Snow · 9 years ago
  26. 59b2f68 Merge from 3.5. by Eric Snow · 9 years ago
  27. f3b73ad Issue #16991: Add PyODict* to Windows builds. by Eric Snow · 9 years ago
  28. 7aa5341 Reverting my previous commit. by Yury Selivanov · 9 years ago
  29. 41a6a62 Update Windows build for 3.6 by Zachary Ware · 9 years ago
  30. 11d7b14 Issue #24268: Adds PyModuleDef_Init and PyModuleDef_Type to python3.def (stable ABI) by Steve Dower · 9 years ago
  31. 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
  32. 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
  33. 6373ba5 Bump Windows build to 3.5 by Zachary Ware · 10 years ago
  34. 71d4e44 Add PyType_GetSlot to python3 def file. Patch courtesy Martin v. Löwis. by Larry Hastings · 10 years ago
  35. 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
  36. 7476289 Issue #17432: Drop UCS2 from names of Unicode functions in python3.def. by Martin v. Löwis · 11 years ago
  37. 3ba3a3e Issue #15422: get rid of PyCFunction_New macro by Andrew Svetlov · 12 years ago
  38. 08a9012 Bump version to 3.4.0 alpha 0. by Georg Brandl · 12 years ago
  39. 75aeaa9 Issue #11626: Add _SizeT functions to stable ABI. by Martin v. Löwis · 12 years ago
  40. 9c56409 Issue #15146: Add PyType_FromSpecWithBases. Patch by Robin Schreiber. by Martin v. Löwis · 12 years ago
  41. 7800f75 Issue #15042: Add PyState_AddModule and PyState_RemoveModule. by Martin v. Löwis · 12 years ago
  42. 71219da More eol-style's by Antoine Pitrou · 13 years ago
  43. fa2c61a More automated version replacement. by Georg Brandl · 13 years ago
  44. 738236d Issue #11067: Add PyType_GetFlags, to support PyUnicode_Check in the limited ABI by Martin v. Löwis · 14 years ago
  45. d77520a Issue #11118: Fix bogus export of None in python3.dll. by Martin v. Löwis · 14 years ago
  46. c83bc3c Remove buffer API from stable ABI for now, see #10181. by Martin v. Löwis · 14 years ago
  47. 0d012f2 Expose CompileString, not CompileStringFlags under the limited API. by Martin v. Löwis · 14 years ago
  48. 4d0d471 Merge branches/pep-0384. by Martin v. Löwis · 14 years ago