1. c5d1fbd [3.12] typing docs: fix indentation of TypedDict deprecation notice (#120124) by Alex Waygood · 1 year, 2 months ago
  2. 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, 2 months ago
  3. 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, 2 months ago
  4. dc40226 [3.12] gh-119311: Fix name mangling with PEP 695 generic classes (#119464) (#119644) by Jelle Zijlstra · 1 year, 2 months ago
  5. 059be67 [3.12] GH-119054: Add "Reading and writing files" section to pathlib docs (GH-119524) (#119955) by Barney Gale · 1 year, 3 months ago
  6. 8502064 [3.12] GH-119054: Add "Querying file type and status" section to pathlib docs (GH-119055) (#119952) by Barney Gale · 1 year, 3 months ago
  7. c8de0ec [3.12] Improve documentation for typing.get_type_hints (GH-119928) (#119944) by Miss Islington (bot) · 1 year, 3 months ago
  8. e57a4a1 [3.12] gh-119016: Remove outdated sentences from the "classes" tutorial (GH-119130) (#119926) by Miss Islington (bot) · 1 year, 3 months ago
  9. 60393f5 [3.12] Add unique() recipe to itertools docs (gh-119911) (gh-119917) by Miss Islington (bot) · 1 year, 3 months ago
  10. 2f7fada [3.12] contextlib docs: Clean up redundant 'up' after 'cleanup' (GH-119873) by Miss Islington (bot) · 1 year, 3 months ago
  11. 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, 3 months ago
  12. 207d1b0 [3.12] gh-109218: Improve documentation for the complex() constructor (GH-119687) (ПР-119805) by Serhiy Storchaka · 1 year, 3 months ago
  13. 863da72 [3.12] gh-119779: Fix pyporting howto docs (GH-119785) (#119789) by Miss Islington (bot) · 1 year, 3 months ago
  14. fae9c92 [3.12] gh-118055: Update the finder glossary entry (GH-118278) (GH-119774) by Miss Islington (bot) · 1 year, 3 months ago
  15. e408059 [3.12] subprocess docs: Fix semantically important typo (GH-119752) (#119758) by Miss Islington (bot) · 1 year, 3 months ago
  16. 681d7da [3.12] gh-119260: Clarify is_dataclass Behavior for Subclasses in Documentation and Tests (GH-119480) (#119761) by Miss Islington (bot) · 1 year, 3 months ago
  17. 3af9b75 [3.12] Clarify base64.a85encode docs: *wrapcols* doesn't count the newline (GH-119409) (GH-119482) by Miss Islington (bot) · 1 year, 3 months ago
  18. 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, 3 months ago
  19. 8fb4854 [3.12] Misc cleanups and wording improvements for the itertools docs (gh-119631) by Raymond Hettinger · 1 year, 3 months ago
  20. 823c66a [3.12] gh-119580: Improve version added section for convenience variable (GH-119583) (#119625) by Miss Islington (bot) · 1 year, 3 months ago
  21. e658d87 [3.12] Docs: Only install sphinx-autobuild for `make htmllive` (GH-119607) (#119622) by Miss Islington (bot) · 1 year, 3 months ago
  22. 8d7e54a [3.12] gh-119467: Fix Py_buffer.format type and correct documentation typo (GH-119475) (#119603) by Miss Islington (bot) · 1 year, 3 months ago
  23. 7f86c76 [3.12] docs: fix a few typos identified by codespell (GH-119516) (#119571) by Hugo van Kemenade · 1 year, 3 months ago
  24. d4e382b [3.12] FAQ: Add reference to Python version numbering scheme (GH-119225) (#119545) by Miss Islington (bot) · 1 year, 3 months ago
  25. 2d70067 [3.12] Misc improvements to the docs for itertools (gh-119532) by Raymond Hettinger · 1 year, 3 months ago
  26. 30679a6 [3.12] Regen ``Doc/requirements-oldest-sphinx.txt`` (GH-119520) (#119523) by Miss Islington (bot) · 1 year, 3 months ago
  27. 2b091b9 [3.12] gh-119317: findall instead of traverse for docutils nodes (GH-119319) (#119487) by Miss Islington (bot) · 1 year, 3 months ago
  28. ddaed62 [3.12] gh-90562: Mention slots pitfall in dataclass docs (GH-107391) (#119351) by Miss Islington (bot) · 1 year, 3 months ago
  29. 0d5fe2c [3.12] gh-119213: Be More Careful About _PyArg_Parser.kwtuple Across Interpreters (gh-119331) (gh-119425) by Eric Snow · 1 year, 3 months ago
  30. 7eb59cd [3.12] gh-70795: Rework RLock documentation (GH-103853) (#119437) by Miss Islington (bot) · 1 year, 3 months ago
  31. 2c7e9de [3.12] Fix version number in use_load_tests deprecation reference (GH-119151) (GH-119387) by Miss Islington (bot) · 1 year, 3 months ago
  32. 9bd9879 [3.12] Clarify that dklen is expected in bytes for the hashlib functions (GH-106624) (GH-119384) by Miss Islington (bot) · 1 year, 3 months ago
  33. 9801fba [3.12] gh-110383: Align dict.get(), .fromkeys(), and .setdefault() docs with docstrings (GH-119330) (#119371) by Miss Islington (bot) · 1 year, 3 months ago
  34. a1c2052 [3.12] gh-110383: Document `socket.makefile()` accepts combined modes (GH-119150) (#119325) by Miss Islington (bot) · 1 year, 3 months ago
  35. 4dfba85 [3.12] GH-110383: Improve Tutorial for Input Ouput (GH-119230) (GH-119327) by Miss Islington (bot) · 1 year, 3 months ago
  36. 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, 3 months ago
  37. 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, 3 months ago
  38. cdccafb [3.12] gh-108267 Fix another dataclasses docs typo (GH-119277) (#119280) by Miss Islington (bot) · 1 year, 3 months ago
  39. 1738944 [3.12] Use correct markup in unittest.mock.reset_mock documentation (GH-119207) (GH-119249) by Miss Islington (bot) · 1 year, 3 months ago
  40. 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, 3 months ago
  41. 30c687c [3.12] marshal docs: Remove reference to "Sun" (GH-119161) (#119168) by Miss Islington (bot) · 1 year, 3 months ago
  42. bb44a82 [3.12] gh-119078: Clarify venv tutorial (GH-119129) (GH-119141) by Miss Islington (bot) · 1 year, 3 months ago
  43. a370eeb [3.12] Minor improvements to the docs for itertools.tee() (gh-119135) (gh-119137) by Miss Islington (bot) · 1 year, 3 months ago
  44. a3db4e8 [3.12] gh-108267: Fix object.__setattr__ regression in dataclasses docs (GH-119082) (#119098) by Miss Islington (bot) · 1 year, 3 months ago
  45. ed395f5 [3.12] gh-119009: Add gettext target (GH-119006) (#119075) by Miss Islington (bot) · 1 year, 3 months ago
  46. bac277f [3.12] Misc improvements to the itertools docs (gh-119040) (#119044) by Miss Islington (bot) · 1 year, 3 months ago
  47. 71ec353 [3.12] Itertools docs: fix parameter names and indentation in Python equivalents (gh-118977) (#119042) by Miss Islington (bot) · 1 year, 3 months ago
  48. 275ec39 [3.12] gh-119010: Adds docs about `__type_params__` to `functools.update_wrapper` (GH-119012) (#119014) by Miss Islington (bot) · 1 year, 3 months ago
  49. ce3fdf7 [3.12] Improve the `rmtree` doc for `dir_fd` param addition in 3.11 (GH-118964) (#118992) by Miss Islington (bot) · 1 year, 3 months ago
  50. a0786bc [3.12] GH-118701: Note that recursive wildcards aren't supported in `PurePath.match()` (#118713) by Barney Gale · 1 year, 3 months ago
  51. af8db2b [3.12] Correct the argument names for `secrets.choice` and `secrets.randbelow` in `secrets.rst` (GH-118098) (GH-118907) by Miss Islington (bot) · 1 year, 3 months ago
  52. 9f8f14a gh-118689: Doc: fix ePub build (GH-118690) by Miss Islington (bot) · 1 year, 3 months ago
  53. eb29e2f gh-118486: Support mkdir(mode=0o700) on Windows (GH-118488) by Steve Dower · 1 year, 3 months ago
  54. 530c3bb [3.12] Format None, True, False and NotImplemented as literals (GH-118758) (GH-118794) by Serhiy Storchaka · 1 year, 3 months ago
  55. b83b3cb [3.12] docs: module page titles should not start with a link to themselves (GH-117099) (#118791) by Miss Islington (bot) · 1 year, 3 months ago
  56. e652dae [3.12] Docs: fix typos in documentation (GH-118752) (#118786) by Miss Islington (bot) · 1 year, 3 months ago
  57. 6564917 [3.12] gh-118671: Updated dead ActiveState links (GH-118730) (#118754) by Miss Islington (bot) · 1 year, 3 months ago
  58. 5cdef78 [3.12] Regen ``Doc/requirements-oldest-sphinx.txt`` (GH-118736) (#118753) by Miss Islington (bot) · 1 year, 3 months ago
  59. efbc8c7 [3.12] Remove Python 3.5 hardcoded version in the tutorial appendix (GH-117612) (GH-118707) by Miss Islington (bot) · 1 year, 3 months ago
  60. 8e53f66 [3.12] gh-118310: Fix documentation for `enum.Enum.__new__` (GH-118311) (GH-118699) by Miss Islington (bot) · 1 year, 3 months ago
  61. f85021a [3.12] gh-78612: Mark up eval() using param list (GH-115212) (#116044) by Miss Islington (bot) · 1 year, 3 months ago
  62. 7b25d94 [3.12] Expand recipe for kernel density estimation to include common tasks. (gh-118659) by Raymond Hettinger · 1 year, 3 months ago
  63. f6c2b04 [3.12] Fix typo in Doc/library/asyncio-task.rst (GH-118627) (#118657) by Miss Islington (bot) · 1 year, 3 months ago
  64. 11888a8 [3.12] GH-115577 Clarify netloc term usage in urllib.parse docs (GH-117632) (GH-118656) by Miss Islington (bot) · 1 year, 3 months ago
  65. 68316a0 [3.12] gh-118476: Fix corner cases in islice() rough equivalent. (Gh-118559) (#118587) by Miss Islington (bot) · 1 year, 3 months ago
  66. 7da5737 [3.12] Minor improvements to the itertools recipes (GH-118563) (#118565) by Miss Islington (bot) · 1 year, 4 months ago
  67. 4a18a9b [3.12] docs: clarify csv.DictReader's treatment of the first data row (GH-118549) (#118555) by Miss Islington (bot) · 1 year, 4 months ago
  68. a7f495c [3.12] gh-117492: Clarify documentation of `typing.Never` (GH-117678) (#118547) by Miss Islington (bot) · 1 year, 4 months ago
  69. f61de0d [3.12] gh-117903: Clarify that the staticmethod descriptor is callable (GH-117925) (GH-118509) by Miss Islington (bot) · 1 year, 4 months ago
  70. 9ec7ddd [3.12] docs: typo: tiny grammar change: "pointed by" -> "pointed to by" (GH-118411) (#118504) by Jelle Zijlstra · 1 year, 4 months ago
  71. 6681638 [3.12] gh-85453: Consistent backquotes on None occurences across datetime.rst (GH-118282) (#118419) by Miss Islington (bot) · 1 year, 4 months ago
  72. 8e7486f [3.12] gh-118359: Improve docs for Bdb.user_call (GH-118368) (#118410) by Miss Islington (bot) · 1 year, 4 months ago
  73. 0a1bed1 [3.12] Docs: Upgrade to Sphinx 7.3 (GH-118397) (#118400) by Miss Islington (bot) · 1 year, 4 months ago
  74. 817190c [3.12] gh-101100: Fix Sphinx warnings in `library/faulthandler.rst` (GH-118353) (#118366) by Miss Islington (bot) · 1 year, 4 months ago
  75. 9a91c70 [3.12] gh-101100: Fix Sphinx warnings in `whatsnew/3.10.rst` (GH-118356) (#118367) by Miss Islington (bot) · 1 year, 4 months ago
  76. 666a360 [3.12] gh-101100: Fix Sphinx warnings in `whatsnew/3.9.rst` (GH-118364) (#118365) by Hugo van Kemenade · 1 year, 4 months ago
  77. 186fbe8 [3.12] Fix note in Enum.__new__ docs (GH-118284) (#118325) by Jelle Zijlstra · 1 year, 4 months ago
  78. ef12d23 [3.12] gh-117928: Bump the minimum Sphinx version to 6.2.1 (GH-117853) (#118321) by Kirill Podoprigora · 1 year, 4 months ago
  79. db47460 [3.12] gh-118235: Skip RAISE_SYNTAX_ERROR rules in the grammar spec (GH-118237) (GH-118309) by Miss Islington (bot) · 1 year, 4 months ago
  80. c784b3e [3.12] gh-85453: Make numeric literals consistent across datetime.rst (GH-118245) (#118248) by Miss Islington (bot) · 1 year, 4 months ago
  81. 0049e2b [3.12] gh-85453: Adapt datetime.rst to devguide recommendations for code snippets and variables (GH-118068) (#118244) by Miss Islington (bot) · 1 year, 4 months ago
  82. 0691bd8 [3.12] gh-118013: Use weakrefs for the cache key in `inspect._shadowed_dict` (GH-118202) (#118232) by Miss Islington (bot) · 1 year, 4 months ago
  83. f86b17a [3.12] gh-113171: gh-65056: Fix "private" (non-global) IP address ranges (GH-113179) (GH-113186) (GH-118177) by Petr Viktorin · 1 year, 4 months ago
  84. 4d34b7f [3.12] Fix typo in py_compile.rst (GH-118102) (GH-118191) by Miss Islington (bot) · 1 year, 4 months ago
  85. fbe29e6 [3.12] gh-59215: unittest: restore _top_level_dir at end of discovery (GH-15242) (GH-117508) by Miss Islington (bot) · 1 year, 4 months ago
  86. c869f4e [3.12] gh-118030: Group definitions for `ParamSpecArgs` and `ParamSpecKwargs` in `typing.rst` (GH-118154) (#118155) by Miss Islington (bot) · 1 year, 4 months ago
  87. b1e5f27 [3.12] gh-115986 Improve pprint documentation accuracy (GH-117403) (#118146) by Miss Islington (bot) · 1 year, 4 months ago
  88. 6d87cb4 [3.12] Docs: replace Harry Potter reference with Monty Python (GH-118130) (#118135) by Miss Islington (bot) · 1 year, 4 months ago
  89. 4d85f0a [3.12] Clarifying nonlocal doc: SyntaxError is raised if nearest enclosing scope is global (GH-114009) (#118128) by Miss Islington (bot) · 1 year, 4 months ago
  90. ecb8e2b [3.12] gh-118100: Improve links in `ast.rst` (GH-118101) (#118110) by Miss Islington (bot) · 1 year, 4 months ago
  91. 5430f61 [3.12] gh-114053: Fix bad interaction of PEP-695, PEP-563 and ``get_type_hints`` (#118009) (#118104) by Alex Waygood · 1 year, 4 months ago
  92. 26c659e [3.12] gh-87969: Align docs and docstrings with implementation for ctypes' [w]string_at() (GH-25384) (GH-118046) by Miss Islington (bot) · 1 year, 4 months ago
  93. f278b8f [3.12] gh-116935: Document that heap types need to support garbage collection (GH-118021) (GH-118092) by Miss Islington (bot) · 1 year, 4 months ago
  94. 15be34a [3.12] gh-117518: Clarify PyTuple_GetItem() borrowed reference in the doc (GH-117920) (#118087) by Miss Islington (bot) · 1 year, 4 months ago
  95. a0f82dd [3.12] gh-64588: Clarify the difference between mu and xbar in statistics docs (GH-117333) (#118080) by Miss Islington (bot) · 1 year, 4 months ago
  96. 632f353 [3.12] Use "Contributed by" in a couple of occurrences of 3.12 whatsnew (GH-118070) (#118078) by Miss Islington (bot) · 1 year, 4 months ago
  97. aa2fc81 [3.12] Doc: Render version/language selector on Read the Docs (GH-116966) (#118038) by Miss Islington (bot) · 1 year, 4 months ago
  98. 5af8fca [3.12] gh-116932: Add note on how to report python documentation theme bugs (GH-117989) (GH-118031) by Miss Islington (bot) · 1 year, 4 months ago
  99. 859fdee [3.12] gh-114539: Clarify implicit launching of shells by subprocess (GH-117996) (#118002) by Miss Islington (bot) · 1 year, 4 months ago
  100. e95a535 [3.12] gh-117977: Amend version changed annotation for os.chmod, os.chown, and os.listdir (GH-117978) (#117992) by Miss Islington (bot) · 1 year, 4 months ago