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
path:
root
/
Misc
/
NEWS.d
/
next
/
Security
Commit message (
Expand
)
Author
Age
Files
Lines
*
gh-118486: Support mkdir(mode=0o700) on Windows (GH-118488)
Steve Dower
2024-05-09
1
-0/+4
*
[3.12] gh-116741: Upgrade libexpat to 2.6.2 (GH-117296) (GH-118166)
Miss Islington (bot)
2024-04-23
1
-0/+1
*
[3.12] gh-117233: Detect support for several hashes at hashlib build time (GH...
Miss Islington (bot)
2024-04-11
1
-0/+3
*
Python 3.12.3
v3.12.3
Thomas Wouters
2024-04-09
4
-14/+0
*
[3.12] gh-115398: Expose Expat >=2.6.0 reparse deferral API (CVE-2023-52425) ...
Sebastian Pipping
2024-03-06
1
-0/+8
*
[3.12] gh-114572: Fix locking in cert_store_stats and get_ca_certs (GH-114573...
Miss Islington (bot)
2024-02-29
1
-0/+4
*
[3.12] gh-115399: Upgrade bundled libexpat to 2.6.0 (GH-115431) (#115469)
Miss Islington (bot)
2024-02-14
1
-0/+1
*
[3.12] gh-115243: Fix crash in deque.index() when the deque is concurrently m...
Miss Islington (bot)
2024-02-14
1
-0/+1
*
Python 3.12.2
v3.12.2
Thomas Wouters
2024-02-06
1
-1/+0
*
[3.12] gh-113659: Skip hidden .pth files (GH-113660) (GH-114143)
Miss Islington (bot)
2024-01-16
1
-0/+1
*
Python 3.12.0rc2
v3.12.0rc2
Thomas Wouters
2023-09-05
2
-10/+0
*
[3.12] gh-108310: Fix CVE-2023-40217: Check for & avoid the ssl pre-close fla...
Ćukasz Langa
2023-08-22
1
-0/+7
*
[3.12] GH-107774: Add missing audit event for PEP 669 (GH-107775) (#107839)
Miss Islington (bot)
2023-08-11
1
-0/+3
*
Python 3.12.0rc1
v3.12.0rc1
Thomas Wouters
2023-08-05
2
-6/+0
*
[3.12] gh-102509: Start initializing `ob_digit` of `_PyLongValue` (GH-102510)...
Miss Islington (bot)
2023-07-31
1
-0/+2
*
[3.12] gh-106669: Revert "gh-102988: Detect email address parsing errors ... ...
Gregory P. Smith
2023-07-21
1
-0/+4
*
Python 3.12.0b4
v3.12.0b4
Thomas Wouters
2023-07-11
1
-4/+0
*
[3.12] gh-102988: Detect email address parsing errors and return empty tuple ...
Miss Islington (bot)
2023-07-10
1
-0/+4
*
Python 3.12.0b2
v3.12.0b2
Thomas Wouters
2023-06-06
2
-4/+0
*
[3.12] gh-103142: Upgrade binary builds and CI to OpenSSL 1.1.1u (GH-105174) ...
Miss Islington (bot)
2023-06-01
1
-0/+2
*
[3.12] gh-99108: Refresh HACL* (GH-104808) (#104893)
Miss Islington (bot)
2023-05-24
1
-0/+2
*
Python 3.12.0b1
v3.12.0b1
Thomas Wouters
2023-05-22
4
-9/+0
*
gh-102153: Start stripping C0 control and space chars in `urlsplit` (#102508)
Illia Volochii
2023-05-17
1
-0/+3
*
gh-99889: Fix directory traversal security flaw in uu.decode() (#104096)
Sam Carroll
2023-05-09
1
-0/+2
*
gh-99108: Replace SHA3 implementation HACL* version (#103597)
Jonathan Protzenko
2023-05-08
1
-0/+2
*
gh-104049: do not expose on-disk location from SimpleHTTPRequestHandler (#104...
Ethan Furman
2023-05-03
1
-0/+2
*
Python 3.12.0a6
v3.12.0a6
Thomas Wouters
2023-03-07
4
-13/+0
*
gh-99108: Import MD5 and SHA1 from HACL* (#102089)
Jonathan Protzenko
2023-02-22
1
-0/+2
*
gh-99108: Import SHA2-384/512 from HACL* (#101707)
Jonathan Protzenko
2023-02-14
1
-0/+4
*
gh-101726: Update the OpenSSL version to 1.1.1t (GH-101727)
Gregory P. Smith
2023-02-09
1
-0/+4
*
gh-101283: Improved fallback logic for subprocess with shell=True on Windows ...
Oleg Iarygin
2023-02-08
1
-0/+3
*
Python 3.12.0a5
v3.12.0a5
Thomas Wouters
2023-02-07
1
-4/+0
*
gh-99108: Replace SHA2-224 & 256 with verified code from HACL* (#99109)
Jonathan Protzenko
2023-02-07
1
-0/+4
*
Python 3.12.0a3
v3.12.0a3
Thomas Wouters
2022-12-06
2
-8/+0
*
gh-100001: Omit control characters in http.server stderr logs. (#100002)
Gregory P. Smith
2022-12-05
1
-0/+6
*
Merge the 3.12.0a2 release into main.
Thomas Wouters
2022-11-15
1
-0/+2
|
\
|
*
gh-87604: Avoid publishing list of active per-interpreter audit hooks via the...
Steve Dower
2022-11-14
1
-0/+2
*
|
Python 3.12.0a2
v3.12.0a2
Thomas Wouters
2022-11-14
2
-15/+0
|
/
*
gh-98433: Fix quadratic time idna decoding. (#99092)
Gregory P. Smith
2022-11-08
1
-0/+14
*
gh-98739: Update libexpat from 2.4.9 to 2.5.0 (#98742)
Shaun Walbridge
2022-10-27
1
-0/+1
*
Python 3.12.0a1
v3.12.0a1
Thomas Wouters
2022-10-24
6
-28/+0
*
gh-97514: Don't use Linux abstract sockets for multiprocessing (#98501)
Gregory P. Smith
2022-10-20
1
-0/+15
*
gh-97669: Remove outdated example scripts (#97675)
Victor Stinner
2022-10-04
1
-3/+0
*
gh-97612: Fix shell injection in get-remote-certificate.py (#97613)
Victor Stinner
2022-09-28
1
-0/+3
*
gh-97616: list_resize() checks for integer overflow (#97617)
Victor Stinner
2022-09-28
1
-0/+3
*
gh-96512: Update int_max_str docs to say 3.11 (#96942)
Gregory P. Smith
2022-09-19
1
-14/+0
*
gh-95778: Correctly pre-check for int-to-str conversion (#96537)
Mark Dickinson
2022-09-04
1
-1/+1
*
gh-95778: CVE-2020-10735: Prevent DoS by very large int() (#96499)
Gregory P. Smith
2022-09-02
1
-0/+14
*
gh-87389: Fix an open redirection vulnerability in http.server. (#93879)
Gregory P. Smith
2022-06-21
1
-0/+3
*
gh-92888: Fix memoryview bad `__index__` use after free (GH-92946)
Ken Jin
2022-06-17
1
-0/+2
[next]