summaryrefslogtreecommitdiffstats
path: root/Misc
Commit message (Expand)AuthorAgeFilesLines
* Python 3.11.11v3.11.11Pablo Galindo2024-12-036-10/+49
* [3.11] gh-122792: Make IPv4-mapped IPv6 address properties consistent with IP...Miss Islington (bot)2024-12-031-0/+3
* [3.11] gh-126623: Update libexpat to 2.6.4, make future updates easier (GH-12...Seth Michael Larson2024-12-031-0/+1
* [3.11] gh-124651: Quote template strings in `venv` activation scripts (GH-124...Victor Stinner2024-11-011-0/+1
* [3.11] gh-123418: Update CI to use fresh OpenSSL releases (GH-123675) (#123699)Zachary Ware2024-10-221-0/+2
* [3.11] gh-125041: test_zlib: For s390x HW acceleration, only skip checking th...Petr Viktorin2024-10-221-0/+3
* Python 3.11.10v3.11.10Pablo Galindo2024-09-0720-56/+210
* [3.11] [CVE-2023-27043] gh-102988: Reject malformed addresses in email.parsea...Petr Viktorin2024-09-061-0/+8
* [3.11] gh-123418: Update OpenSSL to 3.0.15 on Windows (GH-123673) (#123692)Zachary Ware2024-09-051-0/+1
* [3.11] gh-123678: Upgrade libexpat 2.6.3 (#123709)Seth Michael Larson2024-09-051-0/+1
* [3.11]GH-112275: Fix HEAD_LOCK deadlock in child process after fork (#112336)ChuBoning2024-09-041-0/+3
* [3.11] gh-119690: Fixes buffer type confusion in _winapi.CreateNamedPipe audi...Steve Dower2024-09-041-0/+2
* [3.11] gh-123270: Replaced SanitizedNames with a more surgical fix. (GH-12335...Jason R. Coombs2024-09-041-0/+3
* [3.11] gh-123067: Fix quadratic complexity in parsing "-quoted cookie values ...Miss Islington (bot)2024-09-041-0/+1
* [3.11] gh-67693: Fix urlunparse() and urlunsplit() for URIs with path startin...Serhiy Storchaka2024-09-041-0/+2
* [3.11] gh-121650: Encode newlines in headers, and verify headers are sound (G...Łukasz Langa2024-09-041-0/+5
* [3.11] gh-121285: Remove backtracking when parsing tarfile headers (GH-121286...Seth Michael Larson2024-09-031-0/+2
* [3.11] gh-122905: Sanitize names in zipfile.Path. (GH-122906) (#122925)Jason R. Coombs2024-08-191-0/+1
* [3.11] gh-119506: fix _io.TextIOWrapper.write() write during flush (#119507) ...Inada Naoki2024-08-091-0/+1
* [3.11] gh-122133: Authenticate socket connection for `socket.socketpair()` fa...Miss Islington (bot)2024-07-301-0/+5
* [3.11] gh-121957: Emit audit events for python -i and python -m asyncio (GH-1...Łukasz Langa2024-07-221-0/+3
* [3.11] gh-118486: Support mkdir(mode=0o700) on Windows (GH-118488) (GH-118739)Steve Dower2024-05-241-0/+4
* [3.11] gh-118643: Fix AttributeError in the email module (GH-119099) (#119393)Serhiy Storchaka2024-05-231-0/+2
* [3.11] gh-113171: gh-65056: Fix "private" (non-global) IP address ranges (GH-...Petr Viktorin2024-04-251-0/+9
* [3.11] gh-116741: Upgrade libexpat to 2.6.2 (GH-117296) (#118185)Seth Michael Larson2024-04-231-0/+1
* [3.11] gh-109120: Fix syntax error in handlinh of incorrect star expressions...Grigoriev Semyon2024-04-031-0/+2
* Python 3.11.9v3.11.9Pablo Galindo2024-04-0287-202/+902
* [3.11] gh-117110: Fix subclasses of typing.Any with custom constructors (GH-1...Miss Islington (bot)2024-03-291-0/+1
* [3.11] gh-117310: Remove extra DECREF on "no ciphers" error path in `_ssl._SS...Miss Islington (bot)2024-03-281-0/+4
* [3.11] gh-117178: Recover lazy loading of self-referential modules (GH-117179...Miss Islington (bot)2024-03-281-0/+2
* [3.11] gh-66543: Fix mimetype.guess_type() (GH-117217) (GH-117257)Miss Islington (bot)2024-03-261-0/+4
* [3.11] [3.12] gh-83434: Sync libregrtest and test_regrtest with the main bran...Miss Islington (bot)2024-03-263-0/+7
* [3.11] gh-117187: Fix XML tests for vanilla Expat <2.6.0 (GH-117203) (GH-117245)Miss Islington (bot)2024-03-261-0/+1
* [3.11] gh-91227: Ignore ERROR_PORT_UNREACHABLE in proactor recvfrom() (GH-320...Serhiy Storchaka2024-03-251-0/+1
* [3.11] gh-117084: Fix ZIP file extraction for directory entry names with back...Serhiy Storchaka2024-03-221-0/+2
* [3.11] gh-75988: Fix issues with autospec ignoring wrapped object (GH-115223)...infohash2024-03-221-0/+1
* [3.11] gh-117021: Fix integer overflow in PyLong_AsPid() on non-Windows 64-bi...Serhiy Storchaka2024-03-211-0/+2
* [3.11] gh-116773: Fix overlapped memory corruption crash (GH-116774) (#117077)jkriegshauser2024-03-201-0/+1
* [3.11] gh-116957: configparser: Do post-process values after DuplicateOptionE...David Röthlisberger2024-03-191-0/+3
* [3.11] gh-90872: Fix subprocess.Popen.wait() for negative timeout (#116989) (...Victor Stinner2024-03-191-0/+3
* [3.11] gh-105866: fix dataclass with slots=True, weakref_slot=True (GH-105870...Miss Islington (bot)2024-03-191-0/+1
* [3.11] gh-90535: Fix support of interval>1 in logging.TimedRotatingFileHandle...Miss Islington (bot)2024-03-181-0/+3
* [3.11] gh-116484: Fix collisions between Checkbutton and ttk.Checkbutton defa...Miss Islington (bot)2024-03-161-0/+3
* [3.11] gh-116764: Fix regressions in urllib.parse.parse_qsl() (GH-116801) (GH...Miss Islington (bot)2024-03-161-0/+4
* [3.11] gh-116811: Ensure MetadataPathFinder.invalidate_caches is reachable wh...Jason R. Coombs2024-03-151-0/+2
* [3.11] gh-90095: Ignore empty lines and comments in `.pdbrc` (GH-116834) (#11...Miss Islington (bot)2024-03-151-0/+1
* [3.11] GH-115979: update test_importlib to work under WASI SDK 21 (GH-116754)...Brett Cannon2024-03-131-0/+1
* [3.11] gh-116401: Fix blocking os.fwalk() and shutil.rmtree() on opening a na...Serhiy Storchaka2024-03-131-0/+2
* [3.11] gh-116307: Proper fix for 'mod' leaking across importlib tests… (#11...Jason R. Coombs2024-03-131-0/+2
* [3.11] gh-90095: Make .pdbrc work properly and add some reasonable te… (#11...Tian Gao2024-03-121-0/+1