Python 3.10.13
  1. 4996560 Python 3.10.13 by Pablo Galindo · 2 years ago v3.10.13
  2. e96bddf [3.10] gh-108342: Make ssl TestPreHandshakeClose more reliable (GH-108370) (#108406) by Łukasz Langa · 2 years ago
  3. 893c3b7 [3.10] gh-108342: Break ref cycle in SSLSocket._create() exc (GH-108344) (#108350) by Miss Islington (bot) · 2 years ago
  4. 1c937e5 [3.10] gh-99612: Fix PyUnicode_DecodeUTF8Stateful() for ASCII-only data (GH-99613) (GH-107224) (#107230) by Miss Islington (bot) · 2 years ago
  5. 37d7180 [3.10] gh-108310: Fix CVE-2023-40217: Check for & avoid the ssl pre-close flaw (#108318) by Łukasz Langa · 2 years ago
  6. 7d44551 [3.10] gh-107845: Fix symlink handling for tarfile.data_filter (GH-107846) (#108210) by Miss Islington (bot) · 2 years ago
  7. 56e8c87 [3.10] gh-107565: Update multissltests and GitHub CI workflows to use OpenSSL 1.1.1v, 3.0.10, and 3.1.2. (GH-108120) by Ned Deily · 2 years ago
  8. 917439d [3.10] gh-98154: Clarify Usage of "Reference Count" In the Docs (#107754) by Eric Snow · 2 years ago
  9. c32f095 [3.10] Revert "[3.10] gh-107077: Raise SSLCertVerificationError even if the error is set via SSL_ERROR_SYSCALL (GH-107586) (#107589)" (#107602) by Pablo Galindo Salgado · 2 years ago
  10. 24d54fe [3.10] gh-107077: Raise SSLCertVerificationError even if the error is set via SSL_ERROR_SYSCALL (GH-107586) (#107589) by Miss Islington (bot) · 2 years, 1 month ago
  11. a9e5e59 [3.10] gh-105090: Replace incorrect TLSv1.2 with TLSv1.3 (GH-105404) (#107039) by Miss Islington (bot) · 2 years, 1 month ago
  12. 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
  13. 073c660 [3.10] CI: Bump macOS build to use OpenSSL v3.0 (GH-105538) (#105869) by Miss Islington (bot) · 2 years, 1 month ago
  14. 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
  15. 45de31d [3.10] Clarify the supported cases in the tokenize module (GH-105569) (#105575) by Miss Islington (bot) · 2 years, 2 months ago
  16. a23ff66 Post 3.10.12 by Pablo Galindo · 2 years, 2 months ago
  17. b4e48a4 Python 3.10.12 by Pablo Galindo · 2 years, 2 months ago v3.10.12
  18. 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
  19. cb37100 [3.10] gh-103142: Upgrade binary builds and CI to OpenSSL 1.1.1u (GH-105174) (GH-105200) (#105204) by Gregory P. Smith · 2 years, 2 months ago
  20. 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
  21. 6cae236 [3.10] Update GitHub CI workflow for macOS. (GH-105304) by Ned Deily · 2 years, 2 months ago
  22. 2c9b0f3 [3.10] Skip test_sundry on Windows APPX tests (GH-104944) by Steve Dower · 2 years, 3 months ago
  23. f22ddbf [3.10] Improves the Windows MSI test run on PR (GH-104929) by Steve Dower · 2 years, 3 months ago
  24. f9d2a10 [3.10] gh-104472: Skip `test_subprocess.ProcessTestCase.test_empty_env` if ASAN is enabled (GH-104667) (#104669) by Miss Islington (bot) · 2 years, 3 months ago
  25. 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
  26. 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
  27. cfa4295 [3.10] gh-99889: Fix directory traversal security flaw in uu.decode() (GH-104096) (#104330) by Miss Islington (bot) · 2 years, 3 months ago
  28. d77e77c [3.10] gh-104049: do not expose on-disk location from SimpleHTTPRequestHandler (GH-104067) (#104119) by Miss Islington (bot) · 2 years, 3 months ago
  29. e277266 gh-103935: Use `io.open_code()` when executing code in trace and profile modules (GH-103947) by Steve Dower · 2 years, 4 months ago
  30. 4075e01 [3.10] gh-103207: Fix Welcome formatting issues when macOS Installer is run in dark mode. (GH-103304) by Ned Deily · 2 years, 4 months ago
  31. decf7a7 gh-103262: Fixes Windows installer build to work with latest compilers (GH-103281) by Steve Dower · 2 years, 5 months ago
  32. 18d825b gh-102899: Fix doc link for getting filesystem error handler (GH-102901) by Miss Islington (bot) · 2 years, 5 months ago
  33. 8693ec2 gh-81762: Clarify and simplify description of print's flush param (GH-103264) by Miss Islington (bot) · 2 years, 5 months ago
  34. 8d4c9e5 Merge remote-tracking branch 'upstream/3.10' into 3.10 by Pablo Galindo · 2 years, 5 months ago
  35. 20f4222 Post 3.10.11 by Pablo Galindo · 2 years, 5 months ago
  36. d76a5c6 Improve some grammar in the socket docs (GH-103254) by Miss Islington (bot) · 2 years, 5 months ago
  37. 7d4cc5a Python 3.10.11 by Pablo Galindo · 2 years, 5 months ago v3.10.11
  38. 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
  39. 9a8ce95 gh-103109: Document ignore_warnings() test support helper (GH-103110) by Miss Islington (bot) · 2 years, 5 months ago
  40. d58ff6a Minor docs improvements fix for `codeop` (GH-103123) by Miss Islington (bot) · 2 years, 5 months ago
  41. ba755a2 gh-103099: Link mypy docs from typing.rst (GH-103100) by Miss Islington (bot) · 2 years, 5 months ago
  42. 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
  43. 4abf1f1 gh-103097: Add workaround for Windows ARM64 compiler bug (GH-103098) by Steve Dower · 2 years, 5 months ago
  44. 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
  45. 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
  46. aae84a0 [3.10] GH-102711: Fix warnings found by clang (GH-102712) (#103076) by Miss Islington (bot) · 2 years, 5 months ago
  47. d445147 [3.10] gh-88233: zipfile: handle extras after a zip64 extra (GH-96161) (#102087) by Miss Islington (bot) · 2 years, 5 months ago
  48. 3288923 [3.10] gh-101997: Update bundled pip version to 23.0.1 (GH-101998). (#102241) by Pradyun Gedam · 2 years, 5 months ago
  49. 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
  50. ae8a721 Update pdb docs for arguments (GH-102965) by Miss Islington (bot) · 2 years, 5 months ago
  51. db5bf52 [3.10] gh-103025: fix a ctypes doc typo (GH-103026) (#103030) by Miss Islington (bot) · 2 years, 5 months ago
  52. 7513c6b [3.10] gh-101100: Document PyObject_ClearWeakRefs and gzip's name (#103002) by Hugo van Kemenade · 2 years, 5 months ago
  53. d3b4d3a gh-102980: Add tests for pdf's display, alias and where commands (GH-102981) by Miss Islington (bot) · 2 years, 5 months ago
  54. cbffc3a gh-102873: logging.LogRecord docs: improve description of `msg` parameter (GH-102875) by Miss Islington (bot) · 2 years, 5 months ago
  55. 581dd8c [3.10] gh-102027: Fix macro name (GH-102124) (#102917) by Miss Islington (bot) · 2 years, 5 months ago
  56. 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
  57. 206c2b1 GH-100989: Revert Improve the accuracy of collections.deque docstrings (GH-102979) by Miss Islington (bot) · 2 years, 5 months ago
  58. 77e54fe gh-98239: Document that `inspect.getsource()` can raise `TypeError` (GH-101689) by Miss Islington (bot) · 2 years, 5 months ago
  59. 6c667d0 gh-102936: typing: document performance pitfalls of protocols decorated with `@runtime_checkable` (GH-102937) by Miss Islington (bot) · 2 years, 5 months ago
  60. 4531fd0 [3.10] gh-102947: Improve traceback when calling `fields()` on a non-dataclass (#102948) (#102954) by Alex Waygood · 2 years, 5 months ago
  61. 100da7c gh-100989: Improve the accuracy of collections.deque docstrings (GH-100990) by Miss Islington (bot) · 2 years, 5 months ago
  62. 3c2a7bb Docs: improve accuracy of sqlite3.Connection.interrupt() (GH-102904) by Miss Islington (bot) · 2 years, 5 months ago
  63. 2e0505a Docs: improve the accuracy of the sqlite3.connect() timeout param (GH-102900) by Miss Islington (bot) · 2 years, 5 months ago
  64. 00b5060 Docs: improve accuracy of pdb alias example (GH-102892) by Miss Islington (bot) · 2 years, 5 months ago
  65. eaafea8 gh-102595: Document `PyObject_Format` c-api function (GH-102596) by Miss Islington (bot) · 2 years, 5 months ago
  66. 21b9402 Add link to `sys.exit` function documentation (GH-102805) by Miss Islington (bot) · 2 years, 5 months ago
  67. d5fdc3f gh-98608: Fix Failure-handling in new_interpreter() (gh-102658) by Miss Islington (bot) · 2 years, 5 months ago
  68. e732a85 [3.10] gh-102721: Improve coverage of `_collections_abc._CallableGenericAlias` (GH-102790) by Nikita Sobolev · 2 years, 5 months ago
  69. 744a41b Increase stack reserve size for Windows debug builds to avoid test crashes (GH-102776) by Steve Dower · 2 years, 5 months ago
  70. 99b38be [3.10] Fix outdated note about 'int' rounding or truncating (GH-102736) (#102767) by Miss Islington (bot) · 2 years, 5 months ago
  71. 9781240 gh-94440: Fix issue of ProcessPoolExecutor shutdown hanging (GH-94468) by Miss Islington (bot) · 2 years, 5 months ago
  72. bef189b gh-101100: Documenting --prefix and --exec-prefix. (GH-102695) by Miss Islington (bot) · 2 years, 5 months ago
  73. 087fb56 [3.10] Remove misformatted exclamation marks in docs (GH-102694) (#102717) by Hugo van Kemenade · 2 years, 5 months ago
  74. 6f4df72 gh-101377: improving test_locale_calendar_formatweekday of calendar (GH-101378) by Miss Islington (bot) · 2 years, 5 months ago
  75. 95fd2df gh-102703: Fix typo in modules tutorial documentation (GH-102707) by Miss Islington (bot) · 2 years, 5 months ago
  76. df38f7c [3.10] gh-102354: change python3 to python in docs examples (GH-102696) (#102698) by Miss Islington (bot) · 2 years, 5 months ago
  77. 2c015a6 gh-100315: clarification to `__slots__` docs. (GH-102621) by Miss Islington (bot) · 2 years, 5 months ago
  78. 125f75c doc: Remove a duplicate 'versionchanged' in library/asyncio-task (gh-102677) by Miss Islington (bot) · 2 years, 5 months ago
  79. 0275b12 gh-102627: Replace address pointing toward malicious web page (GH-102630) by Miss Islington (bot) · 2 years, 5 months ago
  80. 83ccaf2 [3.10] Fix duplicated words in the docs (#102645) by Alex Waygood · 2 years, 5 months ago
  81. 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
  82. 5e10479 Fix broken link to MSDN (GH-102355) by Miss Islington (bot) · 2 years, 5 months ago
  83. a01ad52 gh-101100: Fix Sphinx warnings in `turtle` module (GH-102340) by Miss Islington (bot) · 2 years, 5 months ago
  84. 5bdcb08 GH-102537: Handle check for PYTHONTZPATH failing in zoneinfo test (GH-102538) by Miss Islington (bot) · 2 years, 5 months ago
  85. 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
  86. 7276ee0 gh-101100: Fix sphinx warnings in `zipapp` and `zipfile` modules (GH-102526) by Miss Islington (bot) · 2 years, 5 months ago
  87. 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
  88. 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
  89. 4248c24 Add gettext support to tools/extensions/c_annotations.py (GH-101989) by Miss Islington (bot) · 2 years, 5 months ago
  90. 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
  91. f5280e2 [3.10] gh-102444: Fix minor bugs in `test_typing` highlighted by pyflakes (#102445) (#102452) by Alex Waygood · 2 years, 6 months ago
  92. 9cec602 GH-102341: Improve the test function for pow (GH-102342) by Miss Islington (bot) · 2 years, 6 months ago
  93. 94e08e1 Fix unused classes in a typing test (GH-102437) by Miss Islington (bot) · 2 years, 6 months ago
  94. 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
  95. d4a04e5 gh-102356: Add thrashcan macros to filter object dealloc (GH-102426) by Miss Islington (bot) · 2 years, 6 months ago
  96. d4992c7 gh-101992: update pstlib module documentation (GH-102133) by Miss Islington (bot) · 2 years, 6 months ago
  97. 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
  98. 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
  99. 6c2e052 [3.10] GH-102126: fix deadlock at shutdown when clearing thread state… (#102235) by Kumar Aditya · 2 years, 6 months ago
  100. 3d88b4e gh-101754: Document that Windows converts keys in `os.environ` to uppercase (GH-101840) by Miss Islington (bot) · 2 years, 6 months ago