-
-
Notifications
You must be signed in to change notification settings - Fork 32.4k
NEWS: Fix Sphinx warnings and increase threshold for new news nits #121482
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 3 commits
Commits
Show all changes
5 commits
Select commit
Hold shift + click to select a range
22faaa5
NEWS: Fix Sphinx warnings and increase threshold for new news nits
hugovk 1f9d082
NEWS: Fix Sphinx warnings for underscore references
hugovk c7f5d93
Fix typo
hugovk 6c78a24
Apply suggestions from code review
hugovk b4464fd
Add Py_BUILD_ASSERT and Py_BUILD_ASSERT_EXPR to nitpick_ignore
hugovk 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
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
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
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
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
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
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
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
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
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
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
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
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
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
D96B
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 |
---|---|---|
|
@@ -613,7 +613,7 @@ Rename ``types.Union`` to ``types.UnionType``. | |
.. section: Core and Builtins | ||
|
||
Expose specialization stats in python via | ||
:func:`_opcode.get_specialization_stats`. | ||
:func:`!_opcode.get_specialization_stats`. | ||
|
||
.. | ||
|
||
|
@@ -1701,7 +1701,7 @@ Remove many old deprecated :mod:`unittest` features: | |
.. nonce: y1kEfP | ||
.. section: Library | ||
|
||
Remove the deprecated ``split()`` method of :class:`_tkinter.TkappType`. | ||
Remove the deprecated ``split()`` method of :class:`!_tkinter.TkappType`. | ||
Patch by Erlend E. Aasland. | ||
|
||
.. | ||
|
@@ -2298,9 +2298,9 @@ Adopt *binacii.a2b_base64*'s strict mode in *base64.b64decode*. | |
.. nonce: ThuDMI | ||
.. section: Library | ||
|
||
Fixed a bug in the :mod:`_ssl` module that was throwing :exc:`OverflowError` | ||
when using :meth:`_ssl._SSLSocket.write` and :meth:`_ssl._SSLSocket.read` | ||
for a big value of the ``len`` parameter. Patch by Pablo Galindo | ||
Fixed a bug in the :mod:`!_ssl` module that was throwing :exc:`OverflowError` | ||
when using :meth:`!_ssl._SSLSocket.write` and :meth:`!_ssl._SSLSocket.read` | ||
for a big value of the ``len`` parameter. Patch by Pablo Galindo. | ||
|
||
.. | ||
|
||
|
@@ -2398,7 +2398,7 @@ class in the interactive session. Instead of :exc:`TypeError`, it should be | |
.. nonce: R3IcM1 | ||
.. section: Library | ||
|
||
Fix memory leak in :func:`_tkinter._flatten` if it is called with a sequence | ||
Fix memory leak in :func:`!_tkinter._flatten` if it is called with a sequence | ||
or set, but not list or tuple. | ||
|
||
.. | ||
|
@@ -4187,7 +4187,7 @@ Add calls of :func:`gc.collect` in tests to support PyPy. | |
.. nonce: mQZdXU | ||
.. section: Tests | ||
|
||
Made tests relying on the :mod:`_asyncio` C extension module optional to | ||
Made tests relying on the :mod:`!_asyncio` C extension module optional to | ||
allow running on alternative Python implementations. Patch by Serhiy | ||
Storchaka. | ||
|
||
|
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
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
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
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
Oops, something went wrong.
Oops, something went wrong.
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.