]> git.ipfire.org Git - thirdparty/Python/cpython.git/commitdiff
[3.13] Amend categories of @nineteendo's news entries (GH-120735) (#120850)
authorNice Zombies <nineteendo19d0@gmail.com>
Sat, 22 Jun 2024 20:05:15 +0000 (22:05 +0200)
committerGitHub <noreply@github.com>
Sat, 22 Jun 2024 20:05:15 +0000 (15:05 -0500)
Misc/NEWS.d/3.13.0a6.rst
Misc/NEWS.d/3.13.0b1.rst
Misc/NEWS.d/3.13.0b2.rst

index 4d44bc664ef8b0fcdcb87b1377bc11ec2c16aa07..fff29083e0dab7f3ba41ded9078ec1e2a8bc6115 100644 (file)
@@ -1,25 +1,7 @@
-.. date: 2024-04-08-20-26-15
-.. gh-issue: 117648
-.. nonce: NzVEa7
-.. release date: 2024-04-09
-.. section: Core and Builtins
-
-Improve performance of :func:`os.path.join` and :func:`os.path.expanduser`.
-
-..
-
-.. date: 2024-04-06-16-42-34
-.. gh-issue: 117584
-.. nonce: hqk9Hn
-.. section: Core and Builtins
-
-Raise :exc:`TypeError` for non-paths in :func:`posixpath.relpath()`.
-
-..
-
 .. date: 2024-04-04-13-42-59
 .. gh-issue: 117494
 .. nonce: GPQH64
+.. release date: 2024-04-09
 .. section: Core and Builtins
 
 Refactored the instruction sequence data structure out of compile.c into
@@ -97,33 +79,6 @@ Grigoryev Semyon
 
 ..
 
-.. date: 2024-03-29-21-43-19
-.. gh-issue: 117381
-.. nonce: fT0JFM
-.. section: Core and Builtins
-
-Fix error message for :func:`ntpath.commonpath`.
-
-..
-
-.. date: 2024-03-29-15-04-13
-.. gh-issue: 117349
-.. nonce: OB9kQQ
-.. section: Core and Builtins
-
-Optimise several functions in :mod:`os.path`.
-
-..
-
-.. date: 2024-03-28-19-13-20
-.. gh-issue: 117335
-.. nonce: d6uKJu
-.. section: Core and Builtins
-
-Raise TypeError for non-sequences for :func:`ntpath.commonpath`.
-
-..
-
 .. date: 2024-03-26-17-22-38
 .. gh-issue: 117266
 .. nonce: Kwh79O
@@ -170,16 +125,6 @@ up with growing heaps.
 
 ..
 
-.. date: 2024-03-21-09-57-57
-.. gh-issue: 117114
-.. nonce: Qu-p55
-.. section: Core and Builtins
-
-Make :func:`os.path.isdevdrive` available on all platforms. For those that
-do not offer Dev Drives, it will always return ``False``.
-
-..
-
 .. date: 2024-03-13-16-55-25
 .. gh-issue: 116735
 .. nonce: o3w6y8
@@ -305,6 +250,24 @@ operator. Patch by Pablo Galindo
 
 ..
 
+.. date: 2024-04-08-20-26-15
+.. gh-issue: 117648
+.. nonce: NzVEa7
+.. section: Library
+
+Improve performance of :func:`os.path.join` and :func:`os.path.expanduser`.
+
+..
+
+.. date: 2024-04-06-16-42-34
+.. gh-issue: 117584
+.. nonce: hqk9Hn
+.. section: Library
+
+Raise :exc:`TypeError` for non-paths in :func:`posixpath.relpath()`.
+
+..
+
 .. date: 2024-04-03-18-36-53
 .. gh-issue: 117467
 .. nonce: l6rWlj
@@ -336,6 +299,15 @@ which can happen on Linux >= 2.6.36 with glibc < 2.27.
 
 ..
 
+.. date: 2024-03-29-21-43-19
+.. gh-issue: 117381
+.. nonce: fT0JFM
+.. section: Library
+
+Fix error message for :func:`ntpath.commonpath`.
+
+..
+
 .. date: 2024-03-29-15-58-01
 .. gh-issue: 117337
 .. nonce: 7w3Qwp
@@ -347,6 +319,15 @@ argument instead.
 
 ..
 
+.. date: 2024-03-29-15-04-13
+.. gh-issue: 117349
+.. nonce: OB9kQQ
+.. section: Library
+
+Optimise several functions in :mod:`os.path`.
+
+..
+
 .. date: 2024-03-29-12-07-26
 .. gh-issue: 117348
 .. nonce: WjCYvK
@@ -357,6 +338,15 @@ complexity and improve comprehensibility.
 
 ..
 
+.. date: 2024-03-28-19-13-20
+.. gh-issue: 117335
+.. nonce: d6uKJu
+.. section: Library
+
+Raise TypeError for non-sequences for :func:`ntpath.commonpath`.
+
+..
+
 .. date: 2024-03-28-17-55-22
 .. gh-issue: 66449
 .. nonce: 4jhuEV
@@ -470,6 +460,16 @@ backslashes on Windows.
 
 ..
 
+.. date: 2024-03-21-09-57-57
+.. gh-issue: 117114
+.. nonce: Qu-p55
+.. section: Library
+
+Make :func:`os.path.isdevdrive` available on all platforms. For those that
+do not offer Dev Drives, it will always return ``False``.
+
+..
+
 .. date: 2024-03-21-07-27-36
 .. gh-issue: 117110
 .. nonce: 9K1InX
