8000 NEWS: Reorder items by section (GH-92373) · python/cpython@3db0e0b · GitHub
[go: up one dir, main page]

Skip to content

Commit 3db0e0b

Browse files
NEWS: Reorder items by section (GH-92373)
They caused duplicated sections. (cherry picked from commit 9b491ae) Co-authored-by: Inada Naoki <songofacandy@gmail.com>
1 parent 0eef443 commit 3db0e0b

File tree

6 files changed

+214
-214
lines changed

6 files changed

+214
-214
lines changed

Misc/NEWS.d/3.5.2rc1.rst

Lines changed: 77 additions & 77 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,73 @@
1+
.. bpo: 26556
2+
.. date: 9636
3+
.. nonce: v5j2uL
4+
.. release date: 2016-06-12
5+
.. original section: Library
6+
.. section: Security
7+
8+
Update expat to 2.1.1, fixes CVE-2015-1283.
9+
10+
..
11+
12+
.. bpo: 0
13+
.. date: 9635
14+
.. nonce: E4ochz
15+
.. original section: Library
16+
.. section: Security
17+
18+
Fix TLS stripping vulnerability in smtplib, CVE-2016-0772. Reported by Team
19+
Oststrom
20+
21+
..
22+
23+
.. bpo: 26839
24+
.. date: 9629
25+
.. nonce: yVvy7R
26+
.. original section: Library
27+
.. section: Security
28+
29+
On Linux, :func:`os.urandom` now calls ``getrandom()`` with
30+
``GRND_NONBLOCK`` to fall back on reading ``/dev/urandom`` if the urandom
31+
entropy pool is not initialized yet. Patch written by Colm Buckley.
32+
33+
..
34+
35+
.. bpo: 26657
36+
.. date: 9597
37+
.. nonce: C_-XFg
38+
.. original section: Library
39+
.. section: Security
40+
41+
Fix directory traversal vulnerability with http.server on Windows. This
42+
fixes a regression that was introduced in 3.3.4rc1 and 3.4.0rc1. Based on
43+
patch by Philipp Hagemeister.
44+
45+
..
46+
47+
.. bpo: 26313
48+
.. date: 9581
49+
.. nonce: LjZAjy
50+
.. original section: Library
51+
.. section: Security
52+
53+
ssl.py _load_windows_store_certs fails if windows cert store is empty. Patch
54+
by Baji.
55+
56+
..
57+
58+
.. bpo: 25939
59+
.. date: 9561
60+
.. nonce: X49Fqd
61+
.. original section: Library
62+
.. section: Security
63+
64+
On Windows open the cert store readonly in ssl.enum_certificates.
65+
66+
..
67+
168
.. bpo: 27066
269
.. date: 9673
370
.. nonce: SNExZi
4-
.. release date: 2016-06-12
571
.. section: Core and Builtins
672
773
Fixed SystemError if a custom opener (for open()) returns a negative number
@@ -373,27 +439,6 @@ PendingDeprecationWarning.
373439

374440
..
375441
376-
.. bpo: 26556
377-
.. date: 9636
378-
.. nonce: v5j2uL
379-
.. original section: Library
380-
.. section: Security
381-
382-
Update expat to 2.1.1, fixes CVE-2015-1283.
383-
384-
..
385-
386-
.. bpo: 0
387-
.. date: 9635
388-
.. nonce: E4ochz
389-
.. original section: Library
390-
.. section: Security
391-
392-
Fix TLS stripping vulnerability in smtplib, CVE-2016-0772. Reported by Team
393-
Oststrom
394-
395-
..
396-
397442
.. bpo: 21386
398443
.. date: 9634
399444
.. nonce: DjV72U
@@ -449,18 +494,6 @@ build information.
449494

450495
..
451496
452-
.. bpo: 26839
453-
.. date: 9629
454-
.. nonce: yVvy7R
455-
.. original section: Library
456-
.. section: Security
457-
458-
On Linux, :func:`os.urandom` now calls ``getrandom()`` with
459-
``GRND_NONBLOCK`` to fall back on reading ``/dev/urandom`` if the urandom
460-
entropy pool is not initialized yet. Patch written by Colm Buckley.
461-
462-
..
463-
464497
.. bpo: 27164
465498
.. date: 9628
466499
.. nonce: 6wmjx2
@@ -776,18 +809,6 @@ limits for multibyte character encodings like utf-8.
776809

