Skip to content

[3.13] Amend categories of @nineteendo's news entries (GH-120735) #120850

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 2 commits into from
Jun 22, 2024
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
112 changes: 56 additions & 56 deletions Misc/NEWS.d/3.13.0a6.rst
Original file line number Diff line number Diff line change
@@ -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
Expand Down Expand Up @@ -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
Expand Down Expand Up @@ -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
Expand Down Expand Up @@ -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
Expand Down Expand Up @@ -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
Expand All @@ -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
Expand All @@ -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
Expand Down Expand Up @@ -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
Expand Down
74 changes: 37 additions & 37 deletions Misc/NEWS.d/3.13.0b1.rst
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down Expand Up @@ -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
Expand Down Expand Up @@ -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
Expand Down Expand Up @@ -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
Expand All @@ -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
Expand All @@ -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
Expand Down
40 changes: 20 additions & 20 deletions Misc/NEWS.d/3.13.0b2.rst
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand All @@ -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
Expand Down Expand Up @@ -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
Expand All @@ -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
Expand Down
Loading