aboutsummaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* [3.9] GH-100892: Fix race in clearing `threading.local` (GH-100922) (#100939)gentoo-3.8.16_p2Kumar Aditya2023-02-144-13/+75
* gh-101857: Allow xattr detection on musl libc (#101858)Sam James2023-02-142-0/+2
* [3.10] GH-99086: Fix -Wstrict-prototypes, -Wimplicit-function-declara… (#99...gentoo-3.8.16Sam James2022-12-073-52/+63
* Skip sched/priority testsSam James2022-12-071-0/+2
* Skip tests which interact with invalid UTF-8 filesSam James2022-12-079-0/+13
* gh-99086: Build: Fix -Wimplicit-int in PTHREAD_SCOPE_SYSTEM check (#99085)Sam James2022-12-073-2/+3
* gh-79096: Protect cookie file created by {LWP,Mozilla}CookieJar.save() (GH-93...Pascal Wittmann2022-12-073-2/+34
* bpo-42856: Add --with-wheel-pkg-dir=PATH configure option (GH-24210)Victor Stinner2022-12-076-32/+198
* bpo-37449: Move ensurepip off of pkgutil and to importlib.resources (GH-15109)Joannah Nanjekye2022-12-072-4/+7
* [3.9] bpo-46513: Remove AC_C_CHAR_UNSIGNED / __CHAR_UNSIGNED__ (GH-30851) (GH...Christian Heimes2022-12-075-46/+2
* [3.10] bpo-47101: list only activated algorithms in hashlib.algorithms_availa...Christian Heimes2022-12-073-1/+20
* Fix test_nntplib backports for 3.8 codeMichał Górny2022-12-071-3/+3
* bpo-45433: Do not link libpython against libcryptMike Gilbert2022-12-071-0/+3
* closes bpo-44751: Move crypt.h include from public header to _cryptmodule (GH...Geoffrey Thomas2022-12-073-13/+4
* bpo-43998: Default to TLS 1.2 and increase cipher suite security (GH-25778)Christian Heimes2022-12-074-8/+72
* bpo-43650: Fix MemoryError on zip.read in shutil._unpack_zipfile for large fi...Miss Islington (bot)2022-12-072-10/+8
* ssl: Hard-disable SSLv3 to avoid automagic depsMichał Górny2022-12-071-0/+4
* Skip RDS socket tests that hang frequentlyMichał Górny2022-12-071-0/+1
* Blacklist test_pickletools from __all__ test as it imports numpyMichał Górny2022-12-071-0/+2
* test.support.unlink: ignore PermissionErrorMike Gilbert2022-12-071-1/+1
* Call OPENSSL_init_crypto for openssl >= 1.1.0Mike Gilbert2022-12-071-0/+2
* Install shared libs in LIBDESTMike Gilbert2022-12-071-3/+2
* distutils: make -OO enable both opt-1 and opt-2 optimizationMichał Górny2022-12-072-10/+10
* Disable nisMike Gilbert2022-12-071-1/+0
* h2py: use binary I/O to avoid encoding issuesMike Gilbert2022-12-071-33/+34
* Improve distutils C++ supportMike Gilbert2022-12-076-52/+80
* setup.py: exit with non-zero status on failureMike Gilbert2022-12-071-0/+6
* Override libdirMike Gilbert2022-12-071-14/+10
* Disable modules and SSLMike Gilbert2022-12-071-2/+13
* Install libpythonX.Y.a in /usr/lib instead of /usr/lib/pythonX.Y/configMike Gilbert2022-12-074-14/+4
* Python 3.8.16v3.8.16Łukasz Langa2022-12-069-23/+69
* [3.8] gh-100001: Omit control characters in http.server stderr logs. (GH-1000...Miss Islington (bot)2022-12-064-2/+46
* [3.8] gh-87604: Avoid publishing list of active per-interpreter audit hooks v...Miss Islington (bot)2022-11-214-0/+20
* [3.8] gh-98433: Fix quadratic time idna decoding. (GH-99092) (GH-99222) (GH-9...Miss Islington (bot)2022-11-103-17/+27
* [3.8] gh-98517: Fix buffer overflows in _sha3 module (GH-98519) (#98527)Miss Islington (bot)2022-10-283-7/+18
* [3.8] gh-98739: Update libexpat from 2.4.9 to 2.5.0 (GH-98742) (#98787)Miss Islington (bot)2022-10-284-18/+36
* [3.8] gh-68966: Make mailcap refuse to match unsafe filenames/types/params (G...Miss Islington (bot)2022-10-114-4/+46
* [3.8] gh-96710: Make the test timing more lenient for the int/str DoS regress...Miss Islington (bot)2022-10-111-6/+8
* Post 3.8.15Łukasz Langa2022-10-111-1/+1
* Python 3.8.15v3.8.15Łukasz Langa2022-10-1110-18/+65
* [3.8] gh-95778: Mention sys.set_int_max_str_digits() in error message (GH-968...Miss Islington (bot)2022-10-043-4/+7
* [3.8] gh-96848: Fix -X int_max_str_digits option parsing (GH-96988) (GH-97575)Miss Islington (bot)2022-10-043-1/+7
* [3.8] gh-96577: Fixes buffer overrun in _msi module (GH-96633) (GH-96658)Miss Islington (bot)2022-10-042-2/+3
* [3.8] gh-97005: Update libexpat from 2.4.7 to 2.4.9 (gh-97006) (gh-97013)Miss Islington (bot)2022-10-048-17/+28
* [3.8] gh-97616: list_resize() checks for integer overflow (GH-97617) (GH-97628)Miss Islington (bot)2022-10-043-2/+24
* [3.8] gh-97612: Fix shell injection in get-remote-certificate.py (GH-97613) (...Miss Islington (bot)2022-10-042-18/+10
* [3.8] Update bugs URL references in README and Docs/bugs.rst from bpo to gh i...Ned Deily2022-09-112-22/+23
* Post 3.8.14Łukasz Langa2022-09-061-1/+1
* Python 3.8.14v3.8.14Łukasz Langa2022-09-0615-62/+125
* [3.8] gh-95778: CVE-2020-10735: Prevent DoS by very large int() (#96503)Gregory P. Smith2022-09-0526-23/+885