summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* [3.8] gh-102950: Implement PEP 706 – Filter for tarfile.extractall (GH-1029...3.8Petr Viktorin2023-05-178-78/+1777
* [3.8] gh-101997: Update bundled pip version to 23.0.1 (GH-101998). (#102244)Pradyun Gedam2023-03-283-1/+2
* [3.8] gh-102627: Replace address pointing toward malicious web page (GH-10263...Miss Islington (bot)2023-03-131-1/+1
* [3.8] gh-101726: Update the OpenSSL version to 1.1.1t (GH-101727) (GH-101752)Steve Dower2023-03-079-26/+37
* [3.8] GH-102306 Avoid GHA CI macOS test_posix failure by using the appropriat...Ned Deily2023-03-042-1/+3
* [3.8] gh-101981: Fix Ubuntu SSL tests with OpenSSL (3.1.0-beta1) CI i… (#10...Dong-hee Na2023-02-211-2/+2
* [3.8] gh-101283: Improved fallback logic for subprocess with shell=True on Wi...Miss Islington (bot)2023-02-093-1/+60
* [3.8] gh-95778: add doc missing in some places (GH-100627) (#101630)Éric2023-02-081-0/+10
* gh-101422: (docs) TarFile default errorlevel argument is 1, not 0 (GH-101424)Miss Islington (bot)2023-01-301-1/+1
* [3.8] gh-100180: Update Windows installer to OpenSSL 1.1.1s (GH-100903) (#101...Steve Dower2023-01-233-4/+5
* [3.8] Bump Azure Pipelines to ubuntu-22.04 (GH-101089) (#101215)Miss Islington (bot)2023-01-212-8/+8
* [3.8] Correct CVE-2020-10735 documentation (GH-100306) (#100698)Gregory P. Smith2023-01-203-7/+7
* [3.8] Update copyright year in README (GH-100863) (GH-100867)Miss Islington (bot)2023-01-081-4/+4
* [3.8] Update copyright years to 2023. (gh-100852)Benjamin Peterson2023-01-0810-13/+13
* Post 3.8.16Łukasz Langa2022-12-061-1/+1
* 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
* [3.8] gh-90359: Update documentation to follow PEP 495. (gh-94800). (GH-94834)Dong-hee Na2022-07-281-0/+14
* [3.8] gh-94208: Add more TLS version/protocol checks for FreeBSD (GH-94347) (...Łukasz Langa2022-07-272-23/+33
* [3.8] gh-90355: Add isolated flag if currently isolated (GH-92857) (GH-94571)Łukasz Langa2022-07-052-1/+7
* [3.8] gh-81054: Document that SimpleHTTPRequestHandler follows symbolic links...Łukasz Langa2022-07-011-1/+12
* gh-91172: Create a workflow for verifying bundled pip and setuptools (GH-3188...Miss Islington (bot)2022-06-223-0/+128
* gh-87389: Fix an open redirection vulnerability in http.server. (GH-93879) (G...Miss Islington (bot)2022-06-223-2/+61
* gh-83728: Add hmac.new default parameter deprecation (GH-91939) (GH-93547)Miss Islington (bot)2022-06-061-0/+2
* bpo-46114: Fix OpenSSL version check for 3.0.1 (GH-30170) (GH-92954)Victor Stinner2022-06-062-6/+11
* [3.8] gh-93065: Fix HAMT to iterate correctly over 7-level deep trees (GH-930...Łukasz Langa2022-05-245-4/+66
* [3.8] gh-80254: Disallow recursive usage of cursors in sqlite3 converters (#9...Erlend Egeberg Aasland2022-05-163-14/+77
* bpo-47194: Update zlib to v1.2.12 on Windows to resolve CVE-2018-25032 (GH-32...Miss Islington (bot)2022-05-163-2/+3
* [3.8] gh-92448: Update the documentation builder to render the GitHub… (GH-...Dong-hee Na2022-05-125-8/+9
* [3.8] Update Sphinx bpo role to use redirect URI. (#91892)Ezio Melotti2022-05-100-0/+0
* Add redirects to Misc/NEWS bpo links (GH-91454) (#91895)Miss Islington (bot)2022-05-101-1/+2
* [3.8] gh-91888: add a `:gh:` role to the documentation (GH-91889) (#91936)Ezio Melotti2022-05-102-1/+26