1. 63bcd91 Python 3.12.0rc1 by Thomas Wouters · 1 year, 11 months ago v3.12.0rc1
  2. 236cdad [3.12] gh-107432 Fix incorrect indentation in annotations HOWTO (GH-107445) (#107654) by Miss Islington (bot) · 1 year, 11 months ago
  3. 6e4eec7 [3.12] gh-107630: Revert "[3.12] gh-107080: Fix Py_TRACE_REFS Crashes Under Isolated Subinterpreters (gh-107567) (#107599)" (#107648) by Eric Snow · 1 year, 11 months ago
  4. 0e7a4f7 [3.12] Docs: Only include Plausible for html, not for epub etc (GH-107637) (#107642) by Miss Islington (bot) · 1 year, 11 months ago
  5. 28a9849 [3.12] Docs: upgrade to python-docs-theme 2023.7 (GH-107617) (#107633) by Hugo van Kemenade · 1 year, 11 months ago
  6. 310e146 [3.12] Update the expected bytecode magic in test_importlib.test_util (#107626) by T. Wouters · 1 year, 11 months ago
  7. 98902d6c [3.12] GH-107263: Increase C stack limit for most functions, except `_PyEval_EvalFrameDefault()` (GH-107535) (#107618) by Miss Islington (bot) · 1 year, 11 months ago
  8. 58af229 [3.12] gh-107080: Fix Py_TRACE_REFS Crashes Under Isolated Subinterpreters (gh-107567) (#107599) by Miss Islington (bot) · 1 year, 11 months ago
  9. d2c7b25 [3.12] gh-107576: Ensure `__orig_bases__` are our own in `get_original_bases` (GH-107584) (#107592) by Miss Islington (bot) · 1 year, 11 months ago
  10. 93fcf75 [3.12] gh-107077: Raise SSLCertVerificationError even if the error is set via SSL_ERROR_SYSCALL (GH-107586) (#107587) by Miss Islington (bot) · 1 year, 11 months ago
  11. 12d1c49 [3.12] gh-107471: Fix Refleaks in test_import (gh-107569) (#107571) by Miss Islington (bot) · 1 year, 11 months ago
  12. f7e16d7 [3.12] Clarify `Self` interaction with subclasses (GH-107511) (#107548) by Miss Islington (bot) · 1 year, 11 months ago
  13. b68faa3 [3.12] gh-106092: Fix use-after-free crash in frame_dealloc (GH-106875) (#107532) by Miss Islington (bot) · 1 year, 11 months ago
  14. fc4532a [3.12] gh-105766: Document that Custom Allocators Must Be Thread-Safe (gh-107519) (gh-107522) by Miss Islington (bot) · 1 year, 11 months ago
  15. 31cd12a [3.12] gh-99113: Add a What's New Entry for PEP 684 (gh-107520) (gh-107523) by Miss Islington (bot) · 1 year, 11 months ago
  16. 3f6afaf [3.12] gh-107306: Add a Doc Entry for Py_mod_multiple_interpreters (GH-107403) (gh-107521) by Miss Islington (bot) · 1 year, 11 months ago
  17. fd60855 [3.12] gh-107507: Replace 'The goals of Argument Clinic' with a summary (GH-107508) (#107516) by Miss Islington (bot) · 1 year, 11 months ago
  18. 0fbe69f [3.12] gh-106762: Add news for `EnumMeta.__getattr__` removal (GH-107466) (GH-107509) by Miss Islington (bot) · 1 year, 11 months ago
  19. 5f7862d [3.12] GH-101291: Add warning to "what's new" that `PyLongObject` internals have changed. (GH-107388) (#107392) by Miss Islington (bot) · 1 year, 11 months ago
  20. f66b992 [3.12] gh-106368: Add test for Argument Clinic misbehaving custom converter_init() (GH-107496) (#107499) by Miss Islington (bot) · 1 year, 11 months ago
  21. 9f58d9e [3.12] gh-105578: Add more usage examples to `typing.AnyStr` docs (GH-107045) (#107503) by Miss Islington (bot) · 1 year, 11 months ago
  22. 831fd19 [3.12] gh-105751: Remove obsolete `object` base class in some ctypes tests (GH-107460) (#107501) by Łukasz Langa · 1 year, 11 months ago
  23. 99518bb [3.12] gh-106263: Fix segfault in `signaldict_repr` in `_decimal` module (#… (#107491) by Charlie Zhao · 1 year, 11 months ago
  24. 8f080a2 [3.12] gh-102509: Start initializing `ob_digit` of `_PyLongValue` (GH-102510) (#107464) by Miss Islington (bot) · 1 year, 11 months ago
  25. 54aaaad [3.12] gh-46376: Return existing pointer when possible in ctypes (GH-107131) (#107487) by Łukasz Langa · 1 year, 11 months ago
  26. 04bd8c7 [3.12] gh-104280: Add test cases for DTrace probes (GH-107125) (#107489) by Miss Islington (bot) · 1 year, 11 months ago
  27. 1d21c99 [3.12] gh-105751, test_ctypes: Remove disabled tests (GH-105826) (#107483) by Łukasz Langa · 1 year, 11 months ago
  28. f9f9bc9 [3.12] gh-99079: add What's New item (GH-107481) by Ned Deily · 1 year, 11 months ago
  29. 08f8165 [3.12] Update macOS installer screens for 3.12rc/final. (GH-107473) by Ned Deily · 1 year, 11 months ago
  30. 23655fc [3.12] gh-99079: Update macOS installer to use OpenSSL 3.0.9. (gh-107472) by Ned Deily · 1 year, 11 months ago
  31. 0b3d638 [3.12] gh-107427: Update the description of UNPACK_SEQUENCE (gh-107429) (gh-107459) by Miss Islington (bot) · 1 year, 11 months ago
  32. e3b5ed7 [3.12] Fix the documentation for PyCode_New add `qualname` parameter (GH-107186) (#107440) by Miss Islington (bot) · 1 year, 11 months ago
  33. 2c0a99d [3.12] gh-107422: Remove outdated `TypedDict` example from typing docs (GH-107436) (#107437) by Miss Islington (bot) · 1 year, 11 months ago
  34. d514e14 [3.12] gh-101100: Sphinx warnings: pick the low hanging fruits (GH-107386) (GH-107419) by Serhiy Storchaka · 1 year, 11 months ago
  35. 34e6e14 [3.12] gh-107091: Fix some uses of :func: role (GH-107378) (GH-107416) by Serhiy Storchaka · 1 year, 11 months ago
  36. 80aebd5 [3.12] gh-106881: Check for linux/limits.h before including it (#107397) (#107414) by justdan6 · 1 year, 11 months ago
  37. da151fd [3.12] gh-105699: Use a _Py_hashtable_t for the PyModuleDef Cache (gh-106974) (gh-107412) by Eric Snow · 1 year, 11 months ago
  38. e5ca2aa [3.12] gh-107307: Update the importlib Docs for PEP 684 (gh-107400) (gh-107413) by Miss Islington (bot) · 2 years ago
  39. b4355de [3.12] gh-104629: Build _testclinic extension module on Windows (GH-104723) (#107393) by Miss Islington (bot) · 2 years ago
  40. 32502da [3.12] gh-107305: Update the C-API Docs for PEP 684 (gh-107324) (gh-107402) by Miss Islington (bot) · 2 years ago
  41. 0f42f41 [3.12] gh-107091: Fix some uses of :const: role (GH-107379) (GH-107384) by Miss Islington (bot) · 2 years ago
  42. 3f167de [3.12] GH-106898: Add the exception as an argument to the `PY_UNWIND` event callback function. (GH-107347) (GH-107382) by Mark Shannon · 2 years ago
  43. 0902afb [3.12] GH-106895: Raise a `ValueError` when attempting to disable events that cannot be disabled. (GH-107337) (GH-107351) by Mark Shannon · 2 years ago
  44. 3b1a4c1 [3.12] GH-106897: Add `RERAISE` event to `sys.monitoring`. (GH-107291) (GH-107346) by Mark Shannon · 2 years ago
  45. 4014869 [3.12] gh-107298: Fix yet more Sphinx warnings in the C API doc (GH-107345) (GH-107380) by Serhiy Storchaka · 2 years ago
  46. e6a4b10 [3.12] gh-107298: Fix more Sphinx warnings in the C API doc (GH-107329) (GH-107376) by Serhiy Storchaka · 2 years ago
  47. ef7422a [3.12] gh-107298: Fix Sphinx warnings in the C API doc (GH-107302) (GH-107375) by Serhiy Storchaka · 2 years ago
  48. 4f72a9a [3.12] gh-106723: forward -Xfrozen_modules option to spawned process interpreters (GH-106724) (#107367) by Miss Islington (bot) · 2 years ago
  49. 17ce87b [3.12] gh-107298: Fix doc references to undocumented modules (GH-107300) (GH-107370) by Miss Islington (bot) · 2 years ago
  50. 2827ad2 [3.12] gh-106368: Argument clinic tests: improve failure message when tests in `ClinicExternalTests` fail (GH-107364) (#107365) by Miss Islington (bot) · 2 years ago
  51. abaf89d [3.12] gh-104621: Check for Incompatible Extensions in import_find_extension() (gh-107184) (gh-107360) by Miss Islington (bot) · 2 years ago
  52. 5daf19d [3.12] gh-104432: Use `memcpy()` to avoid misaligned loads (GH-104433) (#107355) by Miss Islington (bot) · 2 years ago
  53. c580527 [3.12] gh-105699: Disable the Interpreters Stress Tests (gh-107354) (gh-107357) by Miss Islington (bot) · 2 years ago
  54. 57ef065 [3.12] gh-101524: Only Use Public C-API in the _xxsubinterpreters Module (gh-105258) (gh-107303) by Miss Islington (bot) · 2 years ago
  55. 0063ad8 [3.12] Bump some docs dependencies to resolve a Dependabot security alert (GH-107341) (#107342) by Miss Islington (bot) · 2 years ago
  56. 38c982d [3.12] gh-106996: Rewrite turtle explanation (GH-107244) (#107335) by Miss Islington (bot) · 2 years ago
  57. 5f3e371 [3.12] Docs: Argument Clinic: Restructure "Basic concepts and usage" (GH-106981) (#107325) by Miss Islington (bot) · 2 years ago
  58. 36e96ba [3.12] gh-107298: Docs: add targets for some :c:member: and :c:macro: references (GH-107316) (GH-107332) by Miss Islington (bot) · 2 years ago
  59. 434e3b8 [3.12] gh-107091: Fix some uses of :attr: role (GH-107318) (GH-107330) by Serhiy Storchaka · 2 years ago
  60. 6bbcd79 [3.12] Docs: Remove the numbered steps from the Argument Clinic tutorial (GH-107203) (#107317) by Miss Islington (bot) · 2 years ago
  61. 4f6d7a5 [3.12] gh-105002: [pathlib] Fix relative_to with walk_up=True using ".." (GH-107014) (#107315) by Miss Islington (bot) · 2 years ago
  62. 58af565 [3.12] Document that `os.link()` is not available on Emscripten (GH-104822) (GH-107308) by Miss Islington (bot) · 2 years ago
  63. da2097d [3.12] gh-107091: Fix some uses of :c:type: role (GH-107138) (GH-107312) by Miss Islington (bot) · 2 years ago
  64. 9f5a5f0 [3.12] gh-107091: Fix some uses of :c:member: role (GH-107129) (GH-107310) by Miss Islington (bot) · 2 years ago
  65. 0d2e131 [3.12] gh-106948: Update documentation nitpick_ignore for c:identifer domain (GH-107295) (#107297) by Miss Islington (bot) · 2 years ago
  66. d235542 [3.12] gh-106350: Tkinter: do not ignore return value of `mp_init()` (GH-106351) (GH-107258) by Miss Islington (bot) · 2 years ago
  67. ef80851 [3.12] gh-106368: Increase Argument Clinic CLI test coverage (GH-107277) (#107282) by Miss Islington (bot) · 2 years ago
  68. 3d15c8b [3.12] gh-106185: Deduplicate `CPythonTracebackErrorCaretTests` in `test_traceback` (GH-106187) (GH-107268) by Miss Islington (bot) · 2 years ago
  69. 0107731 [3.12] gh-106939: document ShareableList nul-strip quirk. (GH-107266) (#107269) by Miss Islington (bot) · 2 years ago
  70. c3c8916 [3.12] gh-107226: PyModule_AddObjectRef() should only be in the limited API 3.10 (GH-107227) (GH-107260) by Miss Islington (bot) · 2 years ago
  71. 11d86c5 [3.12] gh-62519: Make pgettext search plurals when translation is not found (GH-107118) (GH-107134) by Miss Islington (bot) · 2 years ago
  72. 313284a [3.12] Remove superflous whitespaces in `layout.html`. (#107251) by Ezio Melotti · 2 years ago
  73. ca42d67 [3.12] gh-105699: Add some stress tests for subinterpreter creation (GH-106966) (gh-107012) by Miss Islington (bot) · 2 years ago
  74. 9c31d94 [3.12] gh-105059: Fix MSCV compiler warning on PyObject union (GH-107239) (#107248) by Miss Islington (bot) · 2 years ago
  75. e788c0ae [3.12] gh-107237: Fix test_udp_reconnection() of test_logging (GH-107238) (#107242) by Miss Islington (bot) · 2 years ago
  76. 0cf5f6a [3.12] gh-105059: Use GCC/clang extension for PyObject union (GH-107232) (#107236) by Miss Islington (bot) · 2 years ago
  77. fab36fb [3.12] gh-106996: Add a how-to section to the turtle documentation (GH-107153) (#107233) by Miss Islington (bot) · 2 years ago
  78. 2cdde10 [3.12] gh-106774: Update bundled pip version to 23.2.1 (GH-106775) (gh-107222) by Miss Islington (bot) · 2 years ago
  79. 5fd028b [3.12] gh-106917: fix super classmethod calls to non-classmethods (GH-106977). (#107204) by Carl Meyer · 2 years ago
  80. 3923639 [3.12] gh-102304: Rename _Py_IncRefTotal_DO_NOT_USE_THIS() (GH-107193) (#107199) by Miss Islington (bot) · 2 years ago
  81. 5bf7165 [3.12] gh-98608: Move PyInterpreterConfig to pylifecycle.h (GH-107191) (#107198) by Miss Islington (bot) · 2 years ago
  82. f573a6a [3.12] GH-96803: Move PyUnstable_InterpreterFrame_GetCode() to Python.h (GH-107188) (#107195) by Miss Islington (bot) · 2 years ago
  83. 69d4e8c [3.12] gh-106368: Increase Argument Clinic CLI test coverage (GH-107156) (#107189) by Miss Islington (bot) · 2 years ago
  84. beb5514 [3.12] gh-107017: Change Chapter Strings to Texts in the Introduction chapter. (GH-107104) (#107167) by Miss Islington (bot) · 2 years ago
  85. 5ff4dfa [3.12] Docs: Add missing markup to Argument Clinic docs (GH-106876) (#107181) by Miss Islington (bot) · 2 years ago
  86. 4fd57647 [3.12] Fix PyVectorcall_Function doc versionadded (GH-107140) (#107173) by Miss Islington (bot) · 2 years ago
  87. 0327106 [3.12] Docs: Remove duplicate word in Argument Clinic howto heading (GH-107169) (#107171) by Miss Islington (bot) · 2 years ago
  88. 84c5676 [3.12] gh-105291: Add link to migration guide for distutils (GH-107130) (#107160) by Miss Islington (bot) · 2 years ago
  89. 40a337f [3.12] gh-106948: Docs: Disable links for C standard library functions, OS utility functions and system calls (GH-107062) (#107154) by Miss Islington (bot) · 2 years ago
  90. e02ddb3 [3.12] gh-107017: Analolgy to Pascal and C replaced. (GH-107025) (#107124) by Miss Islington (bot) · 2 years ago
  91. 18c68ec [3.12] Introduce a gate/check GHA job (GH-97533) (#107114) by Sviatoslav Sydorenko · 2 years ago
  92. bd72fb1 [3.12] bpo-18319: gettext() can retrieve a message even if a plural form exists (GH-19869) (#107108) by Miss Islington (bot) · 2 years ago
  93. af95a1d [3.12] gh-106186: Don't report MultipartInvariantViolationDefect for valid multipart emails when parsing header only (GH-107016) (#107111) by Miss Islington (bot) · 2 years ago
  94. 95a82dc [3.12] gh-107091: Fix the use of some C domain roles (GH-107092) (GH-107113) by Miss Islington (bot) · 2 years ago
  95. 074fcf1 [3.12] gh-106969: Indicate no modules were added in 3.10 & 3.12 (GH-106988) (#107094) by Moritz Neeb · 2 years ago
  96. f7e1300 [3.12] gh-106996: Add the basics of a turtle graphics tutorial (GH-107072) (#107109) by Daniele Procida · 2 years ago
  97. 332db37 [3.12] gh-101100: Fix some broken sphinx references (GH-107095) (#107103) by Miss Islington (bot) · 2 years ago
  98. a73d5c5 [3.12] gh-106976: alphabetise bullets by module name task2-3 (GH-107005) (#107106) by Miss Islington (bot) · 2 years ago
  99. 63ae7ed [3.12] gh-54738: Add argparse i18n howto (GH-104562) (#107102) by Miss Islington (bot) · 2 years ago
  100. 1703262 [3.12] Convert `doc.yml` workflow to be reusable (GH-103914 + GH-105151) (#107042) by Sviatoslav Sydorenko · 2 years ago