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
*
bpo-46811: Make test suite support Expat >=2.4.5 (GH-31453)
gentoo-3.8.12_p2
Sebastian Pipping
2022-03-05
2
-8
/
+15
*
bpo-45433: Do not link libpython against libcrypt
gentoo-3.8.12_p1
Mike Gilbert
2021-10-11
1
-0
/
+3
*
closes bpo-44751: Move crypt.h include from public header to _cryptmodule (GH...
Geoffrey Thomas
2021-10-11
3
-13
/
+4
*
bpo-43998: Default to TLS 1.2 and increase cipher suite security (GH-25778)
gentoo-3.8.12
Christian Heimes
2021-08-30
4
-8
/
+72
*
bpo-43650: Fix MemoryError on zip.read in shutil._unpack_zipfile for large fi...
Miss Islington (bot)
2021-08-30
2
-10
/
+8
*
ssl: Hard-disable SSLv3 to avoid automagic deps
Michał Górny
2021-08-30
1
-0
/
+4
*
Skip RDS socket tests that hang frequently
Michał Górny
2021-08-30
1
-0
/
+1
*
Blacklist test_pickletools from __all__ test as it imports numpy
Michał Górny
2021-08-30
1
-0
/
+2
*
test.support.unlink: ignore PermissionError
Mike Gilbert
2021-08-30
1
-1
/
+1
*
Call OPENSSL_init_crypto for openssl >= 1.1.0
Mike Gilbert
2021-08-30
1
-0
/
+2
*
Install shared libs in LIBDEST
Mike Gilbert
2021-08-30
1
-3
/
+2
*
distutils: make -OO enable both opt-1 and opt-2 optimization
Michał Górny
2021-08-30
2
-10
/
+10
*
Disable nis
Mike Gilbert
2021-08-30
1
-1
/
+0
*
h2py: use binary I/O to avoid encoding issues
Mike Gilbert
2021-08-30
1
-33
/
+34
*
Improve distutils C++ support
Mike Gilbert
2021-08-30
6
-52
/
+80
*
setup.py: exit with non-zero status on failure
Mike Gilbert
2021-08-30
1
-0
/
+6
*
Override libdir
Mike Gilbert
2021-08-30
1
-14
/
+10
*
Disable modules and SSL
Mike Gilbert
2021-08-30
1
-2
/
+13
*
Install libpythonX.Y.a in /usr/lib instead of /usr/lib/pythonX.Y/config
Mike Gilbert
2021-08-30
4
-14
/
+4
*
Python 3.8.12
v3.8.12
Łukasz Langa
2021-08-30
16
-38
/
+135
*
[3.8] bpo-45007: Update multissl to openssl 1.1.1l as well (GH-28044) (GH-28063)
Christian Heimes
2021-08-30
1
-2
/
+2
*
bpo-45007: Update macOS installer builds to use OpenSSL 1.1.1l (GH-28051) (GH...
Miss Islington (bot)
2021-08-30
3
-3
/
+64
*
bpo-44689: ctypes.util.find_library() now finds macOS 11+ system libraries wh...
Miss Islington (bot)
2021-08-30
2
-3
/
+31
*
[3.8] bpo-45007: Update to OpenSSL 1.1.1l in Windows build and CI (GH-28009) ...
Łukasz Langa
2021-08-29
6
-22
/
+23
*
[3.8] bpo-43124: Fix smtplib multiple CRLF injection (GH-25987) (GH-28036)
Miss Islington (bot)
2021-08-29
3
-3
/
+65
*
bpo-44394: Update libexpat copy to 2.4.1 (GH-26945) (GH-28033)
Miss Islington (bot)
2021-08-29
22
-190
/
+1388
*
bpo-42278: Use tempfile.TemporaryDirectory rather than tempfile.mktemp in pyd...
Miss Islington (bot)
2021-08-29
2
-6
/
+9
*
Fix typo in a comment in Modules/_ssl.c: s/validata/validate/ (GH-27993) (GH-...
Miss Islington (bot)
2021-08-27
1
-1
/
+1
*
bpo-44997: macOS does not support loadable SQLite extensions (GH-27979) (GH-2...
Miss Islington (bot)
2021-08-27
1
-0
/
+2
*
bpo-45001: Make email date parsing more robust against malformed input (GH-27...
Miss Islington (bot)
2021-08-26
3
-0
/
+6
*
[3.8] bpo-36384: [doc] Correct typos in CVE-2021-29921 fix description (GH-27...
Łukasz Langa
2021-08-19
2
-2
/
+2
*
[3.8] bpo-36384: Leading zeros in IPv4 addresses are no longer tolerated (GH-...
achraf-mer
2021-08-18
5
-6
/
+57
*
bpo-33930: Fix typo in the test name. (GH-27735)
Miss Islington (bot)
2021-08-11
1
-1
/
+1
*
[3.8] bpo-33930: Fix segfault with deep recursion when cleaning method object...
Łukasz Langa
2021-08-11
3
-1
/
+22
*
bpo-44854: Add .editorconfig file to help enforce `make patchcheck` (GH-27638...
Miss Islington (bot)
2021-08-10
1
-0
/
+12
*
bpo-44872: use new trashcan macros in framobject.c (GH-27683) (GH-27692)
Irit Katriel
2021-08-10
2
-2
/
+3
*
bpo-44856: Possible reference leak in error paths of update_bases() and __bui...
Miss Islington (bot)
2021-08-07
2
-22
/
+14
*
Spell out 's.pop() or s.pop(i)' (GH-27398) (GH-27414)
Miss Islington (bot)
2021-07-28
1
-1
/
+1
*
bpo-30511: Add note on thread safety to shutil.make_archive() (GH-26933) (#27...
Miss Islington (bot)
2021-07-21
2
-0
/
+6
*
bpo-44022: Improve the regression test. (GH-26503) (#26506)
Miss Islington (bot)
2021-07-12
1
-1
/
+6
*
Post 3.8.11
Łukasz Langa
2021-06-28
1
-1
/
+1
*
Python 3.8.11
v3.8.11
Łukasz Langa
2021-06-28
9
-17
/
+67
*
[3.8] bpo-43882 - Mention urllib.parse changes in Whats new section. (#26277)
Senthil Kumaran
2021-06-28
1
-0
/
+12
*
bpo-44229: Ignore spurious EPROTOTYPE on macOS in test_ssl (GH-26893) (GH-26895)
Miss Islington (bot)
2021-06-24
1
-3
/
+8
*
bpo-38323: Skip SubprocessMultiLoopWatcherTest as they can hang the test suit...
Miss Islington (bot)
2021-06-12
1
-0
/
+2
*
[3.8] bpo-44061: Fix pkgutil.iter_modules regression when passed a pathlib.Pa...
Łukasz Langa
2021-05-12
3
-0
/
+49
*
bpo-44070: No longer eagerly makes import filenames absolute, except for exte...
Steve Dower
2021-05-12
4
-1843
/
+1845
*
bpo-40297: Fix test_socket.CANTest.testSendFrame (GH-19548) (#25957)
Miss Islington (bot)
2021-05-07
1
-2
/
+1
*
bpo-44022: Fix http client infinite line reading (DoS) after a HTTP 100 Conti...
Miss Islington (bot)
2021-05-06
3
-18
/
+32
*
[3.8] bpo-43882 - urllib.parse should sanitize urls containing ASCII newline ...
Miss Islington (bot)
2021-05-05
4
-0
/
+77
[next]