Python 3.11.7
  1. 798d437 [3.11] gh-101100: Fix Sphinx nitpicks in `library/abc.rst` (GH-112703) (#112704) by Miss Islington (bot) · 1 year, 9 months ago
  2. 28afd8d [3.11] gh-101100: Fix sphinx warnings in `Doc/library/__future__.rst` (GH-109814) (#112701) by Miss Islington (bot) · 1 year, 9 months ago
  3. f600878 [3.11] gh-101100: Fix Sphinx nitpicks in `library/functions.rst` (GH-112669) (#112698) by Miss Islington (bot) · 1 year, 9 months ago
  4. 73411ea [3.11] gh-101100: Fix Sphinx warning in `library/gettext.rst` (GH-112668) (#112673) by Miss Islington (bot) · 1 year, 9 months ago
  5. 05ea7e5 [3.11] gh-101100: Fix most Sphinx nitpicks in `inspect.rst` (GH-112662) (#112667) by Miss Islington (bot) · 1 year, 9 months ago
  6. 3d87a98 [3.11] Fix link to 'The Perils of Floating Point', on the tutorial (GH-112499) (GH-112663) by Miss Islington (bot) · 1 year, 9 months ago
  7. 999ff4f [3.11] Run more `inspect.rst` code snippets in CI (#112654) (#112656) by Alex Waygood · 1 year, 9 months ago
  8. 6ab6c85 [3.11] [3.12] gh-112316: improve docs for `inspect.signature` and `inspect.Signature` (GH-112631) (GH-112649) (#112652) by Miss Islington (bot) · 1 year, 9 months ago
  9. 8d8efe7 [3.11] gh-112316: Improve docs of `inspect.signature` and `Signature.from_callable` (#112317) (#112630) by Alex Waygood · 1 year, 9 months ago
  10. 0a0cf45 [3.11] gh-110930: Correct book title by Alan D. Moore (GH-112490) (#112524) by Miss Islington (bot) · 1 year, 9 months ago
  11. b85070c [3.11] Docs: fix markup for `importlib.machinery.NamespaceLoader` (GH-112479) (#112482) by Miss Islington (bot) · 1 year, 9 months ago
  12. 03b522d [3.11] Backport PR #112477: correct socket AF_PACKET docs (#112478) by Gregory P. Smith · 1 year, 9 months ago
  13. c3e5d0d [3.11] gh-68166: Tkinter: Add tests and examples for element_create() (GH-111453) (GH-111858) by Miss Islington (bot) · 1 year, 9 months ago
  14. 62e430a [3.11] GH-101100: Fix reference warnings for ``socket`` methods (GH-110114) (#112456) by Miss Islington (bot) · 1 year, 9 months ago
  15. faa1ef4 [3.11] Docs: fix typo in doc for sqlite3.Cursor.execute (GH-112442) (#112445) by Miss Islington (bot) · 1 year, 9 months ago
  16. fc657d0 [3.11] gh-101100: Fix Sphinx reference warnings (GH-112416) (#112422) by Hugo van Kemenade · 1 year, 9 months ago
  17. 49005e4 [3.11] gh-112331: Fix reference manual description of attribute lookup mechanics (gh-112375) (gh-112413) by Miss Islington (bot) · 1 year, 9 months ago
  18. d9254f9 [3.11] gh-101100 : Fix Sphinx warnings in `library/doctest.rst` (GH-112399) (#112404) by Hugo van Kemenade · 1 year, 9 months ago
  19. 68db0ed [3.11] gh-101100: Define `_tkinter` module to fix references (GH-112382) (#112393) by Miss Islington (bot) · 1 year, 9 months ago
  20. 8b6068e [3.11] gh-101100: Define `test.regrtest` module to fix references (GH-112381) (#112391) by Miss Islington (bot) · 1 year, 9 months ago
  21. 669b8fa [3.11] gh-59254: mention in open() doc that line buffering is for writing (GH-112318) (#112379) by Miss Islington (bot) · 1 year, 9 months ago
  22. d3c1214 [3.11] Remove bogus annotations from the descriptor howto guide (gh-112349) (gh-112350) by Miss Islington (bot) · 1 year, 9 months ago
  23. 640454f [3.11] Fix docstring and var name of itertools recipe (GH-112113) (#112311) by Miss Islington (bot) · 1 year, 9 months ago
  24. 11b91be [3.11] gh-110383: Explained which error message is generated when there is an unhandled exception (GH-111574) (#112265) by Miss Islington (bot) · 1 year, 9 months ago
  25. e9a97c3 [3.11] gh-110383: Fix documentation profile cumtime fix (GH-112221) (#112263) by Miss Islington (bot) · 1 year, 9 months ago
  26. 7e4b66b [3.11] gh-112165: Fix typo in `__main__.py` (GH-112183) (#112185) by Miss Islington (bot) · 1 year, 9 months ago
  27. b4f3a62 [3.11] gh-110812: Isolating Extension Modules HOWTO: List GC-related gotchas (GH-111504) (GH-112147) by Miss Islington (bot) · 1 year, 9 months ago
  28. a92b9e5 [3.11] Docs: Add the time to the HTML last updated format (GH-110091) (#112103) by Miss Islington (bot) · 1 year, 9 months ago
  29. 4baf633 [3.11] gh-111681: minor fix to a typing doctest (#111682) (#112037) by Alex Waygood · 1 year, 9 months ago
  30. d4217e5 [3.11] Docs: Add `make htmllive` to rebuild and reload HTML files in your browser (GH-111900) (#112023) by Hugo van Kemenade · 1 year, 9 months ago
  31. b64afbc [3.11] gh-111944: Add assignment expression parentheses requirements (GH-111977) (#112011) by Miss Islington (bot) · 1 year, 9 months ago
  32. 316221c [3.11] gh-111895: Convert definition list to bullet list for readability on mobile (GH-111898) (#111909) by Miss Islington (bot) · 1 year, 9 months ago
  33. 45f17a1 [3.11] Glossary: Add "static type checker" (GH-111837) (#111855) by Miss Islington (bot) · 1 year, 9 months ago
  34. 4edf255 [3.11] gh-111797: fix enum how-to (GH-111805) by Ethan Furman · 1 year, 10 months ago
  35. 9fe9eae [3.11] gh-111747: DOC: fix moved link to Documentation Translations (GH-111748) (#111750) by Miss Islington (bot) · 1 year, 10 months ago
  36. cebf2d2 [3.11] gh-111724: Fix doctest `ResourceWarning` in `howto/descriptor.rst` (GH-111725) (#111728) by Miss Islington (bot) · 1 year, 10 months ago
  37. 4a61169 [3.11] gh-111181: Fix enum doctests (GH-111180) (GH-111617) by Ethan Furman · 1 year, 10 months ago
  38. a106f61 [3.11] gh-54434: Make difflib.rst doctests pass. (GH-111677) (#111679) by Miss Islington (bot) · 1 year, 10 months ago
  39. e61f2ed [3.11] Fix typo in documentation of `SysLogHandler.createSocket` (GH-111665) (#111670) by Miss Islington (bot) · 1 year, 10 months ago
  40. cfdcc96 [3.11] gh-111625: Fix link to Info-ZIP homepage (GH-111626) (#111640) by Miss Islington (bot) · 1 year, 10 months ago
  41. cf61454 [3.11] gh-111576: Improve documention for tkinter.messagebox (GH-111578) (GH-111598) by Miss Islington (bot) · 1 year, 10 months ago
  42. 2bb10ac [3.11] gh-102249: Expand sys.call_tracing documentation (GH-102806) (#111558) by Miss Islington (bot) · 1 year, 10 months ago
  43. 650eb29 [3.11] gh-93607: document `root` attribute of `iterparse` (GH-99410) (#111556) by Miss Islington (bot) · 1 year, 10 months ago
  44. be21fb6 [3.11] gh-106861: Docs: Add availability directives to all Unix-only modules (GH-108975) (#111554) by Miss Islington (bot) · 1 year, 10 months ago
  45. 9a12c23 [3.11] gh-111165: Remove documentation for moved functions (GH-111467) (GH-111472) by Serhiy Storchaka · 1 year, 10 months ago
  46. a10fc66 [3.11] gh-101100: Fix sphinx warnings in `library/asyncio-eventloop.rst` (GH-111222) (#111470) by Miss Islington (bot) · 1 year, 10 months ago
  47. e84b06c [3.11] gh-111406: Fix broken link to bpython's site (GH-111407) (#111409) by Miss Islington (bot) · 1 year, 10 months ago
  48. a9e0455b [3.11] gh-111276: Clarify docs and comments about the role of LC_CTYPE (GH-111319) (#111392) by Miss Islington (bot) · 1 year, 10 months ago
  49. e7cdccc [3.11] gh-111187: Postpone removal version for locale.getdefaultlocale() to 3.15 (GH-111188) (#111326) by Hugo van Kemenade · 1 year, 10 months ago
  50. 07664c9 [3.11] gh-108590: Improve sqlite3 docs on encoding issues and how to handle those (GH-108699) (#111325) by Miss Islington (bot) · 1 year, 10 months ago
  51. fc9a5ef [3.11] [3.12] gh-111165: Move test running code from test.support to libregrtest (GH-111166) (GH-111316) (GH-111318) by Serhiy Storchaka · 1 year, 10 months ago
  52. ff7dc61 [3.11] Revert "Fix a code snippet typo in asyncio docs (GH-108427)" (GH-111271) (GH-111273) by Miss Islington (bot) · 1 year, 10 months ago
  53. 575bff3 [3.11] gh-111151: Convert monospaced directives to :ref: (GH-111152) (#111270) by Jelle Zijlstra · 1 year, 10 months ago
  54. 10376a1 [3.11] Fix typo in sys docs (GH-111196) (#111249) by Miss Islington (bot) · 1 year, 10 months ago
  55. e35393f [3.11] Fix a code snippet typo in asyncio docs (GH-108427) (#111244) by Miss Islington (bot) · 1 year, 10 months ago
  56. bf41dcd [3.11] gh-101100: Fix Sphinx warnings for `fileno` (GH-111118) (#111227) by Miss Islington (bot) · 1 year, 10 months ago
  57. 09bd752 [3.11] Add a version added note for PY_VECTORCALL_ARGUMENTS_OFFSET (GH-110963) (#111220) by Miss Islington (bot) · 1 year, 10 months ago
  58. a449a70 [3.11] typo: missing line of output in pull parser example (GH-111068) (#111218) by Miss Islington (bot) · 1 year, 10 months ago
  59. 135d5c5 [3.11] gh-106310 - document the __signature__ attribute (GH-106311) (#111146) by Miss Islington (bot) · 1 year, 10 months ago
  60. 0a23960 [3.11] gh-110383: Italicize variable name (GH-111206) (#111208) by Miss Islington (bot) · 1 year, 10 months ago
  61. 6020a3e [3.11] gh-110383: Added explanation about simplest regex use case for quantifiers. (GH-111110) (#111205) by Miss Islington (bot) · 1 year, 10 months ago
  62. aaa755d [3.11] gh-101100: Fix sphinx warnings in `library/asyncio-dev.rst` (GH-111179) (#111186) by Miss Islington (bot) · 1 year, 10 months ago
  63. d0502a9 [3.11] gh-101100: Fix Sphinx warning in `tutorial/introduction.rst` (GH-111173) (#111176) by Miss Islington (bot) · 1 year, 10 months ago
  64. 6df935c [3.11] gh-101100: Fix sphinx warnings in `library/codecs.rst` (GH-110979) (#111071) by Miss Islington (bot) · 1 year, 10 months ago
  65. f1dbde0 [3.11] gh-101100: Fix Sphinx warnings in `library/tty.rst` (GH-111079) (#111098) by Miss Islington (bot) · 1 year, 10 months ago
  66. 2b3f9a5 [3.11] gh-109510: Clearly explain "Which Docstrings Are Examined" (GH-109696) (#111078) by Miss Islington (bot) · 1 year, 10 months ago
  67. f22cdec [3.11] GH-101100: Fix reference warnings for ``__enter__`` and ``__exit__`` (GH-110112) (#111076) by Miss Islington (bot) · 1 year, 10 months ago
  68. 1b60244 [3.11] GH-101100: Fix reference warnings for ``__getitem__`` (GH-110118) (#111074) by Miss Islington (bot) · 1 year, 10 months ago
  69. 4fc5352 [3.11] gh-101100: Fix sphinx warnings in `library/getpass.rst` (GH-110461) (#111072) by Miss Islington (bot) · 1 year, 10 months ago
  70. faa7c20 [3.11] GH-104232: Fix statement about trace return values (GH-111045) by Miss Islington (bot) · 1 year, 10 months ago
  71. 72131d0 [3.11] Regen Doc/requirements-oldest-sphinx.txt (GH-111012) (#111021) by Miss Islington (bot) · 1 year, 10 months ago
  72. e8eb2bf [3.11] C-API docs: Clarify the size of arenas (GH-110895) (#110947) by Miss Islington (bot) · 1 year, 10 months ago
  73. 616862d [3.11] gh-110527: Improve `PySet_Clear` docs (GH-110528) (#110927) by Miss Islington (bot) · 1 year, 10 months ago
  74. e60abee [3.11] gh-110886 Doc: add a link to BNF Wikipedia article (GH-110887) (#110901) by Miss Islington (bot) · 1 year, 10 months ago
  75. 44558a9 [3.11] gh-101100: Fix sphinx warnings in `library/time.rst` (GH-110862) (#110878) by Miss Islington (bot) · 1 year, 10 months ago
  76. 2d615e1 [3.11] gh-101100: Fix sphinx warnings in `usage/cmdline.rst` (GH-110841) (#110856) by Miss Islington (bot) · 1 year, 10 months ago
  77. c0a77eb [3.11] gh-110703: Add asyncio.wait_for() change notes for 3.11 (GH-110818) (#110827) by Miss Islington (bot) · 1 year, 10 months ago
  78. 5178fb0 [3.11] GH-107518: Remove the Argument Clinic How-To (#109900) (#110761) by Erlend E. Aasland · 1 year, 10 months ago
  79. eb492d3 [3.11] gh-110631: Fix reST indentation in `Doc/reference` (GH-110708) (#110741) by Ezio Melotti · 1 year, 10 months ago
  80. 90b2620 [3.11] gh-110631: Fix reST indentation (GH-110724) (#110739) by Ezio Melotti · 1 year, 10 months ago
  81. 07471cd [3.11] gh-110631: Fix reST indentation in `Doc/library` (GH-110685) (#110737) by Ezio Melotti · 1 year, 10 months ago
  82. fd061a9 [3.11] gh-108826: Document `dis` module CLI and rename `_test` function to `main` (#108827) (#110689) by Hugo van Kemenade · 1 year, 10 months ago
  83. a8b2d12 [3.11] gh-110631: fix wrong indentation in the `Doc/whatsnew` dir (GH-110632) (#110691) by Ezio Melotti · 1 year, 10 months ago
  84. de62c2c [3.11] gh-101100: Fix sphinx warnings in `library/socketserver.rst` (GH-110207) (GH-110624) by Miss Islington (bot) · 1 year, 10 months ago
  85. 5ada51c [3.11] Remove unused `SPHINXLINT` var from `Doc/Makefile`. (GH-110570) (#110584) by Miss Islington (bot) · 1 year, 10 months ago
  86. 6b63d40 [3.11] gh-110497: Add note about `OSError` being an alias to `IOError` in docs (GH-110498) (#110545) by Miss Islington (bot) · 1 year, 10 months ago
  87. 2bad6e7 [3.11] gh-110534 fix a URL redirect to wikipedia article on Fibonacci numbers (GH-110535) (#110537) by Miss Islington (bot) · 1 year, 10 months ago
  88. 3d5aa7e [3.11] Fix typo in Doc/library/textwrap.rst (GH-110328) (#110474) by Miss Islington (bot) · 1 year, 11 months ago
  89. a55c203 [3.11] gh-110383: Swap 'the all' -> 'all the' in socket docs (GH-110434) (#110436) by Miss Islington (bot) · 1 year, 11 months ago
  90. 8394368 [3.11] Docs: Avoid the deprecated ``.. cmdoption::`` directive (GH-110292) (#110303) by Adam Turner · 1 year, 11 months ago
  91. 6a6081f [3.11] gh-110383 TimeIt Docs Spelling Fix (GH-110407) (#110410) by Miss Islington (bot) · 1 year, 11 months ago
  92. f9ac377 [3.11] Add test.support.busy_retry() (#93770) (#110341) by Victor Stinner · 1 year, 11 months ago
  93. 6a6e887 [3.11] gh-109234: Hint to contextlib.closing in sqlite3 context manager docs (GH-109322) (#110294) by Miss Islington (bot) · 1 year, 11 months ago
  94. a151afe [3.11] Bump various dependencies in `Doc/requirements-oldest-sphinx.txt` (GH-110278) (#110281) by Miss Islington (bot) · 1 year, 11 months ago
  95. bf6843e [3.11] [3.12] gh-109649: Enhance os.cpu_count() documentation (GH-110169) (#110226) by Miss Islington (bot) · 1 year, 11 months ago
  96. 2c79a3f [3.11] Docs: bump Pygments to fix contrast ratios to meet WCAG AA guidelines (GH-110208) (#110211) by Miss Islington (bot) · 1 year, 11 months ago
  97. 0914b13 [3.11] gh-110138: Improve grammar in idiomatic usage of ``__main__.py`` (GH-110142) (#110189) by Miss Islington (bot) · 1 year, 11 months ago
  98. 00da3cc [3.11] gh-101100: Fix sphinx warnings in `library/site.rst` (GH-110144) (#110185) by Miss Islington (bot) · 1 year, 11 months ago
  99. cb1f499 [3.11] GH-101100: Fix reference warnings for ``gettext`` (GH-110115) (#110141) by Miss Islington (bot) · 1 year, 11 months ago
  100. a673248 [3.11] GH-101100: Fix reference warnings for ``namedtuple`` (GH-110113) (#110136) by Miss Islington (bot) · 1 year, 11 months ago