summaryrefslogtreecommitdiffstats
path: root/Misc
Commit message (Expand)AuthorAgeFilesLines
* Python 3.11.15v3.11.15Pablo Galindo Salgado2026-03-0318-55/+190
* [3.11] gh-144363: Update bundled libexpat to 2.7.4 (GH-144365) (#144514)Stan Ulbrych2026-03-021-0/+1
* [3.11] gh-119342: Fix a potential denial of service in plistlib (GH-119343) (...Serhiy Storchaka2026-03-021-0/+5
* [3.11] gh-144833: Fix use-after-free in SSL module when SSL_new() fails (GH-1...Miss Islington (bot)2026-02-261-0/+3
* [3.11] gh-119451: Fix a potential denial of service in http.client (GH-119454...Miss Islington (bot)2026-01-251-0/+5
* [3.11] gh-142145: Remove quadratic behavior in node ID cache clearing (GH-142...Miss Islington (bot)2026-01-251-0/+6
* [3.11] gh-119452: Fix a potential virtual memory allocation denial of service...Miss Islington (bot)2026-01-251-0/+5
* [3.11] gh-143935: Email preserve parens when folding comments (GH-143936) (#1...Miss Islington (bot)2026-01-251-0/+6
* [3.11] gh-143919: Reject control characters in http cookies (#144092)Miss Islington (bot)2026-01-251-0/+1
* [3.11] gh-144125: email: verify headers are sound in BytesGenerator (#144189)Miss Islington (bot)2026-01-251-0/+4
* [3.11] gh-143925: Reject control characters in data: URL mediatypes (#144114)Seth Michael Larson2026-01-251-0/+1
* [3.11] gh-143916: Reject control characters in wsgiref.headers.HeadersGregory P. Smith2026-01-201-0/+2
* [3.11] gh-90949: add Expat API to prevent XML deadly allocations (CVE-2025-59...Sebastian Pipping2025-11-251-0/+5
* [3.11] gh-136063: fix quadratic-complexity parsing in `email.message._parsepa...Miss Islington (bot)2025-10-311-0/+2
* [3.11] gh-136065: Fix quadratic complexity in os.path.expandvars() (GH-134952...Łukasz Langa2025-10-311-0/+1
* [3.11] gh-137836: Support more RAWTEXT and PLAINTEXT elements in HTMLParser (...Serhiy Storchaka2025-10-311-0/+3
* [3.11] gh-120384: gh-120298: Fix array-out-of-bounds & use after free `list` ...Gregory P. Smith2025-10-312-0/+5
* Python 3.11.14v3.11.14Pablo Galindo2025-10-0913-49/+143
* [3.11] gh-139700: Check consistency of the zip64 end of central directory rec...Miss Islington (bot)2025-10-081-0/+3
* [3.11] gh-135661: Fix CDATA section parsing in HTMLParser (GH-135665) (GH-137...Miss Islington (bot)2025-10-071-0/+5
* [3.11] gh-139400: Make sure that parent parsers outlive their subparsers in `...Sebastian Pipping2025-10-061-0/+4
* [3.11] gh-139312: Update bundled libexpat to 2.7.3 (GH-139319) (#139378)Stan Ulbrych2025-09-281-0/+1
* [3.11] gh-138998: Upgrade vendored expat to 2.7.2 (#138999) (#139056)Stan Ulbrych2025-09-261-0/+1
* [3.11] gh-118350: Fix support of elements "textarea" and "title" in HTMLParse...Serhiy Storchaka2025-09-131-0/+2
* [3.11] gh-130577: tarfile now validates archives to ensure member offsets are...Miss Islington (bot)2025-08-191-0/+3
* [3.11] gh-135661: Fix parsing attributes with whitespaces around the "=" sepa...Miss Islington (bot)2025-07-221-5/+0
* [3.11] gh-135661: Fix parsing start and end tags in HTMLParser according to t...Miss Islington (bot)2025-07-122-0/+27
* [3.11] gh-102555: Fix comment parsing in HTMLParser according to the HTML5 st...Miss Islington (bot)2025-07-121-0/+3
* [3.11] gh-135462: Fix quadratic complexity in processing special input in HTM...Serhiy Storchaka2025-07-031-0/+4
* [3.11] gh-135374: Update the bundled copy of setuptools to 79.0.1 (#135396)Łukasz Langa2025-06-111-0/+1
* Python 3.11.13v3.11.13Pablo Galindo2025-06-038-17/+72
* [3.11] gh-135034: Normalize link targets in tarfile, add `os.path.realpath(st...T. Wouters2025-06-031-0/+6
* [3.11] gh-128840: Fix parsing long IPv6 addresses with embedded IPv4 address ...Miss Islington (bot)2025-06-031-0/+1
* [3.11] gh-123409: fix `IPv6Address.reverse_pointer` for IPv4-mapped addresses...Miss Islington (bot)2025-06-031-0/+2
* [3.11] gh-128840: Limit the number of parts in IPv6 address parsing (GH-12884...Miss Islington (bot)2025-06-031-0/+2
* [3.11] gh-87799: Improve the textual representation of IPv4-mapped IPv6 addre...Miss Islington (bot)2025-06-031-0/+1
* [3.11] gh-134062: Fix hash collisions in IPv4Network and IPv6Network (GH-1340...Miss Islington (bot)2025-06-021-0/+3
* [3.11] gh-133767: Fix use-after-free in the unicode-escape decoder with an er...Serhiy Storchaka2025-06-021-0/+2
* Python 3.11.12v3.11.12Pablo Galindo2025-04-0810-31/+104
* [3.11] gh-131809: Upgrade vendored expat to 2.7.1 (GH-132192) (#132240)Seth Michael Larson2025-04-081-0/+1
* [3.11] gh-131261: Update libexpat to 2.7.0 (CVE-2024-8176) (GH-131272) (GH-13...Seth Michael Larson2025-04-031-0/+1
* [3.11] gh-121284: Fix email address header folding with parsed encoded-word (...Miss Islington (bot)2025-04-031-0/+7
* [3.11] gh-127257: ssl: Raise OSError for ERR_LIB_SYS (GH-127361) (GH-127905) ...Victor Stinner2025-04-031-0/+2
* [3.11] gh-106883 Fix deadlock in threaded application (#117332)Diego Russo2025-03-111-0/+1
* [3.11] gh-119511: Fix a potential denial of service in imaplib (GH-119514) (#...Miss Islington (bot)2025-02-191-0/+7
* [3.11] gh-105704: Disallow square brackets (`[` and `]`) in domain names for ...Miss Islington (bot)2025-02-191-0/+4
* [3.11] gh-80222: Fix email address header folding with long quoted-string (GH...Miss Islington (bot)2025-02-191-0/+6
* [3.11] gh-128874: Fix the documentation for blurb 2.0 (GH-128875) (#128879)Miss Islington (bot)2025-01-212-3/+3
* [3.11] gh-121277: Allow .. versionadded:: next in docs (GH-121278) (#124718) ...Petr Viktorin2024-12-111-0/+2
* Python 3.11.11v3.11.11Pablo Galindo2024-12-036-10/+49