summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* Python 3.11.10v3.11.10Pablo Galindo2024-09-0723-65/+219
* [3.11] gh-102988: Adjust version numbers in versionadded directives (#123772)Petr Viktorin2024-09-061-2/+2
* [3.11] [CVE-2023-27043] gh-102988: Reject malformed addresses in email.parsea...Petr Viktorin2024-09-065-21/+371
* [3.11] gh-123418: Update OpenSSL to 3.0.15 on Windows (GH-123673) (#123692)Zachary Ware2024-09-053-4/+5
* [3.11] gh-123678: Upgrade libexpat 2.6.3 (#123709)Seth Michael Larson2024-09-054-15/+36
* [3.11]GH-112275: Fix HEAD_LOCK deadlock in child process after fork (#112336)ChuBoning2024-09-042-5/+8
* [3.11] gh-100117: Fix inaccuracy in documentation of the CodeObject's co_posi...Miss Islington (bot)2024-09-041-1/+1
* [3.11] gh-119690: Fixes buffer type confusion in _winapi.CreateNamedPipe audi...Steve Dower2024-09-042-1/+3
* [3.11] gh-123270: Replaced SanitizedNames with a more surgical fix. (GH-12335...Jason R. Coombs2024-09-043-67/+77
* [3.11] gh-123067: Fix quadratic complexity in parsing "-quoted cookie values ...Miss Islington (bot)2024-09-043-26/+47
* [3.11] gh-67693: Fix urlunparse() and urlunsplit() for URIs with path startin...Serhiy Storchaka2024-09-043-4/+70
* [3.11] gh-121650: Encode newlines in headers, and verify headers are sound (G...Łukasz Langa2024-09-0410-4/+164
* [3.11] gh-121285: Remove backtracking when parsing tarfile headers (GH-121286...Seth Michael Larson2024-09-033-38/+111
* [3.11] gh-122905: Sanitize names in zipfile.Path. (GH-122906) (#122925)Jason R. Coombs2024-08-193-1/+78
* [3.11] gh-119506: fix _io.TextIOWrapper.write() write during flush (#119507) ...Inada Naoki2024-08-093-22/+67
* [3.11] gh-114539: Clarify implicit launching of shells by subprocess (GH-1179...Miss Islington (bot)2024-08-091-2/+10
* [3.11] gh-122133: Rework pure Python socketpair tests to avoid use of importl...Miss Islington (bot)2024-08-022-77/+64
* [3.11] gh-122133: Authenticate socket connection for `socket.socketpair()` fa...Miss Islington (bot)2024-07-303-3/+147
* [3.11] gh-121957: Emit audit events for python -i and python -m asyncio (GH-1...Łukasz Langa2024-07-225-1/+22
* [3.11] gh-112346: Document the OS byte in `gzip.compress` output change in 3....Miss Islington (bot)2024-06-172-1/+18
* [3.11] gh-118486: Support mkdir(mode=0o700) on Windows (GH-118488) (GH-118739)Steve Dower2024-05-246-2/+103
* [3.11] gh-118643: Fix AttributeError in the email module (GH-119099) (#119393)Serhiy Storchaka2024-05-233-5/+25
* [3.11] gh-113171: gh-65056: Fix "private" (non-global) IP address ranges (GH-...Petr Viktorin2024-04-255-24/+157
* [3.11] gh-116741: Upgrade libexpat to 2.6.2 (GH-117296) (#118185)Seth Michael Larson2024-04-234-16/+37
* [3.11] gh-109120: Fix syntax error in handlinh of incorrect star expressions...Grigoriev Semyon2024-04-034-999/+1204
* Merge remote-tracking branch 'upstream/3.11' into 3.11Pablo Galindo2024-04-021-1/+2
|\
| * [3.11] gh-115538: Use pathlib to compare prefixes in test_venv (GH-117076)Miss Islington (bot)2024-04-021-1/+2
* | Post 3.11.9Pablo Galindo2024-04-021-1/+1
* | Python 3.11.9v3.11.9Pablo Galindo2024-04-0290-265/+993
|/
* [3.11] Docs: specify XML document name in xml.etree.elementtree example (GH-2...Miss Islington (bot)2024-04-011-1/+1
* [3.11] Docs: add more links to PIPE in subprocess docs (GH-25416) (#117428)Miss Islington (bot)2024-04-011-5/+8
* [3.11] [3.12] gh-117347: Fix test_clinic side effects (GH-117363) (GH-117365)...Miss Islington (bot)2024-03-291-0/+18
* [3.11] gh-117110: Fix subclasses of typing.Any with custom constructors (GH-1...Miss Islington (bot)2024-03-293-1/+22
* [3.11] gh-114331: Skip decimal test_maxcontext_exact_arith on s390x (#117326)...Victor Stinner2024-03-282-1/+10
* [3.11] gh-117310: Remove extra DECREF on "no ciphers" error path in `_ssl._SS...Miss Islington (bot)2024-03-282-1/+4
* [3.11] gh-117178: Recover lazy loading of self-referential modules (GH-117179...Miss Islington (bot)2024-03-283-6/+25
* [3.11] gh-104242: Enable test_is_char_device_true in pathlib test on all plat...Miss Islington (bot)2024-03-271-5/+5
* [3.11] Change links on the index page (GH-117230) (#117269)Miss Islington (bot)2024-03-261-2/+2
* [3.11] [3.12] gh-115538: Use isolate mode when running venv test_multiproces...Miss Islington (bot)2024-03-261-1/+1
* [3.11] pre-commit: add `check-case-conflict` and `check-merge-conflict` (GH-1...Miss Islington (bot)2024-03-261-1/+3
* [3.11] gh-66543: Fix mimetype.guess_type() (GH-117217) (GH-117257)Miss Islington (bot)2024-03-264-9/+45
* [3.11] gh-83845: Add tests for operator module (GH-115883) (#117254)Miss Islington (bot)2024-03-261-0/+47
* [3.11] [3.12] gh-83434: Sync libregrtest and test_regrtest with the main bran...Miss Islington (bot)2024-03-2611-43/+249
* [3.11] gh-117187: Fix XML tests for vanilla Expat <2.6.0 (GH-117203) (GH-117245)Miss Islington (bot)2024-03-263-9/+9
* [3.11] Add information about negative indexes to sequence datamodel doc (GH-...Miss Islington (bot)2024-03-251-3/+6
* [3.11] gh-91227: Ignore ERROR_PORT_UNREACHABLE in proactor recvfrom() (GH-320...Serhiy Storchaka2024-03-255-0/+165
* [3.11] GH-115986 Docs: promote pprint.pp usage as a default (GH-116614) (#117...Miss Islington (bot)2024-03-241-15/+18
* [3.11] gh-101760: Improve the imaplib.IMAP4 example (GH-101764) (#117192)Miss Islington (bot)2024-03-241-1/+1
* [3.11] [docs] Fix typo in docstring and add example to logging cookbook. (GH-...Miss Islington (bot)2024-03-232-15/+127
* [3.11] docs: fix over-linking in dataclasses.rst (GH-117005) (#117164)Carol Willing2024-03-221-78/+85