Python 3.10.2
  1. 3ce6945 Define Py_BUILD_CORE_MODULE by Miss Islington (bot) · 3 years, 7 months ago
  2. 6f035c0 [doc] Add license_url for python-docs-theme 2022.1. (GH-30527) (GH-30540) by Miss Islington (bot) · 3 years, 7 months ago
  3. 4cfb109 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. da8c075 Remove unused `Any` from `Concatenate` example in typing docs (GH-30516) by Miss Islington (bot) · 3 years, 7 months ago
  5. 2e6798f bpo-46270: Describe the `in` and `not in` operators as membership tests. (GH-30504) (GH-30509) by Miss Islington (bot) · 3 years, 7 months ago
  6. 987fba1 bpo-46261: Update `sqlite3.Cursor.lastrowid` docs (GH-30407) by Miss Islington (bot) · 3 years, 7 months ago
  7. 8bef658 bpo-46290: Fix parameter names in dataclasses docs (GH-30450) by Miss Islington (bot) · 3 years, 7 months ago
  8. e35430b [3.10] bpo-42378: fixed log truncation on logging shutdown (GH-27310) (GH-30468) by Miss Islington (bot) · 3 years, 7 months ago
  9. ed2656a bpo-28546: [doc] Clarify setting pdb breakpoints (GH-30360) by Miss Islington (bot) · 3 years, 7 months ago
  10. 75a1865 [3.10] bpo-24650: Use full term "generator function" in yield expressions docs (GH-24663) (GH-30461) by Miss Islington (bot) · 3 years, 7 months ago
  11. 6630952 bpo-46216: remove spurious link to os.system() from os.time() documentation (GH-30326) by Miss Islington (bot) · 3 years, 7 months ago
  12. db60ed1 [3.10] bpo-46251: Add 'Security Considerations' section to logging configura… (GH-30411) (GH-30447) by Miss Islington (bot) · 3 years, 7 months ago
  13. 289a32b Fix missing "," in the documentation of Executor Objects (GH-30404) by Miss Islington (bot) · 3 years, 8 months ago
  14. ba12467 bpo-20369: concurrent.futures.wait() now deduplicates futures given a… (GH-30168) by Miss Islington (bot) · 3 years, 8 months ago
  15. 01b1294 bpo-33252: Document that ResourceWarning is ignored by default (GH-30358) (GH-30395) by Miss Islington (bot) · 3 years, 8 months ago
  16. 743394f bpo-46231: Remove invalid_* rules preceded by more tokens from the grammar docs (GH-30341) by Miss Islington (bot) · 3 years, 8 months ago
  17. 685b628 Add doctest and improve readability for move_to_end() example. (GH-30370) (GH-30373) by Miss Islington (bot) · 3 years, 8 months ago
  18. 0b3c3cb bpo-34538: Remove Exception subclassing from tutorial (GH-30361) by Miss Islington (bot) · 3 years, 8 months ago
  19. 8184a61 bpo-34931: [doc] clarify behavior of os.path.splitext() on paths with multiple leading periods (GH-30347) (GH-30368) by Miss Islington (bot) · 3 years, 8 months ago
  20. 74af713 argparse docs: prog default is the basename of argv[0] (GH-30298) (GH-30339) by Miss Islington (bot) · 3 years, 8 months ago
  21. 35955e4 [3.10] Update copyright year to 2022. (GH-30335) (GH-30336) by Miss Islington (bot) · 3 years, 8 months ago
  22. e9783d6 bpo-46095: Improve SeqIter documentation. (GH-30316) (GH-30330) by Miss Islington (bot) · 3 years, 8 months ago
  23. 2bd7354 bpo-46079: Replace external link that is down for maintenance. (GH-30315) (GH-30328) by Miss Islington (bot) · 3 years, 8 months ago
  24. ed1671c [3.10] bpo-46120: State that `|` is preferred over `Union` (GH-30222) (GH-30250) by Miss Islington (bot) · 3 years, 8 months ago
  25. a550820 Fix typo in io.rst (GH-30218) by Miss Islington (bot) · 3 years, 8 months ago
  26. cfdb230 doc: fix a typo in unittest.mock.rst (GH-30227) by Miss Islington (bot) · 3 years, 8 months ago
  27. d968e42 docs: Fix typos and use anchor for internal link (GH-30236) by Miss Islington (bot) · 3 years, 8 months ago
  28. 2cb9ed2 Doc: Fix link in multiprocessing.starmap pointing to builtin map. (GH-26560) by Miss Islington (bot) · 3 years, 8 months ago
  29. 989d237 Update potentially confusing note for mean. (GH-30174) (GH-30220) by Miss Islington (bot) · 3 years, 8 months ago
  30. 0c0bd78 [3.10] bpo-46104: Fix example broken by GH-30148 (GH-30203) (GH-30209) by Miss Islington (bot) · 3 years, 8 months ago
  31. d7537ac bpo-46076: Improve documentation for per-attribute docstrings with `__slots__` (GH-30109) (GH-30206) by Miss Islington (bot) · 3 years, 8 months ago
  32. 9a28cf1 bpo-46130: [docs] Add anchor for whatsnew/3.10 type hint section (GH-30199) by Miss Islington (bot) · 3 years, 8 months ago
  33. bb286d4 bpo-46113: Minor fixes in stdtypes documentation (GH-30167) (GH-30186) by Miss Islington (bot) · 3 years, 8 months ago
  34. a66be91 [3.10] bpo-46104: Reduce use of pre-PEP 526 syntax in typing docs (GH-30148) (GH-30179) by Miss Islington (bot) · 3 years, 8 months ago
  35. dbd1dc2 [3.10] bpo-46044: Annotate deprecated sdists formats (GH-30043) (#30154) by Miss Islington (bot) · 3 years, 8 months ago
  36. 0194bbb bpo-28816: [doc] clarify that zipimport invokes importers only for python files (GH-30060) (GH-30133) by Miss Islington (bot) · 3 years, 8 months ago
  37. fb5d314 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
  38. c804477 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
  39. 503803d bpo-46059: Clarify pattern-matching example in "control flow" docs (GH-30079) by Miss Islington (bot) · 3 years, 8 months ago
  40. f84e2f6 [3.10] bpo-46063: Improve algorithm for computing which rolled-over log file… (GH-30093) (GH-30094) by Miss Islington (bot) · 3 years, 8 months ago
  41. bcb5d66 Clarify new_event_loop return value. (GH-30078) (GH-30088) by Miss Islington (bot) · 3 years, 8 months ago
  42. 310bae6 [3.10] bpo-37602: Clarify that the lib2to3 nonzero fixer changes only definitions (GH-30075) (GH-30085) by Irit Katriel · 3 years, 8 months ago
  43. 7da9025 bpo-45840: Improve cross-references in the data model documentation (GH-29633) (GH-30077) by Alex Waygood · 3 years, 8 months ago
  44. 438817f bpo-46042: Improve SyntaxError locations in the symbol table (GH-30059) (GH-30064) by Miss Islington (bot) · 3 years, 8 months ago
  45. 9917366 [3.10] bpo-46040: Fix removal text for @asyncio.coroutine (GH-30061) by Andrew Svetlov · 3 years, 8 months ago
  46. 1f70008 bpo-19737: Improved the documentation for globals (GH-29823) (GH-30041) by Miss Islington (bot) · 3 years, 8 months ago
  47. 0f21bac Fix markup buglet in Doc/howto/annotations.rst (GH-29802) (GH-29805) by Miss Islington (bot) · 3 years, 8 months ago
  48. 4b224e8 [doc] Clarify MRO precedence in descriptor super binding section (GH-29539) (GH-29669) by Miss Islington (bot) · 3 years, 8 months ago
  49. 8f3728e bpo-42114: ctypes documentation: fix winmode parameter default value (GH-29976) (GH-30037) by Miss Islington (bot) · 3 years, 8 months ago
  50. 64c2788 bpo-42182: stdtypes doc - update and fix links to several dunder methods (GH-27384) by Miss Islington (bot) · 3 years, 8 months ago
  51. 2c2ee83 bpo-45391: mark UnionType as a class in documentation (GH-28757) by Miss Islington (bot) · 3 years, 8 months ago
  52. 99c7232 [3.10] bpo-46009: Do not exhaust generator when send() method raises (GH-29986). (GH-29988) by Mark Shannon · 3 years, 8 months ago
  53. cca3004 doc: Add link issue 44010 (GH-29454) by Miss Islington (bot) · 3 years, 8 months ago
  54. 14f03ce [3.10] bpo-35821: Fix restructuredtext code formatting in logging.rst (GH-29963) (GH-29965) by Miss Islington (bot) · 3 years, 8 months ago
  55. f78c229 [3.10] bpo-35821: Add an example to Logger.propagate documentation. (GH-29841) (GH-29957) by Miss Islington (bot) · 3 years, 8 months ago
  56. 15da2a2 bpo-46001: Change OverflowError to RecursionError in JSON library docstrings (GH-29943) by Miss Islington (bot) · 3 years, 8 months ago
  57. f6648e2 bpo-45916: Use HTTPS link for The Perils of Floating Point (GH-29896) by Miss Islington (bot) · 3 years, 9 months ago
  58. eac07e5 docs: Improve example for urlparse() (GH-29816) (GH-29888) by Miss Islington (bot) · 3 years, 9 months ago
  59. e99c5e0 bpo-45896: Fix docs default asyncio event loop on Windows (GH-29857) (GH-29877) by Miss Islington (bot) · 3 years, 9 months ago
  60. 3975142 bpo-33381: [doc] strftime's %f option may pad zeros on the left or the right (GH-29801) (GH-29862) by Miss Islington (bot) · 3 years, 9 months ago
  61. 32f1491 bpo-43905: Expand dataclasses.astuple() and asdict() docs (GH-26154) by Miss Islington (bot) · 3 years, 9 months ago
  62. efe2a23 [3.10] [Doc] Add info to logging cookbook about running logging socket listeners i… (GH-29838) (GH-29839) by Miss Islington (bot) · 3 years, 9 months ago
  63. 7842aed bpo-45619: documentation of execution model: clarify and update binding summary (GH-29232) by Miss Islington (bot) · 3 years, 9 months ago
  64. 52d10f6 [3.10] bpo-45568: Actually use @asynccontextmanager in usage example (GH-29151) (GH-29779) by Andrew Svetlov · 3 years, 9 months ago
  65. 8cabcde bpo-45693: Document `port` parameter to `loop.create_server` (GH-29760) (GH-29762) by Miss Islington (bot) · 3 years, 9 months ago
  66. 99aad31 [3.10] bpo-45250: fix docs regarding `__iter__` and iterators being inconsistently required by CPython (GH-29170) (GH-29650) by Brett Cannon · 3 years, 9 months ago
  67. 3528df1 [3.10] bpo-45845: Change link for pyserial (GH-29675) by Miss Islington (bot) · 3 years, 9 months ago
  68. edabf39 bpo-45845: Remove unresponsive web link (GH-29651) (GH-29674) by Miss Islington (bot) · 3 years, 9 months ago
  69. 82f1a6e bpo-45846: Fix capitalisation of Van Rossum at the start of sentence (GH-29641) (GH-29656) by Miss Islington (bot) · 3 years, 9 months ago
  70. bbe3c57 bpo-19072: Classmethod can wrap other classmethod like descriptors (GH-29634) (GH-29643) by Miss Islington (bot) · 3 years, 9 months ago
  71. 2a630e7 [3.10] bpo-45788: Link sys.prefix doc to 'Installation paths' (GH-29606) by Miss Islington (bot) · 3 years, 9 months ago
  72. fde9f61 [3.10] [doc] bpo-45680: Disambiguate ``__getitem__`` and ``__class_getitem__`` in the data model (GH-29389) (GH-29620) by Miss Islington (bot) · 3 years, 9 months ago
  73. 252d83c bpo-45640: [docs] Tokens are now clickable (GH-29260) (GH-29621) by Miss Islington (bot) · 3 years, 9 months ago
  74. 02531f1 [doc] Expand on soft keywords in the docs for keyword.py (GH-29139) (GH-29195) by Miss Islington (bot) · 3 years, 9 months ago
  75. 0df5d31 bpo-45701: Improve documentation for *typed* parameter (GH-29498) (GH-29509) by Miss Islington (bot) · 3 years, 9 months ago
  76. 65c0897 [3.10] [Enum] update member.member removal (GH-29608) by Ethan Furman · 3 years, 9 months ago
  77. 563e458 [docs] Add missing word "any" in unittest -k cmdline option description (GH-29571) (GH-29603) by Miss Islington (bot) · 3 years, 9 months ago
  78. 7bac598 Save a reference for ensure_future and create_task (GH-29163) by Miss Islington (bot) · 3 years, 9 months ago
  79. 94dad5e bpo-45677: Reword first section of `sqlite3` docs (GH-29326) (GH-29566) by Miss Islington (bot) · 3 years, 9 months ago
  80. 0320cf1 bpo-25381: Update explanation of exceptions in C. (GH-26838) (GH-29568) by Miss Islington (bot) · 3 years, 9 months ago
  81. 2081f9f [3.10] bpo-45752: Fix no-support examples in 'copy' docs (GH-29548) (GH-29556) by M. Mostafa Farzan · 3 years, 9 months ago
  82. 28326ac bpo-45799: [Doc] improve confusing sentence in __main__.rst (GH-29546) by Miss Islington (bot) · 3 years, 9 months ago
  83. 3f15792 [3.10] bpo-45772: socket.socket should be a class instead of a function (GH-23960) (GH-29542) by Miss Islington (bot) · 3 years, 9 months ago
  84. 628667a bpo-45792: Fix contextvar.Token's intersphinx FQN (GH-29533) (GH-29535) by Miss Islington (bot) · 3 years, 9 months ago
  85. 2c47922 Closes bpo-45712: Add missing word in control flow tutorial (GH-29460) by Miss Islington (bot) · 3 years, 9 months ago
  86. 69b3de6 bpo-40170: Update What's New in Python 3.9 (GH-29470) by Miss Islington (bot) · 3 years, 9 months ago
  87. 77afb76 bpo-45741: docs: fix plural (GH-29461) (GH-29463) by Miss Islington (bot) · 3 years, 9 months ago
  88. e53cb98 bpo-39452: [doc] Change "must" to "can" on relative import style in `__main__` (GH-29379) (GH-29449) by Miss Islington (bot) · 3 years, 10 months ago
  89. 494f8da [doc] bpo-45680: Improve glossary entry for generic types (GH-29388) (GH-29447) by Miss Islington (bot) · 3 years, 10 months ago
  90. 279a7a0 bpo-45762: Improve docs for ``@singledispatch``/``@singledispatchmethod`` (GH-29426) (GH-29431) by Miss Islington (bot) · 3 years, 10 months ago
  91. 75ed2ce Remove reference to ``Tuple`` at top of ``typing`` docs (GH-29401) by Miss Islington (bot) · 3 years, 10 months ago
  92. c108966 bpo-45680: ``typing`` docs: improve links to docs on ``GenericAlias``/``__class_getitem__`` (GH-29387) by Miss Islington (bot) · 3 years, 10 months ago
  93. 0624706 bpo-45633: Fix newtypes doc typo (GH-29318) (GH-29364) by Miss Islington (bot) · 3 years, 10 months ago
  94. 8af3090 [doc] Link to section File input (GH-28941) (GH-29375) by Miss Islington (bot) · 3 years, 10 months ago
  95. 71f602b bpo-45457: Minor fix to documentation for SSLContext.load_default_certs. (GH-28947) (GH-29373) by Miss Islington (bot) · 3 years, 10 months ago
  96. ed34965 [3.10] Move field width to the right field (GH-29344) (GH-29351) by Miss Islington (bot) · 3 years, 10 months ago
  97. 89b1237 bpo-45516: add protocol description to the Traversable documentation (GH-29039) by Miss Islington (bot) · 3 years, 10 months ago
  98. da222b7 Fix docs source link for importlib.metadata (GH-29025) by Miss Islington (bot) · 3 years, 10 months ago
  99. 0538351 bpo-45600: Enhanced / clarified the docs for os.environ and os.environb (GH-29204) (GH-29322) by Miss Islington (bot) · 3 years, 10 months ago
  100. 8ea665c bpo-45335: Add note to `sqlite3` docs about "timestamp" converter (GH-29200) (GH-29319) by Miss Islington (bot) · 3 years, 10 months ago