summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* Python 3.11.15v3.11.15Pablo Galindo Salgado2026-03-0322-61/+196
* [3.11] gh-144363: Update bundled libexpat to 2.7.4 (GH-144365) (#144514)Stan Ulbrych2026-03-0211-66/+78
* [3.11] gh-143916: Allow HTAB in wsgiref header values (#145139)Miss Islington (bot)2026-03-022-22/+33
* [3.11] gh-119342: Fix a potential denial of service in plistlib (GH-119343) (...Serhiy Storchaka2026-03-023-14/+59
* [3.11] gh-100538: Add workflow to verify bundled libexpat (GH-145359) (#145408)Miss Islington (bot)2026-03-021-0/+32
* [3.11] gh-144833: Fix use-after-free in SSL module when SSL_new() fails (GH-1...Miss Islington (bot)2026-02-262-1/+4
* [3.11] gh-144484: Warn users not to use wsgiref in productionMiss Islington (bot)2026-02-051-0/+5
* [3.11] gh-74453: Add stronger security warning to os.path.commonprefixMiss Islington (bot)2026-02-031-5/+7
* [3.11] gh-119451: Fix a potential denial of service in http.client (GH-119454...Miss Islington (bot)2026-01-253-4/+95
* [3.11] gh-142145: Remove quadratic behavior in node ID cache clearing (GH-142...Miss Islington (bot)2026-01-253-9/+41
* [3.11] gh-119452: Fix a potential virtual memory allocation denial of service...Miss Islington (bot)2026-01-253-1/+60
* [3.11] gh-143935: Email preserve parens when folding comments (GH-143936) (#1...Miss Islington (bot)2026-01-253-1/+43
* [3.11] gh-143919: Reject control characters in http cookies (#144092)Miss Islington (bot)2026-01-254-9/+73
* [3.11] gh-144125: email: verify headers are sound in BytesGenerator (#144189)Miss Islington (bot)2026-01-254-3/+23
* [3.11] gh-143925: Reject control characters in data: URL mediatypes (#144114)Seth Michael Larson2026-01-253-0/+14
* [3.11] gh-143916: Reject control characters in wsgiref.headers.HeadersGregory P. Smith2026-01-204-1/+23
* [3.11] Bump GitHub Actions (GH-143757) (#143802)Hugo van Kemenade2026-01-139-38/+38
* [3.11] gh-139436: Remove ``dist-pdf`` from the docs archives rebuild target (...Stan Ulbrych2025-12-291-2/+21
* [3.11] gh-90949: add Expat API to prevent XML deadly allocations (CVE-2025-59...Sebastian Pipping2025-11-257-29/+563
* [3.11] gh-136063: fix quadratic-complexity parsing in `email.message._parsepa...Miss Islington (bot)2025-10-313-10/+39
* [3.11] gh-136065: Fix quadratic complexity in os.path.expandvars() (GH-134952...Łukasz Langa2025-10-315-112/+94
* [3.11] gh-137836: Support more RAWTEXT and PLAINTEXT elements in HTMLParser (...Serhiy Storchaka2025-10-314-114/+163
* [3.11] gh-90953: Don't use deprecated AST nodes in clinic.py (GH-104322) (GH-...Miss Islington (bot)2025-10-311-9/+3
* [3.11] gh-120384: gh-120298: Fix array-out-of-bounds & use after free `list` ...Gregory P. Smith2025-10-315-13/+79
* Post 3.11.14Pablo Galindo2025-10-091-1/+1
* Python 3.11.14v3.11.14Pablo Galindo2025-10-0916-53/+147
* [3.11] gh-139310: skip `test_aead_aes_gcm` for Linux kernel between 6.16.0 an...Miss Islington (bot)2025-10-092-1/+17
* [3.11] gh-137638: Use macos-15-intel in GitHub Actions (GH-139154) (#139794)Jacob Coffee2025-10-081-0/+1
* [3.11] gh-139700: Check consistency of the zip64 end of central directory rec...Miss Islington (bot)2025-10-083-23/+113
* [3.11] gh-135661: Fix CDATA section parsing in HTMLParser (GH-135665) (GH-137...Miss Islington (bot)2025-10-073-8/+104
* [3.11] gh-139400: Make sure that parent parsers outlive their subparsers in `...Sebastian Pipping2025-10-063-0/+65
* [3.11] Remove link to the PDF downloads (GH-139142) (#139430)Adam Turner2025-09-291-8/+12
* [3.11] gh-139312: Update bundled libexpat to 2.7.3 (GH-139319) (#139378)Stan Ulbrych2025-09-286-23/+46
* [3.11] gh-138998: Upgrade vendored expat to 2.7.2 (#138999) (#139056)Stan Ulbrych2025-09-269-374/+750
* [3.11] gh-135374: Adjust test for setuptools' replacement of distutils (GH-13...Petr Viktorin2025-09-242-7/+33
* [3.11] gh-138744: GitHub Actions: pin to `windows-2022` (GH-138743) (GH-138755)Hugo van Kemenade2025-09-132-6/+6
* [3.11] gh-137638: Remove macos-13 from GitHub Actions (GH-138002)Zachary Ware2025-09-131-1/+0
* [3.11] gh-118350: Fix support of elements "textarea" and "title" in HTMLParse...Serhiy Storchaka2025-09-133-5/+113
* [3.11] gh-130577: tarfile now validates archives to ensure member offsets are...Miss Islington (bot)2025-08-193-0/+162
* [3.11] gh-135661: Fix parsing attributes with whitespaces around the "=" sepa...Miss Islington (bot)2025-07-223-19/+18
* [3.11] gh-135661: Fix parsing start and end tags in HTMLParser according to t...Miss Islington (bot)2025-07-125-120/+222
* [3.11] gh-102555: Fix comment parsing in HTMLParser according to the HTML5 st...Miss Islington (bot)2025-07-123-3/+50
* [3.11] gh-135462: Fix quadratic complexity in processing special input in HTM...Serhiy Storchaka2025-07-033-23/+117
* [3.11] gh-127563: use `dk_log2_index_bytes=3` in empty dicts (GH-127568) (GH-...Miss Islington (bot)2025-06-161-1/+4
* [3.11] gh-135374: Update the bundled copy of setuptools to 79.0.1 (#135396)Łukasz Langa2025-06-114-1/+2
* Post 3.11.13Pablo Galindo2025-06-031-1/+1
* Python 3.11.13v3.11.13Pablo Galindo2025-06-0313-25/+80
* [3.11] gh-135034: Normalize link targets in tarfile, add `os.path.realpath(st...T. Wouters2025-06-0311-138/+1017
* [3.11] gh-128840: Fix parsing long IPv6 addresses with embedded IPv4 address ...Miss Islington (bot)2025-06-033-6/+24
* [3.11] gh-123409: fix `IPv6Address.reverse_pointer` for IPv4-mapped addresses...Miss Islington (bot)2025-06-033-12/+53