summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* [3.7] GH-102306 Avoid GHA CI macOS test_posix failure by using the appropriat...3.7Ned Deily2023-04-092-1/+2
* [3.7] gh-102627: Replace address pointing toward malicious web page (GH-10263...Miss Islington (bot)2023-03-131-1/+1
* [3.7] gh-101726: Update the OpenSSL version to 1.1.1t (GH-101727) (GH-101753)Steve Dower2023-02-099-22/+33
* [3.7] gh-101283: Improved fallback logic for subprocess with shell=True on Wi...Steve Dower2023-02-093-1/+63
* [3.7] gh-95778: add doc missing in some places (GH-100627) (GH-101631)Éric2023-02-071-0/+9
* gh-101422: (docs) TarFile default errorlevel argument is 1, not 0 (GH-101424)Miss Islington (bot)2023-01-301-1/+1
* gh-100180: Update Windows installer to OpenSSL 1.1.1s (GH-100903) (GH-101259)Steve Dower2023-01-243-4/+5
* [3.7] Bump Azure Pipelines to ubuntu-20.04 (GH-101089). (GH-101226)Hugo van Kemenade2023-01-212-10/+10
* [3.7] Update copyright year in README (GH-100863) (GH-100865) (#100868)Miss Islington (bot)2023-01-081-4/+4
* [3.7] Correct CVE-2020-10735 documentation (GH-100306). (GH-100699)Gregory P. Smith2023-01-083-7/+7
* [3.7] Update copyright years to 2023. (gh-100853)Benjamin Peterson2023-01-0810-13/+13
* Post 3.7.16Ned Deily2022-12-061-1/+1
* Python 3.7.16v3.7.16Ned Deily2022-12-069-23/+61
* [3.7] gh-100001: Omit control characters in http.server stderr logs. (GH-1000...Miss Islington (bot)2022-12-054-2/+47
* [3.7] gh-98433: Fix quadratic time idna decoding. (GH-99092) (GH-99232)Miss Islington (bot)2022-11-073-17/+27
* [3.7] gh-98739: Update libexpat from 2.4.9 to 2.5.0 (GH-98742) (#98788)Miss Islington (bot)2022-10-284-18/+36
* [3.7] gh-98517: Fix buffer overflows in _sha3 module (GH-98519) (GH-98528)Miss Islington (bot)2022-10-213-7/+18
* [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-114-4/+46
* Post release updatesNed Deily2022-10-112-3/+3
* 3.7.15v3.7.15Ned Deily2022-10-1010-19/+66
* [3.7] gh-97612: Fix shell injection in get-remote-certificate.py (#97613) (#9...Victor Stinner2022-10-052-19/+10
* [3.7] gh-97616: list_resize() checks for integer overflow (GH-97617) (#97629)Miss Islington (bot)2022-10-053-2/+24
* [3.7] gh-96848: Fix -X int_max_str_digits option parsing (#96988) (#97576)Victor Stinner2022-10-053-1/+7
* [3.7] gh-97005: Update libexpat from 2.4.7 to 2.4.9 (gh-97006) (#97014)Miss Islington (bot)2022-10-058-17/+28
* [3.7] gh-95778: Mention sys.set_int_max_str_digits() in error message (GH-968...Miss Islington (bot)2022-10-043-4/+7
* gh-96577: Fixes buffer overrun in _msi module (GH-96633) (GH-96659)Miss Islington (bot)2022-09-122-2/+3
* Post releae updatesNed Deily2022-09-062-3/+3
* gh-91423: Remove bugs.python.org from bugs.rst (GH-91425)v3.7.14roy reznik2022-09-061-19/+20
* 3.7.14Ned Deily2022-09-0616-72/+128
* Move doc build dependencies to Doc/requirements.txt (GH-96607)Ned Deily2022-09-062-1/+20
* [3.7] gh-95778: CVE-2020-10735: Prevent DoS by very large int() (GH-96504)Gregory P. Smith2022-09-0626-22/+882
* bpo-35036: Remove empty log line in the suspicious.py tool (GH-10024) (GH-96498)Gregory P. Smith2022-09-011-1/+0
* [3.7] fix CI on macOS due to infrastructure changes (GH-96493)Gregory P. Smith2022-09-012-6/+15
* bpo-40548: Fix "Check for source changes (pull_request)" GH Action job (GH-21...Miss Islington (bot)2022-09-011-2/+15
* [3.7] Fix the Windows CI config. (GH-96490)Gregory P. Smith2022-09-013-3/+14676
* bpo-41306: Allow scale value to not be rounded (GH-21715) (GH-96484)Miss Islington (bot)2022-09-012-1/+3
* [3.7] gh-94208: Add more TLS version/protocol checks for FreeBSD (GH-94347) (...Łukasz Langa2022-07-272-23/+33
* [3.7] gh-90359: Update documentation to follow PEP 495. (gh-94800). (gh-94833)Dong-hee Na2022-07-141-0/+14
* [3.7] gh-81054: Document that SimpleHTTPRequestHandler follows symbolic links...Łukasz Langa2022-07-011-1/+12
* gh-87389: Fix an open redirection vulnerability in http.server. (GH-93879) (G...Miss Islington (bot)2022-06-223-2/+61
* gh-91172: Create a workflow for verifying bundled pip and setuptools (GH-3188...Miss Islington (bot)2022-06-223-0/+128
* [3.7] gh-93065: Fix HAMT to iterate correctly over 7-level deep trees (GH-93149)Łukasz Langa2022-05-235-4/+66
* [3.7] gh-80254: Disallow recursive usage of cursors in sqlite3 converters (GH...Erlend Egeberg Aasland2022-05-233-14/+76
* gh-92448: Update the documentation builder to render the GitHub issue (GH-92600)Ned Deily2022-05-104-7/+8
* [3.7] gh-91888: add a `:gh:` role to the documentation (GH-91889) (GH-91937)Ezio Melotti2022-05-102-0/+25
* Add redirects to Misc/NEWS bpo links (GH-91454) (GH-91894)Miss Islington (bot)2022-05-101-1/+2
* [3.7] Update Sphinx bpo role to use redirect URI. (GH-91893)Ezio Melotti2022-05-101-1/+1
* bpo-42773: fix tests not being run on pushes (GH-24004) (GH-92341)Miss Islington (bot)2022-05-061-1/+1
* bpo-47194: Update zlib to v1.2.12 on Windows to resolve CVE-2018-25032 (GH-32...Miss Islington (bot)2022-04-033-2/+3