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
*
[3.9] GH-100892: Fix race in clearing `threading.local` (GH-100922) (#100939)
gentoo-3.9.16_p1
Kumar Aditya
2023-02-14
4
-13
/
+75
*
gh-101857: Allow xattr detection on musl libc (#101858)
Sam James
2023-02-14
2
-1
/
+3
*
[3.10] GH-99086: Fix -Wstrict-prototypes, -Wimplicit-function-declara… (#99...
gentoo-3.9.16
Sam James
2022-12-07
3
-52
/
+63
*
Skip sched/priority tests
Sam James
2022-12-07
1
-0
/
+2
*
Skip tests which interact with invalid UTF-8 files
Sam James
2022-12-07
9
-0
/
+13
*
gh-99086: Build: Fix -Wimplicit-int in PTHREAD_SCOPE_SYSTEM check (#99085)
Sam James
2022-12-07
3
-2
/
+3
*
gh-79096: Protect cookie file created by {LWP,Mozilla}CookieJar.save() (GH-93...
Pascal Wittmann
2022-12-07
3
-2
/
+34
*
bpo-42856: Add --with-wheel-pkg-dir=PATH configure option (GH-24210)
Victor Stinner
2022-12-07
6
-32
/
+199
*
bpo-45433: Do not link libpython against libcrypt
Mike Gilbert
2022-12-07
1
-0
/
+3
*
bpo-43998: Default to TLS 1.2 and increase cipher suite security (GH-25778)
Christian Heimes
2022-12-07
6
-17
/
+76
*
ssl: Hard-disable SSLv3 to avoid automagic deps
Michał Górny
2022-12-07
1
-0
/
+4
*
Skip RDS socket tests that hang frequently
Michał Górny
2022-12-07
1
-0
/
+1
*
Blacklist test_pickletools from __all__ test as it imports numpy
Michał Górny
2022-12-07
1
-0
/
+2
*
test.support.unlink: ignore PermissionError
Mike Gilbert
2022-12-07
1
-1
/
+1
*
Install shared libs in LIBDEST
Mike Gilbert
2022-12-07
1
-3
/
+2
*
distutils: make -OO enable both opt-1 and opt-2 optimization
Michał Górny
2022-12-07
2
-10
/
+10
*
Disable nis
Mike Gilbert
2022-12-07
1
-1
/
+0
*
Improve distutils C++ support
Mike Gilbert
2022-12-07
6
-52
/
+80
*
setup.py: exit with non-zero status on failure
Mike Gilbert
2022-12-07
1
-0
/
+5
*
Override libdir
Mike Gilbert
2022-12-07
1
-14
/
+10
*
Disable modules and SSL
Mike Gilbert
2022-12-07
1
-2
/
+13
*
Install libpythonX.Y.a in /usr/lib instead of /usr/lib/pythonX.Y/config
Mike Gilbert
2022-12-07
4
-14
/
+4
*
Python 3.9.16
v3.9.16
Łukasz Langa
2022-12-06
10
-38
/
+93
*
[3.9] gh-100001: Omit control characters in http.server stderr logs. (GH-1000...
Miss Islington (bot)
2022-12-06
4
-2
/
+46
*
[3.9] gh-87604: Avoid publishing list of active per-interpreter audit hooks v...
Steve Dower
2022-11-21
4
-0
/
+20
*
[3.9] gh-98433: Fix quadratic time idna decoding. (GH-99092) (GH-99222) (#99230)
Miss Islington (bot)
2022-11-10
3
-17
/
+27
*
[3.9] gh-97514: Don't use Linux abstract sockets for multiprocessing (GH-9850...
Miss Islington (bot)
2022-10-28
2
-5
/
+15
*
[3.9] gh-98517: Fix buffer overflows in _sha3 module (GH-98519) (#98526)
Miss Islington (bot)
2022-10-28
3
-7
/
+18
*
[3.9] gh-98739: Update libexpat from 2.4.9 to 2.5.0 (GH-98742) (#98786)
Miss Islington (bot)
2022-10-28
4
-18
/
+36
*
[3.9] gh-96710: Make the test timing more lenient for the int/str DoS regress...
Miss Islington (bot)
2022-10-11
1
-6
/
+8
*
[3.9] gh-68966: Make mailcap refuse to match unsafe filenames/types/params (G...
Miss Islington (bot)
2022-10-11
4
-4
/
+46
*
Post 3.9.15
Łukasz Langa
2022-10-11
1
-1
/
+1
*
Python 3.9.15
v3.9.15
Łukasz Langa
2022-10-11
11
-24
/
+79
*
[3.9] gh-91708: Revert params note in urllib.parse.urlparse table (GH-96699) ...
Miss Islington (bot)
2022-10-07
1
-1
/
+2
*
[3.9] gh-94208: Add even more TLS version/protocol checks for FreeBSD (#98037)
Łukasz Langa
2022-10-07
2
-10
/
+18
*
[3.9] gh-97897: Prevent os.mkfifo and os.mknod segfaults with macOS 13 SDK (G...
Miss Islington (bot)
2022-10-06
3
-8
/
+80
*
[3.9] gh-96848: Fix -X int_max_str_digits option parsing (GH-96988) (GH-97574)
Miss Islington (bot)
2022-10-04
3
-1
/
+7
*
[3.9] gh-96577: Fixes buffer overrun in _msi module (GH-96633) (GH-96657)
Miss Islington (bot)
2022-10-04
2
-2
/
+3
*
[3.9] gh-95778: Mention sys.set_int_max_str_digits() in error message (#96874...
Victor Stinner
2022-10-04
3
-4
/
+7
*
[3.9] gh-97005: Update libexpat from 2.4.7 to 2.4.9 (gh-97006) (gh-97012)
Miss Islington (bot)
2022-10-04
8
-17
/
+28
*
[3.9] gh-97616: list_resize() checks for integer overflow (GH-97617) (GH-97627)
Miss Islington (bot)
2022-10-04
3
-2
/
+24
*
[3.9] gh-97612: Fix shell injection in get-remote-certificate.py (GH-97613) (...
Miss Islington (bot)
2022-10-04
2
-18
/
+10
*
[3.9] gh-87597: Document TimeoutExpired.stdout & .stderr types (GH-97685) (GH...
Miss Islington (bot)
2022-10-04
1
-2
/
+7
*
[3.9] gh-96845: Fix docs around importlib.abc.Traversable (GH-97515) (GH-97761)
Jason R. Coombs
2022-10-04
1
-2
/
+6
*
gh-97032: Set tkinter path for macOS CI (GH-97525)
Dong-hee Na
2022-09-24
1
-1
/
+1
*
Post 3.9.14
Łukasz Langa
2022-09-06
1
-1
/
+1
*
Python 3.9.14
v3.9.14
Łukasz Langa
2022-09-06
14
-66
/
+121
*
[3.9] gh-95778: CVE-2020-10735: Prevent DoS by very large int() (#96502)
Gregory P. Smith
2022-09-05
27
-19
/
+886
*
[3.9] gh-91423: Remove bugs.python.org from bugs.rst (GH-91425) (GH-95614)
Shantanu
2022-08-04
1
-19
/
+20
*
gh-95280: Fix test_get_ciphers on systems without RSA key exchange (GH-95282)...
Miss Islington (bot)
2022-07-29
2
-2
/
+16
[next]