aboutsummaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* gh-95778: Correctly pre-check for int-to-str conversion (#96537)gentoo-3.8.13_p8Mark Dickinson2022-09-053-5/+105
* [3.8] gh-95778: CVE-2020-10735: Prevent DoS by very large int()gentoo-3.8.13_p7Gregory P. Smith [Google LLC]2022-09-0326-23/+792
* gh-79096: Protect cookie file created by {LWP,Mozilla}CookieJar.save() (GH-93...gentoo-3.8.13_p6Pascal Wittmann2022-08-103-2/+34
* gh-87389: Fix an open redirection vulnerability in http.server. (GH-93879)gentoo-3.8.13_p5Miss Islington (bot)2022-08-103-2/+61
* gh-68966: Make mailcap refuse to match unsafe filenames/types/params (GH-91993)Petr Viktorin2022-08-104-4/+46
* bpo-42856: Add --with-wheel-pkg-dir=PATH configure option (GH-24210)gentoo-3.8.13_p4Victor Stinner2022-08-026-32/+198
* bpo-37449: Move ensurepip off of pkgutil and to importlib.resources (GH-15109)Joannah Nanjekye2022-08-022-4/+7
* [3.9] bpo-46513: Remove AC_C_CHAR_UNSIGNED / __CHAR_UNSIGNED__ (GH-30851) (GH...gentoo-3.8.13_p2Christian Heimes2022-05-185-46/+2
* [3.10] bpo-47101: list only activated algorithms in hashlib.algorithms_availa...gentoo-3.8.13_p1Christian Heimes2022-05-163-1/+20
* [3.9] bpo-46114: Fix OpenSSL version check for 3.0.1 (GH-30170) (GH-30173)Christian Heimes2022-05-162-6/+10
* Fix test_nntplib backports for 3.8 codeMichał Górny2022-05-161-3/+3
* bpo-45433: Do not link libpython against libcryptgentoo-3.8.13Mike Gilbert2022-03-161-0/+3
* closes bpo-44751: Move crypt.h include from public header to _cryptmodule (GH...Geoffrey Thomas2022-03-163-13/+4
* bpo-43998: Default to TLS 1.2 and increase cipher suite security (GH-25778)Christian Heimes2022-03-164-8/+72
* bpo-43650: Fix MemoryError on zip.read in shutil._unpack_zipfile for large fi...Miss Islington (bot)2022-03-162-10/+8
* ssl: Hard-disable SSLv3 to avoid automagic depsMichał Górny2022-03-161-0/+4
* Skip RDS socket tests that hang frequentlyMichał Górny2022-03-161-0/+1
* Blacklist test_pickletools from __all__ test as it imports numpyMichał Górny2022-03-161-0/+2
* test.support.unlink: ignore PermissionErrorMike Gilbert2022-03-161-1/+1
* Call OPENSSL_init_crypto for openssl >= 1.1.0Mike Gilbert2022-03-161-0/+2
* Install shared libs in LIBDESTMike Gilbert2022-03-161-3/+2
* distutils: make -OO enable both opt-1 and opt-2 optimizationMichał Górny2022-03-162-10/+10
* Disable nisMike Gilbert2022-03-161-1/+0
* h2py: use binary I/O to avoid encoding issuesMike Gilbert2022-03-161-33/+34
* Improve distutils C++ supportMike Gilbert2022-03-166-52/+80
* setup.py: exit with non-zero status on failureMike Gilbert2022-03-161-0/+6
* Override libdirMike Gilbert2022-03-161-14/+10
* Disable modules and SSLMike Gilbert2022-03-161-2/+13
* Install libpythonX.Y.a in /usr/lib instead of /usr/lib/pythonX.Y/configMike Gilbert2022-03-164-14/+4
* Python 3.8.13, take twov3.8.13Łukasz Langa2022-03-161-1/+1
* bpo-31327: Update time documentation to reflect possible errors (GH-31460) (G...Miss Islington (bot)2022-03-161-0/+6
* bpo-46948: Fix launcher installer build failure due to first part of fix (GH-...Miss Islington (bot)2022-03-161-0/+2
* Post 3.8.13Łukasz Langa2022-03-151-1/+1
* Python 3.8.13Łukasz Langa2022-03-1522-61/+204
* [3.8] bpo-47024: Update Windows builds and macOS installer build to use OpenS...Ned Deily2022-03-1510-75/+16
* bpo-46985: Upgrade bundled pip to 22.0.4 (GH-31819) (GH-31851)Ned Deily2022-03-154-4/+3
* bpo-45405: Prevent internal configure error when running configure with recen...Ned Deily2022-03-153-6/+12
* bpo-46784: Add newly exported expat symbols to the namespace. (GH-31397) (GH-...Miss Islington (bot)2022-03-082-0/+6
* Update copyright year to 2022. (GH-30335) (GH-31478)Miss Islington (bot)2022-03-089-10/+10
* bpo-44549: Update bzip2 to 1.0.8 in Windows builds to mitigate CVE-2016-3189 ...Steve Dower2022-03-084-3/+5
* bpo-46948: Fix CVE-2022-26488 by ensuring the Windows Installer correctly use...Steve Dower2022-03-0811-4/+26
* bpo-46932: Update bundled libexpat to 2.4.7 (GH-31736) (GH-31740)Miss Islington (bot)2022-03-083-14/+156
* bpo-46756: Fix authorization check in urllib.request (GH-31353) (GH-31572)Miss Islington (bot)2022-03-023-8/+30
* bpo-46794: Bump up the libexpat version into 2.4.6 (GH-31487) (GH-31520)Miss Islington (bot)2022-03-026-62/+133
* Don't test with OpenSSL 3.0 on 3.8Łukasz Langa2022-02-221-1/+1
* Force use of `windows-2019` on GHA to continue using the v140 platform toolkitŁukasz Langa2022-02-221-2/+2
* bpo-46811: Make test suite support Expat >=2.4.5 (GH-31453)Sebastian Pipping2022-02-223-8/+16
* bpo-46400: Update libexpat from 2.4.1 to 2.4.4 (GH-31022) (GH-31297)Dong-hee Na2022-02-216-29/+236
* bpo-41028: Doc: Move switchers to docsbuild-scripts. (GH-20969) (GH-30344)Miss Islington (bot)2022-02-176-173/+16
* bpo-44949: Fix test_readline auto history tests (GH-27813) (GH-31118)Miss Islington (bot)2022-02-172-2/+8