index 09b62c8377aabdfef4e59212fb8abfe7f307b1ed..ab5f24fe345af9fa1cdf00e49c16ffa4bd4831a4 100644 (file)
@@ -295,16 +295,6 @@ Improve :exc:`SyntaxError` message for empty type param brackets.
 
 ..
 
-.. date: 2024-04-19-08-50-48
-.. gh-issue: 102511
-.. nonce: qDEB66
-.. section: Core and Builtins
-
-Fix :func:`os.path.normpath` for UNC paths on Windows.
-Speed up :func:`os.path.splitroot` with a native implementation.
-
-..
-
 .. date: 2024-04-18-03-49-41
 .. gh-issue: 117958
 .. nonce: -EsfUs
@@ -450,33 +440,6 @@ as such regardless of whether they are in extension modules or not.
 
 ..
 
-.. date: 2024-04-08-19-30-38
-.. gh-issue: 117641
-.. nonce: oaBGSJ
-.. section: Core and Builtins
-
-Speedup :func:`os.path.commonpath` on Unix.
-
-..
-
-.. date: 2024-04-08-14-33-38
-.. gh-issue: 117636
-.. nonce: exnRKd
-.. section: Core and Builtins
-
-Speedup :func:`os.path.join`.
-
-..
-
-.. date: 2024-04-07-18-42-09
-.. gh-issue: 117607
-.. nonce: C978BD
-.. section: Core and Builtins
-
-Speedup :func:`os.path.relpath`.
-
-..
-
 .. date: 2024-03-30-00-37-53
 .. gh-issue: 117385
 .. nonce: h0OJti
@@ -836,6 +799,16 @@ big or offset too far.
 
 ..
 
+.. date: 2024-04-19-08-50-48
+.. gh-issue: 102511
+.. nonce: qDEB66
+.. section: Library
+
+Fix :func:`os.path.normpath` for UNC paths on Windows.
+Speed up :func:`os.path.splitroot` with a native implementation.
+
+..
+
 .. date: 2024-04-18-00-35-11
 .. gh-issue: 117535
 .. nonce: 0m6SIM
@@ -1005,6 +978,15 @@ dataclasses.
 
 ..
 
+.. date: 2024-04-08-19-30-38
+.. gh-issue: 117641
+.. nonce: oaBGSJ
+.. section: Library
+
+Speedup :func:`os.path.commonpath` on Unix.
+
+..
+
 .. date: 2024-04-08-19-12-26
 .. gh-issue: 117663
 .. nonce: CPfc_p
@@ -1015,6 +997,15 @@ but only one is the member value.
 
 ..
 
+.. date: 2024-04-08-14-33-38
+.. gh-issue: 117636
+.. nonce: exnRKd
+.. section: Library
+
+Speedup :func:`os.path.join`.
+
+..
+
 .. date: 2024-04-08-03-23-22
 .. gh-issue: 117618
 .. nonce: -4DCUw
@@ -1038,6 +1029,15 @@ The old constants are preserved for backwards compatibility.
 
 ..
 
+.. date: 2024-04-07-18-42-09
+.. gh-issue: 117607
+.. nonce: C978BD
+.. section: Library
+
+Speedup :func:`os.path.relpath`.
+
+..
+
 .. date: 2024-04-06-20-31-09
 .. gh-issue: 117586
 .. nonce: UgWdRK
index 1b31fd5e9b2c34542d1855df4759dc20b7313081..ec9a6ca4463d3c3e1cc9eafb6ba7778fc0e7d53f 100644 (file)
@@ -190,16 +190,6 @@ thread that occur in free-threaded builds.
 
 ..
 
-.. date: 2024-05-08-18-33-07
-.. gh-issue: 118507
-.. nonce: OCQsAY
-.. section: Core and Builtins
-
-Speedup :func:`os.path.isjunction` and :func:`os.path.lexists` on Windows
-with a native implementation.
-
-..
-
 .. date: 2024-05-07-16-57-56
 .. gh-issue: 118561
 .. nonce: wNMKVd
@@ -210,16 +200,6 @@ expose uninitialised memory to concurrent readers.
 
 ..
 
-.. date: 2024-04-28-19-51-00
-.. gh-issue: 118263
-.. nonce: Gaap3S
-.. section: Core and Builtins
-
-Speed up :func:`os.path.splitroot` & :func:`os.path.normpath` with a direct
-C call.
-
-..
-
 .. date: 2024-03-25-15-07-01
 .. gh-issue: 117195
 .. nonce: OWakgD
@@ -492,6 +472,16 @@ Fix errors in calling Tkinter bindings on Windows.
 
 ..
 
+.. date: 2024-05-08-18-33-07
+.. gh-issue: 118507
+.. nonce: OCQsAY
+.. section: Library
+
+Speedup :func:`os.path.isjunction` and :func:`os.path.lexists` on Windows
+with a native implementation.
+
+..
+
 .. date: 2024-05-08-09-21-49
 .. gh-issue: 118772
 .. nonce: c16E8X
@@ -512,6 +502,16 @@ instances without a default in some cases. Patch by Jelle Zijlstra.
 
 ..
 
+.. date: 2024-04-28-19-51-00
+.. gh-issue: 118263
+.. nonce: Gaap3S
+.. section: Library
+
+Speed up :func:`os.path.splitroot` & :func:`os.path.normpath` with a direct
+C call.
+
+..
+
 .. date: 2024-04-19-14-59-53
 .. gh-issue: 118033
 .. nonce: amS4Gw