Python 3.10.11
  1. 7d4cc5a Python 3.10.11 by Pablo Galindo · 2 years, 5 months ago v3.10.11
  2. ec80ffe [3.10] gh-103207: Add instructions to the macOS installer welcome display on how to workaround the macOS 13 Ventura “The installer encountered an error” failure. (GH-103253) by Ned Deily · 2 years, 5 months ago
  3. 9a8ce95 gh-103109: Document ignore_warnings() test support helper (GH-103110) by Miss Islington (bot) · 2 years, 5 months ago
  4. d58ff6a Minor docs improvements fix for `codeop` (GH-103123) by Miss Islington (bot) · 2 years, 5 months ago
  5. ba755a2 gh-103099: Link mypy docs from typing.rst (GH-103100) by Miss Islington (bot) · 2 years, 5 months ago
  6. 3a27be7 [3.10] gh-103112: Add http.client.HTTPResponse.read docstring and fix pydoc output (GH-103113) (#103120) by Miss Islington (bot) · 2 years, 5 months ago
  7. 4abf1f1 gh-103097: Add workaround for Windows ARM64 compiler bug (GH-103098) by Steve Dower · 2 years, 5 months ago
  8. 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
  9. 5ae5ea8 [3.10] GH-87235: Make sure "python /dev/fd/9 9</path/to/script.py" works on macOS (GH-99768) (#99817) by Miss Islington (bot) · 2 years, 5 months ago
  10. aae84a0 [3.10] GH-102711: Fix warnings found by clang (GH-102712) (#103076) by Miss Islington (bot) · 2 years, 5 months ago
  11. d445147 [3.10] gh-88233: zipfile: handle extras after a zip64 extra (GH-96161) (#102087) by Miss Islington (bot) · 2 years, 5 months ago
  12. 3288923 [3.10] gh-101997: Update bundled pip version to 23.0.1 (GH-101998). (#102241) by Pradyun Gedam · 2 years, 5 months ago
  13. b5bf6c1 [3.10] GH-95494: Fix transport EOF handling in OpenSSL 3.0 (GH-95495) (#103007) by Miss Islington (bot) · 2 years, 5 months ago
  14. ae8a721 Update pdb docs for arguments (GH-102965) by Miss Islington (bot) · 2 years, 5 months ago
  15. db5bf52 [3.10] gh-103025: fix a ctypes doc typo (GH-103026) (#103030) by Miss Islington (bot) · 2 years, 5 months ago
  16. 7513c6b [3.10] gh-101100: Document PyObject_ClearWeakRefs and gzip's name (#103002) by Hugo van Kemenade · 2 years, 5 months ago
  17. d3b4d3a gh-102980: Add tests for pdf's display, alias and where commands (GH-102981) by Miss Islington (bot) · 2 years, 5 months ago
  18. cbffc3a gh-102873: logging.LogRecord docs: improve description of `msg` parameter (GH-102875) by Miss Islington (bot) · 2 years, 5 months ago
  19. 581dd8c [3.10] gh-102027: Fix macro name (GH-102124) (#102917) by Miss Islington (bot) · 2 years, 5 months ago
  20. 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
  21. 206c2b1 GH-100989: Revert Improve the accuracy of collections.deque docstrings (GH-102979) by Miss Islington (bot) · 2 years, 5 months ago
  22. 77e54fe gh-98239: Document that `inspect.getsource()` can raise `TypeError` (GH-101689) by Miss Islington (bot) · 2 years, 5 months ago
  23. 6c667d0 gh-102936: typing: document performance pitfalls of protocols decorated with `@runtime_checkable` (GH-102937) by Miss Islington (bot) · 2 years, 5 months ago
  24. 4531fd0 [3.10] gh-102947: Improve traceback when calling `fields()` on a non-dataclass (#102948) (#102954) by Alex Waygood · 2 years, 5 months ago
  25. 100da7c gh-100989: Improve the accuracy of collections.deque docstrings (GH-100990) by Miss Islington (bot) · 2 years, 5 months ago
  26. 3c2a7bb Docs: improve accuracy of sqlite3.Connection.interrupt() (GH-102904) by Miss Islington (bot) · 2 years, 5 months ago
  27. 2e0505a Docs: improve the accuracy of the sqlite3.connect() timeout param (GH-102900) by Miss Islington (bot) · 2 years, 5 months ago
  28. 00b5060 Docs: improve accuracy of pdb alias example (GH-102892) by Miss Islington (bot) · 2 years, 5 months ago
  29. eaafea8 gh-102595: Document `PyObject_Format` c-api function (GH-102596) by Miss Islington (bot) · 2 years, 5 months ago
  30. 21b9402 Add link to `sys.exit` function documentation (GH-102805) by Miss Islington (bot) · 2 years, 5 months ago
  31. d5fdc3f gh-98608: Fix Failure-handling in new_interpreter() (gh-102658) by Miss Islington (bot) · 2 years, 5 months ago
  32. e732a85 [3.10] gh-102721: Improve coverage of `_collections_abc._CallableGenericAlias` (GH-102790) by Nikita Sobolev · 2 years, 5 months ago
  33. 744a41b Increase stack reserve size for Windows debug builds to avoid test crashes (GH-102776) by Steve Dower · 2 years, 5 months ago
  34. 99b38be [3.10] Fix outdated note about 'int' rounding or truncating (GH-102736) (#102767) by Miss Islington (bot) · 2 years, 5 months ago
  35. 9781240 gh-94440: Fix issue of ProcessPoolExecutor shutdown hanging (GH-94468) by Miss Islington (bot) · 2 years, 5 months ago
  36. bef189b gh-101100: Documenting --prefix and --exec-prefix. (GH-102695) by Miss Islington (bot) · 2 years, 5 months ago
  37. 087fb56 [3.10] Remove misformatted exclamation marks in docs (GH-102694) (#102717) by Hugo van Kemenade · 2 years, 5 months ago
  38. 6f4df72 gh-101377: improving test_locale_calendar_formatweekday of calendar (GH-101378) by Miss Islington (bot) · 2 years, 5 months ago
  39. 95fd2df gh-102703: Fix typo in modules tutorial documentation (GH-102707) by Miss Islington (bot) · 2 years, 5 months ago
  40. df38f7c [3.10] gh-102354: change python3 to python in docs examples (GH-102696) (#102698) by Miss Islington (bot) · 2 years, 5 months ago
  41. 2c015a6 gh-100315: clarification to `__slots__` docs. (GH-102621) by Miss Islington (bot) · 2 years, 5 months ago
  42. 125f75c doc: Remove a duplicate 'versionchanged' in library/asyncio-task (gh-102677) by Miss Islington (bot) · 2 years, 5 months ago
  43. 0275b12 gh-102627: Replace address pointing toward malicious web page (GH-102630) by Miss Islington (bot) · 2 years, 5 months ago
  44. 83ccaf2 [3.10] Fix duplicated words in the docs (#102645) by Alex Waygood · 2 years, 5 months ago
  45. d4f8faf [3.10] GH-101673: Fix pdb bug where local variable changes are lost after longlist (#101674) (#102633) by Irit Katriel · 2 years, 5 months ago
  46. 5e10479 Fix broken link to MSDN (GH-102355) by Miss Islington (bot) · 2 years, 5 months ago
  47. a01ad52 gh-101100: Fix Sphinx warnings in `turtle` module (GH-102340) by Miss Islington (bot) · 2 years, 5 months ago
  48. 5bdcb08 GH-102537: Handle check for PYTHONTZPATH failing in zoneinfo test (GH-102538) by Miss Islington (bot) · 2 years, 5 months ago
  49. 2810787 gh-102433: Add tests for how classes with properties interact with `isinstance()` checks on `typing.runtime_checkable` protocols (GH-102449) 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. c4fb418 [3.10] GH-102397: Fix segfault from race condition in signal handling (GH-102399) (#102527) by Miss Islington (bot) · 2 years, 5 months ago
  52. 5e6351c [3.10] gh-101759: Update macOS installer SQLite 3.40.1 checksum (gh-102485) (GH-102489) by Miss Islington (bot) · 2 years, 5 months ago
  53. 4248c24 Add gettext support to tools/extensions/c_annotations.py (GH-101989) by Miss Islington (bot) · 2 years, 5 months ago
  54. 6b49cc6 [3.10] gh-102416: Do not memoize incorrectly loop rules in the parser (GH-102467). (#102474) by Pablo Galindo Salgado · 2 years, 6 months ago
  55. f5280e2 [3.10] gh-102444: Fix minor bugs in `test_typing` highlighted by pyflakes (#102445) (#102452) by Alex Waygood · 2 years, 6 months ago
  56. 9cec602 GH-102341: Improve the test function for pow (GH-102342) by Miss Islington (bot) · 2 years, 6 months ago
  57. 94e08e1 Fix unused classes in a typing test (GH-102437) by Miss Islington (bot) · 2 years, 6 months ago
  58. 2a062f2 gh-101979: argparse: fix a bug where parentheses in metavar argument of add_argument() were dropped (GH-102318) by Miss Islington (bot) · 2 years, 6 months ago
  59. d4a04e5 gh-102356: Add thrashcan macros to filter object dealloc (GH-102426) by Miss Islington (bot) · 2 years, 6 months ago
  60. d4992c7 gh-101992: update pstlib module documentation (GH-102133) by Miss Islington (bot) · 2 years, 6 months ago
  61. 925ebfb [3.10] gh-102179: Fix `os.dup2` error reporting for negative fds (GH-102180) (#102419) by Miss Islington (bot) · 2 years, 6 months ago
  62. fe36778 [3.10] gh-101892: Fix `SystemError` when a callable iterator call exhausts the iterator (GH-101896) (#102422) by Oleg Iarygin · 2 years, 6 months ago
  63. 6c2e052 [3.10] GH-102126: fix deadlock at shutdown when clearing thread state… (#102235) by Kumar Aditya · 2 years, 6 months ago
  64. 3d88b4e gh-101754: Document that Windows converts keys in `os.environ` to uppercase (GH-101840) by Miss Islington (bot) · 2 years, 6 months ago
  65. 47cc6fa [3.10] Fix typos in documentation and comments (GH-102374) (#102377) by Alex Waygood · 2 years, 6 months ago
  66. 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
  67. 2701a49 IDLE: Simplify DynOptionsMenu __init__code (GH-101371) by Miss Islington (bot) · 2 years, 6 months ago
  68. ca1cc14 gh-102296 Document that inspect.Parameter kinds support ordering (GH-102297) by Miss Islington (bot) · 2 years, 6 months ago
  69. cba52ec gh-101100: Fix sphinx warnings in `types` module (GH-102274) by Miss Islington (bot) · 2 years, 6 months ago
  70. 4cc3636 gh-101765: unicodeobject: use Py_XDECREF correctly (GH-102283) by Miss Islington (bot) · 2 years, 6 months ago
  71. 8e9ffd9 [3.10] Add missing 'is' to `cmath.log()` docstring (GH-102049) (#102280) by Mark Dickinson · 2 years, 6 months ago
  72. 4732f55 [3.10] [doc] Improve grammar/fix missing word (GH-102060) (GH-102278) by Miss Islington (bot) · 2 years, 6 months ago
  73. 5b610b5 [3.10] gh-97786: Fix compiler warnings in pytime.c (GH-101826) (#102150) by Mark Dickinson · 2 years, 6 months ago
  74. 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
  75. 9723961 gh-102259: Fix re doc issue regarding right square brackets (GH-102264) by Miss Islington (bot) · 2 years, 6 months ago
  76. 6fa6c2a [3.10] gh-101765: Fix refcount issues in list and unicode pickling (GH-102265) (#102269) by Jelle Zijlstra · 2 years, 6 months ago
  77. 4667c4d [3.10] GH-99818: improve the documentation for zipfile.Path and Traversable (GH-101589) (#102267) by Shantanu · 2 years, 6 months ago
  78. d22a2cd gh-101100: Fix sphinx warnings in `typing` module docs (GH-102260) by Miss Islington (bot) · 2 years, 6 months ago
  79. f894995 gh-102252: Improve coverage of test_bool.py (GH-102253) by Miss Islington (bot) · 2 years, 6 months ago
  80. ac63169 asyncio docs: Fix dangling hyphen (GH-102227) by Miss Islington (bot) · 2 years, 6 months ago
  81. 9563cf4 gh-101100: Fix Sphinx warnings in `decimal` module (GH-102125) by Miss Islington (bot) · 2 years, 6 months ago
  82. 9f472f8 [3.10] gh-101765: Fix SystemError / segmentation fault in iter `__reduce__` when internal access of `builtins.__dict__` exhausts the iterator (GH-101769) (#102229) by Ionite · 2 years, 6 months ago
  83. 3e80d21 [3.10] gh-95675: fix uid and gid at test_add_dir_getmember (gh-102207) (gh-102230) by Miss Islington (bot) · 2 years, 6 months ago
  84. 2e2ab67 gh-102158: Add tests for `softkwlist` (GH-102159) by Miss Islington (bot) · 2 years, 6 months ago
  85. 9a0116d gh-101981: Consolidate macOS configure steps in CI (GH-102131) by Miss Islington (bot) · 2 years, 6 months ago
  86. 7d2ad47 Fix typo in `Py_GetPythonHome` signature (GH-102168) by Miss Islington (bot) · 2 years, 6 months ago
  87. 780dec8 Fix syntax error in struct doc example (GH-102160) by Miss Islington (bot) · 2 years, 6 months ago
  88. 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
  89. 0f28af5 [3.10] gh-101936: Update the default value of fp from io.StringIO to io.BytesIO (gh-102100) (#102118) by Miss Islington (bot) · 2 years, 6 months ago
  90. 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
  91. bac3fe7 [3.10] gh-95672 fix typo SkitTest to SkipTest (gh-102119) (gh-102122) by Miss Islington (bot) · 2 years, 6 months ago
  92. 444ec74 gh-100556: Improve clarity of `or` docs (GH-100589) by Miss Islington (bot) · 2 years, 6 months ago
  93. 2d9f8d4 gh-101777: Make `PriorityQueue` docs slightly clearer (GH-102026) by Miss Islington (bot) · 2 years, 6 months ago
  94. d9dce23 [3.10] gh-101961 fileinput.hookcompressed should not set the encoding value for the binary mode (gh-102068) (#102099) by Miss Islington (bot) · 2 years, 6 months ago
  95. 7bb41d9 [3.10] gh-101566: Sync with zipp 3.14. (GH-102018). (GH-102091) by Jason R. Coombs · 2 years, 6 months ago
  96. 95f4e2c gh-101981: Apply HOMEBREW related environment variables (gh-102074) by Miss Islington (bot) · 2 years, 6 months ago
  97. c218132 [3.10] gh-101981: Fix Ubuntu SSL tests with OpenSSL (3.1.0-beta1) CI issue (gh-102079) by Dong-hee Na · 2 years, 6 months ago
  98. 63877f6 [3.10] gh-101981: Build macOS as recommended by the devguide (GH-102070) (#102073) by Miss Islington (bot) · 2 years, 6 months ago
  99. f193fad gh-99735: Use required=True in argparse subparsers example (GH-100927) by Miss Islington (bot) · 2 years, 6 months ago
  100. 8520e6c gh-100210: Correct the comment link for unescaping HTML (GH-100212) by Miss Islington (bot) · 2 years, 6 months ago