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>
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
Commit message (
Expand
)
Author
Age
Files
Lines
*
gh-95778: Correctly pre-check for int-to-str conversion (#96537)
gentoo-3.8.13_p8
Mark Dickinson
2022-09-05
3
-5
/
+105
*
[3.8] gh-95778: CVE-2020-10735: Prevent DoS by very large int()
gentoo-3.8.13_p7
Gregory P. Smith [Google LLC]
2022-09-03
26
-23
/
+792
*
gh-79096: Protect cookie file created by {LWP,Mozilla}CookieJar.save() (GH-93...
gentoo-3.8.13_p6
Pascal Wittmann
2022-08-10
3
-2
/
+34
*
gh-87389: Fix an open redirection vulnerability in http.server. (GH-93879)
gentoo-3.8.13_p5
Miss Islington (bot)
2022-08-10
3
-2
/
+61
*
gh-68966: Make mailcap refuse to match unsafe filenames/types/params (GH-91993)
Petr Viktorin
2022-08-10
4
-4
/
+46
*
bpo-42856: Add --with-wheel-pkg-dir=PATH configure option (GH-24210)
gentoo-3.8.13_p4
Victor Stinner
2022-08-02
6
-32
/
+198
*
bpo-37449: Move ensurepip off of pkgutil and to importlib.resources (GH-15109)
Joannah Nanjekye
2022-08-02
2
-4
/
+7
*
[3.9] bpo-46513: Remove AC_C_CHAR_UNSIGNED / __CHAR_UNSIGNED__ (GH-30851) (GH...
gentoo-3.8.13_p2
Christian Heimes
2022-05-18
5
-46
/
+2
*
[3.10] bpo-47101: list only activated algorithms in hashlib.algorithms_availa...
gentoo-3.8.13_p1
Christian Heimes
2022-05-16
3
-1
/
+20
*
[3.9] bpo-46114: Fix OpenSSL version check for 3.0.1 (GH-30170) (GH-30173)
Christian Heimes
2022-05-16
2
-6
/
+10
*
Fix test_nntplib backports for 3.8 code
Michał Górny
2022-05-16
1
-3
/
+3
*
bpo-45433: Do not link libpython against libcrypt
gentoo-3.8.13
Mike Gilbert
2022-03-16
1
-0
/
+3
*
closes bpo-44751: Move crypt.h include from public header to _cryptmodule (GH...
Geoffrey Thomas
2022-03-16
3
-13
/
+4
*
bpo-43998: Default to TLS 1.2 and increase cipher suite security (GH-25778)
Christian Heimes
2022-03-16
4
-8
/
+72
*
bpo-43650: Fix MemoryError on zip.read in shutil._unpack_zipfile for large fi...
Miss Islington (bot)
2022-03-16
2
-10
/
+8
*
ssl: Hard-disable SSLv3 to avoid automagic deps
Michał Górny
2022-03-16
1
-0
/
+4
*
Skip RDS socket tests that hang frequently
Michał Górny
2022-03-16
1
-0
/
+1
*
Blacklist test_pickletools from __all__ test as it imports numpy
Michał Górny
2022-03-16
1
-0
/
+2
*
test.support.unlink: ignore PermissionError
Mike Gilbert
2022-03-16
1
-1
/
+1
*
Call OPENSSL_init_crypto for openssl >= 1.1.0
Mike Gilbert
2022-03-16
1
-0
/
+2
*
Install shared libs in LIBDEST
Mike Gilbert
2022-03-16
1
-3
/
+2
*
distutils: make -OO enable both opt-1 and opt-2 optimization
Michał Górny
2022-03-16
2
-10
/
+10
*
Disable nis
Mike Gilbert
2022-03-16
1
-1
/
+0
*
h2py: use binary I/O to avoid encoding issues
Mike Gilbert
2022-03-16
1
-33
/
+34
*
Improve distutils C++ support
Mike Gilbert
2022-03-16
6
-52
/
+80
*
setup.py: exit with non-zero status on failure
Mike Gilbert
2022-03-16
1
-0
/
+6
*
Override libdir
Mike Gilbert
2022-03-16
1
-14
/
+10
*
Disable modules and SSL
Mike Gilbert
2022-03-16
1
-2
/
+13
*
Install libpythonX.Y.a in /usr/lib instead of /usr/lib/pythonX.Y/config
Mike Gilbert
2022-03-16
4
-14
/
+4
*
Python 3.8.13, take two
v3.8.13
Łukasz Langa
2022-03-16
1
-1
/
+1
*
bpo-31327: Update time documentation to reflect possible errors (GH-31460) (G...
Miss Islington (bot)
2022-03-16
1
-0
/
+6
*
bpo-46948: Fix launcher installer build failure due to first part of fix (GH-...
Miss Islington (bot)
2022-03-16
1
-0
/
+2
*
Post 3.8.13
Łukasz Langa
2022-03-15
1
-1
/
+1
*
Python 3.8.13
Łukasz Langa
2022-03-15
22
-61
/
+204
*
[3.8] bpo-47024: Update Windows builds and macOS installer build to use OpenS...
Ned Deily
2022-03-15
10
-75
/
+16
*
bpo-46985: Upgrade bundled pip to 22.0.4 (GH-31819) (GH-31851)
Ned Deily
2022-03-15
4
-4
/
+3
*
bpo-45405: Prevent internal configure error when running configure with recen...
Ned Deily
2022-03-15
3
-6
/
+12
*
bpo-46784: Add newly exported expat symbols to the namespace. (GH-31397) (GH-...
Miss Islington (bot)
2022-03-08
2
-0
/
+6
*
Update copyright year to 2022. (GH-30335) (GH-31478)
Miss Islington (bot)
2022-03-08
9
-10
/
+10
*
bpo-44549: Update bzip2 to 1.0.8 in Windows builds to mitigate CVE-2016-3189 ...
Steve Dower
2022-03-08
4
-3
/
+5
*
bpo-46948: Fix CVE-2022-26488 by ensuring the Windows Installer correctly use...
Steve Dower
2022-03-08
11
-4
/
+26
*
bpo-46932: Update bundled libexpat to 2.4.7 (GH-31736) (GH-31740)
Miss Islington (bot)
2022-03-08
3
-14
/
+156
*
bpo-46756: Fix authorization check in urllib.request (GH-31353) (GH-31572)
Miss Islington (bot)
2022-03-02
3
-8
/
+30
*
bpo-46794: Bump up the libexpat version into 2.4.6 (GH-31487) (GH-31520)
Miss Islington (bot)
2022-03-02
6
-62
/
+133
*
Don't test with OpenSSL 3.0 on 3.8
Łukasz Langa
2022-02-22
1
-1
/
+1
*
Force use of `windows-2019` on GHA to continue using the v140 platform toolkit
Łukasz Langa
2022-02-22
1
-2
/
+2
*
bpo-46811: Make test suite support Expat >=2.4.5 (GH-31453)
Sebastian Pipping
2022-02-22
3
-8
/
+16
*
bpo-46400: Update libexpat from 2.4.1 to 2.4.4 (GH-31022) (GH-31297)
Dong-hee Na
2022-02-21
6
-29
/
+236
*
bpo-41028: Doc: Move switchers to docsbuild-scripts. (GH-20969) (GH-30344)
Miss Islington (bot)
2022-02-17
6
-173
/
+16
*
bpo-44949: Fix test_readline auto history tests (GH-27813) (GH-31118)
Miss Islington (bot)
2022-02-17
2
-2
/
+8
[next]