Python 3.11.5
  1. 42f9d6f [3.11] gh-107432 Update Porting Python 2 Code to Python 3 how-to (GH-107434) (#108410) by Miss Islington (bot) · 2 years ago
  2. 869dc14 [3.11] gh-70766: Mention the object getstate caveat in 3.11 What's new. (GH-108379) (#108385) by Miss Islington (bot) · 2 years ago
  3. 07c727e [3.11] gh-107136: Remove Plausible for docs metrics (GH-107856) (#108335) by Miss Islington (bot) · 2 years ago
  4. 1ecbe78 [3.11] gh-108267: Dataclasses docs: Fix object.__setattr__ typo (GH-108355) (#108357) by Miss Islington (bot) · 2 years ago
  5. 12cad61 [3.11] Docs: Add link to skip to datetime's format codes (GH-108027) (#108330) by Miss Islington (bot) · 2 years ago
  6. fadf8a0 [3.11] Clarify how topics.py gets created. (GH-106121) (GH-106580) by Miss Islington (bot) · 2 years ago
  7. 9d7f270 [3.11] gh-107700: [Enum] Document that `EnumType` was added in 3.11 (GH-108260) (#108300) by Miss Islington (bot) · 2 years ago
  8. 3ca9264 [3.11] gh-107298: Fix numerous ref errors and typos in the C API docs (GH-108258) (#108290) by Serhiy Storchaka · 2 years ago
  9. 80c7ae00 [3.11] gh-107298: Fix C API datetime documentation (GH-108034) (#108233) by Miss Islington (bot) · 2 years ago
  10. 3a39e15 [3.11] Resolve reference warnings in faq/gui.rst (GH-108147) (#108194) by Miss Islington (bot) · 2 years ago
  11. d22ac0c [3.11] Docs: align the param spec of sqlite3.Connection methods with the implementation (GH-108285) (#108288) by Miss Islington (bot) · 2 years ago
  12. 9d00379 [3.11] Docs: move sphinx-lint to pre-commit (GH-105750) (#108276) by Hugo van Kemenade · 2 years ago
  13. 8e83737 [3.11] gh-107845: Fix symlink handling for tarfile.data_filter (GH-107846) (GH-108209) by Miss Islington (bot) · 2 years ago
  14. cc42182 [3.11] gh-107801: Improve the accuracy of io.TextIOWrapper.seek docs (#107933) (#108264) by Erlend E. Aasland · 2 years ago
  15. 4d4871e [3.11] gh-108224: Fix asyncio doc inconsistency (GH-108230) (#108232) by Miss Islington (bot) · 2 years ago
  16. 145d925 [3.11] gh-107298: Fix references to deprecated and removed PyUnicode C API (GH-108077) (GH-108226) by Miss Islington (bot) · 2 years ago
  17. be99653 [3.11] Improve references in the tutorial (GH-108069) (GH-108204) by Serhiy Storchaka · 2 years ago
  18. a372274 [3.11] Docs: document 'manager' and '_log' attrs of logging.Logging (GH-108145) (GH-108189) by Miss Islington (bot) · 2 years ago
  19. 4be05aa [3.11] Resolve reference warnings in faq/library.rst (GH-108149) (#108183) by Miss Islington (bot) · 2 years ago
  20. ff82da1 [3.11] Resolve reference warnings in faq/design.rst (GH-108148) (#108181) by Adam Turner · 2 years ago
  21. e5e87f2 [3.11] Docs: Fix Sphinx warnings in logging.rst (GH-108139) (#108175) by Erlend E. Aasland · 2 years ago
  22. 797e3c9 [3.11] Docs: Fix Sphinx warnings in license.rst (#108142) (#108176) by Erlend E. Aasland · 2 years ago
  23. bc055a2 [3.11] Resolve reference warnings in faq/programming.rst (GH-108150) (#108171) by Miss Islington (bot) · 2 years ago
  24. 5af34d2 [3.11] Docs: Fix Sphinx warnings in sys.rst (GH-108106) (#108166) by Miss Islington (bot) · 2 years ago
  25. ba63706 [3.11] gh-107659: Improve wording of the description of `ctypes.pointer` and `ctypes.POINTER` (GH-107769) (#108164) by Miss Islington (bot) · 2 years ago
  26. 4c042a3 [3.11] gh-107619: Extend functools LRU cache docs with generators and async functions (GH-107934) (#108162) by Miss Islington (bot) · 2 years ago
  27. 5d366f2 [3.11] gh-107980: fix doc role for asyncio.timeouts (GH-108126) (#108153) by Miss Islington (bot) · 2 years ago
  28. cdb5e9f [3.11] Fix misspellings in sysconfig docs (GH-108156) (#108158) by Miss Islington (bot) · 2 years ago
  29. 49abeb5 [3.11] Docs: Remove links to external C functions and macros in os.rst (GH-108138) (#108144) by Miss Islington (bot) · 2 years ago
  30. e0ca342 [3.11] gh-107801: Improve the accuracy of os.lseek docs (#107935) (#108137) by Erlend E. Aasland · 2 years ago
  31. 0673d4c [3.11] Docs: format sys.float_info properly (GH-108107) (#108131) by Miss Islington (bot) · 2 years ago
  32. 9a70989 [3.11] Docs: emphasise warning and add accurate markups for sys.unraisablehook (GH-108105) (#108110) by Miss Islington (bot) · 2 years ago
  33. 6dd1729 [3.11] GH-107987: Remove the Distributing Python Modules guide (GH-108016) (#108091) by Adam Turner · 2 years ago
  34. d6555ab [3.11] gh-107801: Improve the docs of the SEEK_* constants (GH-108099) (#108100) by Miss Islington (bot) · 2 years ago
  35. b389939 [3.11] Docs: Fix Sphinx warnings in io.rst (GH-107903) (#108094) by Miss Islington (bot) · 2 years ago
  36. 1482b99 [3.11] gh-107801: Document SEEK_HOLE and SEEK_DATA (GH-107936) (#108087) by Miss Islington (bot) · 2 years ago
  37. b3f7ddd [3.11] gh-102215: importlib documentation cleanups (#108056) by Adam Turner · 2 years ago
  38. 358b1ac [3.11] gh-107298: Fix some references in the C API documentation (GH-108072) (GH-108076) by Serhiy Storchaka · 2 years ago
  39. b8e62cf [3.11] gh-107298: Add standard exceptions and warnings in the nitpick_ignore list (GH-108029) (GH-108071) by Miss Islington (bot) · 2 years ago
  40. e3a11e1 [3.11] GH-92584: Remove reference to Distutils in ``cx_Freeze``'s description (GH-108047) (#108061) by Adam Turner · 2 years ago
  41. ba2d6c9 [3.11] GH-92584: Redirect macOS package installation to the PPUG (GH-108044) (#108059) by Miss Islington (bot) · 2 years ago
  42. 4e5dac1 [3.11] gh-107298: Fix C API Buffer documentation (GH-108011) (#108041) by Miss Islington (bot) · 2 years ago
  43. e2420c5 [3.11] gh-107877: Update logging levels reference table with usage criteria. (GH-107894) (GH-107921) by Miss Islington (bot) · 2 years ago
  44. 4ddfb04 [3.11] Docs: Document PyBUF_MAX_NDIM (GH-107865) (#107872) by Miss Islington (bot) · 2 years ago
  45. ec0c0c8 [3.11] Docs: clean up Argument Clinic howto's (#107797) (#107800) by Erlend E. Aasland · 2 years ago
  46. b0b26af [3.11] gh-86457: Add docs for Argument Clinic @text_signature directive (#107747) (#107799) by Erlend E. Aasland · 2 years ago
  47. 0aa3b9d [3.11] GH-84435: Make pyspecific directives translatable (GH-19470) (#107682) by Miss Islington (bot) · 2 years ago
  48. 951320e [3.11] gh-98154: Clarify Usage of "Reference Count" In the Docs (gh-107753) by Eric Snow · 2 years ago
  49. 880670a [3.11] gh-107442: Document all valid types for ctypes `_as_parameter_` (GH-107443) (#107718) by Tomas R · 2 years ago
  50. d58c74c [3.11] Docs: Argument Clinic: Move the CConverter class to the reference (GH-107671) (#107702) by Miss Islington (bot) · 2 years ago
  51. 1878419ed [3.11] Improve cross-references in `runpy` docs (GH-107673) (#107699) by Miss Islington (bot) · 2 years ago
  52. 2345a8f [3.11] Do not use deprecated ``logger.warn()`` in pyspecific (GH-107694) (#107696) by Miss Islington (bot) · 2 years ago
  53. 58b3161 [3.11] Docs: skip python-docs-theme 2023.7 to fix mobile menu (GH-107666) (#107691) by Miss Islington (bot) · 2 years ago
  54. e4b5ec7 [3.11] Docs: Argument Clinic: Improve 'How to write a custom converter' (GH-107328) (#107670) by Miss Islington (bot) · 2 years ago
  55. b89feac [3.11] gh-107662: Switch 'any' and 'anext' in functions.rst (GH-107663) (#107665) by Miss Islington (bot) · 2 years ago
  56. 7e834c4 [3.11] gh-107432 Fix incorrect indentation in annotations HOWTO (GH-107445) (#107655) by Miss Islington (bot) · 2 years ago
  57. f978a79 [3.11] Docs: upgrade to python-docs-theme 2023.7 (GH-107617) (#107634) by Hugo van Kemenade · 2 years, 1 month ago
  58. 6a2f981 [3.11] Docs: Only include Plausible for html, not for epub etc (GH-107637) (#107643) by Miss Islington (bot) · 2 years, 1 month ago
  59. 623b0d9 [3.11] Clarify `Self` interaction with subclasses (GH-107511) (#107549) by Miss Islington (bot) · 2 years, 1 month ago
  60. 3be07c9 [3.11] gh-107507: Replace 'The goals of Argument Clinic' with a summary (GH-107508) (#107517) by Miss Islington (bot) · 2 years, 1 month ago
  61. 3de42bb [3.11] gh-105578: Add more usage examples to `typing.AnyStr` docs (GH-107045) (#107504) by Miss Islington (bot) · 2 years, 1 month ago
  62. ed5be95 [3.11] gh-99079: add What's New item (GH-107482) by Ned Deily · 2 years, 1 month ago
  63. b8beb07 [3.11] gh-99079: Update macOS installer to use OpenSSL 3.0.9. (GH-107476) by Ned Deily · 2 years, 1 month ago
  64. ff5dd9d [3.11] Fix the documentation for PyCode_New add qualname parameter (GH-107186) (#107454) by da-woods · 2 years, 1 month ago
  65. 357708e [3.11] gh-107422: Remove outdated `TypedDict` example from typing docs (#107436) (#107438) by Alex Waygood · 2 years, 1 month ago
  66. 3c1bcae [3.11] gh-101100: Sphinx warnings: pick the low hanging fruits (GH-107386) (GH-107418) by Miss Islington (bot) · 2 years, 1 month ago
  67. 733a2a9 [3.11] gh-107091: Fix some uses of :func: role (GH-107378) (GH-107417) by Serhiy Storchaka · 2 years, 1 month ago
  68. c343252 [3.11] gh-107091: Fix some uses of :const: role (GH-107379) (GH-107385) by Miss Islington (bot) · 2 years, 1 month ago
  69. d9392c0 [3.11] gh-107298: Fix yet more Sphinx warnings in the C API doc (GH-107345) (GH-107381) by Serhiy Storchaka · 2 years, 1 month ago
  70. 32e17d4 [3.11] gh-107298: Fix more Sphinx warnings in the C API doc (GH-107329) (GH-107377) by Serhiy Storchaka · 2 years, 1 month ago
  71. dcfdfa5 [3.11] gh-107298: Fix Sphinx warnings in the C API doc (GH-107302) (GH-107373) by Serhiy Storchaka · 2 years, 1 month ago
  72. 50d2613 [3.11] gh-107298: Fix doc references to undocumented modules (GH-107300) (GH-107371) by Serhiy Storchaka · 2 years, 1 month ago
  73. f106254 [3.11] Bump some docs dependencies to resolve a Dependabot security alert (GH-107341) (#107343) by Miss Islington (bot) · 2 years, 1 month ago
  74. 8f0dc18 [3.11] gh-106996: Rewrite turtle explanation (GH-107244) (#107336) by Miss Islington (bot) · 2 years, 1 month ago
  75. 9513acf [3.11] gh-107298: Docs: add targets for some :c:member: and :c:macro: references (GH-107316) (GH-107333) by Serhiy Storchaka · 2 years, 1 month ago
  76. 17aada0 [3.11] gh-107091: Fix some uses of :attr: role (GH-107318) (GH-107331) by Serhiy Storchaka · 2 years, 1 month ago
  77. 00b65da [3.11] Docs: Argument Clinic: Restructure "Basic concepts and usage" (#106981) (#107327) by Erlend E. Aasland · 2 years, 1 month ago
  78. 55edee2 [3.11] Docs: Remove the numbered steps from the Argument Clinic tutorial (#107203) (#107319) by Erlend E. Aasland · 2 years, 1 month ago
  79. 603c5d5 [3.11] gh-107091: Fix some uses of :c:type: role (GH-107138) (GH-107313) by Miss Islington (bot) · 2 years, 1 month ago
  80. 35aa6b8 [3.11] Document that `os.link()` is not available on Emscripten (GH-104822) (GH-107309) by Miss Islington (bot) · 2 years, 1 month ago
  81. cfa9f3b [3.11] gh-107091: Fix some uses of :c:member: role (GH-107129) (GH-107311) by Serhiy Storchaka · 2 years, 1 month ago
  82. bd0def0 [3.11] gh-106948: Update documentation nitpick_ignore for c:identifer domain (#107295) (#107299) by Victor Stinner · 2 years, 1 month ago
  83. 9fa44d7 [3.11] GH-97950: Fix old-style index directive in Doc/library/imp.rst (#107246) by Wei-Hsiang (Matt) Wang · 2 years, 1 month ago
  84. 5a89248 [3.11] gh-106939: document ShareableList nul-strip quirk. (GH-107266) (#107270) by Miss Islington (bot) · 2 years, 1 month ago
  85. 012bc13 [3.11] Remove superflous whitespaces in `layout.html`. (GH-107251) (#107252) by Miss Islington (bot) · 2 years, 1 month ago
  86. 1bc1609 [3.11] gh-106996: Add a how-to section to the turtle documentation (GH-107153) (#107234) by Miss Islington (bot) · 2 years, 1 month ago
  87. 8725d36 [3.11] gh-107017: Change Chapter Strings to Texts in the Introduction chapter. (GH-107104) (#107168) by Miss Islington (bot) · 2 years, 1 month ago
  88. 604eb04 [3.11] Docs: Add missing markup to Argument Clinic docs (#106876) (#107182) by Erlend E. Aasland · 2 years, 1 month ago
  89. 579868e [3.11] Fix PyVectorcall_Function doc versionadded (GH-107140) (#107174) by Miss Islington (bot) · 2 years, 1 month ago
  90. 798d83b [3.11] Docs: Remove duplicate word in Argument Clinic howto heading (GH-107169) (#107172) by Miss Islington (bot) · 2 years, 1 month ago
  91. b3e600a [3.11] gh-106948: Docs: Disable links for C standard library functions, OS utility functions and system calls (#107062) (#107157) by Erlend E. Aasland · 2 years, 1 month ago
  92. 6138ecd [3.11] gh-107017: Analolgy to Pascal and C replaced. (GH-107025) (#107123) by Miss Islington (bot) · 2 years, 1 month ago
  93. d2cdf08 [3.11] gh-107091: Fix the use of some C domain roles (GH-107092) (GH-107121) by Serhiy Storchaka · 2 years, 1 month ago
  94. c51f766 [3.11] gh-101100: Fix some broken sphinx references (GH-107095). (#107120) by wulmer · 2 years, 1 month ago
  95. 0574873 [3.11] gh-106969: Indicate no modules were added in 3.10 (GH-106988) (#107093) by Moritz Neeb · 2 years, 1 month ago
  96. 6e3a2fb0f [3.11] gh-106996: Add the basics of a turtle graphics tutorial (GH-107072) (#107110) by Daniele Procida · 2 years, 1 month ago
  97. ec8718d [3.11] gh-106948: Add standard external names to nitpick_ignore (GH-106949) (#107061) by Serhiy Storchaka · 2 years, 1 month ago
  98. 65e40aa [3.11] gh-54738: Add argparse i18n howto (GH-104562) (#107101) by Miss Islington (bot) · 2 years, 1 month ago
  99. 5575b12 [3.11] gh-71261: Add paragraph on shadowing submodules with star imports (GH-107004) (#107099) by Miss Islington (bot) · 2 years, 1 month ago
  100. 7d41487 [3.11] gh-107017: removed mention that C does it the same way (GH-107020) (#107098) by Miss Islington (bot) · 2 years, 1 month ago