Python 3.13.6
  1. 0430135 gh-135455: Fix version and architecture detection in PC/layout script. (GH-135461) by Miss Islington (bot) · 9 weeks ago
  2. b679b74 [3.13] Backport PyManager support to PC/layout script (GH-135096) by Steve Dower · 3 months ago
  3. 35eb3b8 GH-130727: Avoid race condition in _wmimodule by copying shared data (GH-134313) by Miss Islington (bot) · 3 months ago
  4. ac99d7e gh-133512: Adds warnings to py.exe launcher about subcommands belonging to Python install manager (GH-133514) by Steve Dower · 3 months ago
  5. afd865a gh-132649: Allow passing --include-tcltk to PC\layout on Windows ARM64 (GH-132650) by Miss Islington (bot) · 4 months ago
  6. 5c0be8c [3.13] gh-131712: Build _suggestions extension on Windows (GH-131759) (#131790) by Miss Islington (bot) · 5 months ago
  7. 4d7d249 [3.13] gh-131327: Document winsound.SND_APPLICATION (GH-131328) (#131330) by Miss Islington (bot) · 5 months ago
  8. cf829f4 [3.13] gh-131020: py.exe launcher does not correctly detect a BOM when searching for the shebang (GH-131021) (#131047) by Miss Islington (bot) · 5 months ago
  9. bf6fa21 [3.13] gh-126433: Fix compiler warnings on 32-bit Windows (#126444) (#126827) by Victor Stinner · 9 months ago
  10. 88e0131 gh-126074: Removes unnecessary DLLs from embeddable package (GH-126143) by Miss Islington (bot) · 10 months ago
  11. 9304416 gh-125315: Avoid crashing in _wmimodule due to slow WMI calls on some Windows machines (GH-126141) by Miss Islington (bot) · 10 months ago
  12. 06dc0bc gh-125550: Enable py.exe to detect Store installs of 3.14 (GH-125551) by Miss Islington (bot) · 10 months ago
  13. 09aecb6 [3.13] gh-124487: Update Windows API version to Windows 8.1 (GH-124676) (#124702) by Miss Islington (bot) · 11 months ago
  14. 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
  15. 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
  16. 671b740 gh-119679: Ensures correct import libraries are included in Windows install packages (GH-119790) by Miss Islington (bot) · 1 year, 3 months ago
  17. 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
  18. 44995aa gh-118876: Ensure PC/layout sets ns.temp before using it (GH-118880) by Miss Islington (bot) · 1 year, 3 months ago
  19. d524802 Fix some missing null checks. (GH-118721) by Miss Islington (bot) · 1 year, 3 months ago
  20. 853163d gh-116322: Enable the GIL while loading C extension modules (#118560) by Brett Simmers · 1 year, 3 months ago
  21. b034f14 gh-74929: Implement PEP 667 (GH-115153) by Tian Gao · 1 year, 4 months ago
  22. c2627d6 gh-116322: Add Py_mod_gil module slot (#116882) by Brett Simmers · 1 year, 4 months ago
  23. 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
  24. 03e3e31 gh-76785: Rename _xxsubinterpreters to _interpreters (gh-117791) by Eric Snow · 1 year, 4 months ago
  25. 7d9d6b5 gh-112278: Improve error handling in wmi module and tests (GH-117818) by Steve Dower · 1 year, 4 months ago
  26. 507896d gh-116936: Add PyType_GetModuleByDef() to the limited C API (#116937) by Victor Stinner · 1 year, 5 months ago
  27. e2e0b4b gh-113024: C API: Add PyObject_GenericHash() function (GH-113025) by Serhiy Storchaka · 1 year, 5 months ago
  28. 3be9b9d Fix get_packagefamilyname helper function on Windows 32-bit (GH-117153) by Steve Dower · 1 year, 5 months ago
  29. abdd1f9 gh-85283: Build _testconsole extension with limited C API (#117125) by Victor Stinner · 1 year, 5 months ago
  30. 8bea6c4 gh-115754: Add Py_GetConstant() function (#116883) by Victor Stinner · 1 year, 5 months ago
  31. c432df6 gh-111696, PEP 737: Add PyType_GetModuleName() function (#116824) by Victor Stinner · 1 year, 5 months ago
  32. 19c3a2f gh-111696, PEP 737: Add PyType_GetFullyQualifiedName() function (#116815) by Victor Stinner · 1 year, 5 months ago
  33. 2b67fc5 gh-108494: Fix Argument Clinic LIMITED_CAPI_REGEX (#116610) by Victor Stinner · 1 year, 5 months ago
  34. 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
  35. 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
  36. ea25f32 gh-89240: Enable multiprocessing on Windows to use large process pools (GH-107873) by Steve Dower · 1 year, 6 months ago
  37. c39272e gh-115049: Fix py.exe failing when user has no LocalAppData. (GH-115185) by Steve Dower · 1 year, 6 months ago
  38. d0f1307 gh-114329: Add `PyList_GetItemRef` function (GH-114504) by Sam Gross · 1 year, 7 months ago
  39. 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
  40. d5c21c1 gh-100107: Make py.exe launcher ignore app aliases that launch Microsoft Store (GH-114358) by Vincent Cunningham · 1 year, 7 months ago
  41. f56d132 gh-112984 Update Windows build and installer for free-threaded builds (GH-113129) by Steve Dower · 1 year, 7 months ago
  42. c86571e Update copyright years to 2024. (GH-113608) by solya0x · 1 year, 7 months ago
  43. b4d4aa9 gh-81489: Use Unicode APIs for mmap tagname on Windows (GH-14133) by Zackery Spytz · 1 year, 7 months ago
  44. 79dad03 gh-111650: Ensure pyconfig.h includes Py_GIL_DISABLED on Windows (GH-112778) by Steve Dower · 1 year, 8 months ago
  45. a49b427 gh-76785: More Fixes for test.support.interpreters (gh-113012) by Eric Snow · 1 year, 8 months ago
  46. 5a0137c gh-112278: In _wmi, treat initialization timeout separately from connection timeout (GH-112878) by AN Long · 1 year, 8 months ago
  47. a955fd6 gh-112278: Disable WMI queries on Windows after they time out (GH-112658) by AN Long · 1 year, 8 months ago
  48. 707c37e Fix typos in variable names, function names, and comments (GH-101868) by Yang Hau · 1 year, 9 months ago
  49. 3b3ec0d gh-111863: Rename `Py_NOGIL` to `Py_GIL_DISABLED` (#111864) by Hugo van Kemenade · 1 year, 9 months ago
  50. 11e8348 gh-111089: Revert PyUnicode_AsUTF8() changes (#111833) by Victor Stinner · 1 year, 9 months ago
  51. 20cfab9 gh-111506: Implement Py_SET_REFCNT() as opaque function in limited C API (#111508) by Victor Stinner · 1 year, 10 months ago
  52. ef83b3f gh-110968: Py_MOD_PER_INTERPRETER_GIL_SUPPORTED was added to 3.12 (#111584) by Victor Stinner · 1 year, 10 months ago
  53. c42347d gh-90815: Exclude mimalloc .c files from Windows build (#111532) by Dino Viehland · 1 year, 10 months ago
  54. 6dfb8fe gh-110481: Implement biased reference counting (gh-110764) by Sam Gross · 1 year, 10 months ago
  55. d8f32be gh-111089: Add PyUnicode_AsUTF8() to the limited C API (#111121) by Victor Stinner · 1 year, 10 months ago
  56. 2324652 gh-85283: Add PySys_Audit() to the limited C API (#108571) by Victor Stinner · 1 year, 10 months ago
  57. 6db6b30 gh-85283: Build winsound extension with limited C API (#110978) by Victor Stinner · 1 year, 10 months ago
  58. be5e8a0 gh-110964: Remove private _PyArg functions (#110966) by Victor Stinner · 1 year, 10 months ago
  59. cc71cc9 gh-85283: Add PyMem_RawMalloc() to the limited C API (#108570) by Victor Stinner · 1 year, 10 months ago
  60. eb50cd3 gh-110289: C API: Add PyUnicode_EqualToUTF8() and PyUnicode_EqualToUTF8AndSize() functions (GH-110297) by Serhiy Storchaka · 1 year, 10 months ago
  61. 64f158e gh-110397: Add Py_IsFinalizing() to the stable ABI (#110441) by Victor Stinner · 1 year, 11 months ago
  62. 1f3af03 gh-110147: test_msvcrt: run console I/O tests in new processes (#110268) by AN Long · 1 year, 11 months ago
  63. cf6f23b gh-88402: Add new sysconfig variables on Windows (GH-110049) by Sam Gross · 1 year, 11 months ago
  64. 4d0d1c3 gh-110014: Remove PY_TIMEOUT_MAX from limited C API (#110217) by Victor Stinner · 1 year, 11 months ago
  65. 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
  66. 74e425e gh-110014: Fix _POSIX_THREADS and _POSIX_SEMAPHORES usage (#110139) by Victor Stinner · 1 year, 11 months ago
  67. 4230d7c gh-108996: fix and enable test_msvcrt (#109226) by AN Long · 1 year, 11 months ago
  68. 869f177 gh-74481: Add missing debug function docs and constants to msvcrt (GH-109650) by AN Long · 1 year, 11 months ago
  69. add16f1 gh-108511: Add C API functions which do not silently ignore errors (GH-109025) by Serhiy Storchaka · 1 year, 11 months ago
  70. e121fca gh-109266: Fix msvcrt.kbhit's documented return value (GH-109267) by AN Long · 2 years ago
  71. 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
  72. ad73674 gh-107603: Argument Clinic: Only include pycore_gc.h if needed (#108726) by Victor Stinner · 2 years ago
  73. 9205dfe gh-108635: Make parameters of some implementations of special methods positional-only (GH-108636) by Serhiy Storchaka · 2 years ago
  74. bc5356b gh-108494: Argument Clinic: fix support of Limited C API (GH-108536) by Serhiy Storchaka · 2 years ago
  75. 713afb8 gh-106320: Remove private _PyLong converter functions (#108499) by Victor Stinner · 2 years ago
  76. 4e5a728 gh-108444: Argument Clinic uses PyLong_AsInt() (#108458) by Victor Stinner · 2 years ago
  77. be436e0 gh-108444: Add PyLong_AsInt() public function (#108445) by Victor Stinner · 2 years ago
  78. 1a3faba gh-106869: Use new PyMemberDef constant names (#106871) by Victor Stinner · 2 years, 1 month ago
  79. 41ca164 gh-106004: Add PyDict_GetItemRef() function (#106005) by Victor Stinner · 2 years, 1 month ago
  80. a293fa5 gh-86493: Use PyModule_Add() instead of PyModule_AddObjectRef() (GH-106860) by Serhiy Storchaka · 2 years, 1 month ago
  81. 83ac128 bpo-42327: C API: Add PyModule_Add() function (GH-23443) by Serhiy Storchaka · 2 years, 1 month ago
  82. 4bf4371 gh-106307: C API: Add PyMapping_GetOptionalItem() function (GH-106308) by Serhiy Storchaka · 2 years, 1 month ago
  83. 579aa89 gh-106521: Add PyObject_GetOptionalAttr() function (GH-106522) by Serhiy Storchaka · 2 years, 1 month ago
  84. 1f2921b gh-106572: Convert PyObject_DelAttr() to a function (#106611) by Victor Stinner · 2 years, 1 month ago
  85. d5bd32f gh-104922: remove PY_SSIZE_T_CLEAN (#106315) by Inada Naoki · 2 years, 2 months ago
  86. 8bff940 gh-105775: Convert LOAD_CLOSURE to a pseudo-op (#106059) by hms · 2 years, 2 months ago
  87. 9c44656 gh-105927: Add PyWeakref_GetRef() function (#105932) by Victor Stinner · 2 years, 2 months ago
  88. 03f1a13 gh-105922: Add PyImport_AddModuleRef() function (#105923) by Victor Stinner · 2 years, 2 months ago
  89. 92022d8 gh-102304: Fix Py_INCREF() stable ABI in debug mode (#104763) by Victor Stinner · 2 years, 2 months ago
  90. bae415a gh-102304: doc: Add links to Stable ABI and Limited C API (#105345) by Victor Stinner · 2 years, 2 months ago
  91. cbb9ba8 gh-92536: Argument Clinic no longer emits PyUnicode_READY() (#105208) by Victor Stinner · 2 years, 3 months ago
  92. dd29ae2 gh-105156: Argument Clinic avoids Py_UNICODE type (#105161) by Victor Stinner · 2 years, 3 months ago
  93. 26e7bbf gh-102304: Fix 2 New Stable ABI Functions (gh-104762) by Eric Snow · 2 years, 3 months ago
  94. 6da7015 gh-103646: Remove --include-pip-user from default APPX package build (GH-105064) by Steve Dower · 2 years, 3 months ago
  95. f66be6b gh-104773: PEP 594: Remove the audioop module (#104937) by Victor Stinner · 2 years, 3 months ago
  96. 98c4333 gh-104773: Remove the msilib package (GH-104911) by Zachary Ware · 2 years, 3 months ago
  97. 17e1fe0 gh-104773: PEP 594: Remove the nis module (#104897) by Victor Stinner · 2 years, 3 months ago
  98. ae00b81 gh-104780: Remove 2to3 program and lib2to3 module (#104781) by Victor Stinner · 2 years, 3 months ago
  99. 4ded2c5 Update Windows library names for the Python version bump (#104755) by Kirill Podoprigora · 2 years, 3 months ago
  100. a9c6e06 gh-99113: Add Py_MOD_PER_INTERPRETER_GIL_SUPPORTED (gh-104205) by Eric Snow · 2 years, 4 months ago