-
-
Notifications
You must be signed in to change notification settings - Fork 32.5k
Run sphinx-lint on Misc/NEWS.d/next/ #108212
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
Changes from 2 commits
Commits
Show all changes
4 commits
Select commit
Hold shift + click to select a range
File filter
Filter by extension
Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
There are no files selected for viewing
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
2 changes: 1 addition & 1 deletion
2
Misc/NEWS.d/next/Build/2023-07-28-18-17-33.gh-issue-106881.U3Ezdq.rst
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1 +1 @@ | ||
Check for `linux/limits.h` before including it in `Modules/posixmodule.c`. | ||
Check for ``linux/limits.h`` before including it in ``Modules/posixmodule.c``. |
2 changes: 1 addition & 1 deletion
2
Misc/NEWS.d/next/Core and Builtins/2023-06-24-10-34-27.gh-issue-105775.OqjoGV.rst
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1 +1 @@ | ||
:opcode:`LOAD_CLOSURE` is now a pseudo-op. | ||
:opcode:`LOAD_CLOSURE` is now a pseudo-op. |
3 changes: 1 addition & 2 deletions
3
Misc/NEWS.d/next/Core and Builtins/2023-07-04-04-50-14.gh-issue-100288.yNQ1ez.rst
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,3 +1,2 @@ | ||
Specialize :opcode:`LOAD_ATTR` for non-descriptors on the class. Adds | ||
:opcode:`LOAD_ATTR_NONDESCRIPTOR_WITH_VALUES` and :opcode | ||
`LOAD_ATTR_NONDESCRIPTOR_NO_DICT`. | ||
:opcode:`LOAD_ATTR_NONDESCRIPTOR_WITH_VALUES` and :opcode:`LOAD_ATTR_NONDESCRIPTOR_NO_DICT`. |
2 changes: 1 addition & 1 deletion
2
Misc/NEWS.d/next/Core and Builtins/2023-07-27-11-18-04.gh-issue-106078.WEy2Yn.rst
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1 +1 @@ | ||
Isolate :mod:`!_decimal` (apply :pep:`687`). Patch by Charlie Zhao. | ||
Isolate :mod:`!_decimal` (apply :pep:`687`). Patch by Charlie Zhao. |
2 changes: 1 addition & 1 deletion
2
Misc/NEWS.d/next/Core and Builtins/2023-07-27-11-47-29.gh-issue-104432.oGHF-z.rst
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,4 +1,4 @@ | ||
Fix potential unaligned memory access on C APIs involving returned sequences | ||
of `char *` pointers within the :mod:`grp` and :mod:`socket` modules. These | ||
of ``char *`` pointers within the :mod:`grp` and :mod:`socket` modules. These | ||
were revealed using a ``-fsaniziter=alignment`` build on ARM macOS. Patch by | ||
Christopher Chavez. |
4 changes: 2 additions & 2 deletions
4
Misc/NEWS.d/next/Library/2020-05-03-00-33-15.bpo-18319.faPTlx.rst
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,2 +1,2 @@ | ||
Ensure `gettext(msg)` retrieve translations even if a plural form exists. In | ||
other words: `gettext(msg) == ngettext(msg, '', 1)`. | ||
Ensure ``gettext(msg)`` retrieve translations even if a plural form exists. In | ||
other words: ``gettext(msg) == ngettext(msg, '', 1)``. |
2 changes: 1 addition & 1 deletion
2
Misc/NEWS.d/next/Library/2023-06-25-12-28-55.gh-issue-106075.W7tMRb.rst
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1 +1 @@ | ||
Added `asyncio.taskgroups.__all__` to `asyncio.__all__` for export in star imports. | ||
Added ``asyncio.taskgroups.__all__`` to ``asyncio.__all__`` for export in star imports. |
2 changes: 1 addition & 1 deletion
2
Misc/NEWS.d/next/Library/2023-06-30-16-42-44.gh-issue-106263.tk-t93.rst
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,2 +1,2 @@ | ||
Fix crash when calling ``repr`` with a manually constructed SignalDict object. | ||
Patch by Charlie Zhao. | ||
Patch by Charlie Zhao. |
2 changes: 1 addition & 1 deletion
2
Misc/NEWS.d/next/Library/2023-07-14-16-54-13.gh-issue-106752.BT1Yxw.rst
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
2 changes: 1 addition & 1 deletion
2
Misc/NEWS.d/next/Library/2023-07-16-10-40-34.gh-issue-106789.NvyE3C.rst
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1 +1 @@ | ||
Remove import of :mod:``pprint`` from :mod:``sysconfig``. | ||
Remove import of :mod:`pprint` from :mod:`sysconfig`. |
2 changes: 1 addition & 1 deletion
2
Misc/NEWS.d/next/Library/2023-07-22-21-57-34.gh-issue-107089.Dnget2.rst
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,2 +1,2 @@ | ||
Shelves opened with :func:`shelve.open` have a much faster :meth:`clear` | ||
method. Patch by James Cave. | ||
method. Patch by James Cave. |
2 changes: 1 addition & 1 deletion
2
Misc/NEWS.d/next/Library/2023-08-07-14-12-07.gh-issue-107715.238r2f.rst
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1 +1 @@ | ||
Fix `doctest.DocTestFinder.find` in presence of class names with special characters. Patch by Gertjan van Zwieten. | ||
Fix ``doctest.DocTestFinder.find`` in presence of class names with special characters. Patch by Gertjan van Zwieten. | ||
hugovk marked this conversation as resolved.
Show resolved
Hide resolved
|
6 changes: 3 additions & 3 deletions
6
Misc/NEWS.d/next/Library/2023-08-17-14-45-25.gh-issue-105736.NJsH7r.rst
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,3 +1,3 @@ | ||
Harmonized the pure Python version of OrderedDict with the C version. Now, | ||
both versions set up their internal state in `__new__`. Formerly, the pure | ||
Python version did the set up in `__init__`. | ||
Harmonized the pure Python version of ``OrderedDict`` with the C version. Now, | ||
hugovk marked this conversation as resolved.
Show resolved
Hide resolved
|
||
both versions set up their internal state in ``__new__``. Formerly, the pure | ||
Python version did the set up in ``__init__``. |
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
Uh oh!
There was an error while loading. Please reload this page.