GitWeb
Get Gentoo!
gentoo.org sites
gentoo.org
Wiki
Bugs
Forums
Packages
Planet
Archives
Sources
Infra Status
Home
Gentoo Repository
Repositories
Projects
Developer Overlays
User Overlays
Data
Websites
index
:
fork/cpython.git
3.6
3.7
3.8
3.9
backport-e35ca41-3.11
gentoo
gentoo-2.7-vanilla
main
master
Gentoo fork of Python
Python project <python@gentoo.org>
summary
refs
log
tree
commit
diff
log msg
author
committer
range
Commit message (
Expand
)
Author
Age
Files
Lines
*
Python 3.9.19
v3.9.19
Łukasz Langa
2024-03-19
17
-40
/
+152
*
[3.9] gh-115197: Stop resolving host in urllib.request proxy bypass (GH-11521...
Miss Islington (bot)
2024-03-19
3
-44
/
+64
*
[3.9] gh-115398: Expose Expat >=2.6.0 reparse deferral API (CVE-2023-52425) (...
Sebastian Pipping
2024-03-07
14
-20
/
+435
*
[3.9] gh-107077: Raise SSLCertVerificationError even if the error is set via ...
Miss Islington (bot)
2024-02-21
2
-0
/
+10
*
[3.9] Upgrade bundled libexpat to 2.6.0 (GH-115399) (GH-115474)
Seth Michael Larson
2024-02-21
12
-262
/
+402
*
[3.9] gh-115399: Document CVE-2023-52425 under "XML vulnerabilities" (GH-1154...
Miss Islington (bot)
2024-02-21
2
-0
/
+14
*
[3.9] Fix tests for XMLPullParser with Expat 2.6.0 (GH-115133) (GH-115535)
Seth Michael Larson
2024-02-21
2
-22
/
+40
*
[3.9] gh-97032: avoid test_squeezer crash on macOS buildbots (GH-115508) (#11...
Miss Islington (bot)
2024-02-21
1
-0
/
+1
*
[3.9] gh-115349: Pin theme to fix code snippets (GH-115351)
Hugo van Kemenade
2024-02-13
1
-1
/
+1
*
[3.9] Add missing sections to blurbs (GH-114553) (GH-115339)
Miss Islington (bot)
2024-02-13
3
-0
/
+3
*
[3.9] gh-111239: Update Windows build to use zlib 1.3.1 (GH-114877) (GH-115087)
Łukasz Langa
2024-02-06
3
-2
/
+3
*
[3.9] gh-113659: Skip hidden .pth files (GH-113660) (GH-114146)
Serhiy Storchaka
2024-01-17
3
-1
/
+50
*
[3.9] gh-107888: Fix test_mmap.test_access_parameter() on macOS 14 (GH-109928...
Miss Islington (bot)
2024-01-17
1
-4
/
+9
*
[3.9] gh-114021: Pin various sphinxcontrib extensions to older versions (GH-1...
Adam Turner
2024-01-17
2
-0
/
+26
*
[3.9] gh-109858: Protect zipfile from "quoted-overlap" zipbomb (GH-110016) (G...
Miss Islington (bot)
2024-01-17
3
-0
/
+75
*
[3.9] gh-91133: tempfile.TemporaryDirectory: fix symlink bug in cleanup (GH-9...
Serhiy Storchaka
2024-01-17
3
-10
/
+136
*
[3.9] bpo-37013: Fix the error handling in socket.if_indextoname() (GH-13503)...
Miss Islington (bot)
2024-01-17
3
-5
/
+27
*
[3.9] gh-109991: Update Windows build to use OpenSSL 1.1.1w (GH-111265)
Zachary Ware
2024-01-17
3
-4
/
+8
*
[3.9] gh-109991: Update GitHub CI workflows to use OpenSSL 3.0.11 and multiss...
Ned Deily
2024-01-17
3
-4
/
+6
*
[3.9] Fix documentation build by pinning Alabaster version to 0.7.13 (#113815)
Maciej Olko
2024-01-10
1
-0
/
+2
*
[3.9] gh-112160: Add 'regen-configure' make target (#112164)
Seth Michael Larson
2023-12-07
2
-1
/
+17
*
[3.9] gh-101180: Fix a bug where iso2022_jp_3 and iso2022_jp_2004 codecs read...
Łukasz Langa
2023-11-06
3
-3
/
+53
*
[3.9] gh-109002: Ensure only one wheel for each vendored package (GH-109003) ...
Miss Islington (bot)
2023-09-06
1
-4
/
+10
*
[3.9] CI: Bump GitHub Actions (GH-108879) (#108893)
Hugo van Kemenade
2023-09-05
5
-16
/
+16
*
[3.9] [3.10] Add a dummy .rtfd.yml file to silence invalid failing webhooks (...
Miss Islington (bot)
2023-09-05
2
-4
/
+12
*
Post 3.9.18
Łukasz Langa
2023-08-24
1
-1
/
+1
*
Python 3.9.18
v3.9.18
Łukasz Langa
2023-08-24
7
-17
/
+47
*
Fix invalid string escape
Łukasz Langa
2023-08-24
1
-2
/
+2
*
[3.9] gh-108342: Make ssl TestPreHandshakeClose more reliable (GH-108370) (#1...
Łukasz Langa
2023-08-24
1
-31
/
+71
*
[3.9] gh-108342: Break ref cycle in SSLSocket._create() exc (GH-108344) (#108...
Miss Islington (bot)
2023-08-23
1
-1
/
+5
*
[3.9] gh-107565: Update multissltests and GitHub CI workflows to use OpenSSL ...
Ned Deily
2023-08-22
3
-4
/
+6
*
[3.9] gh-107845: Fix symlink handling for tarfile.data_filter (GH-107846) (#1...
Petr Viktorin
2023-08-22
4
-9
/
+154
*
[3.9] gh-99612: Fix PyUnicode_DecodeUTF8Stateful() for ASCII-only data (GH-99...
Serhiy Storchaka
2023-08-22
4
-1
/
+88
*
[3.9] gh-108310: Fix CVE-2023-40217: Check for & avoid the ssl pre-close flaw...
Łukasz Langa
2023-08-22
3
-1
/
+252
*
[3.9] CI: Bump macOS build to use OpenSSL v3.0 (GH-105538) (#105871)
Erlend E. Aasland
2023-07-05
1
-2
/
+3
*
[3.9] [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.9.17
Łukasz Langa
2023-06-06
1
-1
/
+1
*
Python 3.9.17
v3.9.17
Łukasz Langa
2023-06-06
16
-29
/
+134
*
[3.9] gh-105184: document that marshal functions can fail and need to be chec...
Miss Islington (bot)
2023-06-05
2
-0
/
+8
*
[3.9] gh-103142: Upgrade binary builds and CI to OpenSSL 1.1.1u (GH-105174) (...
Gregory P. Smith
2023-06-05
12
-18
/
+186
*
[3.9] Update GitHub CI workflow for macOS. (GH-105303)
Ned Deily
2023-06-05
1
-1
/
+13
*
[3.9] gh-68966: fix versionchanged in docs (GH-105298)
Ned Deily
2023-06-04
1
-1
/
+1
*
[3.9] gh-102153: Start stripping C0 control and space chars in `urlsplit` (GH...
Miss Islington (bot)
2023-05-22
4
-3
/
+111
*
[3.9] gh-99889: Fix directory traversal security flaw in uu.decode() (GH-1040...
Miss Islington (bot)
2023-05-22
3
-1
/
+38
*
[3.9] gh-104049: do not expose on-disk location from SimpleHTTPRequestHandler...
Miss Islington (bot)
2023-05-22
3
-1
/
+11
*
[3.9] gh-103935: Use `io.open_code()` when executing code in trace and profil...
Steve Dower
2023-05-22
4
-3
/
+7
*
[3.9] gh-102950: Implement PEP 706 – Filter for tarfile.extractall (GH-1029...
Petr Viktorin
2023-05-15
8
-78
/
+1761
*
[3.9] GH-102126: fix deadlock at shutdown when clearing thread states (GH-102...
Kumar Aditya
2023-03-28
2
-2
/
+11
*
[3.9] gh-101997: Update bundled pip version to 23.0.1 (GH-101998). (#102243)
Pradyun Gedam
2023-03-28
4
-1
/
+2
*
[3.9] gh-102627: Replace address pointing toward malicious web page (GH-10263...
Miss Islington (bot)
2023-03-13
1
-1
/
+1
[next]