summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* Python 3.9.18v3.9.18Łukasz Langa2023-08-247-17/+47
* Fix invalid string escapeŁukasz Langa2023-08-241-2/+2
* [3.9] gh-108342: Make ssl TestPreHandshakeClose more reliable (GH-108370) (#1...Łukasz Langa2023-08-241-31/+71
* [3.9] gh-108342: Break ref cycle in SSLSocket._create() exc (GH-108344) (#108...Miss Islington (bot)2023-08-231-1/+5
* [3.9] gh-107565: Update multissltests and GitHub CI workflows to use OpenSSL ...Ned Deily2023-08-223-4/+6
* [3.9] gh-107845: Fix symlink handling for tarfile.data_filter (GH-107846) (#1...Petr Viktorin2023-08-224-9/+154
* [3.9] gh-99612: Fix PyUnicode_DecodeUTF8Stateful() for ASCII-only data (GH-99...Serhiy Storchaka2023-08-224-1/+88
* [3.9] gh-108310: Fix CVE-2023-40217: Check for & avoid the ssl pre-close flaw...Łukasz Langa2023-08-223-1/+252
* [3.9] CI: Bump macOS build to use OpenSSL v3.0 (GH-105538) (#105871)Erlend E. Aasland2023-07-051-2/+3
* [3.9] [3.11] Add single value `agen.athrow(value)` signature to the 3.11 docs...Miss Islington (bot)2023-07-051-1/+2
* Post 3.9.17Łukasz Langa2023-06-061-1/+1
* Python 3.9.17v3.9.17Łukasz Langa2023-06-0616-29/+134
* [3.9] gh-105184: document that marshal functions can fail and need to be chec...Miss Islington (bot)2023-06-052-0/+8
* [3.9] gh-103142: Upgrade binary builds and CI to OpenSSL 1.1.1u (GH-105174) (...Gregory P. Smith2023-06-0512-18/+186
* [3.9] Update GitHub CI workflow for macOS. (GH-105303)Ned Deily2023-06-051-1/+13
* [3.9] gh-68966: fix versionchanged in docs (GH-105298)Ned Deily2023-06-051-1/+1
* [3.9] gh-102153: Start stripping C0 control and space chars in `urlsplit` (GH...Miss Islington (bot)2023-05-224-3/+111
* [3.9] gh-99889: Fix directory traversal security flaw in uu.decode() (GH-1040...Miss Islington (bot)2023-05-223-1/+38
* [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