1. 8e8a4ba Python 3.12.4 by Thomas Wouters · 1 year, 1 month ago v3.12.4
  2. b03d71d [3.12] Restore decimal context after decimal doctests (GH-120149) (GH-120168) by Miss Islington (bot) · 1 year, 1 month ago
  3. 94eee78 [3.12] gh-120111: Don't use cirrus M1 macOS runners on fork (GH-120116) (GH-120153) by Łukasz Langa · 1 year, 1 month ago
  4. c5d1fbd [3.12] typing docs: fix indentation of TypedDict deprecation notice (#120124) by Alex Waygood · 1 year, 1 month ago
  5. 376c734 [3.12] gh-119287: clarify doc on BaseExceptionGroup.derive and link to it from contextlib.suppress (GH-119657) (#120106) by Miss Islington (bot) · 1 year, 1 month ago
  6. 8d19977 [3.12] gh-119819: Update logging configuration to support joinable multiproc… (GH-120090) (GH-120092) by Miss Islington (bot) · 1 year, 1 month ago
  7. c46621b [3.12] gh-120078: Fix struct_time attr typo tm_day -> tm_mday in Doc/library/time.rst (GH-120084) by Miss Islington (bot) · 1 year, 1 month ago
  8. dc40226 [3.12] gh-119311: Fix name mangling with PEP 695 generic classes (#119464) (#119644) by Jelle Zijlstra · 1 year, 1 month ago
  9. 008f9dd [3.12] gh-119819: Update test to skip if _multiprocessing is unavailable. (GH-120067) (GH-120071) by Miss Islington (bot) · 1 year, 1 month ago
  10. 210cd98 [3.12] gh-120048: Make `test_imaplib` faster (GH-120050) (#120070) by Miss Islington (bot) · 1 year, 1 month ago
  11. c8c23aa [3.12] gh-120039: Reduce expected timeout in test_siginterrupt_off (GH-120047) (#120061) by Miss Islington (bot) · 1 year, 1 month ago
  12. f98ec75 [3.12] gh-89928: Fix integer conversion of device numbers (GH-31794) (GH-120054) by Serhiy Storchaka · 1 year, 1 month ago
  13. 0e150c3 [3.12] gh-119819: Fix regression to allow logging configuration with multipr… (GH-120030) (GH-120034) by Miss Islington (bot) · 1 year, 1 month ago
  14. fe68908 [3.12] gh-118868: logging QueueHandler fix passing of kwargs (GH-118869) (GH-120031) by Miss Islington (bot) · 1 year, 1 month ago
  15. b5c3394 [3.12] gh-119070: Update test_shebang_executable_extension to always use non-installed version (GH-119846) (GH-120016) by Miss Islington (bot) · 1 year, 1 month ago
  16. e3e7607 [3.12] gh-111499: Fix PYTHONMALLOCSTATS at Python exit (#120021) (#120023) by Victor Stinner · 1 year, 1 month ago
  17. 3bf7a50 [3.12] gh-119821: Fix refleak in LOAD_FROM_DICT_OR_GLOBALS (#119975) by Jelle Zijlstra · 1 year, 1 month ago
  18. 0480fd6 [3.12] Use Cirrus M1 macOS runners for CI (GH-119979) (GH-119987) by Łukasz Langa · 1 year, 1 month ago
  19. 059be67 [3.12] GH-119054: Add "Reading and writing files" section to pathlib docs (GH-119524) (#119955) by Barney Gale · 1 year, 1 month ago
  20. 8502064 [3.12] GH-119054: Add "Querying file type and status" section to pathlib docs (GH-119055) (#119952) by Barney Gale · 1 year, 1 month ago
  21. c8de0ec [3.12] Improve documentation for typing.get_type_hints (GH-119928) (#119944) by Miss Islington (bot) · 1 year, 1 month ago
  22. e57a4a1 [3.12] gh-119016: Remove outdated sentences from the "classes" tutorial (GH-119130) (#119926) by Miss Islington (bot) · 1 year, 1 month ago
  23. 46545d3 [3.12] gh-116145: Update macOS installer to Tcl/Tk 8.6.14 (GH-116151) (GH-119922) by Miss Islington (bot) · 1 year, 1 month ago
  24. feb7870 [3.12] GH-89727: Fix `shutil.rmtree()` recursion error on deep trees (GH-119808) (#119919) by Barney Gale · 1 year, 1 month ago
  25. 60393f5 [3.12] Add unique() recipe to itertools docs (gh-119911) (gh-119917) by Miss Islington (bot) · 1 year, 1 month ago
  26. 55f65156 [3.12] gh-113892: Add a extra check to `ProactorEventLoop.sock_connect` to ensure that the given socket is in non-blocking mode (GH-119519) (#119913) by Miss Islington (bot) · 1 year, 1 month ago
  27. 34a0e7a [3.12] Revert "[3.12] gh-69214: Fix fcntl.ioctl() request type (#119498) (#1… (#119905) by Victor Stinner · 1 year, 1 month ago
  28. 6d9677d [3.12] gh-119821: Support non-dict globals in LOAD_FROM_DICT_OR_GLOBALS (#119822) (#119890) by Jelle Zijlstra · 1 year, 1 month ago
  29. 2f7fada [3.12] contextlib docs: Clean up redundant 'up' after 'cleanup' (GH-119873) by Miss Islington (bot) · 1 year, 1 month ago
  30. 045be77 [3.12] gh-100117: Fix inaccuracy in documentation of the CodeObject's co_positions field. (GH-119364) (#119870) by Miss Islington (bot) · 1 year, 1 month ago
  31. 738cf21 [3.12] gh-119585: Fix crash involving `PyGILState_Release()` and `PyThreadState_Clear()` (GH-119753) (#119861) by Sam Gross · 1 year, 1 month ago
  32. d4680b9 [3.12] gh-103194: Fix Tkinter’s Tcl value type handling for Tcl 8.7/9.0 (GH-103846) (GH-119831) by Serhiy Storchaka · 1 year, 1 month ago
  33. bd0d97c [3.12] gh-107262: Update Tkinter tests for Tcl/Tk 8.6.14 (GH-119322) (GH-119807) by Miss Islington (bot) · 1 year, 1 month ago
  34. 207d1b0 [3.12] gh-109218: Improve documentation for the complex() constructor (GH-119687) (ПР-119805) by Serhiy Storchaka · 1 year, 1 month ago
  35. 2e31e56 [3.12] gh-109218: Refactor tests for the complex() constructor (GH-119635) (GH-119796) by Miss Islington (bot) · 1 year, 1 month ago
  36. 863da72 [3.12] gh-119779: Fix pyporting howto docs (GH-119785) (#119789) by Miss Islington (bot) · 1 year, 1 month ago
  37. e85e813 gh-119690: Adds Unicode support for named pipes in _winapi (GH-119717) by Steve Dower · 1 year, 1 month ago
  38. fae9c92 [3.12] gh-118055: Update the finder glossary entry (GH-118278) (GH-119774) by Miss Islington (bot) · 1 year, 1 month ago
  39. e408059 [3.12] subprocess docs: Fix semantically important typo (GH-119752) (#119758) by Miss Islington (bot) · 1 year, 1 month ago
  40. d4a146d [3.12] GH-89727: Fix FD leak on `os.fwalk()` generator finalization. (GH-119766) (#119768) by Miss Islington (bot) · 1 year, 1 month ago
  41. aae371b [3.12] GH-89727: Fix `os.fwalk()` recursion error on deep trees (GH-119638) (#119765) by Miss Islington (bot) · 1 year, 1 month ago
  42. 681d7da [3.12] gh-119260: Clarify is_dataclass Behavior for Subclasses in Documentation and Tests (GH-119480) (#119761) by Miss Islington (bot) · 1 year, 1 month ago
  43. 45587df [3.12] GH-89727: Partially fix `shutil.rmtree()` recursion error on deep trees (GH-119634) (#119749) by Barney Gale · 1 year, 1 month ago
  44. e902503 gh-119070: Avoid test crash due to Unicode in stderr output (GH-119747) by Steve Dower · 1 year, 1 month ago
  45. bc01c5d gh-119070: Fix py.exe handling of /usr/bin/env commands missing extension (GH-119426) by Steve Dower · 1 year, 1 month ago
  46. a62681c [3.12] gh-119704: Fix reference leak in the ``Python/Python-tokenize.c`` (GH-119705) (#119708) by Miss Islington (bot) · 1 year, 1 month ago
  47. 46a37a1 [3.12] gh-119538: Add missing expat build dependencies (GH-119647) (#119686) by Miss Islington (bot) · 1 year, 1 month ago
  48. 4a0af0c [3.12] gh-119118: Fix performance regression in tokenize module (GH-119615) (#119683) by Miss Islington (bot) · 1 year, 1 month ago
  49. 7f06cd3 [3.12] gh-119011: `type.__type_params__` now return an empty tuple (GH-119296) (#119681) by Jelle Zijlstra · 1 year, 1 month ago
  50. 08636c1 [3.12] gh-119581: Add a test of InitVar with name shadowing (GH-119582) (#119673) by Miss Islington (bot) · 1 year, 1 month ago
  51. 3af9b75 [3.12] Clarify base64.a85encode docs: *wrapcols* doesn't count the newline (GH-119409) (GH-119482) by Miss Islington (bot) · 1 year, 1 month ago
  52. 5cca041 [3.12] [doc] Clarify the nature of the root logger in the `logging` documentation (GH-119440) (GH-119652) by Miss Islington (bot) · 1 year, 1 month ago
  53. 6ffbd93 [3.12] Re-order imports to align with zipp 3.18.2 (GH-119587) (#119590) by Miss Islington (bot) · 1 year, 1 month ago
  54. 09a85ea gh-118263: Add additional arguments to path_t (Argument Clinic type) in posixmodule (GH-119608) by Nice Zombies · 1 year, 1 month ago
  55. ab9b605 [3.12] gh-116860: Remove outdated `test_parserhack` from `test_future` (GH-116861) (#119648) by Miss Islington (bot) · 1 year, 1 month ago
  56. 8fb4854 [3.12] Misc cleanups and wording improvements for the itertools docs (gh-119631) by Raymond Hettinger · 1 year, 1 month ago
  57. 823c66a [3.12] gh-119580: Improve version added section for convenience variable (GH-119583) (#119625) by Miss Islington (bot) · 1 year, 1 month ago
  58. e658d87 [3.12] Docs: Only install sphinx-autobuild for `make htmllive` (GH-119607) (#119622) by Miss Islington (bot) · 1 year, 1 month ago
  59. 8d7e54a [3.12] gh-119467: Fix Py_buffer.format type and correct documentation typo (GH-119475) (#119603) by Miss Islington (bot) · 1 year, 1 month ago
  60. 53843c2 [3.12] Fix typos in HISTORY documentation (GH-119453) (#119598) by Miss Islington (bot) · 1 year, 1 month ago
  61. 7f86c76 [3.12] docs: fix a few typos identified by codespell (GH-119516) (#119571) by Hugo van Kemenade · 1 year, 1 month ago
  62. d4e382b [3.12] FAQ: Add reference to Python version numbering scheme (GH-119225) (#119545) by Miss Islington (bot) · 1 year, 1 month ago
  63. 2d70067 [3.12] Misc improvements to the docs for itertools (gh-119532) by Raymond Hettinger · 1 year, 1 month ago
  64. 30679a6 [3.12] Regen ``Doc/requirements-oldest-sphinx.txt`` (GH-119520) (#119523) by Miss Islington (bot) · 1 year, 1 month ago
  65. 4c0bc69 [3.12] GH-119496: accept UTF-8 BOM in .pth files (GH-119509) by Miss Islington (bot) · 1 year, 1 month ago
  66. 078da88 [3.12] gh-69214: Fix fcntl.ioctl() request type (#119498) (#119505) by Victor Stinner · 1 year, 1 month ago
  67. 2b091b9 [3.12] gh-119317: findall instead of traverse for docutils nodes (GH-119319) (#119487) by Miss Islington (bot) · 1 year, 1 month ago
  68. 122dd4f [3.12] [3.13] gh-119461: Fix ThreadedVSOCKSocketStreamTest (GH-119465) (GH-119479) (#119484) by Miss Islington (bot) · 1 year, 1 month ago
  69. ddaed62 [3.12] gh-90562: Mention slots pitfall in dataclass docs (GH-107391) (#119351) by Miss Islington (bot) · 1 year, 1 month ago
  70. 0d5fe2c [3.12] gh-119213: Be More Careful About _PyArg_Parser.kwtuple Across Interpreters (gh-119331) (gh-119425) by Eric Snow · 1 year, 1 month ago
  71. 7eb59cd [3.12] gh-70795: Rework RLock documentation (GH-103853) (#119437) by Miss Islington (bot) · 1 year, 1 month ago
  72. 874a4f7 gh-118507 : Refactor ntpath native functions (gh-119381) by Nice Zombies · 1 year, 1 month ago
  73. 8c96850 [3.12] gh-118643: Fix AttributeError in the email module (GH-119099) (GH-119390) by Miss Islington (bot) · 1 year, 1 month ago
  74. 2c7e9de [3.12] Fix version number in use_load_tests deprecation reference (GH-119151) (GH-119387) by Miss Islington (bot) · 1 year, 1 month ago
  75. 9bd9879 [3.12] Clarify that dklen is expected in bytes for the hashlib functions (GH-106624) (GH-119384) by Miss Islington (bot) · 1 year, 1 month ago
  76. 9801fba [3.12] gh-110383: Align dict.get(), .fromkeys(), and .setdefault() docs with docstrings (GH-119330) (#119371) by Miss Islington (bot) · 1 year, 1 month ago
  77. 47b09d2 [3.12] gh-119189: Add yet more tests for mixed Fraction arithmetic (GH-119298) (GH-119347) by Miss Islington (bot) · 1 year, 1 month ago
  78. f31ce5e [3.12] Fix typos in documentation (GH-119295) (#119338) by Miss Islington (bot) · 1 year, 1 month ago
  79. a1c2052 [3.12] gh-110383: Document `socket.makefile()` accepts combined modes (GH-119150) (#119325) by Miss Islington (bot) · 1 year, 1 month ago
  80. 4dfba85 [3.12] GH-110383: Improve Tutorial for Input Ouput (GH-119230) (GH-119327) by Miss Islington (bot) · 1 year, 1 month ago
  81. 22bef96 [3.12] Docs: Ensure no warnings are found in the NEWS file before a given line number (GH-119221) (#119266) by Hugo van Kemenade · 1 year, 1 month ago
  82. 8b6175c [3.12] gh-119174: Fix high DPI causes turtledemo(turtle-graphics examples) windows blurry (GH-119175) (#119290) by Miss Islington (bot) · 1 year, 1 month ago
  83. d8981ab [3.12] gh-118912: Remove description of issue fixed in 3.5 from autospeccing guide (GH-119232) (#119283) by Miss Islington (bot) · 1 year, 1 month ago
  84. ec5743b [3.12] gh-119050: Add XML support to libregrtest refleak checker (#119148) (#119272) by Victor Stinner · 1 year, 1 month ago
  85. cdccafb [3.12] gh-108267 Fix another dataclasses docs typo (GH-119277) (#119280) by Miss Islington (bot) · 1 year, 1 month ago
  86. f489911 [3.12] gh-119189: Add more tests for mixed Fraction arithmetic (GH-119236) (GH-119256) by Miss Islington (bot) · 1 year, 1 month ago
  87. 1738944 [3.12] Use correct markup in unittest.mock.reset_mock documentation (GH-119207) (GH-119249) by Miss Islington (bot) · 1 year, 1 month ago
  88. ffe9ba0 [3.12] gh-92081: Fix for email.generator.Generator with whitespace between encoded words. (GH-92281) (#119246) by Miss Islington (bot) · 1 year, 1 month ago
  89. 386e492 [3.12] gh-112844: Update CPE references for external dependencies (GH-118521) (#119238) by Miss Islington (bot) · 1 year, 1 month ago
  90. a50f065 [3.12] DOCS: Suggest always calling exec with a globals argument and no locals argument (GH-119235) (#119240) by Miss Islington (bot) · 1 year, 1 month ago
  91. 541b89e [3.12] IDLE: fix url in config.py comment (GH-119198) (#119200) by Miss Islington (bot) · 1 year, 1 month ago
  92. 30c687c [3.12] marshal docs: Remove reference to "Sun" (GH-119161) (#119168) by Miss Islington (bot) · 1 year, 1 month ago
  93. d76d95e [3.12] gh-119050: Add type hints to libregrtest/results.py (GH-119144) (#119157) by Miss Islington (bot) · 1 year, 2 months ago
  94. bd1e950 [3.12] gh-118997: Fix _Py_ClearImmortal() assertion (#119001) by Victor Stinner · 1 year, 2 months ago
  95. bb44a82 [3.12] gh-119078: Clarify venv tutorial (GH-119129) (GH-119141) by Miss Islington (bot) · 1 year, 2 months ago
  96. a370eeb [3.12] Minor improvements to the docs for itertools.tee() (gh-119135) (gh-119137) by Miss Islington (bot) · 1 year, 2 months ago
  97. fa359df [3.12] Fix typos in documentation (GH-119092) (#119117) by Miss Islington (bot) · 1 year, 2 months ago
  98. a3db4e8 [3.12] gh-108267: Fix object.__setattr__ regression in dataclasses docs (GH-119082) (#119098) by Miss Islington (bot) · 1 year, 2 months ago
  99. 0a761ca [3.12] Add Tkinter tests for different events (GH-118778) (GH-119095) by Serhiy Storchaka · 1 year, 2 months ago
  100. 33a9f0c [3.12] gh-119064: Use os_helper.FakePath instead of pathlib.Path in tests (GH-119065) (GH-119088) by Serhiy Storchaka · 1 year, 2 months ago