index
:
cpython.git
2.7
3.3
3.4
3.5
3.6
benjamin-clang
benjamin-iteration-torture
buildbot-custom
master
https://github.com/python/cpython.git
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
Commit message (
Expand
)
Author
Age
Files
Lines
*
Python 3.11.14
v3.11.14
Pablo Galindo
2025-10-09
16
-53/+147
*
[3.11] gh-139310: skip `test_aead_aes_gcm` for Linux kernel between 6.16.0 an...
Miss Islington (bot)
2025-10-09
2
-1/+17
*
[3.11] gh-137638: Use macos-15-intel in GitHub Actions (GH-139154) (#139794)
Jacob Coffee
2025-10-08
1
-0/+1
*
[3.11] gh-139700: Check consistency of the zip64 end of central directory rec...
Miss Islington (bot)
2025-10-08
3
-23/+113
*
[3.11] gh-135661: Fix CDATA section parsing in HTMLParser (GH-135665) (GH-137...
Miss Islington (bot)
2025-10-07
3
-8/+104
*
[3.11] gh-139400: Make sure that parent parsers outlive their subparsers in `...
Sebastian Pipping
2025-10-06
3
-0/+65
*
[3.11] Remove link to the PDF downloads (GH-139142) (#139430)
Adam Turner
2025-09-29
1
-8/+12
*
[3.11] gh-139312: Update bundled libexpat to 2.7.3 (GH-139319) (#139378)
Stan Ulbrych
2025-09-28
6
-23/+46
*
[3.11] gh-138998: Upgrade vendored expat to 2.7.2 (#138999) (#139056)
Stan Ulbrych
2025-09-26
9
-374/+750
*
[3.11] gh-135374: Adjust test for setuptools' replacement of distutils (GH-13...
Petr Viktorin
2025-09-24
2
-7/+33
*
[3.11] gh-138744: GitHub Actions: pin to `windows-2022` (GH-138743) (GH-138755)
Hugo van Kemenade
2025-09-13
2
-6/+6
*
[3.11] gh-137638: Remove macos-13 from GitHub Actions (GH-138002)
Zachary Ware
2025-09-13
1
-1/+0
*
[3.11] gh-118350: Fix support of elements "textarea" and "title" in HTMLParse...
Serhiy Storchaka
2025-09-13
3
-5/+113
*
[3.11] gh-130577: tarfile now validates archives to ensure member offsets are...
Miss Islington (bot)
2025-08-19
3
-0/+162
*
[3.11] gh-135661: Fix parsing attributes with whitespaces around the "=" sepa...
Miss Islington (bot)
2025-07-22
3
-19/+18
*
[3.11] gh-135661: Fix parsing start and end tags in HTMLParser according to t...
Miss Islington (bot)
2025-07-12
5
-120/+222
*
[3.11] gh-102555: Fix comment parsing in HTMLParser according to the HTML5 st...
Miss Islington (bot)
2025-07-12
3
-3/+50
*
[3.11] gh-135462: Fix quadratic complexity in processing special input in HTM...
Serhiy Storchaka
2025-07-03
3
-23/+117
*
[3.11] gh-127563: use `dk_log2_index_bytes=3` in empty dicts (GH-127568) (GH-...
Miss Islington (bot)
2025-06-16
1
-1/+4
*
[3.11] gh-135374: Update the bundled copy of setuptools to 79.0.1 (#135396)
Ćukasz Langa
2025-06-11
4
-1/+2
*
Post 3.11.13
Pablo Galindo
2025-06-03
1
-1/+1
*
Python 3.11.13
v3.11.13
Pablo Galindo
2025-06-03
13
-25/+80
*
[3.11] gh-135034: Normalize link targets in tarfile, add `os.path.realpath(st...
T. Wouters
2025-06-03
11
-138/+1017
*
[3.11] gh-128840: Fix parsing long IPv6 addresses with embedded IPv4 address ...
Miss Islington (bot)
2025-06-03
3
-6/+24
*
[3.11] gh-123409: fix `IPv6Address.reverse_pointer` for IPv4-mapped addresses...
Miss Islington (bot)
2025-06-03
3
-12/+53
*
[3.11] gh-128840: Limit the number of parts in IPv6 address parsing (GH-12884...
Miss Islington (bot)
2025-06-03
3
-2/+22
*
[3.11] gh-87799: Improve the textual representation of IPv4-mapped IPv6 addre...
Miss Islington (bot)
2025-06-03
3
-1/+45
*
[3.11] gh-134062: Fix hash collisions in IPv4Network and IPv6Network (GH-1340...
Miss Islington (bot)
2025-06-02
3
-1/+32
*
[3.11] gh-133767: Fix use-after-free in the unicode-escape decoder with an er...
Serhiy Storchaka
2025-06-02
8
-57/+197
*
[3.11] gh-126500: test_ssl: Don't stop ThreadedEchoServer on OSError in Conne...
Miss Islington (bot)
2025-05-14
1
-5/+12
*
Post 3.11.12
Pablo Galindo
2025-04-08
1
-1/+1
*
Python 3.11.12
v3.11.12
Pablo Galindo
2025-04-08
13
-36/+109
*
[3.11] gh-131809: Upgrade vendored expat to 2.7.1 (GH-132192) (#132240)
Seth Michael Larson
2025-04-08
5
-10/+20
*
[3.11] gh-131261: Update libexpat to 2.7.0 (CVE-2024-8176) (GH-131272) (GH-13...
Seth Michael Larson
2025-04-03
4
-160/+425
*
[3.11] gh-121284: Fix email address header folding with parsed encoded-word (...
Miss Islington (bot)
2025-04-03
3
-5/+37
*
[3.11] gh-127257: ssl: Raise OSError for ERR_LIB_SYS (GH-127361) (GH-127905) ...
Victor Stinner
2025-04-03
2
-0/+12
*
[3.11] gh-106883: Make test_current_frames_exceptions_deadlock faster (#131182)
Diego Russo
2025-03-14
1
-8/+4
*
[3.11] gh-106883 Fix deadlock in threaded application (#117332)
Diego Russo
2025-03-11
3
-0/+93
*
[3.11] GH-130396: Treat clang -Og as optimized for gdb tests (GH-130550) (GH-...
Miss Islington (bot)
2025-02-27
1
-1/+5
*
[3.11] gh-119511: Fix a potential denial of service in imaplib (GH-119514) (#...
Miss Islington (bot)
2025-02-19
3
-1/+31
*
[3.11] gh-105704: Disallow square brackets (`[` and `]`) in domain names for ...
Miss Islington (bot)
2025-02-19
3
-3/+58
*
[3.11] gh-80222: Fix email address header folding with long quoted-string (GH...
Miss Islington (bot)
2025-02-19
3
-3/+53
*
[3.11] gh-107262: Update Tkinter tests for Tcl/Tk 8.6.14 (GH-119322) (#130276)
Miss Islington (bot)
2025-02-19
2
-9/+22
*
[3.11] gh-122544: Change OS image in GitHub Actions to Ubuntu 24.04 (#122566)...
Hugo van Kemenade
2025-02-18
3
-12167/+18216
*
[3.11] CI: Use ImageOS (ubuntu24) instead of runner.os (Linux) in cache keys ...
Hugo van Kemenade
2025-02-18
3
-37/+32
*
[3.11] Docs: pin python-docs-theme to 2025.2 (#129576)
Adam Turner
2025-02-13
0
-0/+0
*
[3.11] gh-119461: Restore the testSocket VSOCK skipUnless removed by PR GH-11...
Miss Islington (bot)
2025-02-13
1
-0/+2
*
[3.11] Docs: pin python-docs-theme to 2025.2 (#129576)
Adam Turner
2025-02-13
1
-1/+1
*
[3.11] gh-119461: Fix ThreadedVSOCKSocketStreamTest (#129171)
Victor Stinner
2025-01-23
1
-5/+10
*
[3.11] gh-128069: brew link --overwrite tcl-tk@8 to prevent conflict with Git...
Miss Islington (bot)
2025-01-22
1
-1/+1
[next]