Python 3.11.10
  1. 0c47759 Python 3.11.10 by Pablo Galindo · 11 months ago v3.11.10
  2. 2e2b1b5 [3.11] gh-102988: Adjust version numbers in versionadded directives (#123772) by Petr Viktorin · 12 months ago
  3. bc4a703 [3.11] [CVE-2023-27043] gh-102988: Reject malformed addresses in email.parseaddr() (GH-111116) (#123767) by Petr Viktorin · 12 months ago
  4. 5752116 [3.11] gh-123418: Update OpenSSL to 3.0.15 on Windows (GH-123673) (#123692) by Zachary Ware · 12 months ago
  5. b582d52 [3.11] gh-123678: Upgrade libexpat 2.6.3 (#123709) by Seth Michael Larson · 12 months ago
  6. 522799a [3.11]GH-112275: Fix HEAD_LOCK deadlock in child process after fork (#112336) by ChuBoning · 12 months ago
  7. 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
  8. 697beec [3.11] gh-119690: Fixes buffer type confusion in _winapi.CreateNamedPipe audit event (#119734) by Steve Dower · 12 months ago
  9. fc0b825 [3.11] gh-123270: Replaced SanitizedNames with a more surgical fix. (GH-123354) (#123425) by Jason R. Coombs · 12 months ago
  10. 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
  11. 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
  12. f7c0f09 [3.11] gh-121650: Encode newlines in headers, and verify headers are sound (GH-122233) (#122608) by Łukasz Langa · 12 months ago
  13. d449caf [3.11] gh-121285: Remove backtracking when parsing tarfile headers (GH-121286) (#123639) by Seth Michael Larson · 12 months ago
  14. 795f259 [3.11] gh-122905: Sanitize names in zipfile.Path. (GH-122906) (#122925) by Jason R. Coombs · 12 months ago
  15. 8a978a7 [3.11] gh-119506: fix _io.TextIOWrapper.write() write during flush (#119507) (#120314) by Inada Naoki · 1 year ago
  16. b396360 [3.11] gh-114539: Clarify implicit launching of shells by subprocess (GH-117996) (#118003) by Miss Islington (bot) · 1 year ago
  17. 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
  18. 5f90aba [3.11] gh-122133: Authenticate socket connection for `socket.socketpair()` fallback (GH-122134) (#122426) by Miss Islington (bot) · 1 year, 1 month ago
  19. 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
  20. 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
  21. 35c799d [3.11] gh-118486: Support mkdir(mode=0o700) on Windows (GH-118488) (GH-118739) by Steve Dower · 1 year, 3 months ago
  22. 4762b36 [3.11] gh-118643: Fix AttributeError in the email module (GH-119099) (#119393) by Serhiy Storchaka · 1 year, 3 months ago
  23. 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
  24. 8133285 [3.11] gh-116741: Upgrade libexpat to 2.6.2 (GH-117296) (#118185) by Seth Michael Larson · 1 year, 4 months ago
  25. 3bc0d2b [3.11] gh-109120: Fix syntax error in handlinh of incorrect star expressions… (#117464) by Grigoriev Semyon · 1 year, 5 months ago
  26. cd12e6c Merge remote-tracking branch 'upstream/3.11' into 3.11 by Pablo Galindo · 1 year, 5 months ago
  27. 9a40444 Post 3.11.9 by Pablo Galindo · 1 year, 5 months ago
  28. 38bcbb2 [3.11] gh-115538: Use pathlib to compare prefixes in test_venv (GH-117076) by Miss Islington (bot) · 1 year, 5 months ago
  29. de54cf5 Python 3.11.9 by Pablo Galindo · 1 year, 5 months ago v3.11.9
  30. 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
  31. 8dcda74 [3.11] Docs: add more links to PIPE in subprocess docs (GH-25416) (#117428) by Miss Islington (bot) · 1 year, 5 months ago
  32. 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
  33. 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
  34. 8bbb121 [3.11] gh-114331: Skip decimal test_maxcontext_exact_arith on s390x (#117326) (#117331) by Victor Stinner · 1 year, 5 months ago
  35. 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
  36. c703b7b [3.11] gh-117178: Recover lazy loading of self-referential modules (GH-117179) (#117320) by Miss Islington (bot) · 1 year, 5 months ago
  37. 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
  38. d161061 [3.11] Change links on the index page (GH-117230) (#117269) by Miss Islington (bot) · 1 year, 5 months ago
  39. 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
  40. 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
  41. 2d93236 [3.11] gh-66543: Fix mimetype.guess_type() (GH-117217) (GH-117257) by Miss Islington (bot) · 1 year, 5 months ago
  42. 1112e01 [3.11] gh-83845: Add tests for operator module (GH-115883) (#117254) by Miss Islington (bot) · 1 year, 5 months ago
  43. 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
  44. 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
  45. e64c7d3 [3.11] Add information about negative indexes to sequence datamodel doc (GH-110903) (#117239) by Miss Islington (bot) · 1 year, 5 months ago
  46. 6261322 [3.11] gh-91227: Ignore ERROR_PORT_UNREACHABLE in proactor recvfrom() (GH-32011) (GH-117210) by Serhiy Storchaka · 1 year, 5 months ago
  47. 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
  48. 5d12230 [3.11] gh-101760: Improve the imaplib.IMAP4 example (GH-101764) (#117192) by Miss Islington (bot) · 1 year, 5 months ago
  49. 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
  50. cf034ad [3.11] docs: fix over-linking in dataclasses.rst (GH-117005) (#117164) by Carol Willing · 1 year, 5 months ago
  51. 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
  52. da5efeb Fix get_packagefamilyname helper function on Windows 32-bit (GH-117153) by Miss Islington (bot) · 1 year, 5 months ago
  53. 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
  54. 51da1dd [3.11] gh-75988: Fix issues with autospec ignoring wrapped object (GH-115223) (#117124) by infohash · 1 year, 5 months ago
  55. 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
  56. 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
  57. 2f1806e [3.11] Fix sort order for "locale encoding" glossary item (GH-115794) (#117103) by Miss Islington (bot) · 1 year, 5 months ago
  58. 23a1c9f [3.11] gh-116773: Fix overlapped memory corruption crash (GH-116774) (#117077) by jkriegshauser · 1 year, 5 months ago
  59. 7eedaf4 [3.11] gh-117058: Update GUI and packaging recommendations for macOS. (GH-117059) (#117082) by Miss Islington (bot) · 1 year, 5 months ago
  60. 051b8a2 [3.11] gh-90300: Improve the Python CLI help output (GH-115853) (GH-117022) (GH-117034) by Serhiy Storchaka · 1 year, 5 months ago
  61. 1de746f [3.11] docs: announce venv creation before installing packages (GH-117036) (#117039) by Miss Islington (bot) · 1 year, 5 months ago
  62. 25c34ce [3.11] gh-101100: Fix Sphinx warnings in `library/pydoc.rst` (GH-116913) (#117038) by Miss Islington (bot) · 1 year, 5 months ago
  63. b027278 [3.11] Update titles and subtitles on landing page template (GH-116914) (#117019) by Miss Islington (bot) · 1 year, 5 months ago
  64. 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
  65. bb7a6d4 [3.11] gh-107607: Update comment about utf-8 BOM being ignored (GH-107858) (#117015) by Miss Islington (bot) · 1 year, 5 months ago
  66. c7b01e3 [3.11] gh-90872: Fix subprocess.Popen.wait() for negative timeout (#116989) (#117003) by Victor Stinner · 1 year, 5 months ago
  67. 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
  68. b23fae3 [3.11] Bump GitHub Actions (GH-116944) (GH-116949) by Hugo van Kemenade · 1 year, 5 months ago
  69. 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
  70. 56cd874 [3.11] gh-116881: Remove erroneous or redundant grammar NULL (GH-116885) (#116952) by Miss Islington (bot) · 1 year, 5 months ago
  71. a93974d [3.11] gh-116831: Fixes tests for c extension in WASI for Python 3.11 (GH-116831) (#116933) by Kushal Das · 1 year, 5 months ago
  72. fb66087 [3.11] gh-116851: Remove "from ctypes import *" from a ctypes example (GH-116852) (GH-116906) by Miss Islington (bot) · 1 year, 5 months ago
  73. 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
  74. 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
  75. d16519a [3.11] gh-116858: Add `@cpython_only` to several tests in `test_cmd_line` (GH-116859) (#116890) by Nikita Sobolev · 1 year, 5 months ago
  76. 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
  77. eaefa0b [3.11] gh-90095: Ignore empty lines and comments in `.pdbrc` (GH-116834) (#116855) by Miss Islington (bot) · 1 year, 5 months ago
  78. d83b4c5 [3.11] gh-90300: Fix undocumented envvars in the Python CLI help (GH-116765) (GH-116797) (GH-116803) by Miss Islington (bot) · 1 year, 5 months ago
  79. 0ecdaf0 [3.11] gh-90300: Document equivalent -X options for envvars in the Python CLI help (GH-116756) (GH-116786) (GH-116796) by Miss Islington (bot) · 1 year, 5 months ago
  80. c42e709 [3.11] gh-116785: Fix direct invocation of `test_inspect` (GH-116787) (#116795) by Miss Islington (bot) · 1 year, 5 months ago
  81. 1080dd1 [3.11] gh-90300: Sort the -X options and some envvars in the Python CLI help (GH-116739) (GH-116766) (GH-116779) by Serhiy Storchaka · 1 year, 5 months ago
  82. 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
  83. 039fd9e [3.11] gh-98731: Improvements to the logging documentation (GH-101618) (GH-116733) by Miss Islington (bot) · 1 year, 5 months ago
  84. f292b07 [3.11] gh-106687: _ssl: use uint64_t for SSL options (#106700) (#116665) by Victor Stinner · 1 year, 5 months ago
  85. cde47e2 [3.11] gh-110918: Fix side effects of regrtest test_match_tests() (GH-116718) (#116727) by Miss Islington (bot) · 1 year, 5 months ago
  86. 1117e7d [3.11] [doc]: Update cookbook recipe for Qt6. (GH-116719) (GH-116728) by Miss Islington (bot) · 1 year, 5 months ago
  87. 76c4ab3 [3.11] gh-90300: Fix cmdline.rst (GH-116721) (GH-116725) by Miss Islington (bot) · 1 year, 5 months ago
  88. bccd1f6 [3.11] gh-116714: Handle errors correctly in `PyFloat_GetInfo` (GH-116715) (#116723) by Miss Islington (bot) · 1 year, 5 months ago
  89. 1dcb461 [3.11] gh-111307: Update design FAQ 'switch' entry (GH-115899) (#116704) by Miss Islington (bot) · 1 year, 5 months ago
  90. 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
  91. 5bd3507 [3.11] gh-116491: Improve `test_win32_ver` (GH-116506) (#116709) by Miss Islington (bot) · 1 year, 5 months ago
  92. 7e8578c [3.11] gh-115264: Fix `test_functools` with `-00` mode (GH-115276) (#116706) by Miss Islington (bot) · 1 year, 5 months ago
  93. 0ebc792 [3.11] Docs: fix broken links (GH-116651) (#116701) by Mariusz Felisiak · 1 year, 5 months ago
  94. 21a259e [3.11] gh-116307: Proper fix for 'mod' leaking across importlib tests… (#116694) by Jason R. Coombs · 1 year, 5 months ago
  95. a01621a [3.11] gh-116682: stdout may be empty in test_cancel_futures_wait_false (GH-116683) (#116693) by Miss Islington (bot) · 1 year, 5 months ago
  96. 0917338 [3.11] Add `typing.NamedTuple` in glossary section for named tuples (GH-108327) (#116690) by Miss Islington (bot) · 1 year, 5 months ago
  97. f3a2b62 [3.11] gh-110819: Fix ‘kind’ may be used uninitialized warning in `longobject` (GH-116599) (#116650) by Nikita Sobolev · 1 year, 5 months ago
  98. b17d347 [3.11] gh-90095: Make .pdbrc work properly and add some reasonable te… (#116660) by Tian Gao · 1 year, 5 months ago
  99. 52c4117 [3.11] gh-116541: Handle errors correctly in `_pystatvfs_fromstructstatvfs` (GH-116542) (#116644) by Miss Islington (bot) · 1 year, 5 months ago
  100. 5562a09 [3.11] gh-116600: [Enum] fix global Flag repr (GH-116615) (#116630) by Miss Islington (bot) · 1 year, 5 months ago