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.8.19
v3.8.19
Łukasz Langa
2024-03-19
17
-40/+152
*
[3.8] gh-115197: Stop resolving host in urllib.request proxy bypass (GH-11521...
Miss Islington (bot)
2024-03-19
3
-44/+64
*
[3.8] gh-115398: Expose Expat >=2.6.0 reparse deferral API (CVE-2023-52425) (...
Sebastian Pipping
2024-03-06
14
-20/+435
*
[3.8] gh-107077: Raise SSLCertVerificationError even if the error is set via ...
Miss Islington (bot)
2024-02-21
2
-0/+10
*
[3.8] Upgrade bundled libexpat to 2.6.0 (GH-115399) (GH-115475)
Seth Michael Larson
2024-02-21
12
-262/+402
*
[3.8] gh-115399: Document CVE-2023-52425 under "XML vulnerabilities" (GH-1154...
Miss Islington (bot)
2024-02-21
2
-0/+14
*
[3.8] gh-97032: avoid test_squeezer crash on macOS buildbots (GH-115508) (GH-...
Miss Islington (bot)
2024-02-21
1
-0/+1
*
[3.8] gh-115133: Fix tests for XMLPullParser with Expat 2.6.0 (GH-115164) (GH...
Seth Michael Larson
2024-02-21
2
-22/+40
*
[3.8] gh-115349: Pin theme to fix code snippets (GH-115351) (#115404)
Łukasz Langa
2024-02-13
1
-1/+1
*
[3.8] Add missing sections to blurbs (GH-114553) (GH-115340)
Miss Islington (bot)
2024-02-13
3
-0/+3
*
[3.8] gh-111239: Update Windows build to use zlib 1.3.1 (GH-114877) (#115086)
Łukasz Langa
2024-02-06
3
-2/+3
*
[3.8] gh-107888: Fix test_mmap.test_access_parameter() on macOS 14 (GH-109928...
Miss Islington (bot)
2024-01-17
1
-4/+9
*
[3.8] gh-109991: Update Windows build to use OpenSSL 1.1.1w (GH-111266)
Zachary Ware
2024-01-17
3
-4/+8
*
[3.8] gh-91133: tempfile.TemporaryDirectory: fix symlink bug in cleanup (GH-9...
Serhiy Storchaka
2024-01-17
3
-10/+136
*
[3.8] bpo-37013: Fix the error handling in socket.if_indextoname() (GH-13503)...
Miss Islington (bot)
2024-01-17
3
-5/+27
*
[3.8] gh-108310: Fix TestPreHandshakeClose tests in test_ssl (#110718)
Lumír 'Frenzy' Balhar
2024-01-17
2
-6/+11
*
[3.8] gh-113659: Skip hidden .pth files (GH-113660) (GH-114147)
Serhiy Storchaka
2024-01-17
3
-1/+50
*
[3.8] gh-114021: Pin various sphinxcontrib extensions to older versions (GH-1...
Adam Turner
2024-01-17
2
-0/+26
*
[3.8] gh-109858: Protect zipfile from "quoted-overlap" zipbomb (GH-110016) (G...
Serhiy Storchaka
2024-01-17
3
-0/+75
*
[3.8] Fix documentation build by pinning Alabaster version to 0.7.13 (GH-1138...
Miss Islington (bot)
2024-01-10
1
-0/+2
*
[3.8] gh-112160: Add 'regen-configure' make target (#112167)
Seth Michael Larson
2023-12-06
5
-5/+42
*
[3.8] gh-101180: Fix a bug where iso2022_jp_3 and iso2022_jp_2004 codecs read...
Łukasz Langa
2023-11-06
3
-3/+53
*
[3.8] CI: Bump GitHub Actions (GH-108879) (#108894)
Hugo van Kemenade
2023-09-07
5
-16/+16
*
[3.8] gh-109002: Ensure only one wheel for each vendored package (GH-109003) ...
Miss Islington (bot)
2023-09-06
1
-4/+10
*
[3.8] gh-101997: Remove stale pip-22.0.4-py3-none-any.whl from the 3.8 branch...
Łukasz Langa
2023-09-06
1
-0/+0
*
[3.8] Add a dummy .rtfd.yml file to silence invalid failing webhooks (GH-1089...
Miss Islington (bot)
2023-09-05
1
-0/+12
*
Post 3.8.18
Łukasz Langa
2023-08-24
1
-1/+1
*
Fix invalid string escape
Łukasz Langa
2023-08-24
1
-2/+2
*
Python 3.8.18
v3.8.18
Łukasz Langa
2023-08-24
6
-15/+37
*
[3.8] gh-108342: Make ssl TestPreHandshakeClose more reliable (GH-108370) (#1...
Łukasz Langa
2023-08-24
2
-31/+79
*
[3.8] gh-108342: Break ref cycle in SSLSocket._create() exc (GH-108344) (#108...
Miss Islington (bot)
2023-08-23
1
-1/+5
*
[3.8] gh-107845: Fix symlink handling for tarfile.data_filter (GH-107846) (#1...
Petr Viktorin
2023-08-22
4
-9/+154
*
[3.8] gh-107565: Update multissltests and GitHub CI workflows to use OpenSSL ...
Ned Deily
2023-08-22
3
-4/+6
*
[3.8] gh-108310: Fix CVE-2023-40217: Check for & avoid the ssl pre-close flaw...
Łukasz Langa
2023-08-22
3
-1/+252
*
[3.8] CI: Bump macOS build to use OpenSSL v3.0 (GH-105538) (#105872)
Erlend E. Aasland
2023-07-05
1
-2/+3
*
[3.8] [3.11] Add single value `agen.athrow(value)` signature to the 3.11 docs...
Miss Islington (bot)
2023-07-05
1
-1/+2
*
Post 3.8.17
Łukasz Langa
2023-06-06
1
-1/+1
*
Python 3.8.17
v3.8.17
Łukasz Langa
2023-06-06
15
-29/+124
*
[3.8] gh-103142: Upgrade binary builds and CI to OpenSSL 1.1.1u (GH-105174) (...
Łukasz Langa
2023-06-06
12
-18/+186
*
[3.8] gh-102153: Start stripping C0 control and space chars in `urlsplit` (GH...
stratakis
2023-06-05
4
-3/+111
*
[3.8] gh-105184: document that marshal functions can fail and need to be chec...
Miss Islington (bot)
2023-06-05
2
-0/+8
*
[3.8] Update GitHub CI workflow for macOS. (GH-105302)
Ned Deily
2023-06-05
1
-1/+15
*
[3.8] gh-68966: fix versionchanged in docs (GH-105299)
Ned Deily
2023-06-05
1
-1/+1
*
[3.8] gh-103935: Use `io.open_code()` when executing code in trace and profil...
Steve Dower
2023-05-22
4
-3/+7
*
[3.8] gh-104049: do not expose on-disk location from SimpleHTTPRequestHandler...
Miss Islington (bot)
2023-05-22
3
-1/+11
*
[3.8] gh-99889: Fix directory traversal security flaw in uu.decode() (GH-1040...
Miss Islington (bot)
2023-05-22
3
-1/+38
*
[3.8] gh-102950: Implement PEP 706 – Filter for tarfile.extractall (GH-1029...
Petr Viktorin
2023-05-17
8
-78/+1777
*
[3.8] gh-101997: Update bundled pip version to 23.0.1 (GH-101998). (#102244)
Pradyun Gedam
2023-03-28
3
-1/+2
*
[3.8] gh-102627: Replace address pointing toward malicious web page (GH-10263...
Miss Islington (bot)
2023-03-13
1
-1/+1
*
[3.8] gh-101726: Update the OpenSSL version to 1.1.1t (GH-101727) (GH-101752)
Steve Dower
2023-03-07
9
-26/+37
[next]