summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* 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
* [3.11] gh-128840: Limit the number of parts in IPv6 address parsing (GH-12884...Miss Islington (bot)2025-06-033-2/+22
* [3.11] gh-87799: Improve the textual representation of IPv4-mapped IPv6 addre...Miss Islington (bot)2025-06-033-1/+45
* [3.11] gh-134062: Fix hash collisions in IPv4Network and IPv6Network (GH-1340...Miss Islington (bot)2025-06-023-1/+32
* [3.11] gh-133767: Fix use-after-free in the unicode-escape decoder with an er...Serhiy Storchaka2025-06-028-57/+197
* [3.11] gh-126500: test_ssl: Don't stop ThreadedEchoServer on OSError in Conne...Miss Islington (bot)2025-05-141-5/+12
* Post 3.11.12Pablo Galindo2025-04-081-1/+1
* Python 3.11.12v3.11.12Pablo Galindo2025-04-0813-36/+109
* [3.11] gh-131809: Upgrade vendored expat to 2.7.1 (GH-132192) (#132240)Seth Michael Larson2025-04-085-10/+20
* [3.11] gh-131261: Update libexpat to 2.7.0 (CVE-2024-8176) (GH-131272) (GH-13...Seth Michael Larson2025-04-034-160/+425
* [3.11] gh-121284: Fix email address header folding with parsed encoded-word (...Miss Islington (bot)2025-04-033-5/+37
* [3.11] gh-127257: ssl: Raise OSError for ERR_LIB_SYS (GH-127361) (GH-127905) ...Victor Stinner2025-04-032-0/+12
* [3.11] gh-106883: Make test_current_frames_exceptions_deadlock faster (#131182)Diego Russo2025-03-141-8/+4
* [3.11] gh-106883 Fix deadlock in threaded application (#117332)Diego Russo2025-03-113-0/+93
* [3.11] GH-130396: Treat clang -Og as optimized for gdb tests (GH-130550) (GH-...Miss Islington (bot)2025-02-271-1/+5
* [3.11] gh-119511: Fix a potential denial of service in imaplib (GH-119514) (#...Miss Islington (bot)2025-02-193-1/+31
* [3.11] gh-105704: Disallow square brackets (`[` and `]`) in domain names for ...Miss Islington (bot)2025-02-193-3/+58
* [3.11] gh-80222: Fix email address header folding with long quoted-string (GH...Miss Islington (bot)2025-02-193-3/+53
* [3.11] gh-107262: Update Tkinter tests for Tcl/Tk 8.6.14 (GH-119322) (#130276)Miss Islington (bot)2025-02-192-9/+22
* [3.11] gh-122544: Change OS image in GitHub Actions to Ubuntu 24.04 (#122566)...Hugo van Kemenade2025-02-183-12167/+18216
* [3.11] CI: Use ImageOS (ubuntu24) instead of runner.os (Linux) in cache keys ...Hugo van Kemenade2025-02-183-37/+32
* [3.11] Docs: pin python-docs-theme to 2025.2 (#129576)Adam Turner2025-02-130-0/+0
* [3.11] gh-119461: Restore the testSocket VSOCK skipUnless removed by PR GH-11...Miss Islington (bot)2025-02-131-0/+2
* [3.11] Docs: pin python-docs-theme to 2025.2 (#129576)Adam Turner2025-02-131-1/+1
* [3.11] gh-119461: Fix ThreadedVSOCKSocketStreamTest (#129171)Victor Stinner2025-01-231-5/+10
* [3.11] gh-128069: brew link --overwrite tcl-tk@8 to prevent conflict with Git...Miss Islington (bot)2025-01-221-1/+1