Python 3.12.10
  1. 936dc2d [3.12] gh-102136: Add -m to options that work with -i (GH-119271) (GH-119286) by Miss Islington (bot) · 4 months ago
  2. aab69a8 [3.12] gh-132021: Add bool type to the list of allowed JSON key types (GH-132048) (#132256) by Miss Islington (bot) · 4 months ago
  3. 3fc57f8 [3.12] gh-116608: undeprecate functional importlib.resources API (#132206) by Thomas Grainger · 4 months ago
  4. 4c5e84d [3.12] gh-115684: Clarify datetime `replace` documentation (GH-116519) (#131694) by David Lowry-Duda · 4 months ago
  5. d00c6a3 [3.12] Add psfhosted Plausible instance to analytics (GH-132252) (#132254) by Miss Islington (bot) · 4 months ago
  6. 4d1ab71 [3.12] gh-130521: Add Open Graph meta tags to template pages (GH-130523) (#132238) by Miss Islington (bot) · 4 months ago
  7. 6c9ece3 [3.12] Docs HTML: Remove self-closing tags (GH-132220) (#132229) by Hugo van Kemenade · 4 months ago
  8. 0875dcb [3.12] gh-132221: Fix `__match_args__` generation docs in `dataclasses.rst` (GH-132222) (#132227) by Miss Islington (bot) · 4 months ago
  9. ab78a37 [3.12] gh-131912: Improve description of grouping options in the format specification docs (GH-132030) (#132203) by Miss Islington (bot) · 4 months ago
  10. 0c429ac [3.12] Docs: Add a single table summary for ``cmath`` (GH-131887) (#132180) by Miss Islington (bot) · 4 months ago
  11. 82b3939 [3.12] Fix numbered list syntax in programming.rst (GH-130158) (#132141) by Miss Islington (bot) · 4 months ago
  12. 0c11043 [3.12] Docs: document `plistlib.InvalidFileException` (GH-132069) (#132117) by Miss Islington (bot) · 5 months ago
  13. 6cdd3a4 [3.12] Minor improvements to the programming FAQ (GH-127261) (#131965) by Miss Islington (bot) · 5 months ago
  14. ce85eb5 [3.12] gh-125957: sync argument naming in sphinx docs of the cmath and help() (GH-125958) (#131963) by Miss Islington (bot) · 5 months ago
  15. 525eddf [3.12] gh-131885: Document that `dict.setdefault` and `dict.get` take no keyword arguments (GH-128208) (#131894) by Miss Islington (bot) · 5 months ago
  16. f1b65d7 [3.12] gh-129994: update docs when using `dualstack_ipv6` in `socket.create_server` (GH-129996) (#131891) by Miss Islington (bot) · 5 months ago
  17. 3cd04d4 [3.12] gh-127541: Update os.walk example (GH-127765) (#131873) by Miss Islington (bot) · 5 months ago
  18. b2dbc4f [3.12] Fix typo in importlib.metadata.rst (gh-131596) (#131631) by Miss Islington (bot) · 5 months ago
  19. b7c5371 [3.12] gh-131741: Add documentation for Windows version detection change in `platform` (GH-131742) (#131768) by Miss Islington (bot) · 5 months ago
  20. 3911bd5 [3.12] gh-130283: update deprecated links and examples in `urllib.request` docs (GH-130284) (#131627) by Miss Islington (bot) · 5 months ago
  21. 7d5b813 [3.12] gh-121529: Document `from_` parameter in `_mboxMMDF` public methods (GH-121530) (#131622) by Miss Islington (bot) · 5 months ago
  22. b1e2384 [3.12] gh-131457: Fix typo in BNF description of function signatures (GH-131460) (#131576) by Miss Islington (bot) · 5 months ago
  23. 3eb7a90 [3.12] gh-70647: update docs to mention the datetime 1900 year default 2/29 issue (#131534) by Gregory P. Smith · 5 months ago
  24. e1626c3 [3.12] GH-121970: Extract `pydoc_topics` into a new extension (GH-131256) (#131512) by Adam Turner · 5 months ago
  25. caa7388 [3.12] Docs: Fix documentation for "PyTypeObject Definition" (GH-130936) (GH-131459) by Miss Islington (bot) · 5 months ago
  26. 105bc83 [3.12] gh-131417: Mention asyncio Future and Task in docs for generic classes list (GH-131422) (#131446) by Miss Islington (bot) · 5 months ago
  27. 981566e [3.12] Docs: fix shell command formatting (GH-131310) (#131444) by Miss Islington (bot) · 5 months ago
  28. 7a8097c [3.12] gh-116666: Add "token" glossary term (GH-130888) (GH-131368) by Miss Islington (bot) · 5 months ago
  29. 9d23a6d [3.12] gh-131002: clarify how to enforce sqlite3 column types for generated fields (GH-131006) (#131386) by Miss Islington (bot) · 5 months ago
  30. 2601dae [3.12] gh-130132: properly free resources in `urrlib.urlopen` examples (GH-130280) (#131395) by Miss Islington (bot) · 5 months ago
  31. c23a2d3 [3.12] gh-131094: Refine `math.isclose` docs (GH-131139) (#131393) by Miss Islington (bot) · 5 months ago
  32. 0405833 [3.12] gh-129675: Update documentation for tp_basicsize & tp_itemsize (GH-129850) (GH-131078) by Miss Islington (bot) · 5 months ago
  33. 4c1d529 [3.12] gh-124385: Document and soft-deprecate PyLong_AS_LONG (GH-124386) (#130549) by Hugo van Kemenade · 5 months ago
  34. 3983fca [3.12] gh-109961: Docs: Fix incorrect rendering of `__replace__` in `copy.rst` (GH-109968) (#130909) by Hugo van Kemenade · 5 months ago
  35. baea0e2 [3.12] gh-130160: use `.. program::` directive for documenting `http.server` CLI (GH-131010) (#131294) by donBarbos · 5 months ago
  36. c5a23ab [3.12] gh-131327: Document winsound.SND_APPLICATION (GH-131328) (#131329) by Miss Islington (bot) · 5 months ago
  37. 1d17f1a [3.12] gh-130160: use `.. program::` directive for documenting `doctest` CLI (GH-131034) (#131321) by Miss Islington (bot) · 5 months ago
  38. 77ece5a [3.12] gh-130814: Enhance documentation for Python C API type objects (GH-130817) (#131224) by Miss Islington (bot) · 5 months ago
  39. 39b4f8b [3.12] gh-124269: Simplify `typing.Annotated` docs (GH-130770) (#131223) by Miss Islington (bot) · 5 months ago
  40. 729ec5b [3.12] gh-101100: Fix sphinx warnings in `library/asyncio-subprocess.rst` (GH-130994) (#131075) by Yuki Kobayashi · 5 months ago
  41. c82795a [3.12] gh-130711: Document `PyBaseObject_Type` (GH-130712) (GH-130793) by Miss Islington (bot) · 5 months ago
  42. 8584790 [3.12] gh-80421: Correct definitions of time (GH-130984) (#131023) by Miss Islington (bot) · 5 months ago
  43. 9f7f2c0 [3.12] gh-130160: use `.. program::` directive for documenting `pdb` CLI (GH-130996) (#131013) by Miss Islington (bot) · 5 months ago
  44. 11d550c [3.12] gh-130160: use `.. program::` directive for documenting `webbrowser` CLI (GH-130995) (#131004) by donBarbos · 5 months ago
  45. 552dad1 [3.12] gh-123726: Document caveats of zipfile.Path around name sanitization (GH-130537) (#130987) by Miss Islington (bot) · 5 months ago
  46. 56fa6f3 [3.12] Correct function name in `Doc/extending/embedding.rst` (GH-127539) (#130946) by Miss Islington (bot) · 5 months ago
  47. 60be65a [3.12] Update links from typing.readthedocs.io to typing.python.org (GH-130877) (#130884) by Miss Islington (bot) · 6 months ago
  48. 919300e [3.12] GH-125722: Increase minimum supported Sphinx to 8.2.0 (GH-130444) (#130859) by Miss Islington (bot) · 6 months ago
  49. 50270fc [3.12] gh-129567: Add a note to typing.TypedDict docs about name mangling (GH-130233) (#130842) by sobolevn · 6 months ago
  50. 23f11e3 [3.12] Docs: Fix a misplaced statement in the document for `ServerProxy` (GH-130616) (GH-130639) by Miss Islington (bot) · 6 months ago
  51. a22cfd4 [3.12] gh-101100: Fix Sphinx documentation warnings in `collections.rst` (GH-130629) (#130782) by Hugo van Kemenade · 6 months ago
  52. 9b28a4e [3.12] gh-101100: Fix sphinx warnings in `library/email.errors.rst` (GH-130774) (#130780) by Miss Islington (bot) · 6 months ago
  53. 43635f2 [3.12] gh-129015: Improve disambiguation between `NotImplemented` and `NotImplementedError` (GH-129562) (#130777) by Miss Islington (bot) · 6 months ago
  54. 96e6932 [3.12] Fix grammar typo in `Doc/c-api/arg.rst` (GH-130741) (#130758) by Miss Islington (bot) · 6 months ago
  55. 257240e [3.12] Add link in the `importlib.metadata.version()` docs (GH-130739) (#130760) by Miss Islington (bot) · 6 months ago
  56. a0676db [3.12] gh-128481: Improve documentation for `traceback.FrameSummary` (GH-128484) (#130754) by Miss Islington (bot) · 6 months ago
  57. c192944 [3.12] gh-130160: use `.. program::` directive for documenting `cProfile` CLI (GH-130314) (#130746) by Miss Islington (bot) · 6 months ago
  58. 245ca26 [3.12] GH-121970: Extract ``issue_role`` into a new extension (GH-130615) (#130652) by Miss Islington (bot) · 6 months ago
  59. a55a9cd [3.12] GH-92897: schedule the check_home deprecation to 3.15 (GH-129102) (#130585) by Hugo van Kemenade · 6 months ago
  60. a678d8e [3.12] gh-129405: Fix doc for Py_mod_multiple_interpreters default, and add test (GH-129406) (GH-130510) by Petr Viktorin · 6 months ago
  61. c7ac503 [3.12] Doc: Strip trailing whitespace in ``pydoc_topics`` (GH-130492) (#130636) by Miss Islington (bot) · 6 months ago
  62. fb073b5 [3.12] GH-121970: Extract `pydoc_topics` into a new extension (#129116) (#130443) by Adam Turner · 6 months ago
  63. 6a268a0 [3.12] Fix indentation for contextlib.asynccontextmanager docs (GH-127333) (#130580) by Miss Islington (bot) · 6 months ago
  64. 7575abb [3.12] Docs: Fix some semantic usages of `iterator.__iter__` (GH-130172) (GH-130544) by Miss Islington (bot) · 6 months ago
  65. 2592402 [3.12] gh-130433: Update documentation for `MultipartConversionError` (GH-130436) (GH-130566) by Miss Islington (bot) · 6 months ago
  66. ca9e52d [3.12] gh-130461: Remove unnecessary usages of `.. index::` directives in Doc/library/uuid.rst (#130526) (#130546) by Kanishk Pachauri · 6 months ago
  67. e38cded [3.12] gh-46236: Add docs for PyUnicode_GetDefaultEncoding() doc (GH-130335) (GH-130512) by Miss Islington (bot) · 6 months ago
  68. 3c20e8b [3.12] gh-127522: wsgiref: indicate that `start_response` objects should follow a specific protocol (GH-127525) (GH-130505) by Miss Islington (bot) · 6 months ago
  69. da471d9 [3.12] gh-127805: Clarify Formatter initialization in logging.rst. (GH-127850) (#130393) by Miss Islington (bot) · 6 months ago
  70. b505d0f [3.12] gh-130160: use `.. program::` directive for documenting `idle` CLI (GH-130278) (#130495) by Miss Islington (bot) · 6 months ago
  71. ac45567 [3.12] Docs: Test presence of optional extensions with importlib (GH-130445) (#130466) by Adam Turner · 6 months ago
  72. 9bd92fa [3.12] gh-121970: Replace `.. coroutine{method,function}` with `:async:` (GH-130448) (#130467) by Adam Turner · 6 months ago
  73. 6c59ea6 [3.12] Add measuring unit to `sys.getswitchinterval` docs (GH-130457) (#130459) by Miss Islington (bot) · 6 months ago
  74. 8559dc3 [3.12] gh-129712: Document the wheels tags corresponding to each universal SDK. (GH-130389) (#130450) by Miss Islington (bot) · 6 months ago
  75. 35c3060 [3.12] GH-121970: Replace custom abstract method directive with the ``:abstract:`` option (GH-129311) (#130440) by Adam Turner · 6 months ago
  76. f452b81 [3.12] gh-130159: Fix list indentation in collections.abc (GH-130165) (#130438) by Miss Islington (bot) · 6 months ago
  77. 546ac01 [3.12] Itertool recipe additions (gh-127483) (gh-130362) by Hugo van Kemenade · 6 months ago
  78. 5c0aba0 [3.12] gh-46236: Document PyUnicode_RSplit, PyUnicode_Partition and PyUnicode_RPartition (GH-130191) (#130361) by Miss Islington (bot) · 6 months ago
  79. 77cba87 [3.12] [doc]: Update logging cookbook to mention domain socket configuration in a recipe. (GH-130348) (GH-130352) by Miss Islington (bot) · 6 months ago
  80. e6c3dd3 [3.12] gh-101100: Fix sphinx warnings in `readline.rst` (GH-130300) (#130347) by Miss Islington (bot) · 6 months ago
  81. 16a06be [3.12] gh-130130: Clarify `hash=False` docs in `dataclasses.field` (GH-130324) (#130336) by Miss Islington (bot) · 6 months ago
  82. 8d58070 [3.12] gh-130250: fix regression in traceback.print_last (GH-130318) (#130326) by Miss Islington (bot) · 6 months ago
  83. 720de0d [3.12] gh-122876: Fix "End of lines" typo (GH-125310) (#130316) by Miss Islington (bot) · 6 months ago
  84. 43898ab [3.12] Docs: Upgrade Sphinx to 8.2 (GH-130171) (#130288) by Miss Islington (bot) · 6 months ago
  85. 0931693 [3.12] gh-130160: use `option` instead of `cmdoption` in `dis.rst` (GH-130255) (#130265) by sobolevn · 6 months ago
  86. aeefac9 [3.12] gh-130160: use `.. program::` directive for documenting `ensurepip` CLI (gh-130253) (gh-130258) by Miss Islington (bot) · 6 months ago
  87. 0274115 [3.12] gh-130214: Document `PyEllipsis_Type` (GH-130215) (#130224) by Miss Islington (bot) · 6 months ago
  88. 8a598fb [3.12] gh-82045: Correct and deduplicate "isprintable" docs; add test. (GH-130125) by Stan Ulbrych · 6 months ago
  89. 4acf03c [3.12] gh-130169: Fix broken list markup in `Doc/c-api/function.rst` (GH-130174) (#130176) by Miss Islington (bot) · 6 months ago
  90. de1279a Doc: update term "namespace package" (GH-129251) by Miss Islington (bot) · 6 months ago
  91. f23ed0c [3.12] gh-130106: Fix a typo in unittest.mock doc (GH-130107) (#130144) by Miss Islington (bot) · 6 months ago
  92. 719d08c [3.12] gh-129912: Fix references to `Py_TPFLAGS_MANAGED_DICT` (gh-130044) (gh-130060) by Miss Islington (bot) · 6 months ago
  93. b75a72c [3.12] gh-59149: Setup documentation for IDLE on Linux and add section in Editors (GH-130003) (#130028) by Miss Islington (bot) · 6 months ago
  94. 96a6ee0 [3.12] gh-97850: Update the deprecation warning of `importlib.abc.Loader.load_module` (GH-129855) (GH-130017) by Tomas R. · 6 months ago
  95. c62d573 [3.12] gh-101100: Docs: Fix some typos in the document (GH-129988) (#129998) by Hugo van Kemenade · 6 months ago
  96. 181e924 [3.12] gh-46236: Document `PyUnicode_DecodeCodePageStateful` (GH-127934) (GH-129962) by Miss Islington (bot) · 6 months ago
  97. 08a9b7c [3.12] gh-129143: Fix incorrect documentation for logging.Handler.close(). (GH-129950) (GH-129952) by Miss Islington (bot) · 6 months ago
  98. fd8d445 [3.12] gh-129873: IDLE: Improve help.py's method of parsing HTML (GH-129859) (#129885) by Miss Islington (bot) · 6 months ago
  99. d42eba8 [3.12] gh-64414: mention AF_INET6 and IPv6 in socketserver docs. (GH-129866) (#129869) by Miss Islington (bot) · 6 months ago
  100. 5c527f8 [3.12] gh-129699: Add description to IDLE doc title (GH-129727) (#129865) by Miss Islington (bot) · 6 months ago