777810
..
778811
779-
.. bpo: 26657
780-
.. date: 9597
781-
.. nonce: C_-XFg
782-
.. original section: Library
783-
.. section: Security
784-
785-
Fix directory traversal vulnerability with http.server on Windows. This
786-
fixes a regression that was introduced in 3.3.4rc1 and 3.4.0rc1. Based on
787-
patch by Philipp Hagemeister.
788-
789-
..
790-
791812
.. bpo: 26717
792813
.. date: 9596
793814
.. nonce: jngTdu
@@ -937,17 +958,6 @@ Peter Inglesby.
937958

938959
..
939960
940-
.. bpo: 26313
941-
.. date: 9581
942-
.. nonce: LjZAjy
943-
.. original section: Library
944-
.. section: Security
945-
946-
ssl.py _load_windows_store_certs fails if windows cert store is empty. Patch
947-
by Baji.
948-
949-
..
950-
951961
.. bpo: 26569
952962
.. date: 9580
953963
.. nonce: EX8vF1
@@ -1136,16 +1146,6 @@ socket) when verify_request() returns false. Patch by Aviv Palivoda.
11361146

11371147
..
11381148
1139-
.. bpo: 25939
1140-
.. date: 9561
1141-
.. nonce: X49Fqd
1142-
.. original section: Library
1143-
.. section: Security
1144-
1145-
On Windows open the cert store readonly in ssl.enum_certificates.
1146-
1147-
..
1148-
11491149
.. bpo: 25995
11501150
.. date: 9560
11511151
.. nonce: NfcimP
@@ -2154,6 +2154,16 @@ Excludes venv from library when generating embeddable distro.
21542154

