Python 3.10.16
  1. 2a9273a [3.10] [CVE-2023-27043] gh-102988: Reject malformed addresses in email.parseaddr() (GH-111116) (#123768) by Petr Viktorin · 12 months ago
  2. 06f28dc [3.10] gh-121650: Encode newlines in headers, and verify headers are sound (GH-122233) (#122609) by Łukasz Langa · 12 months ago
  3. d86ab5d [3.10] gh-121957: Emit audit events for python -i and python -m asyncio (GH-122119) by Łukasz Langa · 1 year, 1 month ago
  4. c8f868d [3.10] gh-118486: Support mkdir(mode=0o700) on Windows (GH-118488) (GH-118740) by Steve Dower · 1 year, 3 months ago
  5. c62c9e5 [3.10] gh-113171: gh-65056: Fix "private" (non-global) IP address ranges (GH-113179) (GH-113186) (GH-118177) (GH-118229) by Petr Viktorin · 1 year, 3 months ago
  6. 9b33629 [3.10] gh-114539: Clarify implicit launching of shells by subprocess (GH-117996) (GH-118004) by Miss Islington (bot) · 1 year, 3 months ago
  7. 516a6d4 [3.10] gh-115398: Expose Expat >=2.6.0 reparse deferral API (CVE-2023-52425) (GH-115623) (GH-116270) by Sebastian Pipping · 1 year, 5 months ago
  8. b612ec6 [3.10] gh-115399: Document CVE-2023-52425 under "XML vulnerabilities" (GH-115400) (GH-115762) by Miss Islington (bot) · 1 year, 6 months ago
  9. c3108e1 [3.10] gh-46968: Fix invalid reference to Sound eXchange (SoX) 12.17.7 license (GH-115094) (GH-115096) by Łukasz Langa · 1 year, 6 months ago
  10. 6661b22 [3.10] gh-114021: Pin various sphinxcontrib extensions to older versions (GH-114022) (GH-114038) by Adam Turner · 1 year, 7 months ago
  11. 7d44551 [3.10] gh-107845: Fix symlink handling for tarfile.data_filter (GH-107846) (#108210) by Miss Islington (bot) · 2 years ago
  12. 917439d [3.10] gh-98154: Clarify Usage of "Reference Count" In the Docs (#107754) by Eric Snow · 2 years ago
  13. a9e5e59 [3.10] gh-105090: Replace incorrect TLSv1.2 with TLSv1.3 (GH-105404) (#107039) by Miss Islington (bot) · 2 years, 1 month ago
  14. f91dfdf [3.10] gh-105993: Add possible `None` return type to `asyncio.EventLoop.start_tls` docs (GH-105995) (#106190) by Miss Islington (bot) · 2 years, 1 month ago
  15. 1851443 [3.10] [3.11] Add single value `agen.athrow(value)` signature to the 3.11 docs gh-105269 (GH-105468) (#105480) by Miss Islington (bot) · 2 years, 1 month ago
  16. 45de31d [3.10] Clarify the supported cases in the tokenize module (GH-105569) (#105575) by Miss Islington (bot) · 2 years, 2 months ago
  17. b7fd286 [3.10] gh-89412: Add missing attributes (added in 3.10) to traceback module docs (GH-105046) (#105329) by Miss Islington (bot) · 2 years, 2 months ago
  18. f12502b [3.10] gh-105184: document that marshal functions can fail and need to be checked with PyErr_Occurred (GH-105185) (#105220) by Miss Islington (bot) · 2 years, 2 months ago
  19. f48a96a [3.10] [3.11] gh-102153: Start stripping C0 control and space chars in `urlsplit` (GH-102508) (GH-104575) (#104592) by Miss Islington (bot) · 2 years, 3 months ago
  20. 425065b [3.10] gh-102950: Implement PEP 706 – Filter for tarfile.extractall (GH-102953) (GH-104128) by Matěj Cepl · 2 years, 3 months ago
  21. 18d825b gh-102899: Fix doc link for getting filesystem error handler (GH-102901) by Miss Islington (bot) · 2 years, 5 months ago
  22. 8693ec2 gh-81762: Clarify and simplify description of print's flush param (GH-103264) by Miss Islington (bot) · 2 years, 5 months ago
  23. d76a5c6 Improve some grammar in the socket docs (GH-103254) by Miss Islington (bot) · 2 years, 5 months ago
  24. 9a8ce95 gh-103109: Document ignore_warnings() test support helper (GH-103110) by Miss Islington (bot) · 2 years, 5 months ago
  25. d58ff6a Minor docs improvements fix for `codeop` (GH-103123) by Miss Islington (bot) · 2 years, 5 months ago
  26. ba755a2 gh-103099: Link mypy docs from typing.rst (GH-103100) by Miss Islington (bot) · 2 years, 5 months ago
  27. 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
  28. ae8a721 Update pdb docs for arguments (GH-102965) by Miss Islington (bot) · 2 years, 5 months ago
  29. db5bf52 [3.10] gh-103025: fix a ctypes doc typo (GH-103026) (#103030) by Miss Islington (bot) · 2 years, 5 months ago
  30. 7513c6b [3.10] gh-101100: Document PyObject_ClearWeakRefs and gzip's name (#103002) by Hugo van Kemenade · 2 years, 5 months ago
  31. cbffc3a gh-102873: logging.LogRecord docs: improve description of `msg` parameter (GH-102875) by Miss Islington (bot) · 2 years, 5 months ago
  32. 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
  33. 77e54fe gh-98239: Document that `inspect.getsource()` can raise `TypeError` (GH-101689) by Miss Islington (bot) · 2 years, 5 months ago
  34. 6c667d0 gh-102936: typing: document performance pitfalls of protocols decorated with `@runtime_checkable` (GH-102937) by Miss Islington (bot) · 2 years, 5 months ago
  35. 3c2a7bb Docs: improve accuracy of sqlite3.Connection.interrupt() (GH-102904) by Miss Islington (bot) · 2 years, 5 months ago
  36. 2e0505a Docs: improve the accuracy of the sqlite3.connect() timeout param (GH-102900) by Miss Islington (bot) · 2 years, 5 months ago
  37. 00b5060 Docs: improve accuracy of pdb alias example (GH-102892) by Miss Islington (bot) · 2 years, 5 months ago
  38. eaafea8 gh-102595: Document `PyObject_Format` c-api function (GH-102596) by Miss Islington (bot) · 2 years, 5 months ago
  39. 21b9402 Add link to `sys.exit` function documentation (GH-102805) by Miss Islington (bot) · 2 years, 5 months ago
  40. 99b38be [3.10] Fix outdated note about 'int' rounding or truncating (GH-102736) (#102767) by Miss Islington (bot) · 2 years, 5 months ago
  41. bef189b gh-101100: Documenting --prefix and --exec-prefix. (GH-102695) by Miss Islington (bot) · 2 years, 5 months ago
  42. 087fb56 [3.10] Remove misformatted exclamation marks in docs (GH-102694) (#102717) by Hugo van Kemenade · 2 years, 5 months ago
  43. 95fd2df gh-102703: Fix typo in modules tutorial documentation (GH-102707) by Miss Islington (bot) · 2 years, 5 months ago
  44. df38f7c [3.10] gh-102354: change python3 to python in docs examples (GH-102696) (#102698) by Miss Islington (bot) · 2 years, 5 months ago
  45. 2c015a6 gh-100315: clarification to `__slots__` docs. (GH-102621) by Miss Islington (bot) · 2 years, 5 months ago
  46. 125f75c doc: Remove a duplicate 'versionchanged' in library/asyncio-task (gh-102677) by Miss Islington (bot) · 2 years, 5 months ago
  47. 0275b12 gh-102627: Replace address pointing toward malicious web page (GH-102630) by Miss Islington (bot) · 2 years, 5 months ago
  48. 83ccaf2 [3.10] Fix duplicated words in the docs (#102645) by Alex Waygood · 2 years, 5 months ago
  49. a01ad52 gh-101100: Fix Sphinx warnings in `turtle` module (GH-102340) by Miss Islington (bot) · 2 years, 5 months ago
  50. 7276ee0 gh-101100: Fix sphinx warnings in `zipapp` and `zipfile` modules (GH-102526) by Miss Islington (bot) · 2 years, 5 months ago
  51. 4248c24 Add gettext support to tools/extensions/c_annotations.py (GH-101989) by Miss Islington (bot) · 2 years, 5 months ago
  52. 3d88b4e gh-101754: Document that Windows converts keys in `os.environ` to uppercase (GH-101840) by Miss Islington (bot) · 2 years, 6 months ago
  53. 47cc6fa [3.10] Fix typos in documentation and comments (GH-102374) (#102377) by Alex Waygood · 2 years, 6 months ago
  54. 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
  55. ca1cc14 gh-102296 Document that inspect.Parameter kinds support ordering (GH-102297) by Miss Islington (bot) · 2 years, 6 months ago
  56. cba52ec gh-101100: Fix sphinx warnings in `types` module (GH-102274) by Miss Islington (bot) · 2 years, 6 months ago
  57. 4732f55 [3.10] [doc] Improve grammar/fix missing word (GH-102060) (GH-102278) by Miss Islington (bot) · 2 years, 6 months ago
  58. 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
  59. 9723961 gh-102259: Fix re doc issue regarding right square brackets (GH-102264) by Miss Islington (bot) · 2 years, 6 months ago
  60. 4667c4d [3.10] GH-99818: improve the documentation for zipfile.Path and Traversable (GH-101589) (#102267) by Shantanu · 2 years, 6 months ago
  61. d22a2cd gh-101100: Fix sphinx warnings in `typing` module docs (GH-102260) by Miss Islington (bot) · 2 years, 6 months ago
  62. ac63169 asyncio docs: Fix dangling hyphen (GH-102227) by Miss Islington (bot) · 2 years, 6 months ago
  63. 9563cf4 gh-101100: Fix Sphinx warnings in `decimal` module (GH-102125) by Miss Islington (bot) · 2 years, 6 months ago
  64. 7d2ad47 Fix typo in `Py_GetPythonHome` signature (GH-102168) by Miss Islington (bot) · 2 years, 6 months ago
  65. 780dec8 Fix syntax error in struct doc example (GH-102160) by Miss Islington (bot) · 2 years, 6 months ago
  66. 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
  67. 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
  68. 444ec74 gh-100556: Improve clarity of `or` docs (GH-100589) by Miss Islington (bot) · 2 years, 6 months ago
  69. 2d9f8d4 gh-101777: Make `PriorityQueue` docs slightly clearer (GH-102026) by Miss Islington (bot) · 2 years, 6 months ago
  70. f193fad gh-99735: Use required=True in argparse subparsers example (GH-100927) by Miss Islington (bot) · 2 years, 6 months ago
  71. d104234 Fix incorrectly documented attribute in csv docs (GH-101250) by Miss Islington (bot) · 2 years, 6 months ago
  72. 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
  73. 3c1b495 gh-100226: Clarify StreamReader.read behavior (GH-101807) by Miss Islington (bot) · 2 years, 6 months ago
  74. b615678 gh-101992: update plistlib examples to be runnable (GH-101994) by Miss Islington (bot) · 2 years, 6 months ago
  75. f4f5dd5 gh-101973: Fix parameter reference for PyModule_FromDefAndSpec (GH-101976) by Miss Islington (bot) · 2 years, 6 months ago
  76. 4d74bb4 gh-93573: Replace wrong example domains in configparser doc (GH-93574) by Miss Islington (bot) · 2 years, 6 months ago
  77. bc3718e GH-101898: Fix missing term references for hashable definition (GH-101899) by Miss Islington (bot) · 2 years, 6 months ago
  78. 59852bb Correct trivial grammar in reset_mock docs (GH-101861) by Miss Islington (bot) · 2 years, 6 months ago
  79. 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
  80. 2e7ff1f Docs: Fix getstatus() -> getcode() typos (GH-101296) by Miss Islington (bot) · 2 years, 6 months ago
  81. a565cd5 [3.10] Docs: use parameter list for sqlite3.Cursor.execute* (GH-101782) (#101808) by Erlend E. Aasland · 2 years, 6 months ago
  82. 9889de3 Apply suggestions from code review by Miss Islington (bot) · 2 years, 6 months ago
  83. 8bc4111 [3.10] gh-47937: Note that Popen attributes are read-only (GH-93070) (#101683) by Miss Islington (bot) · 2 years, 6 months ago
  84. 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
  85. 25196d6 GH-101616: Mention the Docs Discourse forum in the "reporting docs issues" (GH-101617) by Miss Islington (bot) · 2 years, 6 months ago
  86. 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
  87. 42b1404 docs: replace PyPI description with link (GH-101506) by Miss Islington (bot) · 2 years, 7 months ago
  88. 4c732bc gh-100920: Update documentation for `asyncio.StreamWriter.wait_closed` (GH-101514) by Miss Islington (bot) · 2 years, 7 months ago
  89. c3dd95a gh-100925: Move array methods under class in array doc (GH-101485) by Miss Islington (bot) · 2 years, 7 months ago
  90. f8abe75 Docs: improve accuracy of sqlite3 `check_same_thread` parameter (GH-101351) by Miss Islington (bot) · 2 years, 7 months ago
  91. b8bb139 gh-98657: [docs] `array.typecodes` is a module-level attribute (GH-98729) by Miss Islington (bot) · 2 years, 7 months ago
  92. 6b2ed1c gh-101440: fix json snippet error in logging-cookbook.rst (GH-101439) by Miss Islington (bot) · 2 years, 7 months ago
  93. ca11848 [3.10] gh-99276 - Updated Doc/faq/general.rst (GH-101396) (#101462) by Miss Islington (bot) · 2 years, 7 months ago
  94. 71db9c9 Add JOBS parameter to docs Makefile (GH-101395) by Miss Islington (bot) · 2 years, 7 months ago
  95. f36c272 gh-77607: Improve accuracy of os.path.join docs (GH-101406) by Miss Islington (bot) · 2 years, 7 months ago
  96. 626e2cc gh-101422: (docs) TarFile default errorlevel argument is 1, not 0 (GH-101424) by Miss Islington (bot) · 2 years, 7 months ago
  97. efcab4d gh-98240: Updated Path.rename docs, when it is atomic (GH-98245) by Miss Islington (bot) · 2 years, 7 months ago
  98. 6aabbe2 Fix trivial typo in shebang example (GH-101385) by Miss Islington (bot) · 2 years, 7 months ago
  99. 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
  100. 0814a80 [3.10] [doc] Add some notices to logging configuration documentation. (GH-101373) (GH-101375) by Miss Islington (bot) · 2 years, 7 months ago