summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* Python 3.10.13v3.10.13Pablo Galindo2023-08-248-18/+48
* [3.10] gh-108342: Make ssl TestPreHandshakeClose more reliable (GH-108370) (#...Łukasz Langa2023-08-241-31/+72
* [3.10] gh-108342: Break ref cycle in SSLSocket._create() exc (GH-108344) (#10...Miss Islington (bot)2023-08-231-1/+5
* [3.10] gh-99612: Fix PyUnicode_DecodeUTF8Stateful() for ASCII-only data (GH-9...Miss Islington (bot)2023-08-224-1/+95
* [3.10] gh-108310: Fix CVE-2023-40217: Check for & avoid the ssl pre-close fla...Łukasz Langa2023-08-223-1/+252
* [3.10] gh-107845: Fix symlink handling for tarfile.data_filter (GH-107846) (#...Miss Islington (bot)2023-08-224-9/+154
* [3.10] gh-107565: Update multissltests and GitHub CI workflows to use OpenSS...Ned Deily2023-08-183-5/+7
* [3.10] gh-98154: Clarify Usage of "Reference Count" In the Docs (#107754)Eric Snow2023-08-1114-79/+120
* [3.10] Revert "[3.10] gh-107077: Raise SSLCertVerificationError even if the e...Pablo Galindo Salgado2023-08-032-10/+0
* [3.10] gh-107077: Raise SSLCertVerificationError even if the error is set via...Miss Islington (bot)2023-08-032-0/+10
* [3.10] gh-105090: Replace incorrect TLSv1.2 with TLSv1.3 (GH-105404) (#107039)Miss Islington (bot)2023-07-221-1/+1
* [3.10] gh-105993: Add possible `None` return type to `asyncio.EventLoop.start...Miss Islington (bot)2023-07-051-0/+3
* [3.10] CI: Bump macOS build to use OpenSSL v3.0 (GH-105538) (#105869)Miss Islington (bot)2023-07-051-2/+2
* [3.10] [3.11] Add single value `agen.athrow(value)` signature to the 3.11 doc...Miss Islington (bot)2023-07-051-1/+2
* [3.10] Clarify the supported cases in the tokenize module (GH-105569) (#105575)Miss Islington (bot)2023-06-091-0/+9
* Post 3.10.12Pablo Galindo2023-06-061-1/+1
* Python 3.10.12v3.10.12Pablo Galindo2023-06-0612-24/+87
* [3.10] gh-89412: Add missing attributes (added in 3.10) to traceback module d...Miss Islington (bot)2023-06-053-2/+18
* [3.10] gh-103142: Upgrade binary builds and CI to OpenSSL 1.1.1u (GH-105174) ...Gregory P. Smith2023-06-0511-18/+186
* [3.10] gh-105184: document that marshal functions can fail and need to be che...Miss Islington (bot)2023-06-052-0/+8
* [3.10] Update GitHub CI workflow for macOS. (GH-105304)Ned Deily2023-06-051-3/+2
* [3.10] Skip test_sundry on Windows APPX tests (GH-104944)Steve Dower2023-05-251-1/+1
* [3.10] Improves the Windows MSI test run on PR (GH-104929)Steve Dower2023-05-252-26/+20
* [3.10] gh-104472: Skip `test_subprocess.ProcessTestCase.test_empty_env` if AS...Miss Islington (bot)2023-05-191-0/+3
* [3.10] [3.11] gh-102153: Start stripping C0 control and space chars in `urlsp...Miss Islington (bot)2023-05-174-3/+111
* [3.10] gh-102950: Implement PEP 706 – Filter for tarfile.extractall (GH-102...Matěj Cepl2023-05-108-97/+1788
* [3.10] gh-99889: Fix directory traversal security flaw in uu.decode() (GH-104...Miss Islington (bot)2023-05-093-1/+38
* [3.10] gh-104049: do not expose on-disk location from SimpleHTTPRequestHandle...Miss Islington (bot)2023-05-093-1/+11
* gh-103935: Use `io.open_code()` when executing code in trace and profile modu...Steve Dower2023-04-274-3/+7
* [3.10] gh-103207: Fix Welcome formatting issues when macOS Installer is run i...Ned Deily2023-04-061-30/+22
* gh-103262: Fixes Windows installer build to work with latest compilers (GH-10...Steve Dower2023-04-052-2/+3
* gh-102899: Fix doc link for getting filesystem error handler (GH-102901)Miss Islington (bot)2023-04-051-1/+1
* gh-81762: Clarify and simplify description of print's flush param (GH-103264)Miss Islington (bot)2023-04-051-2/+3
* Merge remote-tracking branch 'upstream/3.10' into 3.10Pablo Galindo2023-04-051-4/+4
|\
| * Improve some grammar in the socket docs (GH-103254)Miss Islington (bot)2023-04-041-4/+4
* | Post 3.10.11Pablo Galindo2023-04-051-1/+1
* | Python 3.10.11v3.10.11Pablo Galindo2023-04-0440-135/+432
|/
* [3.10] gh-103207: Add instructions to the macOS installer welcome display on ...Ned Deily2023-04-042-6/+39
* gh-103109: Document ignore_warnings() test support helper (GH-103110)Miss Islington (bot)2023-04-022-1/+16
* Minor docs improvements fix for `codeop` (GH-103123)Miss Islington (bot)2023-03-301-7/+7
* gh-103099: Link mypy docs from typing.rst (GH-103100)Miss Islington (bot)2023-03-301-0/+8
* [3.10] gh-103112: Add http.client.HTTPResponse.read docstring and fix pydoc o...Miss Islington (bot)2023-03-292-0/+2
* gh-103097: Add workaround for Windows ARM64 compiler bug (GH-103098)Steve Dower2023-03-291-0/+9
* [3.10] gh-102582: Fix invalid JSON in Doc/howto/logging-cookbook.rst (GH-1026...Miss Islington (bot)2023-03-291-10/+14
* [3.10] GH-87235: Make sure "python /dev/fd/9 9</path/to/script.py" works on m...Miss Islington (bot)2023-03-284-540/+566
* [3.10] GH-102711: Fix warnings found by clang (GH-102712) (#103076)Miss Islington (bot)2023-03-282-2/+3
* [3.10] gh-88233: zipfile: handle extras after a zip64 extra (GH-96161) (#102087)Miss Islington (bot)2023-03-283-0/+66
* [3.10] gh-101997: Update bundled pip version to 23.0.1 (GH-101998). (#102241)Pradyun Gedam2023-03-283-1/+2
* [3.10] GH-95494: Fix transport EOF handling in OpenSSL 3.0 (GH-95495) (#103007)Miss Islington (bot)2023-03-273-7/+32
* Update pdb docs for arguments (GH-102965)Miss Islington (bot)2023-03-251-21/+21