21552155
..
21562156
2157+
.. bpo: 17500
2158+
.. date: 9453
2159+
.. nonce: QTZbRV
2160+
.. section: Windows
2161+
2162+
Remove unused and outdated icons. (See also:
2163+
https://github.com/python/pythondotorg/issues/945)
2164+
2165+
..
2166+
21572167
.. bpo: 26799
21582168
.. date: 9457
21592169
.. nonce: gK2VXX
@@ -2191,13 +2201,3 @@ Teo.
21912201
.. section: Tools/Demos
21922202
21932203
Fix variable name typo in Argument Clinic.
2194-
2195-
..
2196-
2197-
.. bpo: 17500
2198-
.. date: 9453
2199-
.. nonce: QTZbRV
2200-
.. section: Windows
2201-
2202-
Remove unused and outdated icons. (See also:
2203-
https://github.com/python/pythondotorg/issues/945)

Misc/NEWS.d/3.5.3rc1.rst

Lines changed: 23 additions & 23 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,29 @@
1+
.. release date: 2017-01-02
2+
.. bpo: 27278
3+
.. date: 9755
4+
.. nonce: y_HkGw
5+
.. original section: Library
6+
.. section: Security
7+
8+
Fix os.urandom() implementation using getrandom() on Linux. Truncate size
9+
to INT_MAX and loop until we collected enough random bytes, instead of
10+
casting a directly Py_ssize_t to int.
11+
12+
..
13+
14+
.. bpo: 22636
15+
.. date: 9753
16+
.. nonce: 3fQW_g
17+
.. original section: Library
18+
.. section: Security
19+
20+
Avoid shell injection problems with ctypes.util.find_library().
21+
22+
..
23+
124
.. bpo: 29073
225
.. date: 9898
326
.. nonce: EFpHQ7
4-
.. release date: 2017-01-02
527
.. section: Core and Builtins
628
729
bytearray formatting no longer truncates on first null byte.
@@ -1406,18 +1428,6 @@ issue25782.
14061428

14071429
..
14081430
1409-
.. bpo: 27278
1410-
.. date: 9755
1411-
.. nonce: y_HkGw
1412-
.. original section: Library
1413-
.. section: Security
1414-
1415-
Fix os.urandom() implementation using getrandom() on Linux. Truncate size
1416-
to INT_MAX and loop until we collected enough random bytes, instead of
1417-
casting a directly Py_ssize_t to int.
1418-
1419-
..
1420-
14211431
.. bpo: 26386
14221432
.. date: 9754
14231433
.. nonce: 9L3Ut4
@@ -1427,16 +1437,6 @@ Fixed ttk.TreeView selection operations with item id's containing spaces.
14271437

14281438
..
14291439
1430-
.. bpo: 22636
1431-
.. date: 9753
1432-
.. nonce: 3fQW_g
1433-
.. original section: Library
1434-
.. section: Security
1435-
1436-
Avoid shell injection problems with ctypes.util.find_library().
1437-
1438-
..
1439-
14401440
.. bpo: 16182
14411441
.. date: 9752
14421442
.. nonce: RgFXyr

Misc/NEWS.d/3.6.0a1.rst

Lines changed: 34 additions & 34 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,40 @@
1+
.. release date: 2016-05-16
2+
.. bpo: 26657
3+
.. date: 9135
4+
.. nonce: C_-XFg
5+
.. original section: Library
6+
.. section: Security
7+
8+
Fix directory traversal vulnerability with http.server on Windows. This
9+
fixes a regression that was introduced in 3.3.4rc1 and 3.4.0rc1. Based on
10+
patch by Philipp Hagemeister.
11+
12+
..
13+
14+
.. bpo: 26313
15+
.. date: 9102
16+
.. nonce: LjZAjy
17+
.. original section: Library
18+
.. section: Security
19+
20+
ssl.py _load_windows_store_certs fails if windows cert store is empty. Patch
21+
by Baji.
22+
23+
..
24+
25+
.. bpo: 25939
26+
.. date: 9076
27+
.. nonce: X49Fqd
28+
.. original section: Library
29+
.. section: Security
30+
31+
On Windows open the cert store readonly in ssl.enum_certificates.
32+
33+
..
34+
135
.. bpo: 20041
236
.. date: 9253
337
.. nonce: TypyGp
4-
.. release date: 2016-05-16
538
.. section: Core and Builtins
639
740
Fixed TypeError when frame.f_trace is set to None. Patch by Xavier de Gaye.
@@ -1198,18 +1231,6 @@ limits for multibyte character encodings like utf-8.
11981231

11991232
..
12001233
1201-
.. bpo: 26657
1202-
.. date: 9135
1203-
.. nonce: C_-XFg
1204-
.. original section: Library
1205-
.. section: Security
1206-
1207-
Fix directory traversal vulnerability with http.server on Windows. This
1208-
fixes a regression that was introduced in 3.3.4rc1 and 3.4.0rc1. Based on
1209-
patch by Philipp Hagemeister.
1210-
1211-
..
1212-
12131234
.. bpo: 26717
12141235
.. date: 9134
12151236
.. nonce: jngTdu
@@ -1532,17 +1553,6 @@ tracemalloc to get the traceback where source object was allocated.
15321553

15331554
..
15341555
1535-
.. bpo: 26313
1536-
.. date: 9102
1537-
.. nonce: LjZAjy
1538-
.. original section: Library
1539-
.. section: Security
1540-
1541-
ssl.py _load_windows_store_certs fails if windows cert store is empty. Patch
1542-
by Baji.
1543-
1544-
..
1545-
15461556
.. bpo: 26569
15471557
.. date: 9101
15481558
.. nonce: EX8vF1
@@ -1793,16 +1803,6 @@ handle_error() method, and will now to stop a single-threaded server.
17931803

17941804
..
17951805
1796-
.. bpo: 25939
1797-
.. date: 9076
1798-
.. nonce: X49Fqd
1799-
.. original section: Library
1800-
.. section: Security
1801-
1802-
On Windows open the cert store readonly in ssl.enum_certificates.
1803-
1804-
..
1805-
18061806
.. bpo: 25995
18071807
.. date: 9075
18081808
.. nonce: NfcimP

0 commit comments

Comments
 (0)
0