index
:
cpython.git
2.7
3.3
3.4
3.5
3.6
benjamin-clang
benjamin-iteration-torture
buildbot-custom
master
https://github.com/python/cpython.git
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
Commit message (
Expand
)
Author
Age
Files
Lines
*
Python 3.10.13
v3.10.13
Pablo Galindo
2023-08-24
8
-18/+48
*
[3.10] gh-108342: Make ssl TestPreHandshakeClose more reliable (GH-108370) (#...
Łukasz Langa
2023-08-24
1
-31/+72
*
[3.10] gh-108342: Break ref cycle in SSLSocket._create() exc (GH-108344) (#10...
Miss Islington (bot)
2023-08-23
1
-1/+5
*
[3.10] gh-99612: Fix PyUnicode_DecodeUTF8Stateful() for ASCII-only data (GH-9...
Miss Islington (bot)
2023-08-22
4
-1/+95
*
[3.10] gh-108310: Fix CVE-2023-40217: Check for & avoid the ssl pre-close fla...
Łukasz Langa
2023-08-22
3
-1/+252
*
[3.10] gh-107845: Fix symlink handling for tarfile.data_filter (GH-107846) (#...
Miss Islington (bot)
2023-08-22
4
-9/+154
*
[3.10] gh-107565: Update multissltests and GitHub CI workflows to use OpenSS...
Ned Deily
2023-08-18
3
-5/+7
*
[3.10] gh-98154: Clarify Usage of "Reference Count" In the Docs (#107754)
Eric Snow
2023-08-11
14
-79/+120
*
[3.10] Revert "[3.10] gh-107077: Raise SSLCertVerificationError even if the e...
Pablo Galindo Salgado
2023-08-03
2
-10/+0
*
[3.10] gh-107077: Raise SSLCertVerificationError even if the error is set via...
Miss Islington (bot)
2023-08-03
2
-0/+10
*
[3.10] gh-105090: Replace incorrect TLSv1.2 with TLSv1.3 (GH-105404) (#107039)
Miss Islington (bot)
2023-07-22
1
-1/+1
*
[3.10] gh-105993: Add possible `None` return type to `asyncio.EventLoop.start...
Miss Islington (bot)
2023-07-05
1
-0/+3
*
[3.10] CI: Bump macOS build to use OpenSSL v3.0 (GH-105538) (#105869)
Miss Islington (bot)
2023-07-05
1
-2/+2
*
[3.10] [3.11] Add single value `agen.athrow(value)` signature to the 3.11 doc...
Miss Islington (bot)
2023-07-05
1
-1/+2
*
[3.10] Clarify the supported cases in the tokenize module (GH-105569) (#105575)
Miss Islington (bot)
2023-06-09
1
-0/+9
*
Post 3.10.12
Pablo Galindo
2023-06-06
1
-1/+1
*
Python 3.10.12
v3.10.12
Pablo Galindo
2023-06-06
12
-24/+87
*
[3.10] gh-89412: Add missing attributes (added in 3.10) to traceback module d...
Miss Islington (bot)
2023-06-05
3
-2/+18
*
[3.10] gh-103142: Upgrade binary builds and CI to OpenSSL 1.1.1u (GH-105174) ...
Gregory P. Smith
2023-06-05
11
-18/+186
*
[3.10] gh-105184: document that marshal functions can fail and need to be che...
Miss Islington (bot)
2023-06-05
2
-0/+8
*
[3.10] Update GitHub CI workflow for macOS. (GH-105304)
Ned Deily
2023-06-05
1
-3/+2
*
[3.10] Skip test_sundry on Windows APPX tests (GH-104944)
Steve Dower
2023-05-25
1
-1/+1
*
[3.10] Improves the Windows MSI test run on PR (GH-104929)
Steve Dower
2023-05-25
2
-26/+20
*
[3.10] gh-104472: Skip `test_subprocess.ProcessTestCase.test_empty_env` if AS...
Miss Islington (bot)
2023-05-19
1
-0/+3
*
[3.10] [3.11] gh-102153: Start stripping C0 control and space chars in `urlsp...
Miss Islington (bot)
2023-05-17
4
-3/+111
*
[3.10] gh-102950: Implement PEP 706 – Filter for tarfile.extractall (GH-102...
Matěj Cepl
2023-05-10
8
-97/+1788
*
[3.10] gh-99889: Fix directory traversal security flaw in uu.decode() (GH-104...
Miss Islington (bot)
2023-05-09
3
-1/+38
*
[3.10] gh-104049: do not expose on-disk location from SimpleHTTPRequestHandle...
Miss Islington (bot)
2023-05-09
3
-1/+11
*
gh-103935: Use `io.open_code()` when executing code in trace and profile modu...
Steve Dower
2023-04-27
4
-3/+7
*
[3.10] gh-103207: Fix Welcome formatting issues when macOS Installer is run i...
Ned Deily
2023-04-06
1
-30/+22
*
gh-103262: Fixes Windows installer build to work with latest compilers (GH-10...
Steve Dower
2023-04-05
2
-2/+3
*
gh-102899: Fix doc link for getting filesystem error handler (GH-102901)
Miss Islington (bot)
2023-04-05
1
-1/+1
*
gh-81762: Clarify and simplify description of print's flush param (GH-103264)
Miss Islington (bot)
2023-04-05
1
-2/+3
*
Merge remote-tracking branch 'upstream/3.10' into 3.10
Pablo Galindo
2023-04-05
1
-4/+4
|
\
|
*
Improve some grammar in the socket docs (GH-103254)
Miss Islington (bot)
2023-04-04
1
-4/+4
*
|
Post 3.10.11
Pablo Galindo
2023-04-05
1
-1/+1
*
|
Python 3.10.11
v3.10.11
Pablo Galindo
2023-04-04
40
-135/+432
|
/
*
[3.10] gh-103207: Add instructions to the macOS installer welcome display on ...
Ned Deily
2023-04-04
2
-6/+39
*
gh-103109: Document ignore_warnings() test support helper (GH-103110)
Miss Islington (bot)
2023-04-02
2
-1/+16
*
Minor docs improvements fix for `codeop` (GH-103123)
Miss Islington (bot)
2023-03-30
1
-7/+7
*
gh-103099: Link mypy docs from typing.rst (GH-103100)
Miss Islington (bot)
2023-03-30
1
-0/+8
*
[3.10] gh-103112: Add http.client.HTTPResponse.read docstring and fix pydoc o...
Miss Islington (bot)
2023-03-29
2
-0/+2
*
gh-103097: Add workaround for Windows ARM64 compiler bug (GH-103098)
Steve Dower
2023-03-29
1
-0/+9
*
[3.10] gh-102582: Fix invalid JSON in Doc/howto/logging-cookbook.rst (GH-1026...
Miss Islington (bot)
2023-03-29
1
-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-28
4
-540/+566
*
[3.10] GH-102711: Fix warnings found by clang (GH-102712) (#103076)
Miss Islington (bot)
2023-03-28
2
-2/+3
*
[3.10] gh-88233: zipfile: handle extras after a zip64 extra (GH-96161) (#102087)
Miss Islington (bot)
2023-03-28
3
-0/+66
*
[3.10] gh-101997: Update bundled pip version to 23.0.1 (GH-101998). (#102241)
Pradyun Gedam
2023-03-28
3
-1/+2
*
[3.10] GH-95494: Fix transport EOF handling in OpenSSL 3.0 (GH-95495) (#103007)
Miss Islington (bot)
2023-03-27
3
-7/+32
*
Update pdb docs for arguments (GH-102965)
Miss Islington (bot)
2023-03-25
1
-21/+21
[next]