summaryrefslogtreecommitdiff
path: root/Lib
Commit message (Expand)AuthorAgeFilesLines
* Python 3.7.16v3.7.16Ned Deily2022-12-061-1/+1
* [3.7] gh-100001: Omit control characters in http.server stderr logs. (GH-1000...Miss Islington (bot)2022-12-052-2/+31
* [3.7] gh-98433: Fix quadratic time idna decoding. (GH-99092) (GH-99232)Miss Islington (bot)2022-11-072-17/+21
* [3.7] gh-98517: Fix buffer overflows in _sha3 module (GH-98519) (GH-98528)Miss Islington (bot)2022-10-211-0/+9
* [3.7] gh-96710: Make the test timing more lenient for the int/str DoS regress...Miss Islington (bot)2022-10-111-6/+8
* [3.7] gh-68966: Make mailcap refuse to match unsafe filenames/types/params (G...Miss Islington (bot)2022-10-112-4/+30
* 3.7.15v3.7.15Ned Deily2022-10-101-1/+1
* [3.7] gh-97616: list_resize() checks for integer overflow (GH-97617) (#97629)Miss Islington (bot)2022-10-051-0/+13
* [3.7] gh-96848: Fix -X int_max_str_digits option parsing (#96988) (#97576)Victor Stinner2022-10-051-0/+2
* 3.7.14Ned Deily2022-09-061-26/+2
* [3.7] gh-95778: CVE-2020-10735: Prevent DoS by very large int() (GH-96504)Gregory P. Smith2022-09-069-2/+305
* [3.7] fix CI on macOS due to infrastructure changes (GH-96493)Gregory P. Smith2022-09-012-6/+15
* bpo-41306: Allow scale value to not be rounded (GH-21715) (GH-96484)Miss Islington (bot)2022-09-011-1/+2
* [3.7] gh-94208: Add more TLS version/protocol checks for FreeBSD (GH-94347) (...Łukasz Langa2022-07-271-23/+31
* gh-87389: Fix an open redirection vulnerability in http.server. (GH-93879) (G...Miss Islington (bot)2022-06-222-2/+58
* [3.7] gh-93065: Fix HAMT to iterate correctly over 7-level deep trees (GH-93149)Łukasz Langa2022-05-231-0/+35
* [3.7] gh-80254: Disallow recursive usage of cursors in sqlite3 converters (GH...Erlend Egeberg Aasland2022-05-231-0/+42
* 3.7.13v3.7.13Ned Deily2022-03-161-1/+1
* Revert "bpo-46986: Upgrade bundled setuptools to 60.9.3 (GH-31820)" (GH-31882)Ned Deily2022-03-143-1/+1
* bpo-46986: Upgrade bundled setuptools to 60.9.3 (GH-31820) (GH-31861)Ned Deily2022-03-133-1/+1
* bpo-46985: Upgrade bundled pip to 22.0.4 (GH-31819) (GH-31852)Ned Deily2022-03-133-6/+3
* bpo-46756: Fix authorization check in urllib.request (GH-31353) (GH-31573)Miss Islington (bot)2022-02-252-8/+25
* bpo-46811: Make test suite support Expat >=2.4.5 (GH-31453) (GH-31471)Miss Islington (bot)2022-02-212-8/+15
* 3.7.12v3.7.12Ned Deily2021-09-031-1/+1
* [3.7] bpo-43124: Fix smtplib multiple CRLF injection (GH-25987) (GH-28037)Miss Islington (bot)2021-08-302-3/+63
* bpo-45001: Make email date parsing more robust against malformed input (GH-27...Miss Islington (bot)2021-08-302-0/+4
* 3.7.11v3.7.11Ned Deily2021-06-281-3/+3
* bpo-44022: Improve the regression test. (GH-26503) (GH-26507)Miss Islington (bot)2021-06-031-1/+6
* [3.7] bpo-40297: Fix test_socket.CANTest.testSendFrame (GH-25960)Zachary Ware2021-05-071-2/+4
* bpo-44022: Fix http client infinite line reading (DoS) after a HTTP 100 Conti...Miss Islington (bot)2021-05-062-18/+30
* [3.7] bpo-43882 - urllib.parse should sanitize urls containing ASCII newline ...Miss Islington (bot)2021-05-062-0/+58
* bpo-43075: Fix ReDoS in urllib AbstractBasicAuthHandler (GH-24391) (#25249)Miss Islington (bot)2021-05-041-1/+1
* bpo-41561: Fix testing with OpenSSL 1.0.2 (GH-25355) (GH-25858)Miss Islington (bot)2021-05-031-1/+4
* [3.7] bpo-41561: Add workaround for Ubuntu's custom security level (GH-24915)...Christian Heimes2021-05-031-0/+29
* [3.7] bpo-43660: Fix crash when displaying exceptions with custom values for ...Pablo Galindo2021-03-301-0/+15
* bpo-42988: Remove the pydoc getfile feature (GH-25015) (#25066)Miss Islington (bot)2021-03-292-24/+0
* [3.7] bpo-43285 Make ftplib not trust the PASV response. (GH-24838) (GH-24881...Miss Islington (bot)2021-03-162-2/+34
* 3.7.10v3.7.10Ned Deily2021-02-151-1/+1
* [3.7] bpo-42967: only use '&' as a query string separator (GH-24297) (GH-24531)Senthil Kumaran2021-02-154-41/+98
* [3.7] closes bpo-42938: Replace snprintf with Python unicode formatting in ct...Benjamin Peterson2021-01-181-0/+43
* bpo-42794: Update test_nntplib to use offical group name for testing (GH-2403...Miss Islington (bot)2021-01-011-3/+7
* [3.7] bpo-42103: Improve validation of Plist files. (GH-22882) (#23117)Serhiy Storchaka2020-11-102-67/+362
* bpo-41944: No longer call eval() on content received via HTTP in the CJK code...Miss Skeleton (bot)2020-10-191-14/+8
* bpo-42051: Reject XML entity declarations in plist files (#22760) (GH-22801)Ned Deily2020-10-192-0/+25
* [3.7] bpo-41976: Fix the fallback to gcc of ctypes.util.find_library when usi...Pablo Galindo2020-10-082-8/+36
* 3.7.9v3.7.9Ned Deily2020-08-151-1/+1
* bpo-41100: additional fixes for testing on macOS 11 Big Sur IntelNed Deily2020-08-152-1/+6
* bpo-33786: Fix asynchronous generators to handle GeneratorExit in athrow() (G...Miss Islington (bot)2020-08-143-1/+79
* bpo-39603: Prevent header injection in http methods (GH-18485) (GH-21538)Miss Islington (bot)2020-07-192-0/+37
* bpo-41304: Ensure python3x._pth is loaded on Windows (GH-21495) (#21499)Steve Dower2020-07-151-2/+34