Python 3.13.0a3
  1. c86571e Update copyright years to 2024. (GH-113608) by solya0x · 1 year, 7 months ago
  2. b4d4aa9 gh-81489: Use Unicode APIs for mmap tagname on Windows (GH-14133) by Zackery Spytz · 1 year, 7 months ago
  3. 79dad03 gh-111650: Ensure pyconfig.h includes Py_GIL_DISABLED on Windows (GH-112778) by Steve Dower · 1 year, 8 months ago
  4. a49b427 gh-76785: More Fixes for test.support.interpreters (gh-113012) by Eric Snow · 1 year, 8 months ago
  5. 5a0137c gh-112278: In _wmi, treat initialization timeout separately from connection timeout (GH-112878) by AN Long · 1 year, 8 months ago
  6. a955fd6 gh-112278: Disable WMI queries on Windows after they time out (GH-112658) by AN Long · 1 year, 8 months ago
  7. 707c37e Fix typos in variable names, function names, and comments (GH-101868) by Yang Hau · 1 year, 9 months ago
  8. 3b3ec0d gh-111863: Rename `Py_NOGIL` to `Py_GIL_DISABLED` (#111864) by Hugo van Kemenade · 1 year, 9 months ago
  9. 11e8348 gh-111089: Revert PyUnicode_AsUTF8() changes (#111833) by Victor Stinner · 1 year, 9 months ago
  10. 20cfab9 gh-111506: Implement Py_SET_REFCNT() as opaque function in limited C API (#111508) by Victor Stinner · 1 year, 10 months ago
  11. ef83b3f gh-110968: Py_MOD_PER_INTERPRETER_GIL_SUPPORTED was added to 3.12 (#111584) by Victor Stinner · 1 year, 10 months ago
  12. c42347d gh-90815: Exclude mimalloc .c files from Windows build (#111532) by Dino Viehland · 1 year, 10 months ago
  13. 6dfb8fe gh-110481: Implement biased reference counting (gh-110764) by Sam Gross · 1 year, 10 months ago
  14. d8f32be gh-111089: Add PyUnicode_AsUTF8() to the limited C API (#111121) by Victor Stinner · 1 year, 10 months ago
  15. 2324652 gh-85283: Add PySys_Audit() to the limited C API (#108571) by Victor Stinner · 1 year, 10 months ago
  16. 6db6b30 gh-85283: Build winsound extension with limited C API (#110978) by Victor Stinner · 1 year, 10 months ago
  17. be5e8a0 gh-110964: Remove private _PyArg functions (#110966) by Victor Stinner · 1 year, 10 months ago
  18. cc71cc9 gh-85283: Add PyMem_RawMalloc() to the limited C API (#108570) by Victor Stinner · 1 year, 10 months ago
  19. eb50cd3 gh-110289: C API: Add PyUnicode_EqualToUTF8() and PyUnicode_EqualToUTF8AndSize() functions (GH-110297) by Serhiy Storchaka · 1 year, 10 months ago
  20. 64f158e gh-110397: Add Py_IsFinalizing() to the stable ABI (#110441) by Victor Stinner · 1 year, 11 months ago
  21. 1f3af03 gh-110147: test_msvcrt: run console I/O tests in new processes (#110268) by AN Long · 1 year, 11 months ago
  22. cf6f23b gh-88402: Add new sysconfig variables on Windows (GH-110049) by Sam Gross · 1 year, 11 months ago
  23. 4d0d1c3 gh-110014: Remove PY_TIMEOUT_MAX from limited C API (#110217) by Victor Stinner · 1 year, 11 months ago
  24. 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
  25. 74e425e gh-110014: Fix _POSIX_THREADS and _POSIX_SEMAPHORES usage (#110139) by Victor Stinner · 1 year, 11 months ago
  26. 4230d7c gh-108996: fix and enable test_msvcrt (#109226) by AN Long · 1 year, 11 months ago
  27. 869f177 gh-74481: Add missing debug function docs and constants to msvcrt (GH-109650) by AN Long · 1 year, 11 months ago
  28. add16f1 gh-108511: Add C API functions which do not silently ignore errors (GH-109025) by Serhiy Storchaka · 1 year, 11 months ago
  29. e121fca gh-109266: Fix msvcrt.kbhit's documented return value (GH-109267) by AN Long · 2 years ago
  30. 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
  31. ad73674 gh-107603: Argument Clinic: Only include pycore_gc.h if needed (#108726) by Victor Stinner · 2 years ago
  32. 9205dfe gh-108635: Make parameters of some implementations of special methods positional-only (GH-108636) by Serhiy Storchaka · 2 years ago
  33. bc5356b gh-108494: Argument Clinic: fix support of Limited C API (GH-108536) by Serhiy Storchaka · 2 years ago
  34. 713afb8 gh-106320: Remove private _PyLong converter functions (#108499) by Victor Stinner · 2 years ago
  35. 4e5a728 gh-108444: Argument Clinic uses PyLong_AsInt() (#108458) by Victor Stinner · 2 years ago
  36. be436e0 gh-108444: Add PyLong_AsInt() public function (#108445) by Victor Stinner · 2 years ago
  37. 1a3faba gh-106869: Use new PyMemberDef constant names (#106871) by Victor Stinner · 2 years, 1 month ago
  38. 41ca164 gh-106004: Add PyDict_GetItemRef() function (#106005) by Victor Stinner · 2 years, 1 month ago
  39. a293fa5 gh-86493: Use PyModule_Add() instead of PyModule_AddObjectRef() (GH-106860) by Serhiy Storchaka · 2 years, 1 month ago
  40. 83ac128 bpo-42327: C API: Add PyModule_Add() function (GH-23443) by Serhiy Storchaka · 2 years, 1 month ago
  41. 4bf4371 gh-106307: C API: Add PyMapping_GetOptionalItem() function (GH-106308) by Serhiy Storchaka · 2 years, 1 month ago
  42. 579aa89 gh-106521: Add PyObject_GetOptionalAttr() function (GH-106522) by Serhiy Storchaka · 2 years, 1 month ago
  43. 1f2921b gh-106572: Convert PyObject_DelAttr() to a function (#106611) by Victor Stinner · 2 years, 1 month ago
  44. d5bd32f gh-104922: remove PY_SSIZE_T_CLEAN (#106315) by Inada Naoki · 2 years, 2 months ago
  45. 8bff940 gh-105775: Convert LOAD_CLOSURE to a pseudo-op (#106059) by hms · 2 years, 2 months ago
  46. 9c44656 gh-105927: Add PyWeakref_GetRef() function (#105932) by Victor Stinner · 2 years, 2 months ago
  47. 03f1a13 gh-105922: Add PyImport_AddModuleRef() function (#105923) by Victor Stinner · 2 years, 2 months ago
  48. 92022d8 gh-102304: Fix Py_INCREF() stable ABI in debug mode (#104763) by Victor Stinner · 2 years, 2 months ago
  49. bae415a gh-102304: doc: Add links to Stable ABI and Limited C API (#105345) by Victor Stinner · 2 years, 2 months ago
  50. cbb9ba8 gh-92536: Argument Clinic no longer emits PyUnicode_READY() (#105208) by Victor Stinner · 2 years, 3 months ago
  51. dd29ae2 gh-105156: Argument Clinic avoids Py_UNICODE type (#105161) by Victor Stinner · 2 years, 3 months ago
  52. 26e7bbf gh-102304: Fix 2 New Stable ABI Functions (gh-104762) by Eric Snow · 2 years, 3 months ago
  53. 6da7015 gh-103646: Remove --include-pip-user from default APPX package build (GH-105064) by Steve Dower · 2 years, 3 months ago
  54. f66be6b gh-104773: PEP 594: Remove the audioop module (#104937) by Victor Stinner · 2 years, 3 months ago
  55. 98c4333 gh-104773: Remove the msilib package (GH-104911) by Zachary Ware · 2 years, 3 months ago
  56. 17e1fe0 gh-104773: PEP 594: Remove the nis module (#104897) by Victor Stinner · 2 years, 3 months ago
  57. ae00b81 gh-104780: Remove 2to3 program and lib2to3 module (#104781) by Victor Stinner · 2 years, 3 months ago
  58. 4ded2c5 Update Windows library names for the Python version bump (#104755) by Kirill Podoprigora · 2 years, 3 months ago
  59. a9c6e06 gh-99113: Add Py_MOD_PER_INTERPRETER_GIL_SUPPORTED (gh-104205) by Eric Snow · 2 years, 3 months ago
  60. cd9a56c gh-103509: PEP 697 -- Limited C API for Extending Opaque Types (GH-103511) by Petr Viktorin · 2 years, 4 months ago
  61. bd2ed06 gh-83004: Harden msvcrt further (#103420) by Erlend E. Aasland · 2 years, 4 months ago
  62. 78cac52 gh-95299: Remove lingering setuptools reference in installer scripts (GH-103613) by Steve Dower · 2 years, 4 months ago
  63. d83faf7 gh-103092: Isolate winreg (#103250) by AN Long · 2 years, 4 months ago
  64. dce2d38 gh-103092: Isolate msvcrt (#103248) by AN Long · 2 years, 4 months ago
  65. f80014a gh-103092: Isolate winsound (#103249) by AN Long · 2 years, 4 months ago
  66. 5ed2f19 gh-83004: Harden winreg init (#103386) by Erlend E. Aasland · 2 years, 4 months ago
  67. c3cd3d1 gh-83004: Harden `msvcrt` init (#103383) by Erlend E. Aasland · 2 years, 4 months ago
  68. 6d97e52 gh-83004: Harden winsound init (#103385) by Erlend E. Aasland · 2 years, 4 months ago
  69. 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
  70. 3f9285a gh-102755: Add PyErr_DisplayException(exc) (#102756) by Irit Katriel · 2 years, 5 months ago
  71. c6858d1 gh-102255: Improve build support for Windows API partitions (GH-102256) by Max Bachmann · 2 years, 5 months ago
  72. 7d801f2 Remove or update bitbucket links (GH-101963) by sblondon · 2 years, 5 months ago
  73. c1748ed gh-102344: Reimplement winreg QueryValue / SetValue using QueryValueEx / SetValueEx (GH-102345) by Max Bachmann · 2 years, 6 months ago
  74. e5e1c1f Remove references to old Windows source files from internal documentation (GH-102216) by Max Bachmann · 2 years, 6 months ago
  75. 1fa3890 gh-102141: replace use of getpid on Windows with GetCurrentProcessId (GH-102142) by Max Bachmann · 2 years, 6 months ago
  76. 4d8959b gh-101758: Add _PyState_AddModule() Back for the Stable ABI (gh-101956) by Eric Snow · 2 years, 6 months ago
  77. 0b13575 gh-99108: Refactor _sha256 & _sha512 into _sha2. (#101924) by Gregory P. Smith · 2 years, 6 months ago
  78. b2fc549 gh-101758: Clean Up Uses of Import State (gh-101919) by Eric Snow · 2 years, 6 months ago
  79. eb0c485 gh-101819: Remove _PyWindowsConsoleIO_Type from the Windows DLL (GH-101904) by Erlend E. Aasland · 2 years, 6 months ago
  80. feec49c GH-101578: Normalize the current exception (GH-101607) by Mark Shannon · 2 years, 6 months ago
  81. c67b005 gh-101524: Split Up the _xxsubinterpreters Module (gh-101526) by Eric Snow · 2 years, 7 months ago
  82. eda6091 gh-101467: Correct py.exe handling of prefix matches and cases when only one runtime is installed (GH-101468) by Steve Dower · 2 years, 7 months ago
  83. 737d367 gh-77532: Minor tweaks to allow compiling with PlatformToolset=ClangCL on Windows (GH-101352) by Steve Dower · 2 years, 7 months ago
  84. 8d18d1f gh-99834: Update bundled copy of Tcl/Tk to 8.6.13.0 on Windows (GH-101307) by Steve Dower · 2 years, 7 months ago
  85. daec3a4 gh-101135: Add backwards compatibility to Windows launcher for older 32-bit versions (GH-101138) by Martin Boisvert · 2 years, 7 months ago
  86. 468c3bf gh-100247: Fix py.exe launcher not using entire shebang command for finding custom commands (GH-100944) by Steve Dower · 2 years, 7 months ago
  87. f082098 gh-99191: Use correct check for MSVC C++ version support in _wmimodule.cpp (GH-100381) by C.A.M. Gerlach · 2 years, 7 months ago
  88. 11f9932 Update copyright years to 2023. (gh-100848) by Benjamin Peterson · 2 years, 7 months ago
  89. 158b8a0 gh-79218: Define `MS_WIN64` macro for Mingw-w64 64bit on Windows (GH-100137) by GalaxySnail · 2 years, 8 months ago
  90. a29a7b9 bpo-43984: Allow winreg.SetValueEx to set -1 without treating it as an error (GH-25775) by Shreyan Avigyan · 2 years, 8 months ago
  91. 71a4a2d Use faster APIs to calculate paths at startup for Store packaged Python on Windows (GH-99345) by Steve Dower · 2 years, 9 months ago
  92. a220c6d gh-99442: Fix handling in py.exe launcher when argv[0] does not include a file extension (GH-99542) by Steve Dower · 2 years, 9 months ago
  93. f5e326e gh-99300: Use Py_NewRef() in PC/ directory (#99479) by Victor Stinner · 2 years, 9 months ago
  94. be0d500 GH-90699: Remove remaining `_Py_IDENTIFIER` stdlib usage (GH-99067) by Kumar Aditya · 2 years, 9 months ago
  95. 0faa0ba gh-92584: Remove the distutils package (#99061) by Victor Stinner · 2 years, 10 months ago
  96. 88297e2 gh-98692: Enable treating shebang lines as executables in py.exe launcher (GH-98732) by Steve Dower · 2 years, 10 months ago
  97. 25811d9 gh-98745: Allow py.exe launcher to install 3.11 by default and 3.12 on request (GH-98780) by Steve Dower · 2 years, 10 months ago
  98. e60892f gh-98586: Add vector call APIs to the Limited API (GH-98587) by Wenzel Jakob · 2 years, 10 months ago
  99. 4bd63f6 gh-98414: py.exe launcher does not use defaults for -V:company/ option (GH-98460) by Steve Dower · 2 years, 10 months ago
  100. 1863302 gh-97669: Create Tools/build/ directory (#97963) by Victor Stinner · 2 years, 10 months ago