File tree Expand file tree Collapse file tree 2 files changed +44
-1
lines changed
Expand file tree Collapse file tree 2 files changed +44
-1
lines changed Original file line number Diff line number Diff line change 2727#define PY_RELEASE_SERIAL 0
2828
2929/* Version as a string */
30- #define PY_VERSION "2.7.18.9 "
30+ #define PY_VERSION "2.7.18.10 "
3131/*--end constants--*/
3232
3333/* Subversion Revision number of this file (not of the repository). Empty
Original file line number Diff line number Diff line change 1+ .. bpo: none
2+ .. date: 2024-08-08
3+ .. nonce:
4+ .. release date: 2024-08-08
5+ .. section: Core and Builtins
6+
7+ Relocate vcruntime140.dll to Python executable folder.
8+
9+ vcruntime140.dll has been moved to the same directory as Python.exe.
10+
11+ .. bpo: none
12+ .. date: 2024-08-08
13+ .. nonce:
14+ .. release date: 2024-06-26
15+ .. section: Core and Builtins
16+
17+ WSA Errors are handled on Unix
18+
19+ We now convert WSAE* errors to unix equvalents if they are not supported.
20+
21+ .. bpo: 36778
22+ .. date: 2019-05-10
23+ .. nonce:
24+ .. release date: 2024-06-06
25+ .. section: Core and Builtins
26+
27+ Handle Windows code page 65001
28+
29+ ``cp65001 `` encoding (Windows code page 65001) becomes an alias to ``utf_8 ``
30+ encoding.
31+
32+ .. gh: 114315
33+ .. date: 2024-06-27
34+ .. nonce:
35+ .. release date: 2024-08-08
36+ .. section: Core and Builtins
37+
38+ CVE-2024-0397 Fix locking in cert_store_stats and get_ca_certs
39+
40+ :meth: `ssl.SSLContext.cert_store_stats ` and
41+ :meth: `ssl.SSLContext.get_ca_certs ` now correctly lock access to the
42+ certificate store, when the :class: `ssl.SSLContext ` is shared across
43+ multiple threads.
You can’t perform that action at this time.
0 commit comments