forked from python/cpython
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
476 changed files
with
9,766 additions
and
4,160 deletions.
There are no files selected for viewing
Validating CODEOWNERS rules …
This file contains 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 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 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 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 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 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 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 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 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 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 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 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 |
---|---|---|
@@ -0,0 +1,15 @@ | ||
:mod:`!aifc` --- Read and write AIFF and AIFC files | ||
=================================================== | ||
|
||
.. module:: aifc | ||
:synopsis: Removed in 3.13. | ||
:deprecated: | ||
|
||
.. deprecated-removed:: 3.11 3.13 | ||
|
||
This module is no longer part of the Python standard library. | ||
It was :ref:`removed in Python 3.13 <whatsnew313-pep594>` after | ||
being deprecated in Python 3.11. The removal was decided in :pep:`594`. | ||
|
||
The last version of Python that provided the :mod:`!aifc` module was | ||
`Python 3.12 <https://docs.python.org/3.12/library/aifc.html>`_. |
This file contains 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 |
---|---|---|
@@ -0,0 +1,17 @@ | ||
:mod:`!asynchat` --- Asynchronous socket command/response handler | ||
================================================================= | ||
|
||
.. module:: asynchat | ||
:synopsis: Removed in 3.12. | ||
:deprecated: | ||
|
||
.. deprecated-removed:: 3.6 3.12 | ||
|
||
This module is no longer part of the Python standard library. | ||
It was :ref:`removed in Python 3.12 <whatsnew312-removed>` after | ||
being deprecated in Python 3.6. The removal was decided in :pep:`594`. | ||
|
||
Applications should use the :mod:`asyncio` module instead. | ||
|
||
The last version of Python that provided the :mod:`!asynchat` module was | ||
`Python 3.11 <https://docs.python.org/3.11/library/asynchat.html>`_. |
This file contains 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 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 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 |
---|---|---|
@@ -0,0 +1,17 @@ | ||
:mod:`!asyncore` --- Asynchronous socket handler | ||
================================================ | ||
|
||
.. module:: asyncore | ||
:synopsis: Removed in 3.12. | ||
:deprecated: | ||
|
||
.. deprecated-removed:: 3.6 3.12 | ||
|
||
This module is no longer part of the Python standard library. | ||
It was :ref:`removed in Python 3.12 <whatsnew312-removed>` after | ||
being deprecated in Python 3.6. The removal was decided in :pep:`594`. | ||
|
||
Applications should use the :mod:`asyncio` module instead. | ||
|
||
The last version of Python that provided the :mod:`!asyncore` module was | ||
`Python 3.11 <https://docs.python.org/3.11/library/asyncore.html>`_. |
This file contains 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 |
---|---|---|
@@ -0,0 +1,15 @@ | ||
:mod:`!audioop` --- Manipulate raw audio data | ||
============================================= | ||
|
||
.. module:: audioop | ||
:synopsis: Removed in 3.13. | ||
:deprecated: | ||
|
||
.. deprecated-removed:: 3.11 3.13 | ||
|
||
This module is no longer part of the Python standard library. | ||
It was :ref:`removed in Python 3.13 <whatsnew313-pep594>` after | ||
being deprecated in Python 3.11. The removal was decided in :pep:`594`. | ||
|
||
The last version of Python that provided the :mod:`!audioop` module was | ||
`Python 3.12 <https://docs.python.org/3.12/library/audioop.html>`_. |
This file contains 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 |
---|---|---|
@@ -0,0 +1,19 @@ | ||
:mod:`!cgi` --- Common Gateway Interface support | ||
================================================ | ||
|
||
.. module:: cgi | ||
:synopsis: Removed in 3.13. | ||
:deprecated: | ||
|
||
.. deprecated-removed:: 3.11 3.13 | ||
|
||
This module is no longer part of the Python standard library. | ||
It was :ref:`removed in Python 3.13 <whatsnew313-pep594>` after | ||
being deprecated in Python 3.11. The removal was decided in :pep:`594`. | ||
|
||
A fork of the module on PyPI can be used instead: :pypi:`legacy-cgi`. | ||
This is a copy of the cgi module, no longer maintained or supported by the core | ||
Python team. | ||
|
||
The last version of Python that provided the :mod:`!cgi` module was | ||
`Python 3.12 <https://docs.python.org/3.12/library/cgi.html>`_. |
This file contains 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 |
---|---|---|
@@ -0,0 +1,19 @@ | ||
:mod:`!cgitb` --- Traceback manager for CGI scripts | ||
=================================================== | ||
|
||
.. module:: cgitb | ||
:synopsis: Removed in 3.13. | ||
:deprecated: | ||
|
||
.. deprecated-removed:: 3.11 3.13 | ||
|
||
This module is no longer part of the Python standard library. | ||
It was :ref:`removed in Python 3.13 <whatsnew313-pep594>` after | ||
being deprecated in Python 3.11. The removal was decided in :pep:`594`. | ||
|
||
A fork of the module on PyPI can now be used instead: :pypi:`legacy-cgi`. | ||
This is a copy of the cgi module, no longer maintained or supported by the core | ||
Python team. | ||
|
||
The last version of Python that provided the :mod:`!cgitb` module was | ||
`Python 3.12 <https://docs.python.org/3.12/library/cgitb.html>`_. |
This file contains 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 |
---|---|---|
@@ -0,0 +1,15 @@ | ||
:mod:`!chunk` --- Read IFF chunked data | ||
======================================= | ||
|
||
.. module:: chunk | ||
:synopsis: Removed in 3.13. | ||
:deprecated: | ||
|
||
.. deprecated-removed:: 3.11 3.13 | ||
|
||
This module is no longer part of the Python standard library. | ||
It was :ref:`removed in Python 3.13 <whatsnew313-pep594>` after | ||
being deprecated in Python 3.11. The removal was decided in :pep:`594`. | ||
|
||
The last version of Python that provided the :mod:`!chunk` module was | ||
`Python 3.12 <https://docs.python.org/3.12/library/chunk.html>`_. |
This file contains 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.