Python 3.12.0rc3
  1. b973ab3 Python 3.12.0rc3 by Thomas Wouters · 1 year, 11 months ago v3.12.0rc3
  2. 74a7f5d [3.12] gh-109496: Detect Py_DECREF() after dealloc in debug mode (GH-109539) (#109545) by Miss Islington (bot) · 1 year, 11 months ago
  3. 0620bc7 [3.12] gh-109408: Azure Pipelines: test 3.12 branch (GH-109453) (#109535) by Miss Islington (bot) · 1 year, 11 months ago
  4. 9412a87 [3.12] gh-109371: Fix monitoring with instruction events set (gh-109385) (#109542) by Miss Islington (bot) · 1 year, 11 months ago
  5. 2401b98 [3.12] gh-108843: fix ast.unparse for f-string with many quotes (GH-108981) (#109541) by Miss Islington (bot) · 1 year, 11 months ago
  6. f6fc831 [3.12] gh-102251: Disable non-rerunnable test in test_import (GH-106013) (#109540) by Miss Islington (bot) · 1 year, 11 months ago
  7. fbf703c [3.12] Fix extraneous backslashes in hashlib docs (GH-109468) (#109530) by Miss Islington (bot) · 1 year, 11 months ago
  8. 5c439fb [3.12] gh-109408: Remove Ubuntu unit tests from Azure Pipelines (GH-109452) (#109519) by Miss Islington (bot) · 1 year, 11 months ago
  9. cc12f66 [3.12] gh-109451: Fix wrong format specifier in logging documentation (GH-109465) (#109483) by Miss Islington (bot) · 1 year, 11 months ago
  10. 6552879 [3.12] gh-109414: Add some basic information about venvs in the introduction. (GH-109440) (#109481) by Miss Islington (bot) · 1 year, 11 months ago
  11. 02df0df [3.12] gh-109474: Update two Unix packaging URLs (GH-109307) (#109477) by Miss Islington (bot) · 1 year, 11 months ago
  12. 52bbb22 [3.12] gh-109096: Silence test_httpservers fork + threads DeprecationWarning on CGI support (#109471) by Gregory P. Smith · 1 year, 11 months ago
  13. e9a9052 [3.12] Docs: Superseded modules: list only module names (GH-109439) (#109445) by Miss Islington (bot) · 1 year, 11 months ago
  14. 316f0ee [3.12] gh-109395: Remove skipped macOS builds from Azure Pipelines (GH-109400) (#109441) by Miss Islington (bot) · 1 year, 11 months ago
  15. dba95c5 [3.12] gh-109395: Remove skipped coverage job from Azure Pipelines (GH-109412) (#109433) by Miss Islington (bot) · 1 year, 11 months ago
  16. 35c633d [3.12] gh-109219: propagate free vars through type param scopes (GH-109377) (#109410) by Miss Islington (bot) · 1 year, 11 months ago
  17. 52a9c57 [3.12] gh-109396: Fix test_socket.test_hmac_sha1() in FIPS mode (GH-109423) (#109426) by Miss Islington (bot) · 1 year, 11 months ago
  18. 3bb8075 [3.12] gh-101100: Fix sphinx warnings in `turtle.rst` (GH-109394) (#109416) by Miss Islington (bot) · 1 year, 11 months ago
  19. 3eae45f [3.12] gh-105658: fix excess trace events for except block ending with a conditional block (#109384) (#109411) by Irit Katriel · 1 year, 11 months ago
  20. 5c7e8c3 [3.12] gh-109341: Fix crash on compiling invalid AST including TypeAlias (GH-109349) (#109381) by Miss Islington (bot) · 1 year, 11 months ago
  21. 36d6ba0 [3.12] gh-60283: Check for redefined test names in CI (GH-109161) (#109365) by Miss Islington (bot) · 1 year, 11 months ago
  22. 5b38bde [3.12] Fix variable name in dis documentation example (GH-109343) (#109364) by Miss Islington (bot) · 2 years ago
  23. 47402e2 [3.12] gh-105189: fix importlib.resources.abc deprecation docs (GH-105232) (#109363) by Miss Islington (bot) · 2 years ago
  24. c30d5df [3.12] gh-104736: Fix test_gdb tests on ppc64le with clang (GH-109360) (#109361) by Miss Islington (bot) · 2 years ago
  25. 3d8e4d7 [3.12] gh-109357: Fix test_monitoring.test_gh108976() (GH-109358) (#109359) by Miss Islington (bot) · 2 years ago
  26. aee0077 [3.12] Update workflow permissions in require-pr-label Action (GH-109342) (#109348) by Miss Islington (bot) · 2 years ago
  27. 9b82054 [3.12] GH-104395: Add a link in 'Meta Information' to the docs download page (GH-104443) (#109345) by Miss Islington (bot) · 2 years ago
  28. 08bd2aa [3.12] gh-109184: update traceback module doc w.r.t notes (message is no longer always at the end) (#109201) (#109334) by Irit Katriel · 2 years ago
  29. 21f4e6d [3.12] gh-109114: Relax the check for invalid lambdas inside f-strings to avoid false positives (GH-109121). (#109155) by Pablo Galindo Salgado · 2 years ago
  30. 8208657 [3.12] gh-109118: Disallow nested scopes within PEP 695 scopes within classes (GH-109196) (#109297) by Miss Islington (bot) · 2 years ago
  31. 778d094 [3.12] Fix iter_index() to work with lists which do not support stop=None. (gh-109306) (#109310) by Miss Islington (bot) · 2 years ago
  32. 7479a7a [3.12] gh-109295: Fix test_os.test_access_denied() for TEMP=cwd (GH-109299) (#109304) by Miss Islington (bot) · 2 years ago
  33. 8acfb42 [3.12] gh-109295: Clean up multiprocessing in test_asyncio and test_compileall (GH-109298) (#109301) by Miss Islington (bot) · 2 years ago
  34. a6ed810 [3.12] gh-109292: add symtable impact of PEP 709 to What's New (GH-109293) (#109296) by Miss Islington (bot) · 2 years ago
  35. 2004e12 [3.12] gh-109195: fix source location for super load before LOAD_SUPER_ATTR (GH-109289) (#109291) by Miss Islington (bot) · 2 years ago
  36. 8e96b98 [3.12] gh-107322: zipapp: Remove the suggestion to remove .dist-info directories (GH-107296) (#109281) by Miss Islington (bot) · 2 years ago
  37. 33ee98b [3.12] gh-90805: Make sure test_functools works with and without _functoolsmodule (GH-108644) (#109275) by Miss Islington (bot) · 2 years ago
  38. a8393dc [3.12] gh-109190: What's New in 3.12: Add subheadings to removals for easy linking (GH-109159) (#109273) by Miss Islington (bot) · 2 years ago
  39. 5305cdc [3.12] gh-109182: Fix and improve tests for gh-108654 (GH-109189) (#109271) by Miss Islington (bot) · 2 years ago
  40. 3efe7bc [3.12] GH-108976. Keep monitoring data structures valid during de-optimization during callback. (GH-109131) (#109268) by Mark Shannon · 2 years ago
  41. 5e917a0 [3.12] Test DocTestFinder directly instead of calling support.run_doctest() (GH-108917) (#109259) by Miss Islington (bot) · 2 years ago
  42. df64210 [3.12] gh-109230: test_pyexpat no longer depends on the current directory (GH-109233) (#109241) by Miss Islington (bot) · 2 years ago
  43. b361381 [3.12] gh-109237: Fix test_site for non-ASCII working directory (GH-109238) (#109239) by Miss Islington (bot) · 2 years ago
  44. bcd5907 [3.12] Fix "FSTRING_MIDDLE" typo in py312 "What's New" (GH-109222) (#109223) by Miss Islington (bot) · 2 years ago
  45. aef019b [3.12] Improve the sieve() recipe in the itertools docs (gh-109199) (#109203) by Miss Islington (bot) · 2 years ago
  46. 888bcf4 [3.12] Fix an ironic typo in a code comment. (gh-109186) (#109188) by Miss Islington (bot) · 2 years ago
  47. acde502 [3.12] gh-109118: Fix runtime crash when NameError happens in PEP 695 function (GH-109123) (#109173) by Jelle Zijlstra · 2 years ago
  48. c76f4b9 [3.12] GH-109067: fix randomly failing `test_async_gen_asyncio_gc_aclose_09` test (GH-109142) (#109149) by Miss Islington (bot) · 2 years ago
  49. ca848bb [3.12] gh-109022: [Enum] require `names=()` to create empty enum type (GH-109048) (#109122) by Miss Islington (bot) · 2 years ago
  50. d533ab1 [3.12] gh-108732: include comprehension locals in frame.f_locals (GH-109026) (#109097) by Miss Islington (bot) · 2 years ago
  51. af83d1e [3.12] gh-106922: Fix error location for constructs with spaces and parentheses (GH-108959) (#109147) by Miss Islington (bot) · 2 years ago
  52. a1ba0e5 [3.12] gh-103186: Suppress RuntimeWarning about unclosed async iterator in test_sys_settrace (GH-109075) (#109138) by Miss Islington (bot) · 2 years ago
  53. fff524e [3.12] Add version directives to ast docs (GH-108788) (#109106) by Miss Islington (bot) · 2 years ago
  54. 68ba35e [3.12] gh-68403: Fix test_coverage in test_trace (GH-108910) (#109104) by Miss Islington (bot) · 2 years ago
  55. 41ff5b0 [3.12] gh-75743: Restore test_timeout.testConnectTimeout() (GH-109087) (#109103) by Miss Islington (bot) · 2 years ago
  56. b27ca96 [3.12] gh-107924: re-order os.sendfile() flag documentation (GH-107926) (#109099) by Miss Islington (bot) · 2 years ago
  57. 4cb29bb [3.12] gh-102823: Document return type of floor division on floats (GH-102824) (#109092) by Miss Islington (bot) · 2 years ago
  58. 2ce2612 [3.12] socket documentation fix - rename triple to 3-tuple (GH-24722) (#109073) by Miss Islington (bot) · 2 years ago
  59. 82f5291 [3.12] gh-71770: Add more details on behavior of configparser's default_section (GH-31562) (#109088) by Miss Islington (bot) · 2 years ago
  60. 02e51f8 [3.12] gh-103186: Remove debug print in test_sys_settrace (GH-109077) (#109084) by Miss Islington (bot) · 2 years ago
  61. 26f42b3 [3.12] GH-90915: Document that SystemExit doesn't trigger sys.excepthook (GH-31357) (#109082) by Miss Islington (bot) · 2 years ago
  62. 736c413 [3.12] bpo-38157: Add example about per file output for mock_open. (GH-16090) (#109071) by Miss Islington (bot) · 2 years ago
  63. 29404b6 [3.12] gh-103186: Suppress and assert expected RuntimeWarnings in test_sys_settrace (GH-103244) (#109066) by Miss Islington (bot) · 2 years ago
  64. 8c9f5f7 [3.12] test.pythoninfo logs freedesktop_os_release() (GH-109057) (#109064) by Miss Islington (bot) · 2 years ago
  65. 2979cee [3.12] gh-108915: Removes extra backslashes in str.split docstring (GH-109044). (#109061) by Shantanu · 2 years ago
  66. de0202e [3.12] gh-108740: Fix "make regen-all" race condition (#108741) (#109019) by Victor Stinner · 2 years ago
  67. 55d7e8f [3.12] gh-108851: Fix tomllib recursion tests (GH-108853) (#109012) by Miss Islington (bot) · 2 years ago
  68. 038b0a9 [3.12] gh-89392: Use unittest test runner for doctests in test_getopt (GH-108916) (#108919) by Miss Islington (bot) · 2 years ago
  69. da02508 [3.12] gh-89392: Use normal unittest runner in test_type_cache (GH-108911) (#108913) by Miss Islington (bot) · 2 years ago
  70. 4b749ba [3.12] gh-91960: Skip test_gdb if gdb cannot retrive Python frames (GH-108999) (#109010) by Miss Islington (bot) · 2 years ago
  71. 9441005 [3.12] gh-108983: Add more PEP 526 tests to `test_grammar` (GH-108984) (#109000) by Miss Islington (bot) · 2 years ago
  72. b9dfe60 [3.12] gh-108962: Skip test_tempfile.test_flags() if not supported (GH-108964) (#108967) by Miss Islington (bot) · 2 years ago
  73. 0855b2c [3.12] gh-108834: Sync libregrtest with the main branch (#108966) by Victor Stinner · 2 years ago
  74. eeaae92 [3.12] gh-107755: Document the correct default value of slice step (GH-107756) (#108955) by Miss Islington (bot) · 2 years ago
  75. 5ca2a68 [3.12] gh-107732: Mention dir support in importlib.resources docs (GH-107734) (#109058) by Hugo van Kemenade · 2 years ago
  76. c9dc2bc [3.12] gh-109015: Add test.support.socket_helper.tcp_blackhole() (GH-109016) (#109041) by Miss Islington (bot) · 2 years ago
  77. 579d782 [3.12] Docs: Fix typo in datetime.tzinfo docstring (GH-107257) (#109032) by Miss Islington (bot) · 2 years ago
  78. ef0dbfb [3.12] GH-108202: Document ``calendar``'s command-line interface (GH-109020) (#109030) by Miss Islington (bot) · 2 years ago
  79. 19d8226 [3.12] GH-90690: Mention removal of ``PRECALL`` in What's New (GH-103910) (#109027) by Miss Islington (bot) · 2 years ago
  80. e65401d [3.12] C API tests: use special markers to test that output parameters were set (GH-109014) (#109023) by Serhiy Storchaka · 2 years ago
  81. db55cfc [3.12] gh-109002: Ensure only one wheel for each vendored package (GH-109003) (#109005) by Miss Islington (bot) · 2 years ago
  82. ce37095 Merge branch '3.12' of https://github.com/python/cpython into 3.12 by Thomas Wouters · 2 years ago
  83. 8c76555 Post 3.12.0rc2 by Thomas Wouters · 2 years ago
  84. d7869ec [3.12] gh-108857: improve markup in inspect.Signature.replace() docs (GH-108862) (#108971) by Miss Islington (bot) · 2 years ago
  85. 40913a5 Python 3.12.0rc2 by Thomas Wouters · 2 years ago v3.12.0rc2
  86. 495ba70 [3.12] gh-108469: Update ast.unparse for unescaped quote support from PEP701 [3.12] (GH-108553) (#108960) by Miss Islington (bot) · 2 years ago
  87. 460043b [3.12] gh-108927: Fix test_import + test_importlib + test_unittest problem (GH-108929) (#108954) by Miss Islington (bot) · 2 years ago
  88. 3d0827e [3.12] gh-107565: Update Windows build to use OpenSSL 3.0.10 (GH-108928) (#108930) by Miss Islington (bot) · 2 years ago
  89. 578b3ea [3.12] GH-103082: Document PEP-669: Low Impact Monitoring for CPython (GH-107772) (#108909) by Miss Islington (bot) · 2 years ago
  90. 7ee021f [3.12] GH-108390: Prevent non-local events being set with `sys.monitoring.set_local_events()` (GH-108420) (#108899) by Mark Shannon · 2 years ago
  91. 5121faa [3.12] gh-89392: Remove support of test_main() in libregrtest (GH-108876) (#108897) by Serhiy Storchaka · 2 years ago
  92. 8c551a7 [3.12] Link to PEP sections in What's New in 3.12 (GH-108878) (#108890) by Miss Islington (bot) · 2 years ago
  93. e76b0b7 [3.12] bpo-45229: Make ElementTree tests discoverable (GH-108859) (#108873) by Serhiy Storchaka · 2 years ago
  94. 9c1428c [3.12] CI: Bump GitHub Actions (GH-108879) (#108889) by Miss Islington (bot) · 2 years ago
  95. 88ff02e [3.12] gh-89392: Remove test_main() in test_netrc (GH-108860) (#108872) by Serhiy Storchaka · 2 years ago
  96. bce7791 [3.12] Disable `differing_test_runners` health check (GH-108886) (#108887) by Miss Islington (bot) · 2 years ago
  97. d5c2d45 [3.12] gh-89392: Make test_pep646_syntax discoverable (GH-108861) (#108871) by Serhiy Storchaka · 2 years ago
  98. 331b026 [3.12] Resolve reference warnings in faq/gui.rst (GH-108147) (#108193) by Miss Islington (bot) · 2 years ago
  99. e0f6080 [3.12] gh-46376: Revert "Return existing pointer when possible in ctypes (GH-107131) (GH-107487)" (#108864) by Łukasz Langa · 2 years ago
  100. 7b936ac [3.12] Reorder some test's decorators (GH-108804) (#108844) by Miss Islington (bot) · 2 years ago