1. 7e51091 [3.12] gh-123523: Rework typing documentation for generators and coroutines, and link to it from `collections.abc` docs (#123544) (#123792) by Alex Waygood · 12 months ago
  2. 74feab2 [3.12] gh-120426: Add the glossary term "immortal" (GH-123191) (GH-123491) (#123636) by Petr Viktorin · 12 months ago
  3. 407505d [3.12] gh-123207: Clarify the documentation for the mro lookup for super() (GH-123417) (#123733) by Miss Islington (bot) · 12 months ago
  4. 8eef5a8 [3.12] gh-123463: Include logging_flow diagram in non-HTML docs (GH-123464) (#123667) by Miss Islington (bot) · 12 months ago
  5. bc207e8 [3.12] gh-102988: Adjust version numbers in versionadded directives (GH-123771) by Petr Viktorin · 12 months ago
  6. 1506824 [3.12] [CVE-2023-27043] gh-102988: Reject malformed addresses in email.parseaddr() (GH-111116) (#123766) by Petr Viktorin · 12 months ago
  7. 747abc0 [3.12] gh-123213: Fixed xml.etree.ElementTree.Element.extend and assignment to no longer hide exceptions (GH-123214) (#123258) by Miss Islington (bot) · 12 months ago
  8. 17249f3 [3.12] gh-103066: Add links and `help` in site.py constants (GH-103777) (#123763) by Miss Islington (bot) · 12 months ago
  9. b01063d [3.12] Swap the and from in sentence in init_config.rst (GH-120086) (#123743) by Miss Islington (bot) · 12 months ago
  10. 6caab08 [3.12] gh-85453: Improve instance attributes mark up on datetime.rst (GH-123655) (#123741) by Miss Islington (bot) · 12 months ago
  11. c3a866c [3.12] gh-123392: Clarify wording regarding parameters that are functions to be called (GH-123394) (GH-123665) by Miss Islington (bot) · 12 months ago
  12. a0c9f51 [3.12] gh-118508: Clarify which characters are matched by `\s` (GH-119155) (#123671) by Miss Islington (bot) · 12 months ago
  13. c6ee0b3 [3.12] gh-123580: Fix `signed_number` token in documentation (GH-123582) (GH-123624) by Miss Islington (bot) · 12 months ago
  14. 252ed6d [3.12] gh-123621: Fix `datamodel.rst` with proper `dict` notation (GH-123648) (#123654) by Miss Islington (bot) · 12 months ago
  15. acb19be [3.12] gh-123579: Document exclamation token (GH-123612) (#123638) by Miss Islington (bot) · 12 months ago
  16. d47d7e1 [3.12] gh-123517: Remove unnecessary `:meth:` parentheses (gh-123518) (GH-123576) by Wei-Hsiang (Matt) Wang · 12 months ago
  17. ae17f9b [3.12] gh-123570: Add link to `weakref.ref` from `weakref_slot` docs in `dataclasses` (GH-123571) (#123595) by Miss Islington (bot) · 12 months ago
  18. 12db938 [3.12] gh-91126: Docs and tests for slotted dataclasses with `__init_subclass__` (GH-123342) (#123569) by Miss Islington (bot) · 12 months ago
  19. e3d8ccc [3.12] gh-123550: Fix code snippet of `BUILD_TUPLE` in `dis` docs (GH-123551) (#123556) by Miss Islington (bot) · 12 months ago
  20. c41c787 [3.12] gh-123494: Improve documentation for ``webbrowser`` return types (GH-123495) (#123549) by Miss Islington (bot) · 12 months ago
  21. 5b3fcc0 [3.12] gh-123407: Enable translating literal and code blocks (GH-123408) (#123531) by Miss Islington (bot) · 12 months ago
  22. d5abd02 [3.12] gh-123492: Remove unnecessary `:func:` parentheses (gh-123493) (#123512) by Wei-Hsiang (Matt) Wang · 12 months ago
  23. 248af25 [3.12] gh-123254: Improve `tuple` C API docs with more info about errors (GH-123255) (#123415) by Miss Islington (bot) · 12 months ago
  24. ffa282c [3.12] gh-82378: Document the difference between sys.tracebacklimit and the limit arguments (GH-123286) (#123326) by Miss Islington (bot) · 12 months ago
  25. 93d4a19 [3.12] gh-122982: Extend the deprecation period for bool inversion by two years (GH-123306) (#123317) by Miss Islington (bot) · 12 months ago
  26. 53a5576 [3.12] Docs: Fix Makefile syntax (GH-123287) (#123289) by Miss Islington (bot) · 12 months ago
  27. 8edfa0b [3.12] gh-123110: correct note about _Bool in the struct module docs (GH-123111) (#123127) by Miss Islington (bot) · 12 months ago
  28. e9d1bf3 [3.12] Docs: Run ``latexmk`` in parallel when creating PDFs (GH-123113) (#123116) by Miss Islington (bot) · 1 year ago
  29. b9667e8 [3.12] fix typo in dis.rst (GH-121612) (#123096) by Miss Islington (bot) · 1 year ago
  30. 28f3770 [3.12] gh-122519: Adding socket module shutdown() constants description (GH-122543) (#123094) by Miss Islington (bot) · 1 year ago
  31. 9f153a2 [3.12] gh-123005: Add version added in enum.Flag.__len__ (GH-123007) (#123025) by Miss Islington (bot) · 1 year ago
  32. cd69085 [3.12] gh-122944: Fix incorrect prompt strings in the Python Tutorial (GH-122949) (#122955) by Miss Islington (bot) · 1 year ago
  33. 92ad3be [3.12] gh-122701: Fix wording of raw strings/bytes in `lexical_analysis.rst` (GH-122702) (#122915) by Miss Islington (bot) · 1 year ago
  34. 18d4805 [3.12] Docs: Standardise versionchanged text in weakref.rst (GH-122898) (#122912) by Miss Islington (bot) · 1 year ago
  35. f5009b6 [3.12] GH-120794: Use example paths with multiple parts in pathlib docs (GH-122887) (#122896) by Miss Islington (bot) · 1 year ago
  36. d70c399 [3.12] gh-122868: Add more lower bounds for sphinxcontrib dependencies (GH-122891) (#122894) by Miss Islington (bot) · 1 year ago
  37. d944484 [3.12] gh-122868: Add lower bounds for sphinxcontrib dependencies (GH-122870) (#122872) by Miss Islington (bot) · 1 year ago
  38. 2e82353 [3.12] Docs: Change `remove` to `removes` for consistency (GH-121072) (#122791) by Miss Islington (bot) · 1 year ago
  39. 88f8385 [3.12] Doc: cmdline.rst: Include -P and -R in usage (GH-122590) (#122784) by Miss Islington (bot) · 1 year ago
  40. 13c263c [3.12] gh-122511: Improve documentation for object identity of mutable/immutable types (GH-122512) (#122779) by Miss Islington (bot) · 1 year ago
  41. b317641 [3.12] gh-119577: Adjust DeprecationWarning when testing element truth values in Element tree (GH-119762) (#120190) by Gregory P. Smith · 1 year ago
  42. e970431 [3.12] gh-117270: Add missed change to COMPARE_OP from 3.12 to dis documentation (GH-117272) (#117274) by Christopher Chianelli · 1 year ago
  43. 4766d12 [3.12] gh-121650: Encode newlines in headers, and verify headers are sound (GH-122233) (#122599) by Petr Viktorin · 1 year ago
  44. 2ff4158 [3.12] gh-122613: Document PyLong_GetInfo() (part of Limited API) (GH-122280) (#122644) by Sergey B Kirpichev · 1 year ago
  45. 8f19be4 [3.12] gh-121367: [doc] BUILD_TUPLE arg can be 0 (GH-122663) (#122684) by Miss Islington (bot) · 1 year ago
  46. f7ae2c1 [3.12] gh-122661: Remove GNU make-specific directive from Doc/Makefile (GH-122662) (#122669) by Miss Islington (bot) · 1 year ago
  47. 62f224a [3.12] gh-122623: Improve `c-api/bytearray.rst` with error handling info (GH-122624) (#122659) by Miss Islington (bot) · 1 year ago
  48. 8f1b385 [3.12] GH-121970: Fix ``gettext`` for audit events (GH-122651) (#122654) by Miss Islington (bot) · 1 year ago
  49. e2103fc [3.12] Doc: Grammar fix in ``library/ssl.rst``, 'Verifying certificates' (GH-122646) (#122650) by Miss Islington (bot) · 1 year ago
  50. 6dd6ea0 [3.12] Doc: Improve wording of ``os.path.commonpath()`` (GH-122627) (#122642) by Miss Islington (bot) · 1 year ago
  51. 372df19 [3.12] Fix typos in docs (#122502) (#122605) by Alex Waygood · 1 year, 1 month ago
  52. c47943a [3.12] gh-121723: Relax constraints on queue objects for `logging.handlers.QueueHandler`. (GH-122154) (GH-122604) by Miss Islington (bot) · 1 year, 1 month ago
  53. fed70e0 [3.12] gh-122384: Mark strings from Download page for translation (GH-122385) (#122554) by Miss Islington (bot) · 1 year, 1 month ago
  54. ef21e48 [3.12] Docs: bump Sphinx to 8.0 and update constraints (GH-122496) (#122500) by Hugo van Kemenade · 1 year, 1 month ago
  55. 1cd57b9 [3.12] Remove outdated note about instance methods from datamodel.rst (GH-122471) (#122480) by Miss Islington (bot) · 1 year, 1 month ago
  56. 6b4abde [3.12] GH-121970: Extract ``audit_events`` into a new extension (GH-122325) (#122435) by Miss Islington (bot) · 1 year, 1 month ago
  57. dd86217 [3.12] GH-122085: Use include files for C API deprecations (GH-109843) (#122423) by Adam Turner · 1 year, 1 month ago
  58. ccb4e3b [3.12] gh-122085: Create dedicated page for deprecations (GH-122352) (#122375) by Miss Islington (bot) · 1 year, 1 month ago
  59. ca3486c [3.12] gh-122300: Preserve AST nodes for format specifiers with single elements (GH-122308) (#122363) by Pablo Galindo Salgado · 1 year, 1 month ago
  60. 8205c16 [3.12] GH-121462: pathlib docs: improve table of corresponding os/os.path functions (GH-121465) (#122360) by Barney Gale · 1 year, 1 month ago
  61. fb2826a [3.12] gh-122085: Use include files for `whatsnew/3.14.rst` deprecations (GH-122242) (#122351) by Hugo van Kemenade · 1 year, 1 month ago
  62. d4ca183 [3.12] Document ``mimetypes.MimeTypes.add_type()`` (GH-122301) (#122329) by Miss Islington (bot) · 1 year, 1 month ago
  63. 1a104e5 [3.12] gh-122085: Use include files for `whatsnew/3.12.rst` deprecations (GH-122093) (#122224) by Hugo van Kemenade · 1 year, 1 month ago
  64. cde9a26 [3.12] Docs: Use cross-reference to `os.uname` in `sysconfig.get_platform` (GH-122083) (#122172) by Miss Islington (bot) · 1 year, 1 month ago
  65. 6477653 [3.12] GH-121970: Remove ``escape4chm`` (GH-122065) (#122168) by Miss Islington (bot) · 1 year, 1 month ago
  66. c1e834d [3.12] gh-121957: Emit audit events for python -i and python -m asyncio (GH-122117) by Łukasz Langa · 1 year, 1 month ago
  67. 71970d6 [3.12] Docs: spelling and grammar fixes (GH-122084) (#122107) by Russell Keith-Magee · 1 year, 1 month ago
  68. 9343c6d [3.12] Delete stale note about mp.Lock.acquire/SIGINT (GH-120929) (GH-122079) by Miss Islington (bot) · 1 year, 1 month ago
  69. 5f46a72 [3.12] gh-121977: Add tips for handling unhashable data (GH-122075) (#122077) by Miss Islington (bot) · 1 year, 1 month ago
  70. 0298da4 [3.12] Docs: Fix duplicate object description warnings (GH-122068) (#122070) by Miss Islington (bot) · 1 year, 1 month ago
  71. a9daa4f [3.12] gh-121130: Fix f-string format specifiers with debug expressions (GH-121150) (#122063) by Pablo Galindo Salgado · 1 year, 1 month ago
  72. ca531e4 [3.12] GH-121970: Modernise the patchlevel extension (GH-121995) (#122061) by Miss Islington (bot) · 1 year, 1 month ago
  73. 3f72821 [3.12] gh-59022: Added tests for `pkgutil.extend_path` (GH-121673) (GH-121950) by Miss Islington (bot) · 1 year, 1 month ago
  74. e80497c [3.12] gh-121160: Note that readline libraries using different history formats. (GH-121327) (GH-122031) by Petr Viktorin · 1 year, 1 month ago
  75. ff98d90 [3.12] GH-121970: Rewrite the C-API annotations extension (GH-121985) (#122025) by Adam Turner · 1 year, 1 month ago
  76. 7c8b6f8 [3.12] GH-121970: Use Ruff to check and format the docs tools (GH-122018) (#122024) by Adam Turner · 1 year, 1 month ago
  77. 2cd816e [3.12] GH-121970: Combine custom Pygments lexers into a package (GH-121976) (#122022) by Miss Islington (bot) · 1 year, 1 month ago
  78. 88618d2 [3.12] GH-121970: Make ``DeprecatedRemoved`` a subclass of ``VersionChange`` (GH-121971) (#122020) by Miss Islington (bot) · 1 year, 1 month ago
  79. 2d4eccf [3.12] GH-121970: Improve the glossary preview in HTML search (GH-121991) (#122016) by Miss Islington (bot) · 1 year, 1 month ago
  80. 39dea21 [3.12] gh-121905: Consistently use "floating-point" instead of "floating point" (GH-121907) (GH-122013) by Serhiy Storchaka · 1 year, 1 month ago
  81. e7130dc [3.12] Docs: Upgrade Sphinx to 7.4 (GH-121987) (#122011) by Miss Islington (bot) · 1 year, 1 month ago
  82. b1c31a1 [3.12] gh-65453: Docs - clarify AttributeError behaviour on PropertyMock (GH-121666) (GH-121969) by Miss Islington (bot) · 1 year, 1 month ago
  83. eda9b7f [3.12] GH-117928: Bump the minimum Sphinx version to 6.2.1 (GH-121986) (#121993) by Miss Islington (bot) · 1 year, 1 month ago
  84. 1855784 [3.12] GH-121970: Use ``SphinxDirective`` instead of ``Directive`` (GH-121972) (#122009) by Miss Islington (bot) · 1 year, 1 month ago
  85. eedb44e [3.12] Docs: Fix typo in description of ``INTRINSIC_ASYNC_GEN_WRAP`` (GH-122004) (#122007) by Miss Islington (bot) · 1 year, 1 month ago
  86. f88ec9a [3.12] gh-64308: Remove TestProgram from the unittest docs (GH-121675) (GH-121743) by Miss Islington (bot) · 1 year, 1 month ago
  87. 1d915aa [3.12] gh-121874: Define audit-event open parameters consistently (GH-121883) (GH-121955) by Miss Islington (bot) · 1 year, 1 month ago
  88. 6a19d22 [3.12] gh-121834: Improve `complex` C-API docs (GH-121835) (#121897) by sobolevn · 1 year, 1 month ago
  89. a15ed56 [3.12] gh-121453: Update the `Doc/templates/download.html` download files size estimates and support download `.texi` format. (GH-121454) (#121891) by Miss Islington (bot) · 1 year, 1 month ago
  90. 7057d5e [3.12] gh-121871: Allow overriding docs build date with SOURCE_DATE_EPOCH (GH-121872) (#121887) by Miss Islington (bot) · 1 year, 1 month ago
  91. 52df6c4 [3.12] gh-85453: Fix 'timezone' vs. 'time zone' spelling issues in datetime.rst (GH-118449) (#121838) by Miss Islington (bot) · 1 year, 1 month ago
  92. 004758e [3.12] gh-121749: Fix discrepancy in docs for `PyModule_AddObjectRef` (GH-121750) (GH-121753) by Miss Islington (bot) · 1 year, 1 month ago
  93. 863c0a3 [3.12] gh-120012: clarify the behaviour of `multiprocessing.Queue.empty` on closed queues. (GH-120102) (#120470) by Miss Islington (bot) · 1 year, 1 month ago
  94. b6cb209 [3.12] gh-73159 Added clarifications in multiprocessing docs on that objects are pickled. (GH-121686) (#121728) by Miss Islington (bot) · 1 year, 1 month ago
  95. 20d1455 [3.12] gh-120452: improve documentation about private name mangling (GH-120451) (#121716) by Miss Islington (bot) · 1 year, 1 month ago
  96. 9206253 [3.12] gh-120823: Fix doc for ftplib.FTP.retrbinary() (GH-121697) (GH-121706) by Miss Islington (bot) · 1 year, 1 month ago
  97. e4c8d89 [3.12] gh-96765: Update ConfigParser.read() docs with multi-file read example (GH-121664) (GH-121688) by Miss Islington (bot) · 1 year, 1 month ago
  98. 377ff9d [3.12] NEWS: Fix Sphinx warnings and increase threshold for new news nits (GH-121482) (#121514) by Hugo van Kemenade · 1 year, 1 month ago
  99. 5492f84 [3.12] gh-121615: Improve `module.rst` C-API docs with better error descriptions (GH-121616) (#121619) by sobolevn · 1 year, 1 month ago
  100. 06b2ba3 [3.12] gh-121567: Improve `slice` C-API docs by mentioning exceptions (GH-121568) (#121579) by Miss Islington (bot) · 1 year, 1 month ago