summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* [3.9] gh-104049: do not expose on-disk location from SimpleHTTPRequestHandler...Miss Islington (bot)2023-05-223-1/+11
* [3.9] gh-103935: Use `io.open_code()` when executing code in trace and profil...Steve Dower2023-05-224-3/+7
* [3.9] gh-102950: Implement PEP 706 – Filter for tarfile.extractall (GH-1029...Petr Viktorin2023-05-158-78/+1761
* [3.9] GH-102126: fix deadlock at shutdown when clearing thread states (GH-102...Kumar Aditya2023-03-282-2/+11
* [3.9] gh-101997: Update bundled pip version to 23.0.1 (GH-101998). (#102243)Pradyun Gedam2023-03-284-1/+2
* [3.9] gh-102627: Replace address pointing toward malicious web page (GH-10263...Miss Islington (bot)2023-03-131-1/+1
* [3.9] gh-101726: Update the OpenSSL version to 1.1.1t (GH-101727) (GH-101751)Steve Dower2023-03-079-26/+37
* [3.9] gh-101981: Fix Ubuntu SSL tests with OpenSSL (3.1.0-beta1) CI i… (#10...Dong-hee Na2023-02-211-2/+2
* [3.9] gh-101283: Improved fallback logic for subprocess with shell=True on Wi...Miss Islington (bot)2023-02-093-1/+60
* gh-101422: (docs) TarFile default errorlevel argument is 1, not 0 (GH-101424)Miss Islington (bot)2023-01-301-1/+1
* [3.9] Bump Azure Pipelines to ubuntu-22.04 (GH-101089) (#101214)Miss Islington (bot)2023-01-212-8/+8
* [3.9] gh-100180: Update Windows installer to OpenSSL 1.1.1s (GH-100903) (#100...Steve Dower2023-01-203-4/+5
* [3.9] GH-100892: Fix race in clearing `threading.local` (GH-100922) (#100939)Kumar Aditya2023-01-204-13/+75
* [3.9] gh-95778: add doc missing in some places (GH-100627). (#101066)Éric2023-01-201-0/+10
* [3.9] Correct CVE-2020-10735 documentation (GH-100306). (#100697)Gregory P. Smith2023-01-203-7/+7
* [3.9] Update copyright year in README (GH-100863) (GH-100865) (GH-100866)Miss Islington (bot)2023-01-091-4/+4
* [3.9] Update copyright years to 2023. (gh-100851)Benjamin Peterson2023-01-0810-14/+14
* Clarify that every thread has its own default context in contextvars (GH-99246)Miss Islington (bot)2022-12-201-0/+5
* Post 3.9.16Łukasz Langa2022-12-061-1/+1
* Python 3.9.16v3.9.16Łukasz Langa2022-12-0610-38/+93
* [3.9] gh-100001: Omit control characters in http.server stderr logs. (GH-1000...Miss Islington (bot)2022-12-064-2/+46
* [3.9] gh-87604: Avoid publishing list of active per-interpreter audit hooks v...Steve Dower2022-11-214-0/+20
* [3.9] gh-98433: Fix quadratic time idna decoding. (GH-99092) (GH-99222) (#99230)Miss Islington (bot)2022-11-103-17/+27
* [3.9] gh-97514: Don't use Linux abstract sockets for multiprocessing (GH-9850...Miss Islington (bot)2022-10-282-5/+15
* [3.9] gh-98517: Fix buffer overflows in _sha3 module (GH-98519) (#98526)Miss Islington (bot)2022-10-283-7/+18
* [3.9] gh-98739: Update libexpat from 2.4.9 to 2.5.0 (GH-98742) (#98786)Miss Islington (bot)2022-10-284-18/+36
* [3.9] gh-96710: Make the test timing more lenient for the int/str DoS regress...Miss Islington (bot)2022-10-111-6/+8
* [3.9] gh-68966: Make mailcap refuse to match unsafe filenames/types/params (G...Miss Islington (bot)2022-10-114-4/+46
* Post 3.9.15Łukasz Langa2022-10-111-1/+1
* Python 3.9.15v3.9.15Łukasz Langa2022-10-1111-24/+79
* [3.9] gh-91708: Revert params note in urllib.parse.urlparse table (GH-96699) ...Miss Islington (bot)2022-10-071-1/+2
* [3.9] gh-94208: Add even more TLS version/protocol checks for FreeBSD (#98037)Łukasz Langa2022-10-072-10/+18
* [3.9] gh-97897: Prevent os.mkfifo and os.mknod segfaults with macOS 13 SDK (G...Miss Islington (bot)2022-10-063-8/+80
* [3.9] gh-96848: Fix -X int_max_str_digits option parsing (GH-96988) (GH-97574)Miss Islington (bot)2022-10-043-1/+7
* [3.9] gh-96577: Fixes buffer overrun in _msi module (GH-96633) (GH-96657)Miss Islington (bot)2022-10-042-2/+3
* [3.9] gh-95778: Mention sys.set_int_max_str_digits() in error message (#96874...Victor Stinner2022-10-043-4/+7
* [3.9] gh-97005: Update libexpat from 2.4.7 to 2.4.9 (gh-97006) (gh-97012)Miss Islington (bot)2022-10-048-17/+28
* [3.9] gh-97616: list_resize() checks for integer overflow (GH-97617) (GH-97627)Miss Islington (bot)2022-10-043-2/+24
* [3.9] gh-97612: Fix shell injection in get-remote-certificate.py (GH-97613) (...Miss Islington (bot)2022-10-042-18/+10
* [3.9] gh-87597: Document TimeoutExpired.stdout & .stderr types (GH-97685) (GH...Miss Islington (bot)2022-10-041-2/+7
* [3.9] gh-96845: Fix docs around importlib.abc.Traversable (GH-97515) (GH-97761)Jason R. Coombs2022-10-041-2/+6
* gh-97032: Set tkinter path for macOS CI (GH-97525)Dong-hee Na2022-09-241-1/+1
* Post 3.9.14Łukasz Langa2022-09-061-1/+1
* Python 3.9.14v3.9.14Łukasz Langa2022-09-0614-66/+121
* [3.9] gh-95778: CVE-2020-10735: Prevent DoS by very large int() (#96502)Gregory P. Smith2022-09-0527-19/+886
* [3.9] gh-91423: Remove bugs.python.org from bugs.rst (GH-91425) (GH-95614)Shantanu2022-08-041-19/+20
* gh-95280: Fix test_get_ciphers on systems without RSA key exchange (GH-95282)...Miss Islington (bot)2022-07-292-2/+16
* [3.9] gh-90359: Update documentation to follow PEP 495. (gh-94800). (gh-94835)Dong-hee Na2022-07-281-0/+14
* [3.9] gh-94208: Add more TLS version/protocol checks for FreeBSD (GH-94347) (...Łukasz Langa2022-07-272-24/+34
* gh-94821: Fix autobind of empty unix domain address (GH-94826) (GH-94875)Miss Islington (bot)2022-07-263-2/+25