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.9.18
v3.9.18
Łukasz Langa
2023-08-24
7
-17/+47
*
Fix invalid string escape
Łukasz Langa
2023-08-24
1
-2/+2
*
[3.9] gh-108342: Make ssl TestPreHandshakeClose more reliable (GH-108370) (#1...
Łukasz Langa
2023-08-24
1
-31/+71
*
[3.9] gh-108342: Break ref cycle in SSLSocket._create() exc (GH-108344) (#108...
Miss Islington (bot)
2023-08-23
1
-1/+5
*
[3.9] gh-107565: Update multissltests and GitHub CI workflows to use OpenSSL ...
Ned Deily
2023-08-22
3
-4/+6
*
[3.9] gh-107845: Fix symlink handling for tarfile.data_filter (GH-107846) (#1...
Petr Viktorin
2023-08-22
4
-9/+154
*
[3.9] gh-99612: Fix PyUnicode_DecodeUTF8Stateful() for ASCII-only data (GH-99...
Serhiy Storchaka
2023-08-22
4
-1/+88
*
[3.9] gh-108310: Fix CVE-2023-40217: Check for & avoid the ssl pre-close flaw...
Łukasz Langa
2023-08-22
3
-1/+252
*
[3.9] CI: Bump macOS build to use OpenSSL v3.0 (GH-105538) (#105871)
Erlend E. Aasland
2023-07-05
1
-2/+3
*
[3.9] [3.11] Add single value `agen.athrow(value)` signature to the 3.11 docs...
Miss Islington (bot)
2023-07-05
1
-1/+2
*
Post 3.9.17
Łukasz Langa
2023-06-06
1
-1/+1
*
Python 3.9.17
v3.9.17
Łukasz Langa
2023-06-06
16
-29/+134
*
[3.9] gh-105184: document that marshal functions can fail and need to be chec...
Miss Islington (bot)
2023-06-05
2
-0/+8
*
[3.9] gh-103142: Upgrade binary builds and CI to OpenSSL 1.1.1u (GH-105174) (...
Gregory P. Smith
2023-06-05
12
-18/+186
*
[3.9] Update GitHub CI workflow for macOS. (GH-105303)
Ned Deily
2023-06-05
1
-1/+13
*
[3.9] gh-68966: fix versionchanged in docs (GH-105298)
Ned Deily
2023-06-05
1
-1/+1
*
[3.9] gh-102153: Start stripping C0 control and space chars in `urlsplit` (GH...
Miss Islington (bot)
2023-05-22
4
-3/+111
*
[3.9] gh-99889: Fix directory traversal security flaw in uu.decode() (GH-1040...
Miss Islington (bot)
2023-05-22
3
-1/+38
*
[3.9] gh-104049: do not expose on-disk location from SimpleHTTPRequestHandler...
Miss Islington (bot)
2023-05-22
3
-1/+11
*
[3.9] gh-103935: Use `io.open_code()` when executing code in trace and profil...
Steve Dower
2023-05-22
4
-3/+7
*
[3.9] gh-102950: Implement PEP 706 – Filter for tarfile.extractall (GH-1029...
Petr Viktorin
2023-05-15
8
-78/+1761
*
[3.9] GH-102126: fix deadlock at shutdown when clearing thread states (GH-102...
Kumar Aditya
2023-03-28
2
-2/+11
*
[3.9] gh-101997: Update bundled pip version to 23.0.1 (GH-101998). (#102243)
Pradyun Gedam
2023-03-28
4
-1/+2
*
[3.9] gh-102627: Replace address pointing toward malicious web page (GH-10263...
Miss Islington (bot)
2023-03-13
1
-1/+1
*
[3.9] gh-101726: Update the OpenSSL version to 1.1.1t (GH-101727) (GH-101751)
Steve Dower
2023-03-07
9
-26/+37
*
[3.9] gh-101981: Fix Ubuntu SSL tests with OpenSSL (3.1.0-beta1) CI i… (#10...
Dong-hee Na
2023-02-21
1
-2/+2
*
[3.9] gh-101283: Improved fallback logic for subprocess with shell=True on Wi...
Miss Islington (bot)
2023-02-09
3
-1/+60
*
gh-101422: (docs) TarFile default errorlevel argument is 1, not 0 (GH-101424)
Miss Islington (bot)
2023-01-30
1
-1/+1
*
[3.9] Bump Azure Pipelines to ubuntu-22.04 (GH-101089) (#101214)
Miss Islington (bot)
2023-01-21
2
-8/+8
*
[3.9] gh-100180: Update Windows installer to OpenSSL 1.1.1s (GH-100903) (#100...
Steve Dower
2023-01-20
3
-4/+5
*
[3.9] GH-100892: Fix race in clearing `threading.local` (GH-100922) (#100939)
Kumar Aditya
2023-01-20
4
-13/+75
*
[3.9] gh-95778: add doc missing in some places (GH-100627). (#101066)
Éric
2023-01-20
1
-0/+10
*
[3.9] Correct CVE-2020-10735 documentation (GH-100306). (#100697)
Gregory P. Smith
2023-01-20
3
-7/+7
*
[3.9] Update copyright year in README (GH-100863) (GH-100865) (GH-100866)
Miss Islington (bot)
2023-01-09
1
-4/+4
*
[3.9] Update copyright years to 2023. (gh-100851)
Benjamin Peterson
2023-01-08
10
-14/+14
*
Clarify that every thread has its own default context in contextvars (GH-99246)
Miss Islington (bot)
2022-12-20
1
-0/+5
*
Post 3.9.16
Łukasz Langa
2022-12-06
1
-1/+1
*
Python 3.9.16
v3.9.16
Łukasz Langa
2022-12-06
10
-38/+93
*
[3.9] gh-100001: Omit control characters in http.server stderr logs. (GH-1000...
Miss Islington (bot)
2022-12-06
4
-2/+46
*
[3.9] gh-87604: Avoid publishing list of active per-interpreter audit hooks v...
Steve Dower
2022-11-21
4
-0/+20
*
[3.9] gh-98433: Fix quadratic time idna decoding. (GH-99092) (GH-99222) (#99230)
Miss Islington (bot)
2022-11-10
3
-17/+27
*
[3.9] gh-97514: Don't use Linux abstract sockets for multiprocessing (GH-9850...
Miss Islington (bot)
2022-10-28
2
-5/+15
*
[3.9] gh-98517: Fix buffer overflows in _sha3 module (GH-98519) (#98526)
Miss Islington (bot)
2022-10-28
3
-7/+18
*
[3.9] gh-98739: Update libexpat from 2.4.9 to 2.5.0 (GH-98742) (#98786)
Miss Islington (bot)
2022-10-28
4
-18/+36
*
[3.9] gh-96710: Make the test timing more lenient for the int/str DoS regress...
Miss Islington (bot)
2022-10-11
1
-6/+8
*
[3.9] gh-68966: Make mailcap refuse to match unsafe filenames/types/params (G...
Miss Islington (bot)
2022-10-11
4
-4/+46
*
Post 3.9.15
Łukasz Langa
2022-10-11
1
-1/+1
*
Python 3.9.15
v3.9.15
Łukasz Langa
2022-10-11
11
-24/+79
*
[3.9] gh-91708: Revert params note in urllib.parse.urlparse table (GH-96699) ...
Miss Islington (bot)
2022-10-07
1
-1/+2
*
[3.9] gh-94208: Add even more TLS version/protocol checks for FreeBSD (#98037)
Łukasz Langa
2022-10-07
2
-10/+18
[next]