Python 3.12.0a1
  1. 4bd63f6 gh-98414: py.exe launcher does not use defaults for -V:company/ option (GH-98460) by Steve Dower · 2 years, 10 months ago
  2. 1863302 gh-97669: Create Tools/build/ directory (#97963) by Victor Stinner · 2 years, 10 months ago
  3. 64fe343 gh-97681: Remove Tools/demo/ directory (#97682) by Victor Stinner · 2 years, 11 months ago
  4. 0ee9619 gh-97728: Argument Clinic: Fix uninitialized variable in the Py_UNICODE converter (GH-97729) by Serhiy Storchaka · 2 years, 11 months ago
  5. 73942e4 gh-97649: The Tools directory is no longer installed on Windows (GH-97653) by Steve Dower · 2 years, 11 months ago
  6. 95d6330 gh-96684: Silently suppress COM security errors in _wmi module (GH-96690) by Steve Dower · 3 years ago
  7. b65686c gh-96665: Fixes build break on older MSVC versions due to C++20 features in argument clinic (GH-96667) by Steve Dower · 3 years ago
  8. de33df2 gh-89545: Updates platform module to use new internal _wmi module on Windows to directly query OS properties (GH-96289) by Steve Dower · 3 years ago
  9. 4114bcc gh-96577: Fixes buffer overrun in _msi module (GH-96633) by Steve Dower · 3 years ago
  10. 80a9bd2 gh-96559: Fixes Windows launcher handling of defaults using old-style tags, and adds What's New section (GH-96595) by Steve Dower · 3 years ago
  11. f07adf8 gh-90928: Improve static initialization of keywords tuple in AC (#95907) by Erlend E. Aasland · 3 years ago
  12. 6f6a4e6 gh-90928: Statically Initialize the Keywords Tuple in Clinic-Generated Code (gh-95860) by Eric Snow · 3 years ago
  13. 73d8ffe gh-95733: Allow installing Store package on older Windows versions (GH-95862) by Steve Dower · 3 years ago
  14. 656dad7 gh-93274: Expose receiving vectorcall in the Limited API (GH-95717) by Petr Viktorin · 3 years ago
  15. 67840ed gh-94399: Restore PATH search behaviour of py.exe launcher for '/usr/bin/env' shebang lines (GH-95582) by Steve Dower · 3 years, 1 month ago
  16. ebd6601 gh-95423: Update winreg.DeleteKeyEx documentation and remove dynamic function load (GH-95521) by Derek Kim · 3 years, 1 month ago
  17. 38bb206 gh-95359: Fix py.exe launcher handling of per-user py.ini and command names (GH-95399) by Steve Dower · 3 years, 1 month ago
  18. 8b24d60 gh-95174: WASI: skip missing sockets functions (GH-95179) by Christian Heimes · 3 years, 1 month ago
  19. 7ac5bb3 gh-95285: py.exe launcher fails with short argv0 (GH-95295) by Steve Dower · 3 years, 1 month ago
  20. 0d35a59 gh-95174: Handle missing dup() and constants in WASI (GH-95229) by Christian Heimes · 3 years, 1 month ago
  21. 4b4439d gh-90844: Allow virtual environments to correctly launch when they have spaces in the path (GH-94903) by Steve Dower · 3 years, 1 month ago
  22. 407ff65 gh-94772: Fix off-by-one error in Windows launcher (GH-94779) by Paul Moore · 3 years, 1 month ago
  23. 9b50f76 gh-94512: Fix forced arg format in AC-processed winreg (GH-94513) by Oleg Iarygin · 3 years, 2 months ago
  24. 21f6b4d gh-94512: Fix forced arg format in AC-processed msvcrtmodule (GH-94514) by Oleg Iarygin · 3 years, 2 months ago
  25. 9ef50c1 Delete DOS-only PC/testpy.py (GH-94419) by Oleg Iarygin · 3 years, 2 months ago
  26. 63c772d Delete unused PC/empty.c (GH-94418) by Oleg Iarygin · 3 years, 2 months ago
  27. 47e3562 gh-84623: Remove unused imports (#94132) by Victor Stinner · 3 years, 2 months ago
  28. 3124d9a gh-93491: Add support tier detection to configure (GH-93492) by Christian Heimes · 3 years, 2 months ago
  29. cb04a09 GH-93207: Remove HAVE_STDARG_PROTOTYPES configure check for stdarg.h (#93215) by Kumar Aditya · 3 years, 3 months ago
  30. 5e34b49 gh-60074: add new stable API function PyType_FromMetaclass (GH-93012) by Wenzel Jakob · 3 years, 3 months ago
  31. 949dbf9 gh-93005: Fixes launcher test when no Python install is available (GH-93007) by Steve Dower · 3 years, 3 months ago
  32. 9bc616c gh-91061: also accept pathlib.Path for winsound.PlaySound (#91489) by Mori Bellamy · 3 years, 3 months ago
  33. 73473fd gh-92817: Fix precedence of options to py.exe launcher (GH-92988) by Steve Dower · 3 years, 3 months ago
  34. f9c9354 gh-92536: PEP 623: Remove wstr and legacy APIs from Unicode (GH-92537) by Inada Naoki · 3 years, 3 months ago
  35. f1bbcba gh-76773: Update docs mentioning no-longer-supported Windows versions & features (GH-92529) by CAM Gerlach · 3 years, 3 months ago
  36. d284e8b Update CPyhton configuration for 3.12 (#92451) by Dong-hee Na · 3 years, 3 months ago
  37. b270b82 gh-91320: Argument Clinic uses _PyCFunction_CAST() (#32210) by Victor Stinner · 3 years, 4 months ago
  38. d414f7e gh-90822: Make `PY_SSIZE_T_MAX` and `PY_SSIZE_T_MIN` constant expression (GH-92071) by Ganesh Kathiresan · 3 years, 4 months ago
  39. 6dcbc08 gh-91324: List feature macros in the stable ABI manifest, improve tests (GH-32415) by Petr Viktorin · 3 years, 4 months ago
  40. ac4ffd3 bpo-47169: Export PyOS_CheckStack on Windows (GH-32414) by Petr Viktorin · 3 years, 4 months ago
  41. 7173fd5 Remove the ancient Pynche color editor (#91554) by Barry Warsaw · 3 years, 4 months ago
  42. 5d421d7 gh-90501: Add PyErr_GetHandledException and PyErr_SetHandledException (GH-30531) by Irit Katriel · 3 years, 4 months ago
  43. 2390b22 bpo-47239: Fixes py.exe output when run in a virtual environment. (GH-32364) by Steve Dower · 3 years, 4 months ago
  44. bad86a6 bpo-46566: Add new py.exe launcher implementation (GH-32062) by Steve Dower · 3 years, 5 months ago
  45. 3751b6b bpo-47086: Remove .chm from Windows installer and add HTML docs (GH-32038) by Steve Dower · 3 years, 5 months ago
  46. 4657bf7 bpo-1635741: Fix winreg reference leaks (GH-31560) by Victor Stinner · 3 years, 6 months ago
  47. 3a5afc1 bpo-46638: Makes registry virtualisation setting stable when building MSIX packages (GH-31130) by Steve Dower · 3 years, 6 months ago
  48. 9b4e3d9 bpo-46629: Update classicAppCompat.sccd for new signing certificate (GH-31111) by Steve Dower · 3 years, 7 months ago
  49. ba650af Optimize images by IMGbot (GH-21348) by Manish Kumar ⛄ · 3 years, 7 months ago
  50. 38e0b9e bpo-37705: Remove orphaned PC/errmap.mak (GH-29724) by Oleg Iarygin · 3 years, 7 months ago
  51. f66c857 bpo-45459: Add Py_buffer to limited API (GH-29991) by Christian Heimes · 3 years, 7 months ago
  52. a6ca8ee bpo-46315: Add ifdef HAVE_ feature checks for WASI compatibility (GH-30507) by Christian Heimes · 3 years, 7 months ago
  53. 08bc1ba bpo-46303: Fix fileutils.h compiler warnings (GH-30550) by Victor Stinner · 3 years, 7 months ago
  54. e028ae9 bpo-45923: Handle call events in bytecode (GH-30364) by Mark Shannon · 3 years, 7 months ago
  55. ba00f0d Update copyright year to 2022. (GH-30335) by Benjamin Peterson · 3 years, 8 months ago
  56. 50669083 bpo-43931: Export Python version as API data (GH-25577) by Gabriele N. Tornetta · 3 years, 8 months ago
  57. 8319114 bpo-45947: Place dict and values pointer at fixed (negative) offset just before GC header. (GH-29879) by Mark Shannon · 3 years, 8 months ago
  58. 99fcf15 bpo-45582: Port getpath[p].c to Python (GH-29041) by Steve Dower · 3 years, 9 months ago
  59. 4141d94 bpo-44391: Remove unused argument from a varargs call. (GH-29843) by Vinay Sajip · 3 years, 9 months ago
  60. 4841e69 bpo-45901: Fixes argument passing when invoking .py files directly through the Store package (GH-29799) by Steve Dower · 3 years, 9 months ago
  61. 8caceb7 bpo-40280: Add configure check for socket shutdown (GH-29795) by Christian Heimes · 3 years, 9 months ago
  62. f9de97a bpo-45616: Let py.exe distinguish between v3.1 and v3.10 (GH-29731) by Zachary Ware · 3 years, 9 months ago
  63. a56fbad bpo-45220: Ensure RT_MANIFEST is defined when compiling Windows resource files (GH-29501) by Steve Dower · 3 years, 9 months ago
  64. a4774f4 bpo-45720: Drop references to shlwapi.dll on Windows (GH-29417) by Steve Dower · 3 years, 10 months ago
  65. fd0c84d bpo-45220: Remove invalid include from resource definition files on Windows (GH-29396) by Steve Dower · 3 years, 10 months ago
  66. f30ad65 bpo-45292: [PEP 654] add the ExceptionGroup and BaseExceptionGroup classes (GH-28569) by Irit Katriel · 3 years, 10 months ago
  67. 9942f42 bpo-45522: Allow to disable freelists on build time (GH-29056) by Christian Heimes · 3 years, 10 months ago
  68. 2cbf50e bpo-44220: Export PyStructSequence_UnnamedField in the limited API (GH-26331) by Ken Jin · 3 years, 10 months ago
  69. 00ffc45 bpo-45440: Remove pymath.c fallbacks (GH-28977) by Victor Stinner · 3 years, 10 months ago
  70. 194a952 bpo-45440: Require math.h isinf() to build (GH-28894) by Victor Stinner · 3 years, 10 months ago
  71. aac29af bpo-45434: pyport.h no longer includes <stdlib.h> (GH-28914) by Victor Stinner · 3 years, 10 months ago
  72. 97308df bpo-45434: Move _Py_BEGIN_SUPPRESS_IPH to pycore_fileutils.h (GH-28922) by Victor Stinner · 3 years, 10 months ago
  73. 5f401f1 Fix typos in the Objects directory (GH-28766) by Christian Clauss · 3 years, 11 months ago
  74. 6c942a8 bpo-45375: Fix off by one error in buffer allocation (GH-28764) by Steve Dower · 3 years, 11 months ago
  75. 5146877 bpo-45375: Fix assertion failure due to searching for stdlib in unnormalised paths (GH-28735) by Steve Dower · 3 years, 11 months ago
  76. 0c50b8c bpo-45211: Remember the stdlib dir during startup. (gh-28586) by Eric Snow · 3 years, 11 months ago
  77. ae7839b bpo-45211: Move helpers from getpath.c to internal API. (gh-28550) by Eric Snow · 3 years, 11 months ago
  78. 8f943ca [codemod] Fix non-matching bracket pairs (GH-28473) by Mohamad Mansour · 4 years ago
  79. 09b4ad1 bpo-45188: Windows now regenerates frozen modules at the start of build instead of late (GH-28322) by Steve Dower · 4 years ago
  80. 2c3474a bpo-45123: PyAiter_Check and PyObject_GetAiter fix & rename. (GH-28194) by Yury Selivanov · 4 years ago
  81. a24676b Add tests for the C tokenizer and expose it as a private module (GH-27924) by Pablo Galindo Salgado · 4 years ago
  82. 3e2c643 bpo-42035: Add PyType_GetQualName() to get a type's qualified name. (GH-27551) by Hai Shi · 4 years ago
  83. ce5e1a6 bpo-41103: Resurrect the old buffer protocol. (GH-27437) by Inada Naoki · 4 years, 1 month ago
  84. a390ebe bpo-42035: Add a PyType_GetName() to get type's short name. (GH-23903) by Hai Shi · 4 years, 1 month ago
  85. 11749e2 bpo-44740: Lowercase "internet" and "web" where appropriate. (#27378) by Mariusz Felisiak · 4 years, 1 month ago
  86. 96c4cbd bpo-44353: Implement typing.NewType __call__ method in C (#27262) by Yurii Karabas · 4 years, 1 month ago
  87. db532a0 bpo-39947: Remove old private trashcan C API functions (GH-26869) by Victor Stinner · 4 years, 2 months ago
  88. 6773c3e bpo-44392: Add Py_GenericAlias to C API docs (GH-26724) by Ken Jin · 4 years, 2 months ago
  89. d168569 bpo-43795: Remove Py_FrozenMain from the Limited API & Stable ABI (GH-26241) by Petr Viktorin · 4 years, 3 months ago
  90. adcd220 bpo-40222: "Zero cost" exception handling (GH-25729) by Mark Shannon · 4 years, 3 months ago
  91. cf86996 bpo-43795: Mark PyCodec_Unregister as a function, not data, in stable ABI (GH-25920) by Petr Viktorin · 4 years, 4 months ago
  92. 2fc857a Update CI files to account for the master -> main rename (GH-25860) by Pablo Galindo · 4 years, 4 months ago
  93. c2931d3 bpo-43916: Move the _PyStructSequence_InitType function to the internal API (GH-25854) by Pablo Galindo · 4 years, 4 months ago
  94. 558df90 bpo-43916: Export the _PyStructSequence_InitType to fix build errors in the curses module (GH-25768) by Pablo Galindo · 4 years, 4 months ago
  95. 14fc2bd bpo-28254: Add PyGC_ functions to the stable ABI manifest (GH-25720) by Petr Viktorin · 4 years, 4 months ago
  96. f6ee4da bpo-43795: Generate python3dll.c and doc data from manifest (PEP 652) (GH-25315) by Petr Viktorin · 4 years, 4 months ago
  97. 5e437fb bpo-30555: Fix WindowsConsoleIO fails in the presence of fd redirection (GH-1927) by Segev Finer · 4 years, 4 months ago
  98. 91b69b7 bpo-43868: Remove PyOS_ReadlineFunctionPointer from the stable ABI list (GH-25442) by Petr Viktorin · 4 years, 4 months ago
  99. 92eebf6 bpo-43795: Sort PC/python3dll.c (GH-25312) by Petr Viktorin · 4 years, 4 months ago
  100. 3359cab bpo-43688: Support the limited C API in debug mode (GH-25131) by Victor Stinner · 4 years, 5 months ago