aboutsummaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* gh-110190: Fix ctypes structs with array on SPARC (GH-118233)gentoo-3.8.20_p2Jakub Kulík19 hours1-1/+1
* gh-110190: Fix ctypes structs with array on Windows ARM64 (GH-114753)Miss Islington (bot)19 hours1-1/+1
* [3.11] gh-110190: Fix ctypes structs with array on PPCLE64 (GH-112959) (#113167)Diego Russo19 hours3-207/+208
* [3.11] gh-110190: Temporarily skip new test introduced in gh-112604 on PPC64L...Łukasz Langa19 hours1-45/+52
* [3.11] gh-62260: Fix ctypes.Structure subclassing with multiple layers (GH-13...Serhiy Storchaka19 hours3-6/+69
* [3.11] gh-110190: Fix ctypes structs with array on Arm (#112604) (#112766)Diego Russo19 hours3-20/+196
* Disable system site-packages via GENTOO_CPYTHON_BUILD varMichał Górny19 hours1-0/+1
* gh-124213: Skip tests failing with ``--suppress-sync=true`` when inside syste...Michał Górny19 hours3-5/+20
* bpo-41369: Finish updating the vendored libmpdec to version 2.5.1 (GH-24962)gentoo-3.8.20Antoine Pitrou13 days2-3/+3
* [3.11] gh-115243: Fix crash in deque.index() when the deque is concurrently m...Miss Islington (bot)13 days2-1/+7
* test_lzma: Skip tests requiring extra-filtersMichał Górny13 days1-0/+19
* [3.10] GH-102126: fix deadlock at shutdown when clearing thread state… (#10...Kumar Aditya13 days2-2/+11
* gh-99418: Make urllib.parse.urlparse enforce that a scheme must begin with an...Miss Islington (bot)13 days3-1/+21
* [3.9] GH-100892: Fix race in clearing `threading.local` (GH-100922) (#100939)Kumar Aditya13 days4-13/+75
* gh-101857: Allow xattr detection on musl libc (#101858)Sam James13 days2-0/+2
* [3.10] GH-99086: Fix -Wstrict-prototypes, -Wimplicit-function-declara… (#99...Sam James13 days3-52/+63
* Skip sched/priority testsSam James13 days1-0/+2
* Skip tests which interact with invalid UTF-8 filesSam James13 days9-0/+13
* gh-99086: Build: Fix -Wimplicit-int in PTHREAD_SCOPE_SYSTEM check (#99085)Sam James13 days3-2/+3
* gh-79096: Protect cookie file created by {LWP,Mozilla}CookieJar.save() (GH-93...Pascal Wittmann13 days3-2/+34
* bpo-42856: Add --with-wheel-pkg-dir=PATH configure option (GH-24210)Victor Stinner13 days6-32/+198
* bpo-37449: Move ensurepip off of pkgutil and to importlib.resources (GH-15109)Joannah Nanjekye13 days2-4/+7
* [3.9] bpo-46513: Remove AC_C_CHAR_UNSIGNED / __CHAR_UNSIGNED__ (GH-30851) (GH...Christian Heimes13 days5-46/+2
* [3.10] bpo-47101: list only activated algorithms in hashlib.algorithms_availa...Christian Heimes13 days3-1/+20
* Fix test_nntplib backports for 3.8 codeMichał Górny13 days1-3/+3
* bpo-45433: Do not link libpython against libcryptMike Gilbert13 days1-0/+3
* closes bpo-44751: Move crypt.h include from public header to _cryptmodule (GH...Geoffrey Thomas13 days3-13/+4
* bpo-43998: Default to TLS 1.2 and increase cipher suite security (GH-25778)Christian Heimes13 days4-8/+72
* bpo-43650: Fix MemoryError on zip.read in shutil._unpack_zipfile for large fi...Miss Islington (bot)13 days2-10/+8
* ssl: Hard-disable SSLv3 to avoid automagic depsMichał Górny13 days1-0/+4
* Skip RDS socket tests that hang frequentlyMichał Górny13 days1-0/+1
* Blacklist test_pickletools from __all__ test as it imports numpyMichał Górny13 days1-0/+2
* test.support.unlink: ignore PermissionErrorMike Gilbert13 days1-1/+1
* Call OPENSSL_init_crypto for openssl >= 1.1.0Mike Gilbert13 days1-0/+2
* Install shared libs in LIBDESTMike Gilbert13 days1-3/+2
* distutils: make -OO enable both opt-1 and opt-2 optimizationMichał Górny13 days2-10/+10
* Disable nisMike Gilbert13 days1-1/+0
* h2py: use binary I/O to avoid encoding issuesMike Gilbert13 days1-33/+34
* Improve distutils C++ supportMike Gilbert13 days6-52/+80
* setup.py: exit with non-zero status on failureMike Gilbert13 days1-0/+6
* Override libdirMike Gilbert13 days1-14/+10
* Disable modules and SSLMike Gilbert13 days1-2/+13
* Install libpythonX.Y.a in /usr/lib instead of /usr/lib/pythonX.Y/configMike Gilbert13 days4-14/+4
* Python 3.8.20v3.8.20Łukasz Langa13 days21-61/+206
* [3.8] [CVE-2023-27043] gh-102988: Reject malformed addresses in email.parsead...Petr Viktorin14 days5-21/+371
* [3.8] gh-123678: Upgrade libexpat 2.6.3 (#123712)Seth Michael Larson2024-09-054-15/+36
* [3.8] gh-112275: Fix HEAD_LOCK deadlock in child process after fork (GH-11233...Miss Islington (bot)2024-09-052-1/+4
* [3.8] gh-119690: Fixes buffer type confusion in _winapi.CreateFile and _winap...Miss Islington (bot)2024-09-042-2/+4
* [3.8] gh-67693: Fix urlunparse() and urlunsplit() for URIs with path starting...Serhiy Storchaka2024-09-043-4/+70
* [3.8] gh-121285: Remove backtracking when parsing tarfile headers (GH-121286)...Seth Michael Larson2024-09-043-38/+111