Python 3.11.3
  1. cf72cc2 gh-98298, gh-74730: [Enum] update docs (GH-103163) by Miss Islington (bot) · 2 years, 5 months ago
  2. 8236222 gh-102994: Profile docs has typo in example (GH-103074) by Miss Islington (bot) · 2 years, 5 months ago
  3. 0854bdf gh-103109: Document ignore_warnings() test support helper (GH-103110) by Miss Islington (bot) · 2 years, 5 months ago
  4. 4664a7c Quote literal tokens in standard format specifier grammar (GH-102902) by Miss Islington (bot) · 2 years, 5 months ago
  5. 41e3ea1 Minor docs improvements fix for `codeop` (GH-103123) by Miss Islington (bot) · 2 years, 5 months ago
  6. 1b40618 gh-103099: Link mypy docs from typing.rst (GH-103100) by Miss Islington (bot) · 2 years, 5 months ago
  7. d189e2d [3.11] gh-102582: Fix invalid JSON in Doc/howto/logging-cookbook.rst (GH-102635) (GH-103106) by Miss Islington (bot) · 2 years, 5 months ago
  8. e1094c6 Update pdb docs for arguments (GH-102965) by Miss Islington (bot) · 2 years, 5 months ago
  9. aae91fa [3.11] gh-103025: fix a ctypes doc typo (GH-103026) (#103029) by Miss Islington (bot) · 2 years, 5 months ago
  10. 85c686a [3.11] gh-101100: Document PyObject_ClearWeakRefs, gzip's name, and asyncio.iscoroutine (#103001) by Hugo van Kemenade · 2 years, 5 months ago
  11. c834a4c gh-102873: logging.LogRecord docs: improve description of `msg` parameter (GH-102875) by Miss Islington (bot) · 2 years, 5 months ago
  12. e075631 [3.11] gh-96931: Fix incorrect results in ssl.SSLSocket.shared_ciphers (GH-96932) (#102918) by Miss Islington (bot) · 2 years, 5 months ago
  13. 60b2b58 [3.11] Minor readability improvement to the factor() recipe (GH-102971) (GH-102972) by Miss Islington (bot) · 2 years, 5 months ago
  14. 202e16e gh-98239: Document that `inspect.getsource()` can raise `TypeError` (GH-101689) by Miss Islington (bot) · 2 years, 5 months ago
  15. e2924c0 gh-102936: typing: document performance pitfalls of protocols decorated with `@runtime_checkable` (GH-102937) by Miss Islington (bot) · 2 years, 5 months ago
  16. 84ae50c gh-102810 Improve the sphinx docs for `asyncio.Timeout` (GH-102934) by Miss Islington (bot) · 2 years, 5 months ago
  17. f79cfb6 [doc] Fix error in tutorial example: type(exc) is the type rather than the instance (GH-102751) by Miss Islington (bot) · 2 years, 5 months ago
  18. a9ece4a gh-102780: Fix uncancel() call in asyncio timeouts (GH-102815) by Miss Islington (bot) · 2 years, 5 months ago
  19. f1b9673 gh-102921: [doc] Clarify `exc` argument name in `BaseExceptionGroup` is plural (GH-102922) by Miss Islington (bot) · 2 years, 5 months ago
  20. 4c1b4ec gh-95913: Consolidate build requirements changes in 3.11 WhatsNew (GH-98781) by Miss Islington (bot) · 2 years, 5 months ago
  21. 592c344 Docs: improve accuracy of sqlite3.Connection.interrupt() (GH-102904) by Miss Islington (bot) · 2 years, 5 months ago
  22. 9a1453b Docs: improve the accuracy of the sqlite3.connect() timeout param (GH-102900) by Miss Islington (bot) · 2 years, 5 months ago
  23. 44782d3 Docs: improve accuracy of pdb alias example (GH-102892) by Miss Islington (bot) · 2 years, 5 months ago
  24. a7a373e [3.11] gh-102595: Document `PyObject_Format` c-api function (GH-102596) (GH-102879) by Miss Islington (bot) · 2 years, 5 months ago
  25. 1eb9b24 Add link to `sys.exit` function documentation (GH-102805) by Miss Islington (bot) · 2 years, 5 months ago
  26. e6e3b1b [3.11] Backport itertool recipe updates (GH-102881) by Raymond Hettinger · 2 years, 5 months ago
  27. df399a3 [3.11] Fix outdated note about 'int' rounding or truncating (GH-102736) (#102766) by Miss Islington (bot) · 2 years, 5 months ago
  28. 4a7faac GH-102653: Make recipe docstring show the correct distribution (GH-102742) by Miss Islington (bot) · 2 years, 5 months ago
  29. 3ddf397 gh-101100: Documenting --prefix and --exec-prefix. (GH-102695) by Miss Islington (bot) · 2 years, 5 months ago
  30. 6b6c2f5 [3.11] Remove misformatted exclamation marks in docs (GH-102694) (#102716) by Hugo van Kemenade · 2 years, 5 months ago
  31. a166cb4 gh-102703: Fix typo in modules tutorial documentation (GH-102707) by Miss Islington (bot) · 2 years, 5 months ago
  32. 738dde3 [3.11] gh-102354: change python3 to python in docs examples (GH-102696) (#102697) by Miss Islington (bot) · 2 years, 5 months ago
  33. 1f7eb8f gh-100315: clarification to `__slots__` docs. (GH-102621) by Miss Islington (bot) · 2 years, 5 months ago
  34. 0f46d42 doc: Remove a duplicate 'versionchanged' in library/asyncio-task (gh-102677) by Miss Islington (bot) · 2 years, 5 months ago
  35. 43f8082 gh-102627: Replace address pointing toward malicious web page (GH-102630) by Miss Islington (bot) · 2 years, 5 months ago
  36. a4fcd06 [3.11] Fix duplicated words in the docs (#102644) by Alex Waygood · 2 years, 5 months ago
  37. c39a1d0 gh-101100: Fix Sphinx warnings in `turtle` module (GH-102340) by Miss Islington (bot) · 2 years, 5 months ago
  38. 6829b12 [3.11] Fixes duplicated word (GH-102623) (#102624) by Miss Islington (bot) · 2 years, 5 months ago
  39. 495cd2d gh-86509: Add link to Lib/_threading_local.py in threading docs (GH-101824) by Miss Islington (bot) · 2 years, 5 months ago
  40. ffb41ea gh-101100: Fix sphinx warnings in `zipapp` and `zipfile` modules (GH-102526) by Miss Islington (bot) · 2 years, 5 months ago
  41. 8bf8e3d Fix style in argparse.rst (GH-101733) by Miss Islington (bot) · 2 years, 5 months ago
  42. df3ed54 [3.11] gh-95913: Edit Faster CPython section in 3.11 WhatsNew (GH-98429) (GH-102490) by Miss Islington (bot) · 2 years, 5 months ago
  43. 280b975 Add gettext support to tools/extensions/c_annotations.py (GH-101989) by Miss Islington (bot) · 2 years, 5 months ago
  44. caff048 [3.11] Move around example in to_bytes() to avoid confusion (GH-101595) (#102434) by Miss Islington (bot) · 2 years, 6 months ago
  45. cda1d52 [3.11] Clarify re docs for byte pattern group names (GH-99308) (#101001) by Ilya Kulakov · 2 years, 6 months ago
  46. 00791f2 gh-102383: [docs] Arguments of `PyObject_CopyData` are `PyObject *` (GH-102390) by Miss Islington (bot) · 2 years, 6 months ago
  47. 32a738e gh-101754: Document that Windows converts keys in `os.environ` to uppercase (GH-101840) by Miss Islington (bot) · 2 years, 6 months ago
  48. 3b1201d [3.11] Fix typos in documentation and comments (GH-102374) (#102376) by Alex Waygood · 2 years, 6 months ago
  49. 9a5f2e8 [3.11] gh-90744: Fix erroneous doc links in the sys module (GH-101319) (#102321) by Hugo van Kemenade · 2 years, 6 months ago
  50. 3effcce [3.11] gh-102088 Optimize iter_index itertools recipe (GH-102360) (GH-102363) by Miss Islington (bot) · 2 years, 6 months ago
  51. 90ec292 Doc: Fix minor error in ePub (GH-100614) by Inada Naoki · 2 years, 6 months ago
  52. 1ef6e45 gh-102296 Document that inspect.Parameter kinds support ordering (GH-102297) by Miss Islington (bot) · 2 years, 6 months ago
  53. bd4a709 gh-101100: Fix sphinx warnings in `types` module (GH-102274) by Miss Islington (bot) · 2 years, 6 months ago
  54. 2c4fc87 [3.11] [doc] Improve grammar/fix missing word (GH-102060) (GH-102277) by Miss Islington (bot) · 2 years, 6 months ago
  55. 626f471 [3.11] gh-85417: Clarify behaviour on branch cuts in cmath module (GH-102046) (#102276) by Miss Islington (bot) · 2 years, 6 months ago
  56. 7a0dc8a gh-102259: Fix re doc issue regarding right square brackets (GH-102264) by Miss Islington (bot) · 2 years, 6 months ago
  57. 735ff5a [3.11] GH-99818: improve the documentation for zipfile.Path and Traversable (GH-101589) (#102266) by Shantanu · 2 years, 6 months ago
  58. c2f42f1 gh-101100: Fix sphinx warnings in `typing` module docs (GH-102260) by Miss Islington (bot) · 2 years, 6 months ago
  59. 5775863 asyncio docs: Fix dangling hyphen (GH-102227) by Miss Islington (bot) · 2 years, 6 months ago
  60. a109ce0 gh-101100: Fix Sphinx warnings in `decimal` module (GH-102125) by Miss Islington (bot) · 2 years, 6 months ago
  61. 3b4f8fc gh-102105 Fix wording in filterfalse/quantify/filter (GH-102189) by Miss Islington (bot) · 2 years, 6 months ago
  62. 61e0bbd Fix typo in `Py_GetPythonHome` signature (GH-102168) by Miss Islington (bot) · 2 years, 6 months ago
  63. 42d0ca9 [3.11] gh-100226: Clarify StreamReader.read behavior (GH-101807) (#102001) by Miss Islington (bot) · 2 years, 6 months ago
  64. bf0a836 Fix syntax error in struct doc example (GH-102160) by Miss Islington (bot) · 2 years, 6 months ago
  65. 8b5498e GH-101777: `queue.rst`: use 2 spaces after a period to be consistent. (GH-102143) by Miss Islington (bot) · 2 years, 6 months ago
  66. 528e91c [3.11] gh-102135: Update turtle docs to rename wikipedia demo to rosette (GH-102137) (GH-102138) by Miss Islington (bot) · 2 years, 6 months ago
  67. 78eee76 gh-102011: use sys.exception() instead of sys.exc_info() in docs where possible (GH-102012) by Miss Islington (bot) · 2 years, 6 months ago
  68. a94f3ad gh-100556: Improve clarity of `or` docs (GH-100589) by Miss Islington (bot) · 2 years, 6 months ago
  69. f94ffcf gh-101777: Make `PriorityQueue` docs slightly clearer (GH-102026) by Miss Islington (bot) · 2 years, 6 months ago
  70. 4969903 gh-99735: Use required=True in argparse subparsers example (GH-100927) by Miss Islington (bot) · 2 years, 6 months ago
  71. 62db23c Fix incorrectly documented attribute in csv docs (GH-101250) by Miss Islington (bot) · 2 years, 6 months ago
  72. 5220c2d [3.11] gh-85747: Active voice & suggested edits, 'running/stopping loop' & 'callbacks' subsections of asyncio-eventloop.rst (GH-100270) (#102006) by Brian Skinn · 2 years, 6 months ago
  73. b7a49eb gh-101739: [Enum] update docs - default boundary for Flag is CONFORM (GH-101746) by Miss Islington (bot) · 2 years, 6 months ago
  74. be69ac3 gh-101992: update plistlib examples to be runnable (GH-101994) by Miss Islington (bot) · 2 years, 6 months ago
  75. 559d0e8 gh-101973: Fix parameter reference for PyModule_FromDefAndSpec (GH-101976) by Miss Islington (bot) · 2 years, 6 months ago
  76. aedf3839 gh-93573: Replace wrong example domains in configparser doc (GH-93574) by Miss Islington (bot) · 2 years, 6 months ago
  77. 4aeae28 GH-101898: Fix missing term references for hashable definition (GH-101899) by Miss Islington (bot) · 2 years, 6 months ago
  78. 01b21c3 Correct trivial grammar in reset_mock docs (GH-101861) by Miss Islington (bot) · 2 years, 6 months ago
  79. 1b73683 gh-101845: pyspecific: Fix i18n for availability directive (GH-101846) by Miss Islington (bot) · 2 years, 6 months ago
  80. 91fb7c3 [3.11] gh-101390: Fix docs for `imporlib.util.LazyLoader.factory` to properly call it a class method (GH-101391) (#GH-101813) by Miss Islington (bot) · 2 years, 6 months ago
  81. c485f0e [3.11] Docs: Fix getstatus() -> getcode() typos (GH-101296) (#101805) by Hugo van Kemenade · 2 years, 6 months ago
  82. 18313ec Docs: use parameter list for sqlite3.Cursor.execute* (GH-101782) by Miss Islington (bot) · 2 years, 6 months ago
  83. 4a9dff0 gh-101283: Version was just released, so should be changed in 3.11.3 (GH-101719) by Miss Islington (bot) · 2 years, 6 months ago
  84. 51b079a Update Lib/subprocess.py by Miss Islington (bot) · 2 years, 6 months ago
  85. 7240ba7 [3.11] gh-47937: Note that Popen attributes are read-only (GH-93070) (#101684) by Miss Islington (bot) · 2 years, 6 months ago
  86. fa90671 [3.11] gh-97725: Fix documentation for the default file of `asyncio.Task.print_stack` (#101652) (#101653) by Oleg Iarygin · 2 years, 6 months ago
  87. c993ffa GH-101616: Mention the Docs Discourse forum in the "reporting docs issues" (GH-101617) by Miss Islington (bot) · 2 years, 6 months ago
  88. 7cbcfbe GH-56426: Add cross-reference to the documentation for faulthandler, traceback, and pdb. (GH-101157) by Miss Islington (bot) · 2 years, 7 months ago
  89. 4c76346 Add missing `versionadded` directive for `PyCode_Addr2Location` (GH-101347) by Miss Islington (bot) · 2 years, 7 months ago
  90. 4392bf6 docs: replace PyPI description with link (GH-101506) by Miss Islington (bot) · 2 years, 7 months ago
  91. 2366c1a gh-100920: Update documentation for `asyncio.StreamWriter.wait_closed` (GH-101514) by Miss Islington (bot) · 2 years, 7 months ago
  92. bfac5d9 gh-100925: Move array methods under class in array doc (GH-101485) by Miss Islington (bot) · 2 years, 7 months ago
  93. 08f5c77 docs: Fix enum reassign `str` documentation (GH-101507) by Miss Islington (bot) · 2 years, 7 months ago
  94. c2c970f Docs: improve accuracy of sqlite3 `check_same_thread` parameter (GH-101351) by Miss Islington (bot) · 2 years, 7 months ago
  95. e98fa71 gh-101467: Correct py.exe handling of prefix matches and cases when only one runtime is installed (GH-101468) by Miss Islington (bot) · 2 years, 7 months ago
  96. 89442e1 gh-101498 : Fix asyncio.Timeout example in docs (GH-101499) by Miss Islington (bot) · 2 years, 7 months ago
  97. c796d34 [3.11] gh-101454: fix documentation for END_ASYNC_FOR (#101455) (#101493) by Irit Katriel · 2 years, 7 months ago
  98. 85cc5d0e gh-98657: [docs] `array.typecodes` is a module-level attribute (GH-98729) by Miss Islington (bot) · 2 years, 7 months ago
  99. 5e49807 [3.11] gh-101440: fix json snippet error in logging-cookbook.rst (GH-101439) (GH-101463) by Miss Islington (bot) · 2 years, 7 months ago
  100. 9e4ba5c4 gh-99276 - Updated Doc/faq/general.rst (GH-101396) by Miss Islington (bot) · 2 years, 7 months ago