10000 Make 2.7.18rc1 release notes. · python/cpython@c6bfd04 · GitHub
[go: up one dir, main page]

Skip to content

Commit c6bfd04

Browse files
committed
Make 2.7.18rc1 release notes.
1 parent 8a0a500 commit c6bfd04

10 files changed

+89
-16
lines changed

Misc/NEWS.d/2.7.18rc1.rst

Lines changed: 89 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,89 @@
1+
.. bpo: 38945
2+
.. date: 2019-12-01-22-44-40
3+
.. nonce: ztmNXc
4+
.. release date: 2020-04-04
5+
.. section: Security
6+
7+
Newline characters have been escaped when performing uu encoding to prevent
8+
them from overflowing into to content section of the encoded file. This
9+
prevents malicious or accidental modification of data during the decoding
10+
process.
11+
12+
..
13+
14+
.. bpo: 38804
15+
.. date: 2019-11-15-00-54-42
16+
.. nonce: vjbM8V
17+
.. section: Security
18+
19+
Fixes a ReDoS vulnerability in :mod:`http.cookiejar`. Patch by Ben Caller.
20+
21+
..
22+
23+
.. bpo: 38535
24+
.. date: 2019-10-20-12-43-48
25+
.. nonce: ESMkVN
26+
.. section: Core and Builtins
27+
28+
Fixed line numbers and column offsets for AST nodes for calls without
29+
arguments in decorators.
30+
31+
..
32+
33+
.. bpo: 38576
34+
.. date: 2020-03-18-01-30-50
35+
.. nonce: cvI68q
36+
.. section: Library
37+
38+
Disallow control characters in hostnames in http.client, addressing
39+
CVE-2019-18348. Such potentially malicious header injection URLs now cause a
40+
InvalidURL to be raised.
41+
42+
..
43+
44+
.. bpo: 27973
45+
.. date: 2019-12-30-07-59-34
46+
.. nonce: mgWXH1
47+
.. section: Library
48+
49+
Fix urllib.urlretrieve failing on subsequent ftp transfers from the same
50+
host.
51+
52+
..
53+
54+
.. bpo: 38730
55+
.. date: 2019-11-06-20-53-54
56+
.. nonce: UQsW_r
57+
.. section: Build
58+
59+
Fix problems identified by GCC's ``-Wstringop-truncation`` warning.
60+
61+
..
62+
63+
.. bpo: 37025
64+
.. date: 2019-10-04-03-46-36
65+
.. nonce: tLheEe
66+
.. section: Windows
67+
68+
``AddRefActCtx()`` was needlessly being checked for failure in
69+
``PC/dl_nt.c``.
70+
71+
..
72+
73+
.. bpo: 38295
74+
.. date: 2019-12-17-03-43-04
75+
.. nonce: hgDvlB
76+
.. section: macOS
77+
78+
Prevent failure of test_relative_path in test_py_compile on macOS Catalina.
79+
80+
..
81+
82+
.. bpo: 38540
83+
.. date: 2019-10-21-09-24-03
84+
.. nonce: 314N_T
85+
.. section: C API
86+
87+
Fixed possible leak in :c:func:`PyArg_Parse` and similar functions for
88+
format units ``"es#"`` and ``"et#"`` when the macro
89+
:c:macro:`PY_SSIZE_T_CLEAN` is not defined.

Misc/NEWS.d/next/Build/2019-11-06-20-53-54.bpo-38730.UQsW_r.rst

Lines changed: 0 additions & 1 deletion
This file was deleted.

Misc/NEWS.d/next/C API/2019-10-21-09-24-03.bpo-38540.314N_T.rst

Lines changed: 0 additions & 3 deletions
This file was deleted.

Misc/NEWS.d/next/Core and Builtins/2019-10-20-12-43-48.bpo-38535.ESMkVN.rst

Lines changed: 0 additions & 2 deletions
This file was deleted.

Misc/NEWS.d/next/Library/2019-12-30-07-59-34.bpo-27973.mgWXH1.rst

Lines changed: 0 additions & 2 deletions
This file was deleted.

Misc/NEWS.d/next/Library/2020-03-18-01-30-50.bpo-38576.cvI68q.rst

Lines changed: 0 additions & 3 deletions
This file was deleted.

Misc/NEWS.d/next/Security/2019-11-15-00-54-42.bpo-38804.vjbM8V.rst

Lines changed: 0 additions & 1 deletion
This file was deleted.

Misc/NEWS.d/next/Security/2019-12-01-22-44-40.bpo-38945.ztmNXc.rst

Lines changed: 0 additions & 1 deletion
This file was deleted.

Misc/NEWS.d/next/Windows/2019-10-04-03-46-36.bpo-37025.tLheEe.rst

Lines changed: 0 additions & 2 deletions
This file was deleted.

Misc/NEWS.d/next/macOS/2019-12-17-03-43-04.bpo-38295.hgDvlB.rst

Lines changed: 0 additions & 1 deletion
This file was deleted.

0 commit comments

Comments
 (0)
0