Python 3.11.13
  1. 498b971 Python 3.11.13 by Pablo Galindo · 3 months ago v3.11.13
  2. 4633f3f [3.11] gh-135034: Normalize link targets in tarfile, add `os.path.realpath(strict='allow_missing')` (GH-135037) (GH-135068) by T. Wouters · 3 months ago
  3. 2c6ca1a [3.11] gh-128840: Fix parsing long IPv6 addresses with embedded IPv4 address (GH-134836) (GH-135091) by Miss Islington (bot) · 3 months ago
  4. 9df171d [3.11] gh-123409: fix `IPv6Address.reverse_pointer` for IPv4-mapped addresses (GH-123419) (GH-135087) by Miss Islington (bot) · 3 months ago
  5. da37555 [3.11] gh-128840: Limit the number of parts in IPv6 address parsing (GH-128841) (GH-134613) by Miss Islington (bot) · 3 months ago
  6. f38f9cf [3.11] gh-87799: Improve the textual representation of IPv4-mapped IPv6 addresses (GH-29345) (GH-135080) by Miss Islington (bot) · 3 months ago
  7. f8b4421 [3.11] gh-134062: Fix hash collisions in IPv4Network and IPv6Network (GH-134063) (GH-134479) by Miss Islington (bot) · 3 months ago
  8. 73b3040 [3.11] gh-133767: Fix use-after-free in the unicode-escape decoder with an error handler (GH-129648) (GH-133944) (GH-134341) by Serhiy Storchaka · 3 months ago
  9. 461ca2c [3.11] gh-126500: test_ssl: Don't stop ThreadedEchoServer on OSError in ConnectionHandler; rely on __exit__ (GH-126503) (GH-126572) (GH-133148) by Miss Islington (bot) · 3 months ago
  10. ab47462 Post 3.11.12 by Pablo Galindo · 4 months ago
  11. da1f6c6 Python 3.11.12 by Pablo Galindo · 4 months ago v3.11.12
  12. 553d706 [3.11] gh-131809: Upgrade vendored expat to 2.7.1 (GH-132192) (#132240) by Seth Michael Larson · 4 months ago
  13. ba49eab [3.11] gh-131261: Update libexpat to 2.7.0 (CVE-2024-8176) (GH-131272) (GH-131362) by Seth Michael Larson · 5 months ago
  14. 0a66052 [3.11] gh-121284: Fix email address header folding with parsed encoded-word (GH-122754) (GH-131405) by Miss Islington (bot) · 5 months ago
  15. 4588712 [3.11] gh-127257: ssl: Raise OSError for ERR_LIB_SYS (GH-127361) (GH-127905) (GH-131970) by Victor Stinner · 5 months ago
  16. f576d31 [3.11] gh-106883: Make test_current_frames_exceptions_deadlock faster (#131182) by Diego Russo · 5 months ago
  17. 6b37486 [3.11] gh-106883 Fix deadlock in threaded application (#117332) by Diego Russo · 5 months ago
  18. f1897d3 [3.11] GH-130396: Treat clang -Og as optimized for gdb tests (GH-130550) (GH-130573) (#130593) by Miss Islington (bot) · 6 months ago
  19. 3abcace [3.11] gh-119511: Fix a potential denial of service in imaplib (GH-119514) (#129357) by Miss Islington (bot) · 6 months ago
  20. 526617e [3.11] gh-105704: Disallow square brackets (`[` and `]`) in domain names for parsed URLs (GH-129418) (#129528) by Miss Islington (bot) · 6 months ago
  21. 7cff053 [3.11] gh-80222: Fix email address header folding with long quoted-string (GH-122753) (#129009) by Miss Islington (bot) · 6 months ago
  22. 9d727fe [3.11] gh-107262: Update Tkinter tests for Tcl/Tk 8.6.14 (GH-119322) (#130276) by Miss Islington (bot) · 6 months ago
  23. b2c3a95 [3.11] gh-122544: Change OS image in GitHub Actions to Ubuntu 24.04 (#122566) (#130260) by Hugo van Kemenade · 6 months ago
  24. 2e01a71 [3.11] CI: Use ImageOS (ubuntu24) instead of runner.os (Linux) in cache keys (GH-130200) (#130252) by Hugo van Kemenade · 6 months ago
  25. 77ca2f6 [3.11] Docs: pin python-docs-theme to 2025.2 (#129576) by Adam Turner · 6 months ago
  26. 552ec42 [3.11] gh-119461: Restore the testSocket VSOCK skipUnless removed by PR GH-119465 (GH-129561) (#129566) by Miss Islington (bot) · 6 months ago
  27. 2068b03 [3.11] Docs: pin python-docs-theme to 2025.2 (#129576) by Adam Turner · 6 months ago
  28. 45db419 [3.11] gh-119461: Fix ThreadedVSOCKSocketStreamTest (#129171) by Victor Stinner · 7 months ago
  29. 49edb99 [3.11] gh-128069: brew link --overwrite tcl-tk@8 to prevent conflict with GitHub image's version (GH-128090) (#129172) by Miss Islington (bot) · 7 months ago
  30. a83a7cf [3.11] gh-128874: Fix the documentation for blurb 2.0 (GH-128875) (#128879) by Miss Islington (bot) · 7 months ago
  31. f0895aa [3.11] gh-121277: Allow .. versionadded:: next in docs (GH-121278) (#124718) (#127827) by Petr Viktorin · 8 months ago
  32. 976c4f2 Post 3.11.11 by Pablo Galindo · 9 months ago
  33. d03b868 Python 3.11.11 by Pablo Galindo · 9 months ago v3.11.11
  34. 66a01b0 [3.11] gh-122792: Make IPv4-mapped IPv6 address properties consistent with IPv4 (GH-122793) (GH-123818) by Miss Islington (bot) · 9 months ago
  35. 2e161e2 [3.11] gh-126623: Update libexpat to 2.6.4, make future updates easier (GH-126792) (GH-126798) by Seth Michael Larson · 9 months ago
  36. 7f71003 [3.11] gh-127359: Pin Tcl/Tk to 8 (8.6) for testing macOS (GH-127365) (#127407) by Hugo van Kemenade · 9 months ago
  37. e33b6fc [3.11] gh-111942: Remove an extra incref in textiowrapper_change_encoding (#126542) by Petr Viktorin · 9 months ago
  38. 8c6885d [3.11] gh-87846: test_io: Ignore OpenWrapper in test___all__ (#126478) by Petr Viktorin · 9 months ago
  39. ae961ae [3.11] gh-124651: Quote template strings in `venv` activation scripts (GH-124712) (GH-126185) (#126269) by Victor Stinner · 10 months ago
  40. e84015f [3.11] gh-123418: Update CI to use fresh OpenSSL releases (GH-123675) (#123699) by Zachary Ware · 10 months ago
  41. affa2a9 [3.11] Adjust build_ubuntu_ssltests job to use cache for the correct OS version (#124484) by Zachary Ware · 10 months ago
  42. 8630002 [3.11] gh-125041: test_zlib: For s390x HW acceleration, only skip checking the compressed bytes (GH-125042) (#125577) by Petr Viktorin · 10 months ago
  43. 8b275e7 Post 3.11.10 by Pablo Galindo · 11 months ago
  44. 0c47759 Python 3.11.10 by Pablo Galindo · 11 months ago v3.11.10
  45. 2e2b1b5 [3.11] gh-102988: Adjust version numbers in versionadded directives (#123772) by Petr Viktorin · 12 months ago
  46. bc4a703 [3.11] [CVE-2023-27043] gh-102988: Reject malformed addresses in email.parseaddr() (GH-111116) (#123767) by Petr Viktorin · 12 months ago
  47. 5752116 [3.11] gh-123418: Update OpenSSL to 3.0.15 on Windows (GH-123673) (#123692) by Zachary Ware · 12 months ago
  48. b582d52 [3.11] gh-123678: Upgrade libexpat 2.6.3 (#123709) by Seth Michael Larson · 12 months ago
  49. 522799a [3.11]GH-112275: Fix HEAD_LOCK deadlock in child process after fork (#112336) by ChuBoning · 12 months ago
  50. 851821d [3.11] gh-100117: Fix inaccuracy in documentation of the CodeObject's co_positions field. (GH-119364) (#119871) by Miss Islington (bot) · 12 months ago
  51. 697beec [3.11] gh-119690: Fixes buffer type confusion in _winapi.CreateNamedPipe audit event (#119734) by Steve Dower · 12 months ago
  52. fc0b825 [3.11] gh-123270: Replaced SanitizedNames with a more surgical fix. (GH-123354) (#123425) by Jason R. Coombs · 12 months ago
  53. d4ac921 [3.11] gh-123067: Fix quadratic complexity in parsing "-quoted cookie values with backslashes (GH-123075) (#123105) by Miss Islington (bot) · 12 months ago
  54. d0e8c10 [3.11] gh-67693: Fix urlunparse() and urlunsplit() for URIs with path starting with multiple slashes and no authority (GH-113563) (#119025) by Serhiy Storchaka · 12 months ago
  55. f7c0f09 [3.11] gh-121650: Encode newlines in headers, and verify headers are sound (GH-122233) (#122608) by Łukasz Langa · 12 months ago
  56. d449caf [3.11] gh-121285: Remove backtracking when parsing tarfile headers (GH-121286) (#123639) by Seth Michael Larson · 12 months ago
  57. 795f259 [3.11] gh-122905: Sanitize names in zipfile.Path. (GH-122906) (#122925) by Jason R. Coombs · 12 months ago
  58. 8a978a7 [3.11] gh-119506: fix _io.TextIOWrapper.write() write during flush (#119507) (#120314) by Inada Naoki · 1 year ago
  59. b396360 [3.11] gh-114539: Clarify implicit launching of shells by subprocess (GH-117996) (#118003) by Miss Islington (bot) · 1 year ago
  60. c5655aa [3.11] gh-122133: Rework pure Python socketpair tests to avoid use of importlib.reload. (GH-122493) (GH-122506) by Miss Islington (bot) · 1 year, 1 month ago
  61. 5f90aba [3.11] gh-122133: Authenticate socket connection for `socket.socketpair()` fallback (GH-122134) (#122426) by Miss Islington (bot) · 1 year, 1 month ago
  62. d542a9b [3.11] gh-121957: Emit audit events for python -i and python -m asyncio (GH-122118) by Łukasz Langa · 1 year, 1 month ago
  63. 1b0e63c [3.11] gh-112346: Document the OS byte in `gzip.compress` output change in 3.11 (GH-120480) (#120614) by Miss Islington (bot) · 1 year, 2 months ago
  64. 35c799d [3.11] gh-118486: Support mkdir(mode=0o700) on Windows (GH-118488) (GH-118739) by Steve Dower · 1 year, 3 months ago
  65. 4762b36 [3.11] gh-118643: Fix AttributeError in the email module (GH-119099) (#119393) by Serhiy Storchaka · 1 year, 3 months ago
  66. ba43157 [3.11] gh-113171: gh-65056: Fix "private" (non-global) IP address ranges (GH-113179) (GH-113186) (GH-118177) (#118227) by Petr Viktorin · 1 year, 4 months ago
  67. 8133285 [3.11] gh-116741: Upgrade libexpat to 2.6.2 (GH-117296) (#118185) by Seth Michael Larson · 1 year, 4 months ago
  68. 3bc0d2b [3.11] gh-109120: Fix syntax error in handlinh of incorrect star expressions… (#117464) by Grigoriev Semyon · 1 year, 5 months ago
  69. cd12e6c Merge remote-tracking branch 'upstream/3.11' into 3.11 by Pablo Galindo · 1 year, 5 months ago
  70. 9a40444 Post 3.11.9 by Pablo Galindo · 1 year, 5 months ago
  71. 38bcbb2 [3.11] gh-115538: Use pathlib to compare prefixes in test_venv (GH-117076) by Miss Islington (bot) · 1 year, 5 months ago
  72. de54cf5 Python 3.11.9 by Pablo Galindo · 1 year, 5 months ago v3.11.9
  73. 5b547de [3.11] Docs: specify XML document name in xml.etree.elementtree example (GH-24223) (#117430) by Miss Islington (bot) · 1 year, 5 months ago
  74. 8dcda74 [3.11] Docs: add more links to PIPE in subprocess docs (GH-25416) (#117428) by Miss Islington (bot) · 1 year, 5 months ago
  75. 54ee038 [3.11] [3.12] gh-117347: Fix test_clinic side effects (GH-117363) (GH-117365) (#117366) by Miss Islington (bot) · 1 year, 5 months ago
  76. 01ab43c [3.11] gh-117110: Fix subclasses of typing.Any with custom constructors (GH-117111) (#117358) by Miss Islington (bot) · 1 year, 5 months ago
  77. 8bbb121 [3.11] gh-114331: Skip decimal test_maxcontext_exact_arith on s390x (#117326) (#117331) by Victor Stinner · 1 year, 5 months ago
  78. 65a0923 [3.11] gh-117310: Remove extra DECREF on "no ciphers" error path in `_ssl._SSLContext` constructor (GH-117309) (GH-117318) by Miss Islington (bot) · 1 year, 5 months ago
  79. c703b7b [3.11] gh-117178: Recover lazy loading of self-referential modules (GH-117179) (#117320) by Miss Islington (bot) · 1 year, 5 months ago
  80. 370a7f1 [3.11] gh-104242: Enable test_is_char_device_true in pathlib test on all platform (GH-116983) (GH-117277) (GH-117280) by Miss Islington (bot) · 1 year, 5 months ago
  81. d161061 [3.11] Change links on the index page (GH-117230) (#117269) by Miss Islington (bot) · 1 year, 5 months ago
  82. 3d853a4 [3.11] [3.12] gh-115538: Use isolate mode when running venv test_multiproces… (GH-117264) (#117265) by Miss Islington (bot) · 1 year, 5 months ago
  83. 452b0e5 [3.11] pre-commit: add `check-case-conflict` and `check-merge-conflict` (GH-117259) (#117261) by Miss Islington (bot) · 1 year, 5 months ago
  84. 2d93236 [3.11] gh-66543: Fix mimetype.guess_type() (GH-117217) (GH-117257) by Miss Islington (bot) · 1 year, 5 months ago
  85. 1112e01 [3.11] gh-83845: Add tests for operator module (GH-115883) (#117254) by Miss Islington (bot) · 1 year, 5 months ago
  86. 04b26ee [3.11] [3.12] gh-83434: Sync libregrtest and test_regrtest with the main branch (GH-117250) (#117251) by Miss Islington (bot) · 1 year, 5 months ago
  87. 2f8d3a1 [3.11] gh-117187: Fix XML tests for vanilla Expat <2.6.0 (GH-117203) (GH-117245) by Miss Islington (bot) · 1 year, 5 months ago
  88. e64c7d3 [3.11] Add information about negative indexes to sequence datamodel doc (GH-110903) (#117239) by Miss Islington (bot) · 1 year, 5 months ago
  89. 6261322 [3.11] gh-91227: Ignore ERROR_PORT_UNREACHABLE in proactor recvfrom() (GH-32011) (GH-117210) by Serhiy Storchaka · 1 year, 5 months ago
  90. a3a0ce1 [3.11] GH-115986 Docs: promote pprint.pp usage as a default (GH-116614) (#117197) by Miss Islington (bot) · 1 year, 5 months ago
  91. 5d12230 [3.11] gh-101760: Improve the imaplib.IMAP4 example (GH-101764) (#117192) by Miss Islington (bot) · 1 year, 5 months ago
  92. de43ce1 [3.11] [docs] Fix typo in docstring and add example to logging cookbook. (GH-117157) (GH-117158) by Miss Islington (bot) · 1 year, 5 months ago
  93. cf034ad [3.11] docs: fix over-linking in dataclasses.rst (GH-117005) (#117164) by Carol Willing · 1 year, 5 months ago
  94. 0d82047 [3.11] gh-117084: Fix ZIP file extraction for directory entry names with backslashes on Windows (GH-117129) (GH-117162) (GH-117165) by Serhiy Storchaka · 1 year, 5 months ago
  95. da5efeb Fix get_packagefamilyname helper function on Windows 32-bit (GH-117153) by Miss Islington (bot) · 1 year, 5 months ago
  96. 8440125 [3.11] gh-117127: glob tests: Reopen dir_fd to pick up directory changes (GH-117128) (GH-117149) by Miss Islington (bot) · 1 year, 5 months ago
  97. 51da1dd [3.11] gh-75988: Fix issues with autospec ignoring wrapped object (GH-115223) (#117124) by infohash · 1 year, 5 months ago
  98. 0ec8561 [3.11] gh-117061: Fix test_posix.test_sched_setaffinity() on RHEL9 (GH-117126) (#117138) by Miss Islington (bot) · 1 year, 5 months ago
  99. 7323c4d [3.11] gh-117021: Fix integer overflow in PyLong_AsPid() on non-Windows 64-bit platforms (GH-117064) (GH-117070) (GH-117075) by Serhiy Storchaka · 1 year, 5 months ago
  100. 2f1806e [3.11] Fix sort order for "locale encoding" glossary item (GH-115794) (#117103) by Miss Islington (bot) · 1 year, 5 months ago