Python 3.12.0
  1. 0fb18b0 Python 3.12.0 by Thomas Wouters · 1 year, 11 months ago v3.12.0
  2. bb35fc3 [3.12] gh-107888: Fix test_mmap.test_access_parameter() on macOS 14 (GH-109928) (#109929) by Miss Islington (bot) · 1 year, 11 months ago
  3. 69a9f47 [3.12] gh-110045: Update symtable module for PEP 695 (GH-110066) (#110070) by Miss Islington (bot) · 1 year, 11 months ago
  4. 538f505 [3.12] gh-109823: Adjust labels in compiler when removing an empty basic block which is a jump target (GH-109839) (#109865) by Miss Islington (bot) · 1 year, 11 months ago
  5. 633bd6e [3.12] gh-109719: Fix missing jump target labels when compiler reorders cold/warm blocks (GH-109734) (#109749) by Miss Islington (bot) · 1 year, 11 months ago
  6. 107e148 [3.12] gh-109627: duplicated small exit blocks need to be assigned jump target labels (#109630) (#109632) by Irit Katriel · 1 year, 11 months ago
  7. b973ab3 Python 3.12.0rc3 by Thomas Wouters · 1 year, 11 months ago v3.12.0rc3
  8. 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
  9. 9412a87 [3.12] gh-109371: Fix monitoring with instruction events set (gh-109385) (#109542) by Miss Islington (bot) · 1 year, 11 months ago
  10. 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
  11. f6fc831 [3.12] gh-102251: Disable non-rerunnable test in test_import (GH-106013) (#109540) 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. 35c633d [3.12] gh-109219: propagate free vars through type param scopes (GH-109377) (#109410) by Miss Islington (bot) · 1 year, 11 months ago
  14. 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
  15. 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
  16. 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
  17. 36d6ba0 [3.12] gh-60283: Check for redefined test names in CI (GH-109161) (#109365) by Miss Islington (bot) · 1 year, 11 months ago
  18. c30d5df [3.12] gh-104736: Fix test_gdb tests on ppc64le with clang (GH-109360) (#109361) by Miss Islington (bot) · 1 year, 11 months ago
  19. 3d8e4d7 [3.12] gh-109357: Fix test_monitoring.test_gh108976() (GH-109358) (#109359) by Miss Islington (bot) · 1 year, 11 months ago
  20. 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
  21. 8208657 [3.12] gh-109118: Disallow nested scopes within PEP 695 scopes within classes (GH-109196) (#109297) by Miss Islington (bot) · 2 years ago
  22. 7479a7a [3.12] gh-109295: Fix test_os.test_access_denied() for TEMP=cwd (GH-109299) (#109304) by Miss Islington (bot) · 2 years ago
  23. 8acfb42 [3.12] gh-109295: Clean up multiprocessing in test_asyncio and test_compileall (GH-109298) (#109301) by Miss Islington (bot) · 2 years ago
  24. 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
  25. 33ee98b [3.12] gh-90805: Make sure test_functools works with and without _functoolsmodule (GH-108644) (#109275) by Miss Islington (bot) · 2 years ago
  26. 5305cdc [3.12] gh-109182: Fix and improve tests for gh-108654 (GH-109189) (#109271) by Miss Islington (bot) · 2 years ago
  27. 3efe7bc [3.12] GH-108976. Keep monitoring data structures valid during de-optimization during callback. (GH-109131) (#109268) by Mark Shannon · 2 years ago
  28. 5e917a0 [3.12] Test DocTestFinder directly instead of calling support.run_doctest() (GH-108917) (#109259) by Miss Islington (bot) · 2 years ago
  29. df64210 [3.12] gh-109230: test_pyexpat no longer depends on the current directory (GH-109233) (#109241) by Miss Islington (bot) · 2 years ago
  30. b361381 [3.12] gh-109237: Fix test_site for non-ASCII working directory (GH-109238) (#109239) by Miss Islington (bot) · 2 years ago
  31. 888bcf4 [3.12] Fix an ironic typo in a code comment. (gh-109186) (#109188) by Miss Islington (bot) · 2 years ago
  32. acde502 [3.12] gh-109118: Fix runtime crash when NameError happens in PEP 695 function (GH-109123) (#109173) by Jelle Zijlstra · 2 years ago
  33. 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
  34. ca848bb [3.12] gh-109022: [Enum] require `names=()` to create empty enum type (GH-109048) (#109122) by Miss Islington (bot) · 2 years ago
  35. d533ab1 [3.12] gh-108732: include comprehension locals in frame.f_locals (GH-109026) (#109097) by Miss Islington (bot) · 2 years ago
  36. af83d1e [3.12] gh-106922: Fix error location for constructs with spaces and parentheses (GH-108959) (#109147) by Miss Islington (bot) · 2 years ago
  37. 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
  38. 68ba35e [3.12] gh-68403: Fix test_coverage in test_trace (GH-108910) (#109104) by Miss Islington (bot) · 2 years ago
  39. 41ff5b0 [3.12] gh-75743: Restore test_timeout.testConnectTimeout() (GH-109087) (#109103) by Miss Islington (bot) · 2 years ago
  40. 02e51f8 [3.12] gh-103186: Remove debug print in test_sys_settrace (GH-109077) (#109084) by Miss Islington (bot) · 2 years ago
  41. 29404b6 [3.12] gh-103186: Suppress and assert expected RuntimeWarnings in test_sys_settrace (GH-103244) (#109066) by Miss Islington (bot) · 2 years ago
  42. 8c9f5f7 [3.12] test.pythoninfo logs freedesktop_os_release() (GH-109057) (#109064) by Miss Islington (bot) · 2 years ago
  43. 55d7e8f [3.12] gh-108851: Fix tomllib recursion tests (GH-108853) (#109012) by Miss Islington (bot) · 2 years ago
  44. 038b0a9 [3.12] gh-89392: Use unittest test runner for doctests in test_getopt (GH-108916) (#108919) by Miss Islington (bot) · 2 years ago
  45. da02508 [3.12] gh-89392: Use normal unittest runner in test_type_cache (GH-108911) (#108913) by Miss Islington (bot) · 2 years ago
  46. 4b749ba [3.12] gh-91960: Skip test_gdb if gdb cannot retrive Python frames (GH-108999) (#109010) by Miss Islington (bot) · 2 years ago
  47. 9441005 [3.12] gh-108983: Add more PEP 526 tests to `test_grammar` (GH-108984) (#109000) by Miss Islington (bot) · 2 years ago
  48. b9dfe60 [3.12] gh-108962: Skip test_tempfile.test_flags() if not supported (GH-108964) (#108967) by Miss Islington (bot) · 2 years ago
  49. 0855b2c [3.12] gh-108834: Sync libregrtest with the main branch (#108966) by Victor Stinner · 2 years ago
  50. c9dc2bc [3.12] gh-109015: Add test.support.socket_helper.tcp_blackhole() (GH-109016) (#109041) by Miss Islington (bot) · 2 years ago
  51. 579d782 [3.12] Docs: Fix typo in datetime.tzinfo docstring (GH-107257) (#109032) by Miss Islington (bot) · 2 years ago
  52. ef0dbfb [3.12] GH-108202: Document ``calendar``'s command-line interface (GH-109020) (#109030) by Miss Islington (bot) · 2 years ago
  53. 40913a5 Python 3.12.0rc2 by Thomas Wouters · 2 years ago v3.12.0rc2
  54. 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
  55. 460043b [3.12] gh-108927: Fix test_import + test_importlib + test_unittest problem (GH-108929) (#108954) by Miss Islington (bot) · 2 years ago
  56. 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
  57. 5121faa [3.12] gh-89392: Remove support of test_main() in libregrtest (GH-108876) (#108897) by Serhiy Storchaka · 2 years ago
  58. e76b0b7 [3.12] bpo-45229: Make ElementTree tests discoverable (GH-108859) (#108873) by Serhiy Storchaka · 2 years ago
  59. 88ff02e [3.12] gh-89392: Remove test_main() in test_netrc (GH-108860) (#108872) by Serhiy Storchaka · 2 years ago
  60. bce7791 [3.12] Disable `differing_test_runners` health check (GH-108886) (#108887) by Miss Islington (bot) · 2 years ago
  61. d5c2d45 [3.12] gh-89392: Make test_pep646_syntax discoverable (GH-108861) (#108871) by Serhiy Storchaka · 2 years ago
  62. e0f6080 [3.12] gh-46376: Revert "Return existing pointer when possible in ctypes (GH-107131) (GH-107487)" (#108864) by Łukasz Langa · 2 years ago
  63. 7b936ac [3.12] Reorder some test's decorators (GH-108804) (#108844) by Miss Islington (bot) · 2 years ago
  64. c8cf6be [3.12] gh-108822: regrtest computes statistics (#108793) (#108833) by Victor Stinner · 2 years ago
  65. dcaacd9 [3.12] gh-108416: Mark slow test methods with @requires_resource('cpu') (GH-108421) (#108798) by Miss Islington (bot) · 2 years ago
  66. b862c25 [3.12] gh-106392: Fix inconsistency in deprecation warnings (GH-106436) (#108792) by Miss Islington (bot) · 2 years ago
  67. 4dc07d2 [3.12] Make test_fcntl quiet (GH-108758) (#108760) by Miss Islington (bot) · 2 years ago
  68. 5668309 [3.12] gh-107805: Fix signatures of module-level generated functions in `turtle` (GH-107807) (#108749) by Miss Islington (bot) · 2 years ago
  69. 8c3793a [3.12] gh-108682: [Enum] raise TypeError if super().__new__ called in custom __new__ (GH-108704) (#108733) by Miss Islington (bot) · 2 years ago
  70. 1a15d20 [3.12] gh-108654: restore comprehension locals before handling exception (GH-108659) (#108700) by Miss Islington (bot) · 2 years ago
  71. 320d398 [3.12] gh-108520: Fix bad fork detection in nested multiprocessing use case (GH-108568) (#108691) by Miss Islington (bot) · 2 years ago
  72. 4afc5d8 [3.12] gh-108617: Extend interactive session tests for sqlite3 (GH-108556) (#108626) by Miss Islington (bot) · 2 years ago
  73. 1478a38 [3.12] gh-108558: Improve sqlite3 row factory tests (GH-108578) (#108615) by Miss Islington (bot) · 2 years ago
  74. cdca4af [3.12] gh-108550: Fix sqlite3 CLI regression from gh-108551 (GH-108618) (#108621) by Miss Islington (bot) · 2 years ago
  75. c942fae [3.12] GH-106176, GH-104702: Fix reference leak when importing across multiple threads (GH-108497) (#108612) by Miss Islington (bot) · 2 years ago
  76. f5c5f32 [3.12] gh-108550: Speed up sqlite3 tests (GH-108551) (#108566) by Miss Islington (bot) · 2 years ago
  77. b451e90 [3.12] gh-64662: Fix virtual table support in sqlite3.Connection.iterdump (#108340) (#108563) by Erlend E. Aasland · 2 years ago
  78. 0b0238d [3.12] gh-105052:update timeit function's description (GH-105060) (#108534) by Miss Islington (bot) · 2 years ago
  79. 09877a1 [3.12] gh-108295: Fix crashes with TypeVar weakrefs (GH-108517) (#108527) by Miss Islington (bot) · 2 years ago
  80. bba9aa6 [3.12] gh-108388: Convert test_concurrent_futures to package (#108401) (#108443) by Victor Stinner · 2 years ago
  81. b28aaf9 [3.12] gh-108418: Speed up bigmem compression tests in dry mode (GH-108419) (#108473) by Miss Islington (bot) · 2 years ago
  82. 0eb6d87 [3.12] gh-80527: Change support.requires_legacy_unicode_capi() (GH-108438) (#108446) by Miss Islington (bot) · 2 years ago
  83. 2262190 [3.12] gh-108388: Split test_multiprocessing_spawn (GH-108396) (#108442) by Miss Islington (bot) · 2 years ago
  84. 20357ed [3.12] gh-108111: Flush gzip write buffer before seeking, fixing bad writes (GH-108341) (#108402) by Miss Islington (bot) · 2 years ago
  85. 459f24a [3.12] gh-108342: Make ssl TestPreHandshakeClose more reliable (GH-108370) (#108404) by Łukasz Langa · 2 years ago
  86. 9903fe1 [3.12] gh-108388: regrtest splits test_asyncio package (GH-108393) (#108397) by Miss Islington (bot) · 2 years ago
  87. 9cf49aa [3.12] gh-77377: Ensure multiprocessing SemLock is valid for spawn-based Process before serializing it (GH-107275) (#108377) by Miss Islington (bot) · 2 years ago
  88. 0d6e657 [3.12] gh-105776: Fix test_cppext when CC contains -std=c11 option (GH-108343) (#108345) by Miss Islington (bot) · 2 years ago
  89. 61dbf46 [3.12] gh-108342: Break ref cycle in SSLSocket._create() exc (GH-108344) (#108348) by Miss Islington (bot) · 2 years ago
  90. b539dd3 [3.12] gh-108303: Add Lib/test/test_cppext/ sub-directory (GH-108325) (#108328) by Miss Islington (bot) · 2 years ago
  91. ca47a21 [3.12] gh-106016: Add Lib/test/test_module/ directory (#108293) (#108306) by Victor Stinner · 2 years ago
  92. 256586a [3.12] gh-108310: Fix CVE-2023-40217: Check for & avoid the ssl pre-close flaw (#108316) by Łukasz Langa · 2 years ago
  93. 4ee9454 [3.12] gh-107901: Fix missing line number on BACKWARD_JUMP at the end of a for loop (GH-108242) (#108275) by Miss Islington (bot) · 2 years ago
  94. 149d70c [3.12] gh-108179: Add error message for parser stack overflows (GH-108256) (#108263) by Miss Islington (bot) · 2 years ago
  95. dd73f2f [3.12] gh-106242: Make ntpath.realpath errors consistent with abspath when there are embedded nulls (GH-108248) (#108251) by Miss Islington (bot) · 2 years ago
  96. b26a7b7 [3.12] Fix test_generators: save/restore warnings filters (GH-108246) (#108249) by Miss Islington (bot) · 2 years ago
  97. f04024d [3.12] gh-107905: Test raising `__value__` for `TypeAliasType` (GH-107997) (#108217) by Miss Islington (bot) · 2 years ago
  98. a909ec3 [3.12] gh-107845: Fix symlink handling for tarfile.data_filter (GH-107846) (#108211) by Miss Islington (bot) · 2 years ago
  99. e1b069f [3.12] gh-107396: tarfiles: set self.exception before _init_read_gz() (GH-107485) (#108207) by Miss Islington (bot) · 2 years ago
  100. 1ce8b92 [3.12] gh-105736: Sync pure python version of OrderedDict with the C version (GH-108098) (#108200) by Miss Islington (bot) · 2 years ago