summaryrefslogtreecommitdiffstats
path: root/Lib
Commit message (Expand)AuthorAgeFilesLines
* Python 3.8.15v3.8.15Łukasz Langa2022-10-111-1/+1
* [3.8] gh-96848: Fix -X int_max_str_digits option parsing (GH-96988) (GH-97575)Miss Islington (bot)2022-10-041-0/+2
* [3.8] gh-97616: list_resize() checks for integer overflow (GH-97617) (GH-97628)Miss Islington (bot)2022-10-041-0/+13
* Python 3.8.14v3.8.14Łukasz Langa2022-09-061-26/+2
* [3.8] gh-95778: CVE-2020-10735: Prevent DoS by very large int() (#96503)Gregory P. Smith2022-09-059-5/+304
* [3.8] gh-94208: Add more TLS version/protocol checks for FreeBSD (GH-94347) (...Łukasz Langa2022-07-271-23/+31
* [3.8] gh-90355: Add isolated flag if currently isolated (GH-92857) (GH-94571)Łukasz Langa2022-07-051-1/+6
* gh-87389: Fix an open redirection vulnerability in http.server. (GH-93879) (G...Miss Islington (bot)2022-06-222-2/+58
* bpo-46114: Fix OpenSSL version check for 3.0.1 (GH-30170) (GH-92954)Victor Stinner2022-06-061-6/+10
* [3.8] gh-93065: Fix HAMT to iterate correctly over 7-level deep trees (GH-930...Łukasz Langa2022-05-241-0/+35
* [3.8] gh-80254: Disallow recursive usage of cursors in sqlite3 converters (#9...Erlend Egeberg Aasland2022-05-161-0/+43
* Python 3.8.13Łukasz Langa2022-03-151-21/+21
* bpo-46985: Upgrade bundled pip to 22.0.4 (GH-31819) (GH-31851)Ned Deily2022-03-153-4/+2
* bpo-46756: Fix authorization check in urllib.request (GH-31353) (GH-31572)Miss Islington (bot)2022-03-022-8/+25
* bpo-46811: Make test suite support Expat >=2.4.5 (GH-31453)Sebastian Pipping2022-02-222-8/+15
* bpo-44949: Fix test_readline auto history tests (GH-27813) (GH-31118)Miss Islington (bot)2022-02-171-2/+6
* [3.8] bpo-46474: Avoid REDoS in EntryPoint.pattern (sync with importlib_metad...Jason R. Coombs2022-02-141-2/+2
* bpo-46648: Skip test_urllib2.test_issue16464() (GH-31161) (GH-31173)Miss Islington (bot)2022-02-081-0/+2
* bpo-45859: Mark test_field_descriptor in test_collections as CPython-only (GH...Miss Islington (bot)2021-12-111-0/+1
* bpo-45436: Fix tkinter tests with Tcl/Tk 8.6.11+ (GH-29077) (GH-29093)Miss Islington (bot)2021-10-202-5/+11
* bpo-45310: Fix parrallel shared memory tests (GH-28661) (GH-28979)Victor Stinner2021-10-191-15/+23
* bpo-45195: Fix test_readline.test_nonascii() (GH-28329) (GH-28984)Miss Islington (bot)2021-10-191-1/+3
* Python 3.8.12v3.8.12Łukasz Langa2021-08-301-7/+7
* [3.8] bpo-43124: Fix smtplib multiple CRLF injection (GH-25987) (GH-28036)Miss Islington (bot)2021-08-292-3/+63
* bpo-42278: Use tempfile.TemporaryDirectory rather than tempfile.mktemp in pyd...Miss Islington (bot)2021-08-291-6/+7
* bpo-45001: Make email date parsing more robust against malformed input (GH-27...Miss Islington (bot)2021-08-262-0/+4
* [3.8] bpo-36384: Leading zeros in IPv4 addresses are no longer tolerated (GH-...achraf-mer2021-08-172-4/+22
* bpo-33930: Fix typo in the test name. (GH-27735)Miss Islington (bot)2021-08-121-1/+1
* [3.8] bpo-33930: Fix segfault with deep recursion when cleaning method object...Łukasz Langa2021-08-111-0/+15
* bpo-44022: Improve the regression test. (GH-26503) (#26506)Miss Islington (bot)2021-07-121-1/+6
* Python 3.8.11v3.8.11Łukasz Langa2021-06-281-1/+12
* bpo-44229: Ignore spurious EPROTOTYPE on macOS in test_ssl (GH-26893) (GH-26895)Miss Islington (bot)2021-06-241-3/+8
* bpo-38323: Skip SubprocessMultiLoopWatcherTest as they can hang the test suit...Miss Islington (bot)2021-06-121-0/+2
* [3.8] bpo-44061: Fix pkgutil.iter_modules regression when passed a pathlib.Pa...Łukasz Langa2021-05-122-0/+47
* bpo-44070: No longer eagerly makes import filenames absolute, except for exte...Steve Dower2021-05-122-7/+7
* bpo-40297: Fix test_socket.CANTest.testSendFrame (GH-19548) (#25957)Miss Islington (bot)2021-05-071-2/+1
* bpo-44022: Fix http client infinite line reading (DoS) after a HTTP 100 Conti...Miss Islington (bot)2021-05-062-18/+30
* [3.8] bpo-43882 - urllib.parse should sanitize urls containing ASCII newline ...Miss Islington (bot)2021-05-052-0/+58
* Python 3.8.10v3.8.10Łukasz Langa2021-05-031-26/+44
* bpo-32745: Fix a regression in the handling of ctypes' c_wchar_p type (GH-872...Miss Islington (bot)2021-05-021-0/+8
* [3.8] bpo-41100: Support macOS 11 Big Sur and Apple Silicon Macs (#25806)Ned Deily2021-05-029-19/+118
* [3.8] bpo-43993: Update vendored pip to 21.1.1 (GH-25761). (GH-25783)Stéphane Bidoul2021-05-012-1/+1
* bpo-43935: Fix typo in Turtle.back() docstring (GH-25581)Miss Islington (bot)2021-04-301-1/+1
* bpo-43960: test_pdb resets breakpoints to make tests deterministic (GH-25691)...Miss Islington (bot)2021-04-281-7/+11
* [3.8] bpo-28577: Special case added to IP v4 and v6 hosts for /32 and /128 ne...Pete Wicken2021-04-262-0/+21
* [3.8] bpo-34463: Make python tracebacks identical to C tracebacks for (#23899)Irit Katriel2021-04-262-5/+33
* bpo-42924: Fix incorrect copy in bytearray_repeat (GH-24208) (#24212)Miss Islington (bot)2021-04-261-0/+10
* Quick pydoc update to smtplib.py (GH-22292) (GH-25616)Miss Islington (bot)2021-04-261-2/+2
* bpo-43534: Fix the turtle module working with multiple root windows GH-25594Miss Islington (bot)2021-04-261-8/+7
* [3.9] bpo-43655: Tkinter and IDLE dialog windows are now recognized as dialog...Miss Islington (bot)2021-04-255-7/+21