1. c0fc88f [3.12] gh-112826: Fix the threading Module When _thread is Missing _is_main_interpreter() (#112850) by Eric Snow · 1 year, 8 months ago
  2. ca11aec [3.12] gh-101100: Improve documentation of code object attributes (#112781) (#112816) by Alex Waygood · 1 year, 8 months ago
  3. af7cf38 [3.12] gh-101100: Fix Sphinx nitpicks in `library/reprlib.rst` (GH-112811) (#112813) by Miss Islington (bot) · 1 year, 9 months ago
  4. 399a3f2 [3.12] gh-111178: Docs: fix `traverseproc`, `inquiry`, and `destructor` parameters in slot typedefs table (GH-112742) (GH-112792) by Miss Islington (bot) · 1 year, 9 months ago
  5. 7527cda [3.12] gh-101100: Fix most Sphinx nitpicks in the glossary and `stdtypes.rst` (GH-112757) (#112789) by Miss Islington (bot) · 1 year, 9 months ago
  6. ef92e9e [3.12] gh-101100: Properly document frame object attributes (GH-112735) (#112772) by Miss Islington (bot) · 1 year, 9 months ago
  7. 68f05dd [3.12] gh-101100: Fix many easily solvable Sphinx nitpicks in the datamodel docs (GH-112737) (#112748) by Miss Islington (bot) · 1 year, 9 months ago
  8. f1a0c77 [3.12] gh-62897: Update PyUnicode C API parameter names (GH-12680) (GH-112744) by Serhiy Storchaka · 1 year, 9 months ago
  9. 494cd50 [3.12] gh-112671: Fixing typo in the Macro Docs (GH-112715) (GH-112726) by Miss Islington (bot) · 1 year, 9 months ago
  10. f49d073 [3.12] gh-101100: Fix Sphinx nitpicks in `library/abc.rst` (#112703) (#112705) by Alex Waygood · 1 year, 9 months ago
  11. 8d1b3c0 [3.12] gh-101100: Fix Sphinx nitpicks in `library/functions.rst` (GH-112669) (#112697) by Miss Islington (bot) · 1 year, 9 months ago
  12. 09b3e8f [3.12] gh-101100: Fix sphinx warnings in `Doc/library/__future__.rst` (#109814) (#112702) by Alex Waygood · 1 year, 9 months ago
  13. da73a5c [3.12] gh-101100: Fix Sphinx warning in `library/gettext.rst` (GH-112668) (#112674) by Hugo van Kemenade · 1 year, 9 months ago
  14. 5608112 [3.12] gh-101100: Fix most Sphinx nitpicks in `inspect.rst` (GH-112662) (#112666) by Miss Islington (bot) · 1 year, 9 months ago
  15. f5965c2 [3.12] gh-112645: remove deprecation warning for use of onerror in shutil.rmtree (#112659) (#112665) by Irit Katriel · 1 year, 9 months ago
  16. b3b2706 [3.12] Fix link to 'The Perils of Floating Point', on the tutorial (GH-112499) (GH-112664) by Miss Islington (bot) · 1 year, 9 months ago
  17. 12083c0 [3.12] Run more `inspect.rst` code snippets in CI (GH-112654) (#112655) by Miss Islington (bot) · 1 year, 9 months ago
  18. 6221482 [3.12] gh-112316: improve docs for `inspect.signature` and `inspect.Signature` (#112631) (#112649) by Alex Waygood · 1 year, 9 months ago
  19. e3c7947 [3.12] gh-112316: Improve docs of `inspect.signature` and `Signature.from_callable` (#112317) (#112629) by Alex Waygood · 1 year, 9 months ago
  20. 4c9da4c [3.12] gh-111699: Move smtpd note to dedicated section in What's New Python 3.12 doc (GH-112544) (GH-112552) by Miss Islington (bot) · 1 year, 9 months ago
  21. 749c8fd [3.12] [Enum] update class creation for RuntimeError changes (GH-111815) (GH-112526) by Miss Islington (bot) · 1 year, 9 months ago
  22. 01b882b [3.12] gh-110930: Correct book title by Alan D. Moore (GH-112490) (#112523) by Miss Islington (bot) · 1 year, 9 months ago
  23. 1e1a30f [3.12] gh-110310: Add a Per-Interpreter XID Registry for Heap Types (gh-110311) (gh-110714) by Eric Snow · 1 year, 9 months ago
  24. 0122b4d [3.12] gh-105716: Support Background Threads in Subinterpreters Consistently (gh-109921) (gh-110707) by Eric Snow · 1 year, 9 months ago
  25. 82ae5a6 [3.12] gh-109793: Allow Switching Interpreters During Finalization (gh-109794) (gh-110705) by Eric Snow · 1 year, 9 months ago
  26. c44af75 [3.12] Docs: fix markup for `importlib.machinery.NamespaceLoader` (GH-112479) (#112481) by Miss Islington (bot) · 1 year, 9 months ago
  27. 4f71f16 [3.12] gh-106931: Intern Statically Allocated Strings Globally (gh-107272) (gh-110713) by Eric Snow · 1 year, 9 months ago
  28. 60a08e6 [3.12] Correct documentation for AF_PACKET (GH-112339) (#112477) by Miss Islington (bot) · 1 year, 9 months ago
  29. 3135544 [3.12] gh-109853: Fix sys.path[0] For Subinterpreters (gh-109994) (gh-110701) by Eric Snow · 1 year, 9 months ago
  30. 1cb95cd [3.12] gh-68166: Tkinter: Add tests and examples for element_create() (GH-111453) (GH-111857) by Miss Islington (bot) · 1 year, 9 months ago
  31. a2ed553 [3.12] GH-101100: Fix reference warnings for ``socket`` methods (GH-110114) (#112455) by Miss Islington (bot) · 1 year, 9 months ago
  32. a826962 [3.12] Move What's New In Python 3.12 entries to the right section (GH-112447) (#112450) by Miss Islington (bot) · 1 year, 9 months ago
  33. 2718947 [3.12] Docs: fix typo in doc for sqlite3.Cursor.execute (GH-112442) (#112444) by Miss Islington (bot) · 1 year, 9 months ago
  34. d7a7883 [3.12] gh-101100: Fix Sphinx reference warnings (GH-112416) (#112420) by Hugo van Kemenade · 1 year, 9 months ago
  35. b478c5e [3.12] gh-112331: Fix reference manual description of attribute lookup mechanics (gh-112375) (#112412) by Miss Islington (bot) · 1 year, 9 months ago
  36. 2199ceb [3.12] Descriptor HowTo: Sync the error-messages with the C code. Add tests. (gh-112403) (gh-112411) by Miss Islington (bot) · 1 year, 9 months ago
  37. 8b3c66b [3.12] gh-101100 : Fix Sphinx warnings in `library/doctest.rst` (GH-112399) (#112402) by Miss Islington (bot) · 1 year, 9 months ago
  38. 44eb329 [3.12] gh-101100: Define `_tkinter` module to fix references (GH-112382) (#112392) by Miss Islington (bot) · 1 year, 9 months ago
  39. 4b9d50b [3.12] gh-101100: Define `test.regrtest` module to fix references (GH-112381) (#112390) by Miss Islington (bot) · 1 year, 9 months ago
  40. 103728d [3.12] gh-59254: mention in open() doc that line buffering is for writing (GH-112318) (#112378) by Miss Islington (bot) · 1 year, 9 months ago
  41. 86db104 [3.12] Remove bogus annotations from the descriptor howto guide (GH-112349) (#112352) by Miss Islington (bot) · 1 year, 9 months ago
  42. bfc6d91 [3.12] Fix docstring and var name of itertools recipe (GH-112113) (#112310) by Miss Islington (bot) · 1 year, 9 months ago
  43. 298e57a [3.12] GH-111963: Clarify sys.monitoring.free_tool_id's limitations (GH-112304) by Miss Islington (bot) · 1 year, 9 months ago
  44. dedbd26 [3.12] gh-110383: Explained which error message is generated when there is an unhandled exception (GH-111574) (#112264) by Miss Islington (bot) · 1 year, 9 months ago
  45. 5134f66 [3.12] gh-110383: Fix documentation profile cumtime fix (GH-112221) (#112262) by Miss Islington (bot) · 1 year, 9 months ago
  46. 976488e [3.12] gh-94309: "What's new in Python 3.12": improve deprecation notice for typing.Hashable and typing.Sized (GH-112196) (#112200) by Miss Islington (bot) · 1 year, 9 months ago
  47. 94bac1c [3.12] gh-112165: Fix typo in `__main__.py` (GH-112183) (#112184) by Miss Islington (bot) · 1 year, 9 months ago
  48. a498433 [3.12] gh-112088: Run autoreconf in GHA check_generated_files (GH-112090) (#112159) by Victor Stinner · 1 year, 9 months ago
  49. 2e17a81 [3.12] gh-110812: Isolating Extension Modules HOWTO: List GC-related gotchas (GH-111504) (GH-112148) by Miss Islington (bot) · 1 year, 9 months ago
  50. 77f59bf [3.12] Fix typo in perf profiling docs (GH-112112) (#112117) by Miss Islington (bot) · 1 year, 9 months ago
  51. c190552 [3.12] Docs: Add the time to the HTML last updated format (GH-110091) (#112102) by Miss Islington (bot) · 1 year, 9 months ago
  52. 18b88fe [3.12] gh-111622: Fix doc for items views (GH-112051) (#112052) by Miss Islington (bot) · 1 year, 9 months ago
  53. 9aa5ff8 [3.12] gh-111681: minor fixes to typing doctests; remove unused imports in `test_typing` (#111682) (#112035) by Alex Waygood · 1 year, 9 months ago
  54. a1447af [3.12] Docs: Add `make htmllive` to rebuild and reload HTML files in your browser (GH-111900) (#112022) by Miss Islington (bot) · 1 year, 9 months ago
  55. 3b7e308 [3.12] gh-111944: Add assignment expression parentheses requirements (GH-111977) (#112010) by Miss Islington (bot) · 1 year, 9 months ago
  56. 3780414 [3.12] gh-103791: handle `BaseExceptionGroup` in `contextlib.suppress()` (GH-111910) (#111955) by Miss Islington (bot) · 1 year, 9 months ago
  57. fe7631e [3.12] gh-111895: Convert definition list to bullet list for readability on mobile (GH-111898) (#111908) by Miss Islington (bot) · 1 year, 9 months ago
  58. 42699c8 [3.12] Glossary: Add "static type checker" (GH-111837) (#111854) by Miss Islington (bot) · 1 year, 9 months ago
  59. 3514184 [3.12] gh-111729: update generic syntax for `typing.Concatenate` sample code in `Doc/library/typing.rst` (GH-111734) (#111814) by Miss Islington (bot) · 1 year, 9 months ago
  60. 237b269 [3.12] gh-111747: DOC: fix moved link to Documentation Translations (GH-111748) (#111749) by Miss Islington (bot) · 1 year, 10 months ago
  61. 9c583f3 [3.12] gh-111724: Fix doctest `ResourceWarning` in `howto/descriptor.rst` (GH-111725) (#111727) by Miss Islington (bot) · 1 year, 10 months ago
  62. 4db71c3 [3.12] gh-54434: Make difflib.rst doctests pass. (GH-111677) (#111678) by Miss Islington (bot) · 1 year, 10 months ago
  63. 1c84a48 [3.12] Fix typo in documentation of `SysLogHandler.createSocket` (GH-111665) (#111669) by Miss Islington (bot) · 1 year, 10 months ago
  64. fcf91cd [3.12] gh-111625: Fix link to Info-ZIP homepage (GH-111626) (#111639) by Miss Islington (bot) · 1 year, 10 months ago
  65. e255794 [3.12] gh-111576: Improve documention for tkinter.messagebox (GH-111578) (GH-111597) by Miss Islington (bot) · 1 year, 10 months ago
  66. 21c8fbf [3.12] gh-111282: Fix NamedTemporaryFile example code (GH-111283) (GH-111579) by Miss Islington (bot) · 1 year, 10 months ago
  67. ec00397 [3.12] gh-111181: Fix enum doctests (GH-111180) (GH-111518) by Miss Islington (bot) · 1 year, 10 months ago
  68. b1da634 [3.12] gh-102249: Expand sys.call_tracing documentation (GH-102806) (#111557) by Miss Islington (bot) · 1 year, 10 months ago
  69. 71e138d [3.12] gh-93607: document `root` attribute of `iterparse` (GH-99410) (#111555) by Miss Islington (bot) · 1 year, 10 months ago
  70. c21387c [3.12] gh-106861: Docs: Add availability directives to all Unix-only modules (GH-108975) (#111553) by Miss Islington (bot) · 1 year, 10 months ago
  71. e820d76 [3.12] gh-111301: Move `importlib.resources.files` change to What's new in Python 3.12 (#111512) (#111534) by Hugo van Kemenade · 1 year, 10 months ago
  72. 748bc48 [3.12] gh-108082: C API: Add tests for PyErr_WriteUnraisable() (GH-111455) (GH-111507) by Miss Islington (bot) · 1 year, 10 months ago
  73. e5b6744 [3.12] gh-111165: Remove documentation for moved functions (GH-111467) (GH-111471) by Miss Islington (bot) · 1 year, 10 months ago
  74. 577c808 [3.12] gh-101100: Fix sphinx warnings in `library/asyncio-eventloop.rst` (GH-111222) (#111469) by Miss Islington (bot) · 1 year, 10 months ago
  75. 2e5d4e2 [3.12] gh-79033: Try to fix asyncio.Server.wait_closed() again (GH-111336) (#111424) by Miss Islington (bot) · 1 year, 10 months ago
  76. 754fda8 [3.12] gh-111406: Fix broken link to bpython's site (GH-111407) (#111408) by Miss Islington (bot) · 1 year, 10 months ago
  77. 7132109 [3.12] gh-111276: Clarify docs and comments about the role of LC_CTYPE (GH-111319) (#111391) by Miss Islington (bot) · 1 year, 10 months ago
  78. 883233d [3.12] gh-111343: Fix `itertools` docs: `start` arg is optional for `count` (gh-111344) (gh-111385) by Miss Islington (bot) · 1 year, 10 months ago
  79. 2014c23 [3.12] Fix typos in import system docs (GH-111396) (#111397) by Miss Islington (bot) · 1 year, 10 months ago
  80. 7d22e85 [3.12] gh-111187: Postpone removal version for locale.getdefaultlocale() to 3.15 (GH-111188) (#111323) by Hugo van Kemenade · 1 year, 10 months ago
  81. 7cce26b [3.12] Docs: Add `restart_events()` and positional arg semantics for `sys.monitoring` (GH-111291) (#111335) by Miss Islington (bot) · 1 year, 10 months ago
  82. ed05bf6 [3.12] gh-108590: Improve sqlite3 docs on encoding issues and how to handle those (GH-108699) (#111324) by Miss Islington (bot) · 1 year, 10 months ago
  83. 5c4f9a1 [3.12] gh-111165: Move test running code from test.support to libregrtest (GH-111166) (GH-111316) by Serhiy Storchaka · 1 year, 10 months ago
  84. a4eb2e3 [3.12] Fix first parameter name in `tool` functions from `sys.monitoring` (GH-111286) (#111290) by Miss Islington (bot) · 1 year, 10 months ago
  85. 2a28aa1 [3.12] GH-111182: Update EnumType.__contains__ docs (GH-111184) (GH-111281) by Miss Islington (bot) · 1 year, 10 months ago
  86. b180120 [3.12] Revert "Fix a code snippet typo in asyncio docs (GH-108427)" (GH-111271) (GH-111272) by Miss Islington (bot) · 1 year, 10 months ago
  87. edff7c1 [3.12] gh-111151: Convert monospaced directives to :ref: (GH-111152) (#111269) by Miss Islington (bot) · 1 year, 10 months ago
  88. 03c14b0 [3.12] Fix typo in sys docs (GH-111196) (#111248) by Miss Islington (bot) · 1 year, 10 months ago
  89. b622c2d [3.12] Fix a code snippet typo in asyncio docs (GH-108427) (#111245) by Miss Islington (bot) · 1 year, 10 months ago
  90. 38578dd [3.12] gh-101100: Fix Sphinx warnings for `fileno` (GH-111118) (#111226) by Miss Islington (bot) · 1 year, 10 months ago
  91. 87123ab [3.12] Add a version added note for PY_VECTORCALL_ARGUMENTS_OFFSET (GH-110963) (#111219) by Miss Islington (bot) · 1 year, 10 months ago
  92. 82c045f [3.12] typo: missing line of output in pull parser example (GH-111068) (#111217) by Miss Islington (bot) · 1 year, 10 months ago
  93. 6a5aab0 [3.12] gh-106310 - document the __signature__ attribute (GH-106311) (#111145) by Miss Islington (bot) · 1 year, 10 months ago
  94. 4d781bc [3.12] gh-110383: Italicize variable name (GH-111206) (#111207) by Miss Islington (bot) · 1 year, 10 months ago
  95. 8f94d0f [3.12] gh-110383: Added explanation about simplest regex use case for quantifiers. (GH-111110) (#111204) by Miss Islington (bot) · 1 year, 10 months ago
  96. 06fe868 [3.12] gh-101100: Fix sphinx warnings in `library/asyncio-dev.rst` (GH-111179) (#111185) by Miss Islington (bot) · 1 year, 10 months ago
  97. f2f89bf [3.12] gh-101100: Fix Sphinx warning in `tutorial/introduction.rst` (GH-111173) (#111175) by Miss Islington (bot) · 1 year, 10 months ago
  98. b4c215e [3.12] gh-101100: Fix sphinx warnings in `library/codecs.rst` (GH-110979) (#111070) by Miss Islington (bot) · 1 year, 10 months ago
  99. 9092251 [3.12] gh-101100: Fix Sphinx warnings in `library/tty.rst` (GH-111079) (#111097) by Miss Islington (bot) · 1 year, 10 months ago
  100. 41dfae8 [3.12] gh-101100: Fix sphinx warnings in `library/getpass.rst` (GH-110461) (#111080) by Hugo van Kemenade · 1 year, 10 months ago