Python 3.11.11
  1. d03b868 Python 3.11.11 by Pablo Galindo · 9 months ago v3.11.11
  2. 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
  3. 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
  4. ae961ae [3.11] gh-124651: Quote template strings in `venv` activation scripts (GH-124712) (GH-126185) (#126269) by Victor Stinner · 10 months ago
  5. e84015f [3.11] gh-123418: Update CI to use fresh OpenSSL releases (GH-123675) (#123699) by Zachary Ware · 10 months ago
  6. 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
  7. 0c47759 Python 3.11.10 by Pablo Galindo · 12 months ago v3.11.10
  8. bc4a703 [3.11] [CVE-2023-27043] gh-102988: Reject malformed addresses in email.parseaddr() (GH-111116) (#123767) by Petr Viktorin · 12 months ago
  9. 5752116 [3.11] gh-123418: Update OpenSSL to 3.0.15 on Windows (GH-123673) (#123692) by Zachary Ware · 12 months ago
  10. b582d52 [3.11] gh-123678: Upgrade libexpat 2.6.3 (#123709) by Seth Michael Larson · 12 months ago
  11. 522799a [3.11]GH-112275: Fix HEAD_LOCK deadlock in child process after fork (#112336) by ChuBoning · 12 months ago
  12. 697beec [3.11] gh-119690: Fixes buffer type confusion in _winapi.CreateNamedPipe audit event (#119734) by Steve Dower · 12 months ago
  13. fc0b825 [3.11] gh-123270: Replaced SanitizedNames with a more surgical fix. (GH-123354) (#123425) by Jason R. Coombs · 12 months ago
  14. 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
  15. 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
  16. f7c0f09 [3.11] gh-121650: Encode newlines in headers, and verify headers are sound (GH-122233) (#122608) by Łukasz Langa · 12 months ago
  17. d449caf [3.11] gh-121285: Remove backtracking when parsing tarfile headers (GH-121286) (#123639) by Seth Michael Larson · 12 months ago
  18. 795f259 [3.11] gh-122905: Sanitize names in zipfile.Path. (GH-122906) (#122925) by Jason R. Coombs · 12 months ago
  19. 8a978a7 [3.11] gh-119506: fix _io.TextIOWrapper.write() write during flush (#119507) (#120314) by Inada Naoki · 1 year ago
  20. 5f90aba [3.11] gh-122133: Authenticate socket connection for `socket.socketpair()` fallback (GH-122134) (#122426) by Miss Islington (bot) · 1 year, 1 month ago
  21. 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
  22. 35c799d [3.11] gh-118486: Support mkdir(mode=0o700) on Windows (GH-118488) (GH-118739) by Steve Dower · 1 year, 3 months ago
  23. 4762b36 [3.11] gh-118643: Fix AttributeError in the email module (GH-119099) (#119393) by Serhiy Storchaka · 1 year, 3 months ago
  24. 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
  25. 8133285 [3.11] gh-116741: Upgrade libexpat to 2.6.2 (GH-117296) (#118185) by Seth Michael Larson · 1 year, 4 months ago
  26. 3bc0d2b [3.11] gh-109120: Fix syntax error in handlinh of incorrect star expressions… (#117464) by Grigoriev Semyon · 1 year, 5 months ago
  27. de54cf5 Python 3.11.9 by Pablo Galindo · 1 year, 5 months ago v3.11.9
  28. 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
  29. 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
  30. c703b7b [3.11] gh-117178: Recover lazy loading of self-referential modules (GH-117179) (#117320) by Miss Islington (bot) · 1 year, 5 months ago
  31. 2d93236 [3.11] gh-66543: Fix mimetype.guess_type() (GH-117217) (GH-117257) by Miss Islington (bot) · 1 year, 5 months ago
  32. 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
  33. 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
  34. 6261322 [3.11] gh-91227: Ignore ERROR_PORT_UNREACHABLE in proactor recvfrom() (GH-32011) (GH-117210) by Serhiy Storchaka · 1 year, 5 months ago
  35. 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
  36. 51da1dd [3.11] gh-75988: Fix issues with autospec ignoring wrapped object (GH-115223) (#117124) by infohash · 1 year, 5 months ago
  37. 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
  38. 23a1c9f [3.11] gh-116773: Fix overlapped memory corruption crash (GH-116774) (#117077) by jkriegshauser · 1 year, 5 months ago
  39. b517fd5 [3.11] gh-116957: configparser: Do post-process values after DuplicateOptionError (GH-116958) (GH-117012) by David Röthlisberger · 1 year, 5 months ago
  40. c7b01e3 [3.11] gh-90872: Fix subprocess.Popen.wait() for negative timeout (#116989) (#117003) by Victor Stinner · 1 year, 5 months ago
  41. 299b6d0 [3.11] gh-105866: fix dataclass with slots=True, weakref_slot=True (GH-105870) (GH-116979) by Miss Islington (bot) · 1 year, 5 months ago
  42. 3b4cd48 [3.11] gh-90535: Fix support of interval>1 in logging.TimedRotatingFileHandler (GH-116220) (GH-116893) by Miss Islington (bot) · 1 year, 5 months ago
  43. 02497b7 [3.11] gh-116484: Fix collisions between Checkbutton and ttk.Checkbutton default names (GH-116495) (GH-116902) by Miss Islington (bot) · 1 year, 5 months ago
  44. eddfdb3 [3.11] gh-116764: Fix regressions in urllib.parse.parse_qsl() (GH-116801) (GH-116895) by Miss Islington (bot) · 1 year, 5 months ago
  45. 8acd6ca [3.11] gh-116811: Ensure MetadataPathFinder.invalidate_caches is reachable when delegated through PathFinder. (GH-116812) (#116865) by Jason R. Coombs · 1 year, 5 months ago
  46. eaefa0b [3.11] gh-90095: Ignore empty lines and comments in `.pdbrc` (GH-116834) (#116855) by Miss Islington (bot) · 1 year, 5 months ago
  47. 3cc24f1 [3.11] GH-115979: update test_importlib to work under WASI SDK 21 (GH-116754) (GH-116762) by Brett Cannon · 1 year, 5 months ago
  48. 4a73637 [3.11] gh-116401: Fix blocking os.fwalk() and shutil.rmtree() on opening a named pipe (GH-116421) (GH-116717) by Serhiy Storchaka · 1 year, 5 months ago
  49. 21a259e [3.11] gh-116307: Proper fix for 'mod' leaking across importlib tests… (#116694) by Jason R. Coombs · 1 year, 5 months ago
  50. b17d347 [3.11] gh-90095: Make .pdbrc work properly and add some reasonable te… (#116660) by Tian Gao · 1 year, 5 months ago
  51. 5562a09 [3.11] gh-116600: [Enum] fix global Flag repr (GH-116615) (#116630) by Miss Islington (bot) · 1 year, 5 months ago
  52. fc9da96 [3.11] gh-115398: Expose Expat >=2.6.0 reparse deferral API (CVE-2023-52425) (GH-115623) (#116268) by Sebastian Pipping · 1 year, 6 months ago
  53. 26f7956 [3.11] gh-116143: Fix race condition in pydoc _start_server (GH-116144) (#116416) by Miss Islington (bot) · 1 year, 6 months ago
  54. 4637a1f [3.11] GH-116313: get WASI builds to run under wasmtime 18 w/ WASI 0.2/preview2 primitives (GH-116327) (GH-116373) (GH-116384) by Brett Cannon · 1 year, 6 months ago
  55. fa670a5 [3.11] gh-74668: Fix support of bytes in urllib.parse.parse_qsl() (GH-115771) (GH-116367) by Miss Islington (bot) · 1 year, 6 months ago
  56. c75df4b [3.11] gh-76511: Fix email.Message.as_string() for non-ASCII message with ASCII charset (GH-116125) (GH-116365) by Miss Islington (bot) · 1 year, 6 months ago
  57. f187da5 [3.11] gh-116325: Raise `SyntaxError` rather than `IndexError` on ForwardRef with empty string arg (GH-116341) (#116348) by Miss Islington (bot) · 1 year, 6 months ago
  58. f068522 [3.11] gh-116296: Fix refleak in reduce_newobj() corner case (GH-116297) (#116300) by Miss Islington (bot) · 1 year, 6 months ago
  59. 8bfbeeb [3.11] gh-112281: Allow `Union` with unhashable `Annotated` metadata (GH-112283) (#116288) by Nikita Sobolev · 1 year, 6 months ago
  60. d3756ed [3.11] gh-115809: Improve TimedRotatingFileHandler.getFilesToDelete() (GH-115812) (GH-116262) by Miss Islington (bot) · 1 year, 6 months ago
  61. 862775b [3.11] GH-115978: Disable `*readv()` and `*writev()` on WASI (GH-116228) (GH-116232) by Miss Islington (bot) · 1 year, 6 months ago
  62. c363936 [3.11] gh-88352: Fix logging.TimedRotatingFileHandler (GH-116191) (GH-116209) by Miss Islington (bot) · 1 year, 6 months ago
  63. 677356b gh-115554: Improved logic for handling multiple existing py.exe launcher installs (GH-116201) by Steve Dower · 1 year, 6 months ago
  64. 726c117 [3.11] gh-101293: Fix support of custom callables and types in inspect.Signature.from_callable() (GH-115530) (GH-116197) by Miss Islington (bot) · 1 year, 6 months ago
  65. d3282f5 [3.11] gh-87115: Set `__main__.__spec__` to `None` in pdb (GH-116141) (#116155) by Tian Gao · 1 year, 6 months ago
  66. f4efc13 [3.11] Docs: mark up NotImplemented using the :data: role throughout the docs (GH-116135) (#116148) by Miss Islington (bot) · 1 year, 6 months ago
  67. e7dc853 [3.11] gh-115197: Stop resolving host in urllib.request proxy bypass (GH-115210) by Miss Islington (bot) · 1 year, 6 months ago
  68. 99ab0d4 [3.11] gh-116034: fix location info on the error of a failed assertion (#116052) by Irit Katriel · 1 year, 6 months ago
  69. 4007086 [3.11] gh-112006: Fix inspect.unwrap() for types where __wrapped__ is a data descriptor (GH-115540) (GH-115965) by Miss Islington (bot) · 1 year, 6 months ago
  70. eb13ac6 [3.11] bpo-43952: Fix multiprocessing Listener authkey bug (GH-25845) (GH-115994) by Miss Islington (bot) · 1 year, 6 months ago
  71. c562f5a [3.11] bpo-44865: Fix yet one missing translations in argparse (GH-27668) (GH-115975) by Miss Islington (bot) · 1 year, 6 months ago
  72. f8a6a1c [3.11] gh-77956: Add the words 'default' and 'version' help text localizable (GH-12711) (GH-115968) by Serhiy Storchaka · 1 year, 6 months ago
  73. 46f821d [3.11] gh-114763: Protect lazy loading modules from attribute access races (GH-114781) (GH-115871) by Miss Islington (bot) · 1 year, 6 months ago
  74. a30a1e7 [3.11] gh-115881: Ensure `ast.parse()` parses conditional context managers even with low `feature_version` passed (#115920) (#115960) by Alex Waygood · 1 year, 6 months ago
  75. 35a43d4 [3.11] gh-115823: Calculate correctly error locations when dealing with implicit encodings (GH-115824) (#115950) by Miss Islington (bot) · 1 year, 6 months ago
  76. f2b1f6b [3.11] gh-115886: Handle embedded null characters in shared memory name (GH-115887) (GH-115907) by Serhiy Storchaka · 1 year, 6 months ago
  77. a4a28e5 [3.11] gh-67044: Always quote or escape \r and \n in csv.writer() (GH-115741) (GH-115867) by Miss Islington (bot) · 1 year, 6 months ago
  78. f7052d5 [3.11] gh-88516: show file proxy icon in IDLE editor windows on macOS (GH-112894) (#115841) by Miss Islington (bot) · 1 year, 6 months ago
  79. 301f166 [3.11] gh-93205: When rotating logs with no namer specified, match whole extension (GH-93224) (GH-115785) by Miss Islington (bot) · 1 year, 6 months ago
  80. a27c540 [3.11] gh-96310: Fix a traceback in argparse when all options in a mutually exclusive group are suppressed (GH-96311) (GH-115768) by Miss Islington (bot) · 1 year, 6 months ago
  81. 6928d5e [3.11] gh-115399: Document CVE-2023-52425 under "XML vulnerabilities" (GH-115400) (GH-115761) by Miss Islington (bot) · 1 year, 6 months ago
  82. 9068c8c [3.11] gh-115712: Support CSV dialects with delimiter=' ' and skipinitialspace=True (GH-115721) (GH-115729) (GH-115738) by Serhiy Storchaka · 1 year, 6 months ago
  83. 142711a [3.11] gh-86291: linecache: get module name from __spec__ if available (GH-22908) (GH-115732) by Miss Islington (bot) · 1 year, 6 months ago
  84. aff083e [3.11] Add missed `stream` argument (GH-111775) (#115717) by Miss Islington (bot) · 1 year, 6 months ago
  85. 01c37f1 [3.11] gh-114572: Fix locking in cert_store_stats and get_ca_certs (GH-114573) (#115549) by Miss Islington (bot) · 1 year, 6 months ago
  86. f0104d2 gh-115543: Update py.exe to know about Python 3.13 and to install 3.12 by default (GH-115544) by Miss Islington (bot) · 1 year, 6 months ago
  87. c02b7ae [3.11] gh-60346: Improve handling single-dash options in ArgumentParser.parse_known_args() (GH-114180) (GH-115674) by Miss Islington (bot) · 1 year, 6 months ago
  88. 5dac9c5 [3.11] gh-115618: Remove improper Py_XDECREFs in property methods (GH-115619) (GH-115621) by Serhiy Storchaka · 1 year, 6 months ago
  89. cd0a071 [3.11] gh-115596: Fix ProgramPriorityTests in test_os permanently changing the process priority (GH-115610) (GH-115617) by Miss Islington (bot) · 1 year, 6 months ago
  90. ee3d8dc [3.11] gh-107155: Fix help() for lambda function with return annotation (GH-115613) by Kirill Podoprigora · 1 year, 6 months ago
  91. 6fbc610 [3.11] gh-100985: Consistently wrap IPv6 IP address during CONNECT (GH-100986) (GH-115606) by Serhiy Storchaka · 1 year, 6 months ago
  92. 51b974b [3.11] gh-96497: Mangle name before symtable lookup in 'symtable_extend_namedexpr_scope' (GH-96561) (GH-115604) by Serhiy Storchaka · 1 year, 6 months ago
  93. 70754d2 [3.11] gh-100884: email/_header_value_parser: don't encode list separators (GH-100885) (GH-115593) by Miss Islington (bot) · 1 year, 6 months ago
  94. a5eaa14 [3.11] gh-95782: Fix io.BufferedReader.tell() etc. being able to return offsets < 0 (GH-99709) (GH-115600) by Miss Islington (bot) · 1 year, 6 months ago
  95. c01a480 [3.11] gh-115570: Fix DeprecationWarnings in test_typing (#115571) by Jelle Zijlstra · 1 year, 6 months ago
  96. 9bb3f56 [3.11] [3.12] GH-113516: don't set `LDSHARED` when building for WASI (GH-115495) (GH-115496) (GH-115497) by Miss Islington (bot) · 1 year, 6 months ago
  97. 1739efc [3.11] gh-112087: Fix reduce logic for the empty reverse iterator for list (gh-115472) by Donghee Na · 1 year, 6 months ago
  98. e071b0d [3.11] Upgrade bundled libexpat to 2.6.0 (GH-115399) (GH-115468) by Seth Michael Larson · 1 year, 6 months ago
  99. 0e07ebd [3.11] gh-115243: Fix crash in deque.index() when the deque is concurrently modified (GH-115247) (GH-115466) by Miss Islington (bot) · 1 year, 6 months ago
  100. c4e8ffb [3.11] gh-115392: Fix doctest reporting incorrect line numbers for decorated functions (GH-115440) (#115458) by Miss Islington (bot) · 1 year, 6 months ago