aboutsummaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* gh-122905: Sanitize names in zipfile.Path. (GH-122906) (GH-122925)gentoo-3.9.19_p5Jason R. Coombs2024-08-242-1/+77
* gh-123067: Fix quadratic complexity in parsing "-quoted cookie values with ba...Serhiy Storchaka2024-08-242-26/+46
* gh-121650: Encode newlines in headers, and verify headers are sound (GH-122233)gentoo-3.9.19_p4Petr Viktorin2024-08-029-4/+150
* [3.9] gh-114572: Fix locking in cert_store_stats and get_ca_certs (#118109)Seth Michael Larson2024-08-022-3/+92
* bpo-41369: Finish updating the vendored libmpdec to version 2.5.1 (GH-24962)Antoine Pitrou2024-08-022-3/+3
* [3.11] gh-115243: Fix crash in deque.index() when the deque is concurrently m...Miss Islington (bot)2024-04-102-1/+7
* test_lzma: Skip tests requiring extra-filtersgentoo-3.9.19Michał Górny2024-03-191-0/+19
* gh-99418: Make urllib.parse.urlparse enforce that a scheme must begin with an...Miss Islington (bot)2024-03-193-1/+21
* gh-101857: Allow xattr detection on musl libc (#101858)Sam James2024-03-192-1/+3
* [3.10] GH-99086: Fix -Wstrict-prototypes, -Wimplicit-function-declara… (#99...Sam James2024-03-193-52/+63
* Skip sched/priority testsSam James2024-03-191-0/+2
* Skip tests which interact with invalid UTF-8 filesSam James2024-03-199-0/+13
* gh-99086: Build: Fix -Wimplicit-int in PTHREAD_SCOPE_SYSTEM check (#99085)Sam James2024-03-193-2/+3
* gh-79096: Protect cookie file created by {LWP,Mozilla}CookieJar.save() (GH-93...Pascal Wittmann2024-03-193-2/+34
* bpo-42856: Add --with-wheel-pkg-dir=PATH configure option (GH-24210)Victor Stinner2024-03-196-32/+199
* bpo-45433: Do not link libpython against libcryptMike Gilbert2024-03-191-0/+3
* bpo-43998: Default to TLS 1.2 and increase cipher suite security (GH-25778)Christian Heimes2024-03-196-17/+76
* ssl: Hard-disable SSLv3 to avoid automagic depsMichał Górny2024-03-191-0/+4
* Skip RDS socket tests that hang frequentlyMichał Górny2024-03-191-0/+1
* Blacklist test_pickletools from __all__ test as it imports numpyMichał Górny2024-03-191-0/+2
* test.support.unlink: ignore PermissionErrorMike Gilbert2024-03-191-1/+1
* Install shared libs in LIBDESTMike Gilbert2024-03-191-3/+2
* distutils: make -OO enable both opt-1 and opt-2 optimizationMichał Górny2024-03-192-10/+10
* Disable nisMike Gilbert2024-03-191-1/+0
* Improve distutils C++ supportMike Gilbert2024-03-196-52/+80
* setup.py: exit with non-zero status on failureMike Gilbert2024-03-191-0/+5
* Override libdirMike Gilbert2024-03-191-14/+10
* Disable modules and SSLMike Gilbert2024-03-191-2/+13
* Install libpythonX.Y.a in /usr/lib instead of /usr/lib/pythonX.Y/configMike Gilbert2024-03-194-14/+4
* Python 3.9.19v3.9.19Łukasz Langa2024-03-1917-40/+152
* [3.9] gh-115197: Stop resolving host in urllib.request proxy bypass (GH-11521...Miss Islington (bot)2024-03-193-44/+64
* [3.9] gh-115398: Expose Expat >=2.6.0 reparse deferral API (CVE-2023-52425) (...Sebastian Pipping2024-03-0714-20/+435
* [3.9] gh-107077: Raise SSLCertVerificationError even if the error is set via ...Miss Islington (bot)2024-02-212-0/+10
* [3.9] Upgrade bundled libexpat to 2.6.0 (GH-115399) (GH-115474)Seth Michael Larson2024-02-2112-262/+402
* [3.9] gh-115399: Document CVE-2023-52425 under "XML vulnerabilities" (GH-1154...Miss Islington (bot)2024-02-212-0/+14
* [3.9] Fix tests for XMLPullParser with Expat 2.6.0 (GH-115133) (GH-115535)Seth Michael Larson2024-02-212-22/+40
* [3.9] gh-97032: avoid test_squeezer crash on macOS buildbots (GH-115508) (#11...Miss Islington (bot)2024-02-211-0/+1
* [3.9] gh-115349: Pin theme to fix code snippets (GH-115351)Hugo van Kemenade2024-02-131-1/+1
* [3.9] Add missing sections to blurbs (GH-114553) (GH-115339)Miss Islington (bot)2024-02-133-0/+3
* [3.9] gh-111239: Update Windows build to use zlib 1.3.1 (GH-114877) (GH-115087)Łukasz Langa2024-02-063-2/+3
* [3.9] gh-113659: Skip hidden .pth files (GH-113660) (GH-114146)Serhiy Storchaka2024-01-173-1/+50
* [3.9] gh-107888: Fix test_mmap.test_access_parameter() on macOS 14 (GH-109928...Miss Islington (bot)2024-01-171-4/+9
* [3.9] gh-114021: Pin various sphinxcontrib extensions to older versions (GH-1...Adam Turner2024-01-172-0/+26
* [3.9] gh-109858: Protect zipfile from "quoted-overlap" zipbomb (GH-110016) (G...Miss Islington (bot)2024-01-173-0/+75
* [3.9] gh-91133: tempfile.TemporaryDirectory: fix symlink bug in cleanup (GH-9...Serhiy Storchaka2024-01-173-10/+136
* [3.9] bpo-37013: Fix the error handling in socket.if_indextoname() (GH-13503)...Miss Islington (bot)2024-01-173-5/+27
* [3.9] gh-109991: Update Windows build to use OpenSSL 1.1.1w (GH-111265)Zachary Ware2024-01-173-4/+8
* [3.9] gh-109991: Update GitHub CI workflows to use OpenSSL 3.0.11 and multiss...Ned Deily2024-01-173-4/+6
* [3.9] Fix documentation build by pinning Alabaster version to 0.7.13 (#113815)Maciej Olko2024-01-101-0/+2
* [3.9] gh-112160: Add 'regen-configure' make target (#112164)Seth Michael Larson2023-12-072-1/+17