Python 3.13.0
  1. 09aecb6 [3.13] gh-124487: Update Windows API version to Windows 8.1 (GH-124676) (#124702) by Miss Islington (bot) · 11 months ago
  2. 447e07a [3.13] gh-119521: Rename IncompleteInputError to _IncompleteInputError and remove from public API/ABI (GH-119680, GH-120955) (GH-120944) by Miss Islington (bot) · 1 year, 2 months ago
  3. fbdff38 gh-119679: Fix layout of PYD and DLL files on Windows when using PC/layout script (GH-120133) by Miss Islington (bot) · 1 year, 2 months ago
  4. 671b740 gh-119679: Ensures correct import libraries are included in Windows install packages (GH-119790) by Miss Islington (bot) · 1 year, 3 months ago
  5. c3cfc04 gh-119070: Fix py.exe handling of /usr/bin/env commands missing extension (GH-119426) by Miss Islington (bot) · 1 year, 3 months ago
  6. 44995aa gh-118876: Ensure PC/layout sets ns.temp before using it (GH-118880) by Miss Islington (bot) · 1 year, 3 months ago
  7. d524802 Fix some missing null checks. (GH-118721) by Miss Islington (bot) · 1 year, 3 months ago
  8. 853163d gh-116322: Enable the GIL while loading C extension modules (#118560) by Brett Simmers · 1 year, 3 months ago
  9. b034f14 gh-74929: Implement PEP 667 (GH-115153) by Tian Gao · 1 year, 4 months ago
  10. c2627d6 gh-116322: Add Py_mod_gil module slot (#116882) by Brett Simmers · 1 year, 4 months ago
  11. 4b10e20 gh-117786: Fix venv created from Windows Store install by restoring __PYVENV_LAUNCHER__ smuggling (GH-117814) by Steve Dower · 1 year, 4 months ago
  12. 03e3e31 gh-76785: Rename _xxsubinterpreters to _interpreters (gh-117791) by Eric Snow · 1 year, 4 months ago
  13. 7d9d6b5 gh-112278: Improve error handling in wmi module and tests (GH-117818) by Steve Dower · 1 year, 4 months ago
  14. 507896d gh-116936: Add PyType_GetModuleByDef() to the limited C API (#116937) by Victor Stinner · 1 year, 5 months ago
  15. e2e0b4b gh-113024: C API: Add PyObject_GenericHash() function (GH-113025) by Serhiy Storchaka · 1 year, 5 months ago
  16. 3be9b9d Fix get_packagefamilyname helper function on Windows 32-bit (GH-117153) by Steve Dower · 1 year, 5 months ago
  17. abdd1f9 gh-85283: Build _testconsole extension with limited C API (#117125) by Victor Stinner · 1 year, 5 months ago
  18. 8bea6c4 gh-115754: Add Py_GetConstant() function (#116883) by Victor Stinner · 1 year, 5 months ago
  19. c432df6 gh-111696, PEP 737: Add PyType_GetModuleName() function (#116824) by Victor Stinner · 1 year, 5 months ago
  20. 19c3a2f gh-111696, PEP 737: Add PyType_GetFullyQualifiedName() function (#116815) by Victor Stinner · 1 year, 5 months ago
  21. 2b67fc5 gh-108494: Fix Argument Clinic LIMITED_CAPI_REGEX (#116610) by Victor Stinner · 1 year, 5 months ago
  22. 37a13b9 gh-115582: Make default PC/pyconfig.h work for free-threaded builds with manual /DPy_GIL_DISABLED (GH-115850) by Steve Dower · 1 year, 6 months ago
  23. 6cd18c7 gh-115543: Update py.exe to know about Python 3.13 and to install 3.12 by default (GH-115544) by Steve Dower · 1 year, 6 months ago
  24. ea25f32 gh-89240: Enable multiprocessing on Windows to use large process pools (GH-107873) by Steve Dower · 1 year, 6 months ago
  25. c39272e gh-115049: Fix py.exe failing when user has no LocalAppData. (GH-115185) by Steve Dower · 1 year, 6 months ago
  26. d0f1307 gh-114329: Add `PyList_GetItemRef` function (GH-114504) by Sam Gross · 1 year, 7 months ago
  27. 39d102c gh-113744: Add a new IncompleteInputError exception to improve incomplete input detection in the codeop module (#113745) by Pablo Galindo Salgado · 1 year, 7 months ago
  28. d5c21c1 gh-100107: Make py.exe launcher ignore app aliases that launch Microsoft Store (GH-114358) by Vincent Cunningham · 1 year, 7 months ago
  29. f56d132 gh-112984 Update Windows build and installer for free-threaded builds (GH-113129) by Steve Dower · 1 year, 7 months ago
  30. c86571e Update copyright years to 2024. (GH-113608) by solya0x · 1 year, 7 months ago
  31. b4d4aa9 gh-81489: Use Unicode APIs for mmap tagname on Windows (GH-14133) by Zackery Spytz · 1 year, 7 months ago
  32. 79dad03 gh-111650: Ensure pyconfig.h includes Py_GIL_DISABLED on Windows (GH-112778) by Steve Dower · 1 year, 8 months ago
  33. a49b427 gh-76785: More Fixes for test.support.interpreters (gh-113012) by Eric Snow · 1 year, 8 months ago
  34. 5a0137c gh-112278: In _wmi, treat initialization timeout separately from connection timeout (GH-112878) by AN Long · 1 year, 8 months ago
  35. a955fd6 gh-112278: Disable WMI queries on Windows after they time out (GH-112658) by AN Long · 1 year, 8 months ago
  36. 707c37e Fix typos in variable names, function names, and comments (GH-101868) by Yang Hau · 1 year, 9 months ago
  37. 3b3ec0d gh-111863: Rename `Py_NOGIL` to `Py_GIL_DISABLED` (#111864) by Hugo van Kemenade · 1 year, 9 months ago
  38. 11e8348 gh-111089: Revert PyUnicode_AsUTF8() changes (#111833) by Victor Stinner · 1 year, 9 months ago
  39. 20cfab9 gh-111506: Implement Py_SET_REFCNT() as opaque function in limited C API (#111508) by Victor Stinner · 1 year, 10 months ago
  40. ef83b3f gh-110968: Py_MOD_PER_INTERPRETER_GIL_SUPPORTED was added to 3.12 (#111584) by Victor Stinner · 1 year, 10 months ago
  41. c42347d gh-90815: Exclude mimalloc .c files from Windows build (#111532) by Dino Viehland · 1 year, 10 months ago
  42. 6dfb8fe gh-110481: Implement biased reference counting (gh-110764) by Sam Gross · 1 year, 10 months ago
  43. d8f32be gh-111089: Add PyUnicode_AsUTF8() to the limited C API (#111121) by Victor Stinner · 1 year, 10 months ago
  44. 2324652 gh-85283: Add PySys_Audit() to the limited C API (#108571) by Victor Stinner · 1 year, 10 months ago
  45. 6db6b30 gh-85283: Build winsound extension with limited C API (#110978) by Victor Stinner · 1 year, 10 months ago
  46. be5e8a0 gh-110964: Remove private _PyArg functions (#110966) by Victor Stinner · 1 year, 10 months ago
  47. cc71cc9 gh-85283: Add PyMem_RawMalloc() to the limited C API (#108570) by Victor Stinner · 1 year, 10 months ago
  48. eb50cd3 gh-110289: C API: Add PyUnicode_EqualToUTF8() and PyUnicode_EqualToUTF8AndSize() functions (GH-110297) by Serhiy Storchaka · 1 year, 10 months ago
  49. 64f158e gh-110397: Add Py_IsFinalizing() to the stable ABI (#110441) by Victor Stinner · 1 year, 11 months ago
  50. 1f3af03 gh-110147: test_msvcrt: run console I/O tests in new processes (#110268) by AN Long · 1 year, 11 months ago
  51. cf6f23b gh-88402: Add new sysconfig variables on Windows (GH-110049) by Sam Gross · 1 year, 11 months ago
  52. 4d0d1c3 gh-110014: Remove PY_TIMEOUT_MAX from limited C API (#110217) by Victor Stinner · 1 year, 11 months ago
  53. 1b3bc61 gh-83180: Made launcher treat shebang 'python' tags as low priority so that active virtual environments are preferred (GH-108101) by Steve Dower · 1 year, 11 months ago
  54. 74e425e gh-110014: Fix _POSIX_THREADS and _POSIX_SEMAPHORES usage (#110139) by Victor Stinner · 1 year, 11 months ago
  55. 4230d7c gh-108996: fix and enable test_msvcrt (#109226) by AN Long · 1 year, 11 months ago
  56. 869f177 gh-74481: Add missing debug function docs and constants to msvcrt (GH-109650) by AN Long · 1 year, 11 months ago
  57. add16f1 gh-108511: Add C API functions which do not silently ignore errors (GH-109025) by Serhiy Storchaka · 1 year, 11 months ago
  58. e121fca gh-109266: Fix msvcrt.kbhit's documented return value (GH-109267) by AN Long · 2 years ago
  59. 1796c19 gh-108494: Argument Clinic: inline parsing code for positional-only parameters in the limited C API (GH-108622) by Serhiy Storchaka · 2 years ago
  60. ad73674 gh-107603: Argument Clinic: Only include pycore_gc.h if needed (#108726) by Victor Stinner · 2 years ago
  61. 9205dfe gh-108635: Make parameters of some implementations of special methods positional-only (GH-108636) by Serhiy Storchaka · 2 years ago
  62. bc5356b gh-108494: Argument Clinic: fix support of Limited C API (GH-108536) by Serhiy Storchaka · 2 years ago
  63. 713afb8 gh-106320: Remove private _PyLong converter functions (#108499) by Victor Stinner · 2 years ago
  64. 4e5a728 gh-108444: Argument Clinic uses PyLong_AsInt() (#108458) by Victor Stinner · 2 years ago
  65. be436e0 gh-108444: Add PyLong_AsInt() public function (#108445) by Victor Stinner · 2 years ago
  66. 1a3faba gh-106869: Use new PyMemberDef constant names (#106871) by Victor Stinner · 2 years, 1 month ago
  67. 41ca164 gh-106004: Add PyDict_GetItemRef() function (#106005) by Victor Stinner · 2 years, 1 month ago
  68. a293fa5 gh-86493: Use PyModule_Add() instead of PyModule_AddObjectRef() (GH-106860) by Serhiy Storchaka · 2 years, 1 month ago
  69. 83ac128 bpo-42327: C API: Add PyModule_Add() function (GH-23443) by Serhiy Storchaka · 2 years, 1 month ago
  70. 4bf4371 gh-106307: C API: Add PyMapping_GetOptionalItem() function (GH-106308) by Serhiy Storchaka · 2 years, 1 month ago
  71. 579aa89 gh-106521: Add PyObject_GetOptionalAttr() function (GH-106522) by Serhiy Storchaka · 2 years, 1 month ago
  72. 1f2921b gh-106572: Convert PyObject_DelAttr() to a function (#106611) by Victor Stinner · 2 years, 1 month ago
  73. d5bd32f gh-104922: remove PY_SSIZE_T_CLEAN (#106315) by Inada Naoki · 2 years, 2 months ago
  74. 8bff940 gh-105775: Convert LOAD_CLOSURE to a pseudo-op (#106059) by hms · 2 years, 2 months ago
  75. 9c44656 gh-105927: Add PyWeakref_GetRef() function (#105932) by Victor Stinner · 2 years, 2 months ago
  76. 03f1a13 gh-105922: Add PyImport_AddModuleRef() function (#105923) by Victor Stinner · 2 years, 2 months ago
  77. 92022d8 gh-102304: Fix Py_INCREF() stable ABI in debug mode (#104763) by Victor Stinner · 2 years, 2 months ago
  78. bae415a gh-102304: doc: Add links to Stable ABI and Limited C API (#105345) by Victor Stinner · 2 years, 2 months ago
  79. cbb9ba8 gh-92536: Argument Clinic no longer emits PyUnicode_READY() (#105208) by Victor Stinner · 2 years, 3 months ago
  80. dd29ae2 gh-105156: Argument Clinic avoids Py_UNICODE type (#105161) by Victor Stinner · 2 years, 3 months ago
  81. 26e7bbf gh-102304: Fix 2 New Stable ABI Functions (gh-104762) by Eric Snow · 2 years, 3 months ago
  82. 6da7015 gh-103646: Remove --include-pip-user from default APPX package build (GH-105064) by Steve Dower · 2 years, 3 months ago
  83. f66be6b gh-104773: PEP 594: Remove the audioop module (#104937) by Victor Stinner · 2 years, 3 months ago
  84. 98c4333 gh-104773: Remove the msilib package (GH-104911) by Zachary Ware · 2 years, 3 months ago
  85. 17e1fe0 gh-104773: PEP 594: Remove the nis module (#104897) by Victor Stinner · 2 years, 3 months ago
  86. ae00b81 gh-104780: Remove 2to3 program and lib2to3 module (#104781) by Victor Stinner · 2 years, 3 months ago
  87. 4ded2c5 Update Windows library names for the Python version bump (#104755) by Kirill Podoprigora · 2 years, 3 months ago
  88. a9c6e06 gh-99113: Add Py_MOD_PER_INTERPRETER_GIL_SUPPORTED (gh-104205) by Eric Snow · 2 years, 4 months ago
  89. cd9a56c gh-103509: PEP 697 -- Limited C API for Extending Opaque Types (GH-103511) by Petr Viktorin · 2 years, 4 months ago
  90. bd2ed06 gh-83004: Harden msvcrt further (#103420) by Erlend E. Aasland · 2 years, 4 months ago
  91. 78cac52 gh-95299: Remove lingering setuptools reference in installer scripts (GH-103613) by Steve Dower · 2 years, 4 months ago
  92. d83faf7 gh-103092: Isolate winreg (#103250) by AN Long · 2 years, 4 months ago
  93. dce2d38 gh-103092: Isolate msvcrt (#103248) by AN Long · 2 years, 4 months ago
  94. f80014a gh-103092: Isolate winsound (#103249) by AN Long · 2 years, 4 months ago
  95. 5ed2f19 gh-83004: Harden winreg init (#103386) by Erlend E. Aasland · 2 years, 4 months ago
  96. c3cd3d1 gh-83004: Harden `msvcrt` init (#103383) by Erlend E. Aasland · 2 years, 4 months ago
  97. 6d97e52 gh-83004: Harden winsound init (#103385) by Erlend E. Aasland · 2 years, 4 months ago
  98. 119f67d gh-103167: Fix `-Wstrict-prototypes` warnings by using `(void)` for functions with no args (GH-103168) by Nikita Sobolev · 2 years, 5 months ago
  99. 3f9285a gh-102755: Add PyErr_DisplayException(exc) (#102756) by Irit Katriel · 2 years, 5 months ago
  100. c6858d1 gh-102255: Improve build support for Windows API partitions (GH-102256) by Max Bachmann · 2 years, 5 months ago