Python 3.10.11
  1. 9a8ce95 gh-103109: Document ignore_warnings() test support helper (GH-103110) by Miss Islington (bot) · 2 years, 5 months ago
  2. d58ff6a Minor docs improvements fix for `codeop` (GH-103123) by Miss Islington (bot) · 2 years, 5 months ago
  3. ba755a2 gh-103099: Link mypy docs from typing.rst (GH-103100) by Miss Islington (bot) · 2 years, 5 months ago
  4. 473fd7b [3.10] gh-102582: Fix invalid JSON in Doc/howto/logging-cookbook.rst (GH-102635) (GH-103107) by Miss Islington (bot) · 2 years, 5 months ago
  5. ae8a721 Update pdb docs for arguments (GH-102965) by Miss Islington (bot) · 2 years, 5 months ago
  6. db5bf52 [3.10] gh-103025: fix a ctypes doc typo (GH-103026) (#103030) by Miss Islington (bot) · 2 years, 5 months ago
  7. 7513c6b [3.10] gh-101100: Document PyObject_ClearWeakRefs and gzip's name (#103002) by Hugo van Kemenade · 2 years, 5 months ago
  8. cbffc3a gh-102873: logging.LogRecord docs: improve description of `msg` parameter (GH-102875) by Miss Islington (bot) · 2 years, 5 months ago
  9. 0a2b63f [3.10] gh-96931: Fix incorrect results in ssl.SSLSocket.shared_ciphers (GH-96932) (#102919) by Miss Islington (bot) · 2 years, 5 months ago
  10. 77e54fe gh-98239: Document that `inspect.getsource()` can raise `TypeError` (GH-101689) by Miss Islington (bot) · 2 years, 5 months ago
  11. 6c667d0 gh-102936: typing: document performance pitfalls of protocols decorated with `@runtime_checkable` (GH-102937) by Miss Islington (bot) · 2 years, 5 months ago
  12. 3c2a7bb Docs: improve accuracy of sqlite3.Connection.interrupt() (GH-102904) by Miss Islington (bot) · 2 years, 5 months ago
  13. 2e0505a Docs: improve the accuracy of the sqlite3.connect() timeout param (GH-102900) by Miss Islington (bot) · 2 years, 5 months ago
  14. 00b5060 Docs: improve accuracy of pdb alias example (GH-102892) by Miss Islington (bot) · 2 years, 5 months ago
  15. eaafea8 gh-102595: Document `PyObject_Format` c-api function (GH-102596) by Miss Islington (bot) · 2 years, 5 months ago
  16. 21b9402 Add link to `sys.exit` function documentation (GH-102805) by Miss Islington (bot) · 2 years, 5 months ago
  17. 99b38be [3.10] Fix outdated note about 'int' rounding or truncating (GH-102736) (#102767) by Miss Islington (bot) · 2 years, 5 months ago
  18. bef189b gh-101100: Documenting --prefix and --exec-prefix. (GH-102695) by Miss Islington (bot) · 2 years, 5 months ago
  19. 087fb56 [3.10] Remove misformatted exclamation marks in docs (GH-102694) (#102717) by Hugo van Kemenade · 2 years, 5 months ago
  20. 95fd2df gh-102703: Fix typo in modules tutorial documentation (GH-102707) by Miss Islington (bot) · 2 years, 5 months ago
  21. df38f7c [3.10] gh-102354: change python3 to python in docs examples (GH-102696) (#102698) by Miss Islington (bot) · 2 years, 5 months ago
  22. 2c015a6 gh-100315: clarification to `__slots__` docs. (GH-102621) by Miss Islington (bot) · 2 years, 5 months ago
  23. 125f75c doc: Remove a duplicate 'versionchanged' in library/asyncio-task (gh-102677) by Miss Islington (bot) · 2 years, 5 months ago
  24. 0275b12 gh-102627: Replace address pointing toward malicious web page (GH-102630) by Miss Islington (bot) · 2 years, 5 months ago
  25. 83ccaf2 [3.10] Fix duplicated words in the docs (#102645) by Alex Waygood · 2 years, 5 months ago
  26. a01ad52 gh-101100: Fix Sphinx warnings in `turtle` module (GH-102340) by Miss Islington (bot) · 2 years, 5 months ago
  27. 7276ee0 gh-101100: Fix sphinx warnings in `zipapp` and `zipfile` modules (GH-102526) by Miss Islington (bot) · 2 years, 5 months ago
  28. 4248c24 Add gettext support to tools/extensions/c_annotations.py (GH-101989) by Miss Islington (bot) · 2 years, 5 months ago
  29. 3d88b4e gh-101754: Document that Windows converts keys in `os.environ` to uppercase (GH-101840) by Miss Islington (bot) · 2 years, 6 months ago
  30. 47cc6fa [3.10] Fix typos in documentation and comments (GH-102374) (#102377) by Alex Waygood · 2 years, 6 months ago
  31. a8f9a82 [3.10] gh-90744: Fix erroneous doc links in the sys module (GH-101319) (#102322) by Hugo van Kemenade · 2 years, 6 months ago
  32. ca1cc14 gh-102296 Document that inspect.Parameter kinds support ordering (GH-102297) by Miss Islington (bot) · 2 years, 6 months ago
  33. cba52ec gh-101100: Fix sphinx warnings in `types` module (GH-102274) by Miss Islington (bot) · 2 years, 6 months ago
  34. 4732f55 [3.10] [doc] Improve grammar/fix missing word (GH-102060) (GH-102278) by Miss Islington (bot) · 2 years, 6 months ago
  35. 601c9db [3.10] gh-85417: Clarify behaviour on branch cuts in cmath module (GH-102046) (#102275) by Miss Islington (bot) · 2 years, 6 months ago
  36. 9723961 gh-102259: Fix re doc issue regarding right square brackets (GH-102264) by Miss Islington (bot) · 2 years, 6 months ago
  37. 4667c4d [3.10] GH-99818: improve the documentation for zipfile.Path and Traversable (GH-101589) (#102267) by Shantanu · 2 years, 6 months ago
  38. d22a2cd gh-101100: Fix sphinx warnings in `typing` module docs (GH-102260) by Miss Islington (bot) · 2 years, 6 months ago
  39. ac63169 asyncio docs: Fix dangling hyphen (GH-102227) by Miss Islington (bot) · 2 years, 6 months ago
  40. 9563cf4 gh-101100: Fix Sphinx warnings in `decimal` module (GH-102125) by Miss Islington (bot) · 2 years, 6 months ago
  41. 7d2ad47 Fix typo in `Py_GetPythonHome` signature (GH-102168) by Miss Islington (bot) · 2 years, 6 months ago
  42. 780dec8 Fix syntax error in struct doc example (GH-102160) by Miss Islington (bot) · 2 years, 6 months ago
  43. fa592f0 GH-101777: `queue.rst`: use 2 spaces after a period to be consistent. (GH-102143) by Miss Islington (bot) · 2 years, 6 months ago
  44. 3e9fb1a [3.10] gh-102135: Update turtle docs to rename wikipedia demo to rosette (GH-102137) (#102139) by Miss Islington (bot) · 2 years, 6 months ago
  45. 444ec74 gh-100556: Improve clarity of `or` docs (GH-100589) by Miss Islington (bot) · 2 years, 6 months ago
  46. 2d9f8d4 gh-101777: Make `PriorityQueue` docs slightly clearer (GH-102026) by Miss Islington (bot) · 2 years, 6 months ago
  47. f193fad gh-99735: Use required=True in argparse subparsers example (GH-100927) by Miss Islington (bot) · 2 years, 6 months ago
  48. d104234 Fix incorrectly documented attribute in csv docs (GH-101250) by Miss Islington (bot) · 2 years, 6 months ago
  49. 2b1a62c [3.10] gh-85747: Active voice & suggested edits, 'running/stopping loop' & 'callbacks' subsections of asyncio-eventloop.rst (gh-100270) (#102005) by Brian Skinn · 2 years, 6 months ago
  50. 3c1b495 gh-100226: Clarify StreamReader.read behavior (GH-101807) by Miss Islington (bot) · 2 years, 6 months ago
  51. b615678 gh-101992: update plistlib examples to be runnable (GH-101994) by Miss Islington (bot) · 2 years, 6 months ago
  52. f4f5dd5 gh-101973: Fix parameter reference for PyModule_FromDefAndSpec (GH-101976) by Miss Islington (bot) · 2 years, 6 months ago
  53. 4d74bb4 gh-93573: Replace wrong example domains in configparser doc (GH-93574) by Miss Islington (bot) · 2 years, 6 months ago
  54. bc3718e GH-101898: Fix missing term references for hashable definition (GH-101899) by Miss Islington (bot) · 2 years, 6 months ago
  55. 59852bb Correct trivial grammar in reset_mock docs (GH-101861) by Miss Islington (bot) · 2 years, 6 months ago
  56. 6c0e3dc [3.10] gh-101390: Fix docs for `imporlib.util.LazyLoader.factory` to properly call it a class method (GH-101391) (GH-101814) by Miss Islington (bot) · 2 years, 6 months ago
  57. 2e7ff1f Docs: Fix getstatus() -> getcode() typos (GH-101296) by Miss Islington (bot) · 2 years, 6 months ago
  58. a565cd5 [3.10] Docs: use parameter list for sqlite3.Cursor.execute* (GH-101782) (#101808) by Erlend E. Aasland · 2 years, 6 months ago
  59. 9889de3 Apply suggestions from code review by Miss Islington (bot) · 2 years, 6 months ago
  60. 8bc4111 [3.10] gh-47937: Note that Popen attributes are read-only (GH-93070) (#101683) by Miss Islington (bot) · 2 years, 6 months ago
  61. 7d727518 [3.10] gh-97725: Fix documentation for the default file of `asyncio.Task.print_stack` (#101652) (#101654) by Oleg Iarygin · 2 years, 6 months ago
  62. 25196d6 GH-101616: Mention the Docs Discourse forum in the "reporting docs issues" (GH-101617) by Miss Islington (bot) · 2 years, 6 months ago
  63. dbdbc79 GH-56426: Add cross-reference to the documentation for faulthandler, traceback, and pdb. (GH-101157) by Miss Islington (bot) · 2 years, 7 months ago
  64. 42b1404 docs: replace PyPI description with link (GH-101506) by Miss Islington (bot) · 2 years, 7 months ago
  65. 4c732bc gh-100920: Update documentation for `asyncio.StreamWriter.wait_closed` (GH-101514) by Miss Islington (bot) · 2 years, 7 months ago
  66. c3dd95a gh-100925: Move array methods under class in array doc (GH-101485) by Miss Islington (bot) · 2 years, 7 months ago
  67. f8abe75 Docs: improve accuracy of sqlite3 `check_same_thread` parameter (GH-101351) by Miss Islington (bot) · 2 years, 7 months ago
  68. b8bb139 gh-98657: [docs] `array.typecodes` is a module-level attribute (GH-98729) by Miss Islington (bot) · 2 years, 7 months ago
  69. 6b2ed1c gh-101440: fix json snippet error in logging-cookbook.rst (GH-101439) by Miss Islington (bot) · 2 years, 7 months ago
  70. ca11848 [3.10] gh-99276 - Updated Doc/faq/general.rst (GH-101396) (#101462) by Miss Islington (bot) · 2 years, 7 months ago
  71. 71db9c9 Add JOBS parameter to docs Makefile (GH-101395) by Miss Islington (bot) · 2 years, 7 months ago
  72. f36c272 gh-77607: Improve accuracy of os.path.join docs (GH-101406) by Miss Islington (bot) · 2 years, 7 months ago
  73. 626e2cc gh-101422: (docs) TarFile default errorlevel argument is 1, not 0 (GH-101424) by Miss Islington (bot) · 2 years, 7 months ago
  74. efcab4d gh-98240: Updated Path.rename docs, when it is atomic (GH-98245) by Miss Islington (bot) · 2 years, 7 months ago
  75. 6aabbe2 Fix trivial typo in shebang example (GH-101385) by Miss Islington (bot) · 2 years, 7 months ago
  76. 95f75ca [3.10] [doc] Add a section on logging handler configuration order. (GH-101380) (GH-101381) by Miss Islington (bot) · 2 years, 7 months ago
  77. 0814a80 [3.10] [doc] Add some notices to logging configuration documentation. (GH-101373) (GH-101375) by Miss Islington (bot) · 2 years, 7 months ago
  78. a259efc [docs] Mention how to get/set a bigint PyLong via the C API (GH-101270) by Miss Islington (bot) · 2 years, 7 months ago
  79. e24c73e [3.10] Added asyncio REPL example to docs. (GH-101243) (#101257) by Kumar Aditya · 2 years, 7 months ago
  80. 6919c36 [3.10] gh-86610: Use attribute directive in docs for pathlib.PurePath (GH-101114) (#101206) by Miss Islington (bot) · 2 years, 7 months ago
  81. f1313ab [3.10] GH-101111: Disambigaute origin of const for store_const and append_const (GH-101121) (#101204) by Miss Islington (bot) · 2 years, 7 months ago
  82. 8fd481e [3.10] Fix minor typos in SSL documentation (GH-101158) (#101202) by Miss Islington (bot) · 2 years, 7 months ago
  83. 23bb5f3 gh-91485: Avoid unnecessary use of non-Python syntax in io docs (GH-101177) by Miss Islington (bot) · 2 years, 7 months ago
  84. 2fe0404 [3.10] Provided better example for logging cookbook (GH-101164) (GH-101183) by Miss Islington (bot) · 2 years, 7 months ago
  85. b2a662f [3.10] gh-101144: Allow zipfile.Path .open & .read_text encoding to be positional (GH-101179) (GH-101182) by Miss Islington (bot) · 2 years, 7 months ago
  86. 10c6130 gh-101041: Fix a misspelled name of `utctimetuple` in a doc warning (GH-101042) by Miss Islington (bot) · 2 years, 7 months ago
  87. 2c1eeb5 Docs: improve sqlite3 placeholders example (GH-101092) by Miss Islington (bot) · 2 years, 7 months ago
  88. 78c9f39 [3.10] gh-101021: Document binary parameters as bytes (GH-101024). (#101052) by Barry Warsaw · 2 years, 7 months ago
  89. 1981db9 gh-100668: Clarify how sqlite3 maps parameters onto placeholders (GH-100960) by Miss Islington (bot) · 2 years, 7 months ago
  90. 87f9b1d [3.10] gh-100160: Remove any deprecation warnings in asyncio.get_event_loop() (GH-100412) (GH-100970) by Serhiy Storchaka · 2 years, 7 months ago
  91. e44120a GH-100894: Updated the doc for `sys.winver` to clarify its usual contents (GH-100913) by Miss Islington (bot) · 2 years, 7 months ago
  92. 5aa8b9e [3.10] gh-100916: Convert argument to appropriate type (GH-100917) (GH-100919) by Miss Islington (bot) · 2 years, 7 months ago
  93. 65b01b2 [3.10] Fix typos in Doc folder (GH-100880). (#100915) by Hugo van Kemenade · 2 years, 7 months ago
  94. 5c4afdf bpo-28356: Document os.rename() behavior on Windows for differing volumes (GH-27376) by Miss Islington (bot) · 2 years, 7 months ago
  95. 3e9543e [3.10] Update copyright years to 2023. (gh-100850) by Benjamin Peterson · 2 years, 7 months ago
  96. fa8d396 gh-100783: fix os.path.join documentation (GH-100811) by Miss Islington (bot) · 2 years, 7 months ago
  97. 89ea4f9 gh-100824: Fix typo in the documentation of unittest.TestLoader.testNamePatterns (GH-100825) by Miss Islington (bot) · 2 years, 7 months ago
  98. 67e52e5 [3.10] gh-100673: Removed erroneous note in the get_type_hints docs (#100701) (GH-100826) by Alex Waygood · 2 years, 7 months ago
  99. 8af15cf gh-99026 update dataclasses docs for when annotations are inspected (gh-100798) by Miss Islington (bot) · 2 years, 7 months ago
  100. f5fa2c1 gh-87691: clarify use of anchor in pathlib docs (GH-100782) by Miss Islington (bot) · 2 years, 7 months ago