1. 63bcd91 Python 3.12.0rc1 by Thomas Wouters · 2 years ago v3.12.0rc1
  2. 310e146 [3.12] Update the expected bytecode magic in test_importlib.test_util (#107626) by T. Wouters · 2 years ago
  3. 98902d6c [3.12] GH-107263: Increase C stack limit for most functions, except `_PyEval_EvalFrameDefault()` (GH-107535) (#107618) by Miss Islington (bot) · 2 years ago
  4. d2c7b25 [3.12] gh-107576: Ensure `__orig_bases__` are our own in `get_original_bases` (GH-107584) (#107592) by Miss Islington (bot) · 2 years, 1 month ago
  5. 12d1c49 [3.12] gh-107471: Fix Refleaks in test_import (gh-107569) (#107571) by Miss Islington (bot) · 2 years, 1 month ago
  6. f66b992 [3.12] gh-106368: Add test for Argument Clinic misbehaving custom converter_init() (GH-107496) (#107499) by Miss Islington (bot) · 2 years, 1 month ago
  7. 831fd19 [3.12] gh-105751: Remove obsolete `object` base class in some ctypes tests (GH-107460) (#107501) by Łukasz Langa · 2 years, 1 month ago
  8. 99518bb [3.12] gh-106263: Fix segfault in `signaldict_repr` in `_decimal` module (#… (#107491) by Charlie Zhao · 2 years, 1 month ago
  9. 54aaaad [3.12] gh-46376: Return existing pointer when possible in ctypes (GH-107131) (#107487) by Łukasz Langa · 2 years, 1 month ago
  10. 04bd8c7 [3.12] gh-104280: Add test cases for DTrace probes (GH-107125) (#107489) by Miss Islington (bot) · 2 years, 1 month ago
  11. 1d21c99 [3.12] gh-105751, test_ctypes: Remove disabled tests (GH-105826) (#107483) by Łukasz Langa · 2 years, 1 month ago
  12. 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, 1 month ago
  13. 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, 1 month ago
  14. 3b1a4c1 [3.12] GH-106897: Add `RERAISE` event to `sys.monitoring`. (GH-107291) (GH-107346) by Mark Shannon · 2 years, 1 month ago
  15. 4f72a9a [3.12] gh-106723: forward -Xfrozen_modules option to spawned process interpreters (GH-106724) (#107367) by Miss Islington (bot) · 2 years, 1 month ago
  16. 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, 1 month ago
  17. abaf89d [3.12] gh-104621: Check for Incompatible Extensions in import_find_extension() (gh-107184) (gh-107360) by Miss Islington (bot) · 2 years, 1 month ago
  18. c580527 [3.12] gh-105699: Disable the Interpreters Stress Tests (gh-107354) (gh-107357) by Miss Islington (bot) · 2 years, 1 month ago
  19. 4f6d7a5 [3.12] gh-105002: [pathlib] Fix relative_to with walk_up=True using ".." (GH-107014) (#107315) by Miss Islington (bot) · 2 years, 1 month ago
  20. ef80851 [3.12] gh-106368: Increase Argument Clinic CLI test coverage (GH-107277) (#107282) by Miss Islington (bot) · 2 years, 1 month ago
  21. 3d15c8b [3.12] gh-106185: Deduplicate `CPythonTracebackErrorCaretTests` in `test_traceback` (GH-106187) (GH-107268) by Miss Islington (bot) · 2 years, 1 month ago
  22. 11d86c5 [3.12] gh-62519: Make pgettext search plurals when translation is not found (GH-107118) (GH-107134) by Miss Islington (bot) · 2 years, 1 month ago
  23. ca42d67 [3.12] gh-105699: Add some stress tests for subinterpreter creation (GH-106966) (gh-107012) by Miss Islington (bot) · 2 years, 1 month ago
  24. e788c0ae [3.12] gh-107237: Fix test_udp_reconnection() of test_logging (GH-107238) (#107242) by Miss Islington (bot) · 2 years, 1 month ago
  25. 2cdde10 [3.12] gh-106774: Update bundled pip version to 23.2.1 (GH-106775) (gh-107222) by Miss Islington (bot) · 2 years, 1 month ago
  26. 5fd028b [3.12] gh-106917: fix super classmethod calls to non-classmethods (GH-106977). (#107204) by Carl Meyer · 2 years, 1 month ago
  27. 69d4e8c [3.12] gh-106368: Increase Argument Clinic CLI test coverage (GH-107156) (#107189) by Miss Islington (bot) · 2 years, 1 month ago
  28. 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, 1 month ago
  29. 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, 1 month ago
  30. dd431d7 [3.12] gh-107028: tiny textual changes in logging docs and docstrings (GH-107029) (GH-107065) by Miss Islington (bot) · 2 years, 1 month ago
  31. 713590f [3.12] gh-106714: Fix test_capi to not write a coredump (GH-107007) (#107009) by Miss Islington (bot) · 2 years, 1 month ago
  32. 76fd98a [3.12] gh-106368: Increase coverage for Argument Clinic output directive (GH-106979) (#106994) by Miss Islington (bot) · 2 years, 1 month ago
  33. 67748f1 [3.12] gh-106970: Fix Argument Clinic 'destination <name> clear' command (GH-106972) (#106983) by Miss Islington (bot) · 2 years, 1 month ago
  34. 807afda [3.12] gh-106368: Increase Argument Clinic test coverage for IndentStack (GH-106933) (#106943) by Miss Islington (bot) · 2 years, 1 month ago
  35. 656f624 [3.12] gh-106669: Revert "gh-102988: Detect email address parsing errors ... (GH-105127)" (GH-106733) (#106941) by Gregory P. Smith · 2 years, 1 month ago
  36. b1c50b8 [3.12] gh-104090: Fix unittest collectedDurations resources leak (GH-106795) (#106888) by Miss Islington (bot) · 2 years, 1 month ago
  37. 941ac1e [3.12] gh-106368: Increase Argument Clinic test coverage for cpp.Monitor (GH-106833) (#106838) by Miss Islington (bot) · 2 years, 1 month ago
  38. 497bfd5 [3.12] gh-106687: _ssl: use uint64_t for SSL options (GH-106700) (#106827) by Miss Islington (bot) · 2 years, 1 month ago
  39. 060f58d [3.12] gh-106752: Sync with zipp 3.16.2 (GH-106757) (#106777) by Miss Islington (bot) · 2 years, 1 month ago
  40. 1fe8412 [3.12] gh-106368: Increase Argument Clinic BlockParser test coverage (GH-106759) (#106769) by Miss Islington (bot) · 2 years, 1 month ago
  41. 4f3edd6 [3.12] gh-105235: Prevent reading outside buffer during mmap.find() (GH-105252) (#106708) by Miss Islington (bot) · 2 years, 1 month ago
  42. 30f6274 [3.12] gh-106752: Move zipfile._path into its own package (GH-106753) (#106755) by Jason R. Coombs · 2 years, 1 month ago
  43. dfdded6 [3.12] gh-106634: Corrected minor asyncio doc issues (GH-106671) (#106712) by Miss Islington (bot) · 2 years, 1 month ago
  44. e68b280 [3.12] gh-105626: Change the default return value of `HTTPConnection.get_proxy_response_headers` (GH-105628) (#106738) by Miss Islington (bot) · 2 years, 1 month ago
  45. 6a1a660 [3.12] gh-106368: Increase Argument Clinic test coverage (GH-106728) (#106730) by Miss Islington (bot) · 2 years, 1 month ago
  46. 77d9fdf [3.12] gh-106602: [Enum] Add __copy__ and __deepcopy__ (GH-106695) by Miss Islington (bot) · 2 years, 1 month ago
  47. 46a21f5 [3.12] gh-102541: Add test case for help() for non_existent_module (GH-106340) (#106639) by Miss Islington (bot) · 2 years, 1 month ago
  48. 58f9c88 [3.12] gh-106403: Restore weakref support for TypeVar and friends (GH-106418) (#106635) by Miss Islington (bot) · 2 years, 1 month ago
  49. 6015059 Merge branch '3.12' of https://github.com/python/cpython into 3.12 by Thomas Wouters · 2 years, 1 month ago
  50. c594e25 [3.12] gh-106498: Revert incorrect colorsys.rgb_to_hls change (GH-106627) (#106632) by Miss Islington (bot) · 2 years, 1 month ago
  51. 97a6a41 Python 3.12.0b4 by Thomas Wouters · 2 years, 1 month ago v3.12.0b4
  52. 6968f9e [3.12] gh-105497: [Enum] Fix flag mask inversion when unnamed flags exist (GH-106468) (#106620) by Miss Islington (bot) · 2 years, 1 month ago
  53. 30870c8 [3.12] gh-102988: Detect email address parsing errors and return empty tuple to indicate the parsing error (old API) (GH-105127) (#106612) by Miss Islington (bot) · 2 years, 1 month ago
  54. 90ea3be [3.12] gh-94777: Fix deadlock in ProcessPoolExecutor (GH-94784) (#106609) by Miss Islington (bot) · 2 years, 1 month ago
  55. 68ca190 [3.12] gh-103186: Fix or catch 'extra' stderr output from unittests (GH-103196) (#106605) by Miss Islington (bot) · 2 years, 1 month ago
  56. 2da967e [3.12] gh-99593: Add tests for Unicode C API (part 3) (GH-104728) (GH-106595) by Serhiy Storchaka · 2 years, 1 month ago
  57. 559267f [3.12] Move implementation specific RE tests to separate class (GH-106563) (#106564) by Miss Islington (bot) · 2 years, 1 month ago
  58. 60ade0c [3.12] gh-106510: Fix DEBUG output for atomic group (GH-106511) (GH-106548) by Miss Islington (bot) · 2 years, 1 month ago
  59. 8fdb058 [3.12] gh-106524: Fix a crash in _sre.template() (GH-106525) (GH-106544) by Miss Islington (bot) · 2 years, 1 month ago
  60. 2ade2fc [3.12] gh-106300: Improve `assertRaises(Exception)` usages in tests (GH-106302) (GH-106534) by Miss Islington (bot) · 2 years, 1 month ago
  61. 7e883d7 [3.12] gh-106503: asyncio._SelectorSocketTransport: fix cyclic reference on close(). (GH-106504) (#106514) by Miss Islington (bot) · 2 years, 1 month ago
  62. 5293e01 [3.12] closes gh-106479: fix typo in __cplusplus macro (gh-106480) (#106493) by Miss Islington (bot) · 2 years, 1 month ago
  63. 4787eae [3.12] gh-90876: Restore the ability to import multiprocessing when `sys.executable` is `None` (GH-106464) (#106494) by Miss Islington (bot) · 2 years, 1 month ago
  64. 7b615a1 [3.12] gh-106292: restore checking __dict__ in cached_property.__get__ (GH-106380) (#106469) by Miss Islington (bot) · 2 years, 1 month ago
  65. bb17e6f [3.12] gh-105340: include hidden fast-locals in locals() (GH-105715) (#106470) by Miss Islington (bot) · 2 years, 1 month ago
  66. b72601e [3.12] gh-64595: Fix regression in file write logic in Argument Clinic (#106449) (#106452) by Erlend E. Aasland · 2 years, 1 month ago
  67. 74d84cf [3.12] gh-105497: [Enum] Fix Flag inversion when alias/mask members exist. (GH-105542) (#105572) by Miss Islington (bot) · 2 years, 1 month ago
  68. b314194 [3.12] gh-105063: Disable test_peg_generator.TestCParser bco. ref leaks (GH-106024) (#106450) by Miss Islington (bot) · 2 years, 1 month ago
  69. 53605f2 [3.12] GH-104554: Add RTSPS support to `urllib/parse.py` (GH-104605) (#105759) by Miss Islington (bot) · 2 years, 1 month ago
  70. fc2393e [3.12] Display the sanitizer config in the regrtest header. (GH-105301) (#105342) by Miss Islington (bot) · 2 years, 1 month ago
  71. 334b95b [3.12] gh-89392: Make test_decimal discoverable (GH-106209) (#106230) by Miss Islington (bot) · 2 years, 1 month ago
  72. 6371029 [3.12] gh-100238: Use setuptools in peg-generator and reenable tests (GH-104798) (#105135) by Miss Islington (bot) · 2 years, 1 month ago
  73. 00c522a [3.12] gh-104683: Rename Lib/test/clinic.test as Lib/test/clinic.test.c (GH-106443) (#106444) by Miss Islington (bot) · 2 years, 1 month ago
  74. 6f68404 [3.12] gh-106368: Add tests for formatting helpers in Argument Clinic (GH-106415) (#106438) by Miss Islington (bot) · 2 years, 2 months ago
  75. d5ed72b [3.12] GH-106330: Fix matching of empty path in `pathlib.PurePath.match()` (GH-106331) (GH-106372) by Barney Gale · 2 years, 2 months ago
  76. 930df7b [3.12] gh-106396: Special-case empty format spec to gen empty JoinedStr node (GH-106401) (#106416) by Miss Islington (bot) · 2 years, 2 months ago
  77. fda2970 [3.12] gh-106368: Add tests for permutation helpers in Argument Clinic (GH-106407) (#106409) by Miss Islington (bot) · 2 years, 2 months ago
  78. b84365f [3.12] gh-106368: Increase Argument Clinic test coverage (GH-106389) (#106390) by Miss Islington (bot) · 2 years, 2 months ago
  79. 6720003 [3.12] gh-106368: Harden Argument Clinic parser tests (GH-106384) (#106387) by Miss Islington (bot) · 2 years, 2 months ago
  80. 38fe0e7 [3.12] gh-106368: Clean up Argument Clinic tests (#106373) (#106379) by Erlend E. Aasland · 2 years, 2 months ago
  81. ddff473 [3.12] gh-106368: Increase Argument Clinic test coverage (GH-106369) (#106370) by Miss Islington (bot) · 2 years, 2 months ago
  82. 5f20152 [3.12] gh-106359: Fix corner case bugs in Argument Clinic converter parser (GH-106361) (#106364) by Miss Islington (bot) · 2 years, 2 months ago
  83. 730c873 [3.12] gh-102541: Fix Helper.help("mod") for non-existent mod (GH-105934) (#106322) by Miss Islington (bot) · 2 years, 2 months ago
  84. c4298d5 [3.12] gh-105486: Change the `repr` of `ParamSpec` list of args in `GenericAlias` (GH-105488) (#106297) by Miss Islington (bot) · 2 years, 2 months ago
  85. 0616c83 [3.12] gh-106145: Make `end_{lineno,col_offset}` required on `type_param` nodes (GH-106224) (#106295) by Miss Islington (bot) · 2 years, 2 months ago
  86. 04a165f [3.12] GH-106152: Add PY_THROW event to cProfile (GH-106256) by Miss Islington (bot) · 2 years, 2 months ago
  87. e12045d [3.12] gh-106194: Rename duplicated tests in `test_curses` (GH-106196) (#106216) by Miss Islington (bot) · 2 years, 2 months ago
  88. ed2114f [3.12] gh-106197: Deduplicate tests in `test_buffer` (GH-106198) (#106206) by Miss Islington (bot) · 2 years, 2 months ago
  89. 442f5ec [3.12] GH-106160: Fix test_gzip failing under WASI, which does not have zlib. (GH-106167) (#106170) by Miss Islington (bot) · 2 years, 2 months ago
  90. c1c6738 [3.12] gh-101634: regrtest reports decoding error as failed test (GH-106169) (#106174) by Miss Islington (bot) · 2 years, 2 months ago
  91. 264b54b [3.12] IDLE: Condense run.main threading.Thread start. (GH-106125) (#106154) by Miss Islington (bot) · 2 years, 2 months ago
  92. 364cb66 [3.12] gh-84976: Add back UTC to datetime.__all__ (GH-104920) (#106019) by Miss Islington (bot) · 2 years, 2 months ago
  93. 1acfecb [3.12] Revert "GH-96145: Add AttrDict to JSON module for use with object_hook (GH-96146)" (GH-105948) (#106117) by Miss Islington (bot) · 2 years, 2 months ago
  94. e923971 [3.12] Update test.support.interpreters to include missing RunFailedError import (GH-103841) (#106110) by Miss Islington (bot) · 2 years, 2 months ago
  95. 8d5d60f [3.12] gh-106075: add `asyncio.taskgroups.__all__` to `asyncio.__all__` (GH-106090) (#106098) by Miss Islington (bot) · 2 years, 2 months ago
  96. 9e6f8d4 [3.12] gh-105987: Fix reference counting issue in `_asyncio._swap_cur… (#106099) by Kumar Aditya · 2 years, 2 months ago
  97. b786fe8 [3.12] gh-105979: Fix exception handling in `unmarshal_frozen_code` (`Python/import.c`) (GH-105980) (#106055) by Miss Islington (bot) · 2 years, 2 months ago
  98. 7d6ee29 [3.12] gh-105974: Revert unintentional behaviour change for protocols with non-callable members and custom `__subclasshook__` methods (GH-105976) (#106032) by Miss Islington (bot) · 2 years, 2 months ago
  99. c407ef0 [3.12] gh-98931: Add custom error messages to invalid import/from with multiple targets (GH-105985) (#105991) by Miss Islington (bot) · 2 years, 2 months ago
  100. c5c8111 [3.12] gh-105915: Fix SyntaxWarning becoming a SyntaxError with -We in test_fstring (GH-105943) (#105945) by Miss Islington (bot) · 2 years, 2 months ago