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.10.14
v3.10.14
Łukasz Langa
2024-03-19
18
-39/+151
*
[3.10] gh-115197: Stop resolving host in urllib.request proxy bypass (GH-1152...
Miss Islington (bot)
2024-03-19
3
-44/+64
*
[3.10] gh-115398: Expose Expat >=2.6.0 reparse deferral API (CVE-2023-52425) ...
Sebastian Pipping
2024-03-06
14
-19/+435
*
[3.10] gh-115399: Document CVE-2023-52425 under "XML vulnerabilities" (GH-115...
Miss Islington (bot)
2024-02-21
2
-0/+14
*
[3.10] gh-114572: Fix locking in cert_store_stats and get_ca_certs (GH-114573...
Miss Islington (bot)
2024-02-20
2
-5/+64
*
[3.10] Upgrade bundled libexpat to 2.6.0 (GH-115399) (GH-115468) (#115473)
Miss Islington (bot)
2024-02-19
13
-262/+403
*
[3.10] gh-97032: avoid test_squeezer crash on macOS buildbots (#115508)
Ned Deily
2024-02-19
1
-0/+1
*
[3.10] gh-115133: Fix tests for XMLPullParser with Expat 2.6.0 (GH-115164) (#...
Miss Islington (bot)
2024-02-19
2
-22/+38
*
[3.10] gh-105821: Use a raw f-string in test_httpservers.py (GH-105822) (#115...
Miss Islington (bot)
2024-02-16
1
-2/+2
*
[3.10] Add missing sections to blurbs (GH-114553) (#115338)
Miss Islington (bot)
2024-02-14
3
-0/+3
*
[3.10] gh-46968: Fix invalid reference to Sound eXchange (SoX) 12.17.7 licens...
Łukasz Langa
2024-02-06
2
-47/+48
*
[3.10] gh-111239: Update Windows build to use zlib 1.3.1 (GH-114877) (#115079)
Miss Islington (bot)
2024-02-06
3
-2/+3
*
[3.10] gh-113659: Skip hidden .pth files (GH-113660) (GH-114145)
Miss Islington (bot)
2024-01-18
3
-1/+51
*
[3.10] gh-107888: Fix test_mmap.test_access_parameter() on macOS 14 (GH-10992...
Miss Islington (bot)
2024-01-17
1
-4/+9
*
[3.10] gh-114021: Pin various sphinxcontrib extensions to older versions (GH-...
Adam Turner
2024-01-17
2
-0/+26
*
[3.10] gh-109858: Protect zipfile from "quoted-overlap" zipbomb (GH-110016) (...
Miss Islington (bot)
2024-01-17
3
-0/+75
*
[3.10] gh-91133: tempfile.TemporaryDirectory: fix symlink bug in cleanup (GH-...
Serhiy Storchaka
2024-01-17
3
-10/+136
*
[3.10] bpo-37013: Fix the error handling in socket.if_indextoname() (GH-13503...
Miss Islington (bot)
2024-01-17
3
-5/+27
*
[3.10] gh-112160: Add 'regen-configure' make target (#112163)
Seth Michael Larson
2023-11-20
2
-1/+17
*
[3.10] gh-101180: Fix a bug where iso2022_jp_3 and iso2022_jp_2004 codecs rea...
Łukasz Langa
2023-11-06
3
-3/+53
*
[3.10] gh-109991: Update Windows build to use OpenSSL 1.1.1w (GH-110090)
Steve Dower
2023-10-10
3
-4/+8
*
[3.10] gh-109991: Update GitHub CI workflows to use OpenSSL 3.0.11 and multis...
Ned Deily
2023-09-28
3
-5/+7
*
[3.10] gh-109002: Ensure only one wheel for each vendored package (GH-109003)...
Miss Islington (bot)
2023-09-06
1
-4/+10
*
[3.10] CI: Bump GitHub Actions (GH-108879) (#108892)
Hugo van Kemenade
2023-09-05
4
-15/+15
*
[3.10] Add a dummy .rtfd.yml file to silence invalid failing webhooks (#108908)
Łukasz Langa
2023-09-05
2
-4/+12
*
Post 3.10.13
Pablo Galindo
2023-08-24
1
-1/+1
*
Python 3.10.13
v3.10.13
Pablo Galindo
2023-08-24
8
-18/+48
*
[3.10] gh-108342: Make ssl TestPreHandshakeClose more reliable (GH-108370) (#...
Łukasz Langa
2023-08-24
1
-31/+72
*
[3.10] gh-108342: Break ref cycle in SSLSocket._create() exc (GH-108344) (#10...
Miss Islington (bot)
2023-08-23
1
-1/+5
*
[3.10] gh-99612: Fix PyUnicode_DecodeUTF8Stateful() for ASCII-only data (GH-9...
Miss Islington (bot)
2023-08-22
4
-1/+95
*
[3.10] gh-108310: Fix CVE-2023-40217: Check for & avoid the ssl pre-close fla...
Łukasz Langa
2023-08-22
3
-1/+252
*
[3.10] gh-107845: Fix symlink handling for tarfile.data_filter (GH-107846) (#...
Miss Islington (bot)
2023-08-22
4
-9/+154
*
[3.10] gh-107565: Update multissltests and GitHub CI workflows to use OpenSS...
Ned Deily
2023-08-18
3
-5/+7
*
[3.10] gh-98154: Clarify Usage of "Reference Count" In the Docs (#107754)
Eric Snow
2023-08-11
14
-79/+120
*
[3.10] Revert "[3.10] gh-107077: Raise SSLCertVerificationError even if the e...
Pablo Galindo Salgado
2023-08-03
2
-10/+0
*
[3.10] gh-107077: Raise SSLCertVerificationError even if the error is set via...
Miss Islington (bot)
2023-08-03
2
-0/+10
*
[3.10] gh-105090: Replace incorrect TLSv1.2 with TLSv1.3 (GH-105404) (#107039)
Miss Islington (bot)
2023-07-22
1
-1/+1
*
[3.10] gh-105993: Add possible `None` return type to `asyncio.EventLoop.start...
Miss Islington (bot)
2023-07-05
1
-0/+3
*
[3.10] CI: Bump macOS build to use OpenSSL v3.0 (GH-105538) (#105869)
Miss Islington (bot)
2023-07-05
1
-2/+2
*
[3.10] [3.11] Add single value `agen.athrow(value)` signature to the 3.11 doc...
Miss Islington (bot)
2023-07-05
1
-1/+2
*
[3.10] Clarify the supported cases in the tokenize module (GH-105569) (#105575)
Miss Islington (bot)
2023-06-09
1
-0/+9
*
Post 3.10.12
Pablo Galindo
2023-06-06
1
-1/+1
*
Python 3.10.12
v3.10.12
Pablo Galindo
2023-06-06
12
-24/+87
*
[3.10] gh-89412: Add missing attributes (added in 3.10) to traceback module d...
Miss Islington (bot)
2023-06-05
3
-2/+18
*
[3.10] gh-103142: Upgrade binary builds and CI to OpenSSL 1.1.1u (GH-105174) ...
Gregory P. Smith
2023-06-05
11
-18/+186
*
[3.10] gh-105184: document that marshal functions can fail and need to be che...
Miss Islington (bot)
2023-06-05
2
-0/+8
*
[3.10] Update GitHub CI workflow for macOS. (GH-105304)
Ned Deily
2023-06-05
1
-3/+2
*
[3.10] Skip test_sundry on Windows APPX tests (GH-104944)
Steve Dower
2023-05-25
1
-1/+1
*
[3.10] Improves the Windows MSI test run on PR (GH-104929)
Steve Dower
2023-05-25
2
-26/+20
*
[3.10] gh-104472: Skip `test_subprocess.ProcessTestCase.test_empty_env` if AS...
Miss Islington (bot)
2023-05-19
1
-0/+3
[next]