8000 Blurb release and pydoc-topics for 3.5.8rc1. · stackless-dev/stackless@ee5b1a2 · GitHub
[go: up one dir, main page]

Skip to content
This repository was archived by the owner on Feb 13, 2025. It is now read-only.

Commit ee5b1a2

Browse files
committed
Blurb release and pydoc-topics for 3.5.8rc1.
1 parent c28e4a5 commit ee5b1a2

10 files changed

+12502
-89
lines changed

Lib/pydoc_data/topics.py

Lines changed: 12422 additions & 78 deletions
Large diffs are not rendered by default.

Misc/NEWS.d/3.5.8rc1.rst

Lines changed: 80 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,80 @@
1+
.. bpo: 37461
2+
.. date: 2019-07-16-08-11-00
3+
.. nonce: 1Ahz7O
4+
.. release date: 2019-09-09
5+
.. section: Security
6+
7+
Fix an infinite loop when parsing specially crafted email headers. Patch by
8+
Abhilash Raj.
9+
10+
..
11+
12+
.. bpo: 35907
13+
.. date: 2019-05-21-23-20-18
14+
.. nonce: NC_zNK
15+
.. section: Security
16+
17+
CVE-2019-9948: Avoid file reading by disallowing ``local-file://`` and
18+
``local_file://`` URL schemes in ``URLopener().open()`` and
19+
``URLopener().retrieve()`` of :mod:`urllib.request`.
20+
21+
..
22+
23+
.. bpo: 34155
24+
.. date: 2019-05-04-13-33-37
25+
.. nonce: MJll68
26+
.. section: Security
27+
28+
Fix parsing of invalid email addresses with more than one ``@`` (e.g.
29+
a@b@c.com.) to not return the part before 2nd ``@`` as valid email address.
30+
Patch by maxking & jpic.
31+
32+
..
33+
34+
.. bpo: 36742
35+
.. date: 2019-04-29-15-34-59
36+
.. nonce: QCUY0i
37+
.. section: Security
38+
39+
Fixes mishandling of pre-normalization characters in urlsplit().
40+
41+
..
42+
43+
.. bpo: 30458
44+
.. date: 2019-04-10-08-53-30
45+
.. nonce: 51E-DA
46+
.. section: Security
47+
48+
Address CVE-2019-9740 by disallowing URL paths with embedded whitespace or
49+
control characters through into the underlying http client request. Such
50+
potentially malicious header injection URLs now cause an
51+
http.client.InvalidURL exception to be raised.
52+
53+
..
54+
55+
.. bpo: 36816
56+
.. date: 2019-05-08-15-55-46
57+
.. nonce: WBKRGZ
58+
.. section: Tests
59+
60+
Update Lib/test/selfsigned_pythontestdotnet.pem to match
61+
self-signed.pythontest.net's new TLS certificate.
62+
63+
..
64+
65+
.. bpo: 36576
66+
.. date: 2019-04-05-10-34-29
67+
.. nonce: 7Cp2kK
68+
.. section: Tests
69+
70+
Skip test_ssl and test_asyncio tests failing with OpenSSL 1.1.1.
71+
72+
..
73+
74+
.. bpo: 36478
75+
.. date: 2019-03-29-14-29-06
76+
.. nonce: hzyneF
77+
.. section: Build
78+
79+
Fix compatibility with ISO C89 needed by "gnu89" standard of GCC 4.8: use
80+
C89 for loops in backported pickle patch. Patch by Anthony Sottile.

Misc/NEWS.d/next/Build/2019-03-29-14-29-06.bpo-36478.hzyneF.rst

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

Misc/NEWS.d/next/Security/2019-04-10-08-53-30.bpo-30458.51E-DA.rst

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

Misc/NEWS.d/next/Security/2019-04-29-15-34-59.bpo-36742.QCUY0i.rst

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

Misc/NEWS.d/next/Security/2019-05-04-13-33-37.bpo-34155.MJll68.rst

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

Misc/NEWS.d/next/Security/2019-05-21-23-20-18.bpo-35907.NC_zNK.rst

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

Misc/NEWS.d/next/Security/2019-07-16-08-11-00.bpo-37461.1Ahz7O.rst

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

Misc/NEWS.d/next/Tests/2019-04-05-10-34-29.bpo-36576.7Cp2kK.rst

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

Misc/NEWS.d/next/Tests/2019-05-08-15-55-46.bpo-36816.WBKRGZ.rst

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

0 commit comments

Comments
 (0)
0