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