Python 3.9.10
  1. 4ddd5da [3.9] bpo-40479: Fix hashlib's usedforsecurity for OpenSSL 3.0.0 (GH-30455) (GH-30574) by Christian Heimes · 3 years, 7 months ago
  2. 12cf91c [doc] Add license_url for python-docs-theme 2022.1. (GH-30527) (GH-30541) by Miss Islington (bot) · 3 years, 7 months ago
  3. 238a36b closes bpo-46253: Change Py_UNICODE to Py_UCS4 in the C API docs to match the current source code (GH-30387) by Miss Islington (bot) · 3 years, 7 months ago
  4. b29aa71 [3.9] bpo-46261: Update `sqlite3.Cursor.lastrowid` docs (GH-30407) by Miss Islington (bot) · 3 years, 7 months ago
  5. cd95033 bpo-46290: Fix parameter names in dataclasses docs (GH-30450) by Miss Islington (bot) · 3 years, 7 months ago
  6. a74eb54 bpo-28546: [doc] Clarify setting pdb breakpoints (GH-30360) by Miss Islington (bot) · 3 years, 7 months ago
  7. c55616c bpo-46216: remove spurious link to os.system() from os.time() documentation (GH-30326) (GH-30460) by Miss Islington (bot) · 3 years, 7 months ago
  8. 8bc6814 bpo-24650: Use full term "generator function" in yield expressions docs (GH-24663) by Miss Islington (bot) · 3 years, 7 months ago
  9. 188fbde [3.9] bpo-46251: Add 'Security Considerations' section to logging configura… (GH-30411) (GH-30448) by Miss Islington (bot) · 3 years, 7 months ago
  10. f902d88 Fix missing "," in the documentation of Executor Objects (GH-30404) by Miss Islington (bot) · 3 years, 8 months ago
  11. 9a9061d bpo-20369: concurrent.futures.wait() now deduplicates futures given a… (GH-30168) by Miss Islington (bot) · 3 years, 8 months ago
  12. 8f082e2 bpo-33252: Document that ResourceWarning is ignored by default (GH-30358) (GH-30396) by Miss Islington (bot) · 3 years, 8 months ago
  13. 4affb99 bpo-34538: Remove Exception subclassing from tutorial (GH-30361) by Miss Islington (bot) · 3 years, 8 months ago
  14. 4a792ca bpo-34931: [doc] clarify behavior of os.path.splitext() on paths with multiple leading periods (GH-30347) (GH-30369) by Miss Islington (bot) · 3 years, 8 months ago
  15. b28b022 bpo-41028: Doc: Move switchers to docsbuild-scripts. (GH-20969) (GH-30343) by Miss Islington (bot) · 3 years, 8 months ago
  16. 17c858e Update copyright year to 2022. (GH-30335) by Miss Islington (bot) · 3 years, 8 months ago
  17. 72ffcb0 bpo-46079: Replace external link that is down for maintenance. (GH-30315) (GH-30329) by Miss Islington (bot) · 3 years, 8 months ago
  18. f1f54c8 doc: fix a typo in unittest.mock.rst (GH-30227) (GH-30263) by Miss Islington (bot) · 3 years, 8 months ago
  19. 3c1100f Doc: Fix link in multiprocessing.starmap pointing to builtin map. (GH-26560) by Miss Islington (bot) · 3 years, 8 months ago
  20. a2295a4 Update potentially confusing note for mean. (GH-30174) (GH-30221) by Miss Islington (bot) · 3 years, 8 months ago
  21. 8e4564d [3.9] bpo-46104: Fix example broken by GH-30148 (GH-30203) (GH-30210) by Miss Islington (bot) · 3 years, 8 months ago
  22. 8bfb11a bpo-46076: Improve documentation for per-attribute docstrings with `__slots__` (GH-30109) (GH-30207) by Miss Islington (bot) · 3 years, 8 months ago
  23. 0da17eb bpo-46113: Minor fixes in stdtypes documentation (GH-30167) (GH-30187) by Miss Islington (bot) · 3 years, 8 months ago
  24. 43cb8f4 [3.9] bpo-46104: Reduce use of pre-PEP 526 syntax in typing docs (GH-30148) (GH-30180) by Miss Islington (bot) · 3 years, 8 months ago
  25. 8202a7e [3.9] bpo-46044: Annotate deprecated sdists formats (GH-30043) (GH-30155) by Miss Islington (bot) · 3 years, 8 months ago
  26. 4c1effa bpo-28816: [doc] clarify that zipimport invokes importers only for python files (GH-30060) (GH-30134) by Miss Islington (bot) · 3 years, 8 months ago
  27. 309614f Fix the output of built-in iter() function example in Iterators (Section 9.8) of The Python Tutorial (GH-30110) by Miss Islington (bot) · 3 years, 8 months ago
  28. 86f9ae5 Add Positional only arguments forward slash (/) to sorted() function in Built-in Functions document (GH-30113) by Miss Islington (bot) · 3 years, 8 months ago
  29. 9423422 [3.9] bpo-46063: Improve algorithm for computing which rolled-over log file… (GH-30093) (GH-30095) by Miss Islington (bot) · 3 years, 8 months ago
  30. 9b68759 Clarify new_event_loop return value. (GH-30078) (GH-30089) by Miss Islington (bot) · 3 years, 8 months ago
  31. 2029c58 [3.9] bpo-45840: Improve cross-references in the data model documentation (GH-29633) (GH-30081) by Alex Waygood · 3 years, 8 months ago
  32. 80eb8ab bpo-37602: Clarify that the lib2to3 nonzero fixer changes only definitions (GH-30075) (GH-30083) by Miss Islington (bot) · 3 years, 8 months ago
  33. 9299e3a bpo-19737: Improved the documentation for globals (GH-29823) (GH-30042) by Miss Islington (bot) · 3 years, 8 months ago
  34. 81a3829 [doc] Clarify MRO precedence in descriptor super binding section (GH-29539) (GH-29670) by Miss Islington (bot) · 3 years, 8 months ago
  35. f8eebb0 bpo-42114: ctypes documentation: fix winmode parameter default value (GH-29976) (GH-30038) by Miss Islington (bot) · 3 years, 8 months ago
  36. 40d7652 bpo-42182: stdtypes doc - update and fix links to several dunder methods (GH-27384) by Miss Islington (bot) · 3 years, 8 months ago
  37. db42809 bpo-35821: Fix restructuredtext code formatting in logging.rst (GH-29963) by Miss Islington (bot) · 3 years, 8 months ago
  38. e688568 [3.9] bpo-35821: Add an example to Logger.propagate documentation. (GH-29841) (GH-29958) by Miss Islington (bot) · 3 years, 8 months ago
  39. 2e36083 bpo-46001: Change OverflowError to RecursionError in JSON library docstrings (GH-29943) by Miss Islington (bot) · 3 years, 8 months ago
  40. 257eea5 bpo-45916: Use HTTPS link for The Perils of Floating Point (GH-29896) by Miss Islington (bot) · 3 years, 9 months ago
  41. 0003d57 docs: Improve example for urlparse() (GH-29816) (GH-29889) by Miss Islington (bot) · 3 years, 9 months ago
  42. 4203a5d bpo-45896: Fix docs default asyncio event loop on Windows (GH-29857) (GH-29878) by Miss Islington (bot) · 3 years, 9 months ago
  43. 031e2bb bpo-33381: [doc] strftime's %f option may pad zeros on the left or the right (GH-29801) (GH-29863) by Miss Islington (bot) · 3 years, 9 months ago
  44. 376b24e bpo-43905: Expand dataclasses.astuple() and asdict() docs (GH-26154) by Miss Islington (bot) · 3 years, 9 months ago
  45. da3e9dd [3.9] [Doc] Add info to logging cookbook about running logging socket listeners i… (GH-29838) (GH-29840) by Miss Islington (bot) · 3 years, 9 months ago
  46. 151c9bf bpo-45693: Document `port` parameter to `loop.create_server` (GH-29760) (GH-29763) by Miss Islington (bot) · 3 years, 9 months ago
  47. e81e1d7 [3.9] bpo-45845: Change link for pyserial (GH-29675) by Miss Islington (bot) · 3 years, 9 months ago
  48. d1855ed bpo-44844: Remove unresponsive web link (GH-29651) by Miss Islington (bot) · 3 years, 9 months ago
  49. e88f978 bpo-45846: Fix capitalisation of Van Rossum at the start of sentence (GH-29641) (GH-29657) by Miss Islington (bot) · 3 years, 9 months ago
  50. c06c7c4 [3.9] bpo-45788: Link sys.prefix doc to 'Installation paths' (GH-29606) (GH-29632) by Miss Islington (bot) · 3 years, 9 months ago
  51. 591bf41 [3.9] [doc] bpo-45680: Disambiguate ``__getitem__`` and ``__class_getitem__`` in the data model (GH-29389) (GH-29619) by Miss Islington (bot) · 3 years, 9 months ago
  52. feccea6 [3.9] [Enum] update member.member removal (GH-29611) by Ethan Furman · 3 years, 9 months ago
  53. 17f5c5c [docs] Add missing word "any" in unittest -k cmdline option description (GH-29571) (GH-29604) by Miss Islington (bot) · 3 years, 9 months ago
  54. fd206b6 [3.9] Save a reference for ensure_future and create_task (GH-29163) (GH-29573) by Miss Islington (bot) · 3 years, 9 months ago
  55. a40d066 bpo-45677: Reword first section of `sqlite3` docs (GH-29326) (GH-29567) by Miss Islington (bot) · 3 years, 9 months ago
  56. b0bdc09 bpo-25381: Update explanation of exceptions in C. (GH-26838) (GH-29569) by Miss Islington (bot) · 3 years, 9 months ago
  57. 6073920 bpo-45752: Fix no-support examples in 'copy' docs (GH-29548) by Miss Islington (bot) · 3 years, 9 months ago
  58. b952f60 [3.9] bpo-45772: socket.socket should be a class instead of a function (GH-23960) (GH-29543) by Miss Islington (bot) · 3 years, 9 months ago
  59. 8b6a474 bpo-45792: Fix contextvar.Token's intersphinx FQN (GH-29533) (GH-29536) by Miss Islington (bot) · 3 years, 9 months ago
  60. 80580f5 bpo-40170: Update What's New in Python 3.9 (GH-29470) (GH-29472) by Miss Islington (bot) · 3 years, 9 months ago
  61. 643f50c [doc] bpo-45680: Improve glossary entry for generic types (GH-29388) (GH-29448) by Miss Islington (bot) · 3 years, 10 months ago
  62. a8ae7a5 bpo-45762: Improve docs for ``@singledispatch``/``@singledispatchmethod`` (GH-29426) (GH-29430) by Miss Islington (bot) · 3 years, 10 months ago
  63. 7e244fc Remove reference to ``Tuple`` at top of ``typing`` docs (GH-29401) by Miss Islington (bot) · 3 years, 10 months ago
  64. e813dd4 bpo-45680: ``typing`` docs: improve links to docs on ``GenericAlias``/``__class_getitem__`` (GH-29387) by Miss Islington (bot) · 3 years, 10 months ago
  65. 3a93c66 bpo-45633: Fix newtypes doc typo (GH-29318) (GH-29365) by Miss Islington (bot) · 3 years, 10 months ago
  66. d3e7755 [doc] Link to section File input (GH-28941) (GH-29376) by Miss Islington (bot) · 3 years, 10 months ago
  67. 4ab6e52 bpo-45457: Minor fix to documentation for SSLContext.load_default_certs. (GH-28947) (GH-29374) by Miss Islington (bot) · 3 years, 10 months ago
  68. da04bef [3.9] Move field width to the right field (GH-29344) (GH-29350) by Miss Islington (bot) · 3 years, 10 months ago
  69. b04b307 bpo-45516: add protocol description to the Traversable documentation (GH-29039) by Miss Islington (bot) · 3 years, 10 months ago
  70. 3ec1124 bpo-45600: Enhanced / clarified the docs for os.environ and os.environb (GH-29204) (GH-29321) by Miss Islington (bot) · 3 years, 10 months ago
  71. e156031 bpo-45335: Add note to `sqlite3` docs about "timestamp" converter (GH-29200) (GH-29320) by Miss Islington (bot) · 3 years, 10 months ago
  72. 8813a98 [3.9] bpo-45655: Add "relevant PEPs" section to typing documentation (GH-29297) by Alex Waygood · 3 years, 10 months ago
  73. 3767e0d bpo-45583: Correct datamodel documentation of int() (GH-29182) (GH-29286) by Miss Islington (bot) · 3 years, 10 months ago
  74. 01d11b1 bpo-45604: add `level` argument to `multiprocessing.log_to_stderr` func (GH-29226) (GH-29284) by Miss Islington (bot) · 3 years, 10 months ago
  75. 020aa06 bpo-45608: Document missing `sqlite3` DB-API attributes and methods (GH-29219) (GH-29282) by Miss Islington (bot) · 3 years, 10 months ago
  76. 193504a bpo-28737: Document when tp_dealloc should call PyObject_GC_UnTrack() (GH-29246) (GH-29248) by Miss Islington (bot) · 3 years, 10 months ago
  77. 30c1f18 [3.9] bpo-45618: Fix documentation build by pinning Docutils version to 0.17.1 (GH-29230) (GH-29241) by Ned Deily · 3 years, 10 months ago
  78. c53428f bpo-44344: Document that pow can return a complex number for non-complex inputs. (GH-27853) (GH-29134) by Miss Islington (bot) · 3 years, 10 months ago
  79. b26eae5 bpo-41983: add availability info to socket docs (GH-27519) (GH-29137) by Miss Islington (bot) · 3 years, 10 months ago
  80. e628700 [3.9] bpo-44174: [Enum] add name-mangling reference (GH-29128) by Ethan Furman · 3 years, 10 months ago
  81. bfa4237 bpo-34451: Document prompt and output toggle feature in html tutorial (GH-27105) (GH-29120) by Miss Islington (bot) · 3 years, 10 months ago
  82. 9733c96 [3.9] bpo-42517: [ENUM] update docs for changes coming in 3.11 (GH-29113) by Ethan Furman · 3 years, 10 months ago
  83. 427ab12 bpo-45464: [doc] Explain that subclassing multiple exceptions is fragile (GH-29094) (GH-29105) by Miss Islington (bot) · 3 years, 10 months ago
  84. a18e4e9 [3.9] bpo-45449: add note about PEP 585 in collections.abc's documentation (GH-29047) (GH-29068) by Łukasz Langa · 3 years, 10 months ago
  85. 7657888 bpo-45515: Add zoneinfo to the datetime documentation (GH-29038) (GH-29066) by Miss Islington (bot) · 3 years, 10 months ago
  86. cb34c1e Improve multiserver queue recipe (GH-29012) (GH-29014) by Miss Islington (bot) · 3 years, 10 months ago
  87. ac1b7a3 [3.9]bpo-45463: Clarify that global statements allows multiple names (GH-28851) (GH-28990) by Miss Islington (bot) · 3 years, 10 months ago
  88. 6848602 bpo-45467: Fix IncrementalDecoder and StreamReader in the "raw-unicode-escape" codec (GH-28944) (GH-28953) by Serhiy Storchaka · 3 years, 10 months ago
  89. 7c722e3 [3.9] bpo-45461: Fix IncrementalDecoder and StreamReader in the "unicode-escape" codec (GH-28939) (GH-28945) by Serhiy Storchaka · 3 years, 10 months ago
  90. cc90732 bpo-20692: Add Programming FAQ entry for 1.__class__ error. (GH-28918) by Miss Islington (bot) · 3 years, 10 months ago
  91. 0cd5bf9 Slight correct grammar (GH-28860) by Miss Islington (bot) · 3 years, 10 months ago
  92. 38e3ada bpo-45441: Update some moved URLs in documentation (GH-28861) by Miss Islington (bot) · 3 years, 10 months ago
  93. 2352890 bpo-42253: Update xml.dom.minidom.rst (GH-23126) (GH-28875) by Miss Islington (bot) · 3 years, 10 months ago
  94. 320084f bpo-45351, asyncio: Enhance echo server example, print all addresses (GH-28828) by Miss Islington (bot) · 3 years, 10 months ago
  95. 5f44bb2 Fix the "Finding all Adverbs" example (GH-21420) (#28840) by Miss Islington (bot) · 3 years, 10 months ago
  96. 4f161e6 [doc] Mention __slots__ behavior in weakref.rst (GH-21061) (GH-28773) by Miss Islington (bot) · 3 years, 11 months ago
  97. 496d1aa bpo-34804: [doc] Rephrase section on side effects in functional.rst for clarity (GH-27989) (GH-28763) by Miss Islington (bot) · 3 years, 11 months ago
  98. edef03a [3.9] [doc] Fix typos found using codespell (GH-28744) (GH-28759) by Christian Clauss · 3 years, 11 months ago
  99. d747f5e [doc] Update references to NumPy (GH-22458) (GH-28749) by Miss Islington (bot) · 3 years, 11 months ago
  100. 92450f2 sqlite3: Modernize documentation around unicode and bytes. (GH-28652) (GH-28695) by Miss Islington (bot) · 3 years, 11 months ago