cpython/Doc/library
Miss Islington (bot) 25c34ce3ed
[3.11] gh-101100: Fix Sphinx warnings in `library/pydoc.rst` (GH-116913) (#117038)
Co-authored-by: Hugo van Kemenade <1324225+hugovk@users.noreply.github.com>
2024-03-19 19:55:43 +00:00
..
2to3.rst Use mdash-es consistently in the library docs index (GH-92762) 2022-07-08 07:52:02 -07:00
__future__.rst [3.11] gh-110893: Improve the documentation for __future__ module (GH-114642) (#114703) 2024-01-29 09:46:04 +00:00
__main__.rst [3.11] gh-112165: Fix typo in `__main__.py` (GH-112183) (#112185) 2023-11-17 01:11:39 +00:00
_thread.rst [3.11] gh-110631: Fix reST indentation in `Doc/library` (GH-110685) (#110737) 2023-10-11 23:11:41 +02:00
abc.rst [3.11] Docs: mark up NotImplemented using the :data: role throughout the docs (GH-116135) (#116148) 2024-02-29 20:53:50 +00:00
aifc.rst gh-92611: Clarify planned removal version in PEP 594-deprecated modules (GH-92793) (GH-93026) 2022-05-20 15:33:12 -07:00
allos.rst
archiving.rst
argparse.rst [3.11] Docs: align usage of versionadded/versionchanged with recommended practice (#114409) (#114473) 2024-01-23 10:39:25 +01:00
array.rst [3.11] Erase some unnecessary quotes on data model doc (GH-113521) (#115897) 2024-02-24 23:30:34 -05:00
ast.rst [3.11] gh-115881: Document feature_version limitations (#115980) (#116174) 2024-03-01 01:56:53 +00:00
asynchat.rst gh-95451: Update docs for wasm32-emscripten and -wasi platforms (GH-95452) 2022-08-02 12:13:07 -07:00
asyncio-api-index.rst [3.11] Docs: Bump sphinx-lint and use double backticks for inline literals (GH-98441) (#98445) 2022-10-20 06:07:33 -07:00
asyncio-dev.rst [3.11] gh-108224: Fix asyncio doc inconsistency (GH-108230) (#108232) 2023-08-21 14:21:26 -07:00
asyncio-eventloop.rst [3.11] gh-115664: Fix ordering of more versionadded and versionchanged directives (GH-116298) (GH-116450) (GH-116452) 2024-03-07 08:35:24 +00:00
asyncio-exceptions.rst [3.11] Clarify state of CancelledError in doc (GH-106453) (#106456) 2023-07-05 11:16:56 -07:00
asyncio-extending.rst [3.11] gh-101100: Sphinx warnings: pick the low hanging fruits (GH-107386) (GH-107418) 2023-07-29 09:17:20 +03:00
asyncio-future.rst [3.11] gh-101100: Sphinx warnings: pick the low hanging fruits (GH-107386) (GH-107418) 2023-07-29 09:17:20 +03:00
asyncio-llapi-index.rst [3.11] gh-108973: Fix asyncio SubprocessProtocol doc (#109431) (#109610) 2023-09-20 14:15:08 +00:00
asyncio-platforms.rst [3.11] gh-106909: Use role :const: for referencing module constants (GH-106910) (GH-106957) 2023-07-21 14:49:57 +03:00
asyncio-policy.rst [3.11] gh-113664: Improve style of Big O notation (GH-113695) (GH-113910) 2024-01-10 13:13:27 +00:00
asyncio-protocol.rst [3.11] gh-101100: Fix Sphinx warnings in `whatsnew/2.7.rst` and related (GH-115319) (#115331) 2024-02-12 16:37:28 +02:00
asyncio-queue.rst bpo-46777: Fix incorrect use of directives in asyncio documentation (GH-31388) 2022-02-18 10:58:48 +02:00
asyncio-runner.rst Clarify asyncio.Runner docs re: loop_factory (GH-95979) 2022-08-14 09:02:07 -07:00
asyncio-stream.rst [3.11] gh-116281: Remove wrong '\' from '\*' in some doc signatures (GH-116282) (#116289) 2024-03-03 20:32:56 +00:00
asyncio-subprocess.rst [3.11] gh-101100: Fix Sphinx warnings in `whatsnew/2.7.rst` and related (GH-115319) (#115331) 2024-02-12 16:37:28 +02:00
asyncio-sync.rst [docs] fix some asyncio.Barrier.wait docs grammar (GH-93552) (GH-93553) 2022-06-06 20:51:13 +02:00
asyncio-task.rst [3.11] gh-101100: Fix sphinx warnings in `asyncio-task.rst` (GH-114469) (#114518) 2024-01-24 00:32:00 -07:00
asyncio.rst [3.11] gh-111151: Convert monospaced directives to :ref: (GH-111152) (#111270) 2023-10-24 15:34:46 +00:00
asyncore.rst gh-95451: Update docs for wasm32-emscripten and -wasi platforms (GH-95452) 2022-08-02 12:13:07 -07:00
atexit.rst [3.11] Correct Skip Montanaro's email address (GH-114677) (#114680) 2024-01-28 14:58:26 +00:00
audioop.rst gh-92611: Clarify planned removal version in PEP 594-deprecated modules (GH-92793) (GH-93026) 2022-05-20 15:33:12 -07:00
audit_events.rst [3.11] gh-115777: Fix double versionadded directives (GH-116269) (GH-116362) 2024-03-05 16:12:22 +00:00
base64.rst [3.11] Fix duplicated words in the docs (#102644) 2023-03-13 14:31:50 +00:00
bdb.rst [3.11] gh-101100: Fix dangling refs in bdb.rst (GH-114983) (#115284) 2024-02-11 09:28:03 +00:00
binary.rst
binascii.rst [3.11] gh-110631: Fix reST indentation in `Doc/library` (GH-110685) (#110737) 2023-10-11 23:11:41 +02:00
bisect.rst [3.11] gh-113664: Improve style of Big O notation (GH-113695) (GH-113910) 2024-01-10 13:13:27 +00:00
builtins.rst
bz2.rst [3.11] gh-115664: Fix ordering of more versionadded and versionchanged directives (GH-116298) (GH-116450) (GH-116452) 2024-03-07 08:35:24 +00:00
calendar.rst [3.11] gh-101100: Fix Sphinx warnings in `library/calendar.rst` (GH-113500) (#113508) 2023-12-27 09:42:57 +00:00
cgi.rst gh-95451: Update docs for wasm32-emscripten and -wasi platforms (GH-95452) 2022-08-02 12:13:07 -07:00
cgitb.rst gh-92611: Clarify planned removal version in PEP 594-deprecated modules (GH-92793) (GH-93026) 2022-05-20 15:33:12 -07:00
chunk.rst gh-92611: Clarify planned removal version in PEP 594-deprecated modules (GH-92793) (GH-93026) 2022-05-20 15:33:12 -07:00
cmath.rst [3.11] gh-101100: Docs: Fix references to several numeric dunders (GH-106278) (#106282) 2023-06-30 15:40:13 +01:00
cmd.rst [3.11] gh-101100: Fix Sphinx warnings in `library/cmd.rst` (GH-113502) (#113510) 2023-12-27 10:24:18 +00:00
cmdline.rst [3.11] gh-108826: Document `dis` module CLI and rename `_test` function to `main` (#108827) (#110689) 2023-10-11 14:48:03 -06:00
code.rst [3.11] gh-101100: Sphinx warnings: pick the low hanging fruits (GH-107386) (GH-107418) 2023-07-29 09:17:20 +03:00
codecs.rst [3.11] gh-115664: Fix chronological ordering of versionadded and versionchanged directives (GH-115676) (#115681) 2024-02-19 18:42:19 +00:00
codeop.rst [3.11] gh-101100: Fix some broken sphinx references (GH-107095). (#107120) 2023-07-23 05:56:09 -06:00
collections.abc.rst [3.11] gh-114955: Add clear to MutableSequence's mixin methods in document (gh-114956) (#114962) 2024-02-03 15:48:29 +00:00
collections.rst [3.11] gh-115664: Fix ordering of more versionadded and versionchanged directives (GH-116298) (GH-116450) (GH-116452) 2024-03-07 08:35:24 +00:00
colorsys.rst
compileall.rst [3.11] gh-108826: Document `dis` module CLI and rename `_test` function to `main` (#108827) (#110689) 2023-10-11 14:48:03 -06:00
concurrency.rst
concurrent.futures.rst [3.11] gh-101100: Fix sphinx warnings in `concurrent.futures.rst` (GH-114521) (#114526) 2024-01-24 13:46:13 +00:00
concurrent.rst [3.11] gh-101100: Sphinx warnings: pick the low hanging fruits (GH-107386) (GH-107418) 2023-07-29 09:17:20 +03:00
configparser.rst [3.11] Docs: align usage of versionadded/versionchanged with recommended practice (#114409) (#114473) 2024-01-23 10:39:25 +01:00
constants.rst [3.11] Docs: mark up NotImplemented using the :data: role throughout the docs (GH-116135) (#116148) 2024-02-29 20:53:50 +00:00
contextlib.rst [3.11] Fix a typo in the contextlib documentation (GH-114507) (#114515) 2024-01-24 04:22:38 +00:00
contextvars.rst [3.11] gh-113664: Improve style of Big O notation (GH-113695) (GH-113910) 2024-01-10 13:13:27 +00:00
copy.rst [3.11] GH-97950: Use new-style index directive ('module') (GH-103996) (#104154) 2023-05-04 11:39:15 +03:00
copyreg.rst [3.11] GH-97950: Use new-style index directive ('module') (GH-103996) (#104154) 2023-05-04 11:39:15 +03:00
crypt.rst [3.11] [3.12] gh-96747: Mention the PyPI `passlib` package in the `crypt` deprecation doc (GH-106660) (GH-106660) (#106697) 2023-07-12 14:59:54 -07:00
crypto.rst
csv.rst [3.11] Remove bogus syntax error marker in csv doc (GH-115017) (#115019) 2024-02-05 04:18:02 +00:00
ctypes.rst [3.11] gh-116851: Remove "from ctypes import *" from a ctypes example (GH-116852) (GH-116906) 2024-03-16 13:18:52 +00:00
curses.ascii.rst [3.11] gh-101100: Fix Sphinx warnings in `curses` and `curses.ascii` modules (GH-103457) (#104124) 2023-05-02 23:20:50 -06:00
curses.panel.rst
curses.rst [3.11] gh-110631: Fix reST indentation in `Doc/library` (GH-110685) (#110737) 2023-10-11 23:11:41 +02:00
custominterp.rst Docs: remove redundant "adverb-adjective" hyphens from compound modifiers (GH-94551) (GH-94557) 2022-07-05 14:30:19 +02:00
dataclasses.rst [3.11] gh-116535: Fix distracting "TypeError" in example code (gh-116538) (gh-116552) 2024-03-09 17:08:23 -05:00
datatypes.rst
datetime.rst [3.11] gh-116035: Document that both tzinfo and fold are ignored in comparisons if tzinfo is the same (GH-116187) (GH-116217) 2024-03-01 19:26:49 +02:00
dbm.rst [3.11] Docs: spell out sentence about ndbm/gdbm file formats (GH-115470) (#115477) 2024-02-14 18:10:06 +00:00
debug.rst
decimal.rst [3.11] gh-115777: Fix double versionadded directives (GH-116269) (GH-116362) 2024-03-05 16:12:22 +00:00
development.rst
devmode.rst [3.11] gh-101100: Fix sphinx warnings in `library/devmode.rst` (GH-109963) (#109967) 2023-09-27 17:16:01 +03:00
dialog.rst [3.11] gh-110631: Fix reST indentation in `Doc/library` (GH-110685) (#110737) 2023-10-11 23:11:41 +02:00
difflib.rst [3.11] Docs: align usage of versionadded/versionchanged with recommended practice (#114409) (#114473) 2024-01-23 10:39:25 +01:00
dis.rst [3.11] Document the `co_lines` method on code objects (#113682) (#113687) 2024-01-03 19:59:10 +00:00
distribution.rst
distutils.rst
doctest.rst [3.11] gh-108303: Move all doctest related files and tests to `Lib/test/test_doctest/` (GH-112109) (#114313) 2024-01-19 16:12:48 +01:00
email.charset.rst [3.11] gh-101100: Sphinx warnings: pick the low hanging fruits (GH-107386) (GH-107418) 2023-07-29 09:17:20 +03:00
email.compat32-message.rst [3.11] GH-101100: Fix reference warnings for ``__getitem__`` (GH-110118) (#111074) 2023-10-19 18:33:12 +03:00
email.contentmanager.rst [3.11] gh-110631: Fix reST indentation in `Doc/library` (GH-110685) (#110737) 2023-10-11 23:11:41 +02:00
email.encoders.rst [3.11] gh-101100: Sphinx warnings: pick the low hanging fruits (GH-107386) (GH-107418) 2023-07-29 09:17:20 +03:00
email.errors.rst [3.11] gh-101100: Fix Sphinx reference warnings (GH-112416) (#112422) 2023-11-26 05:22:17 -07:00
email.examples.rst
email.generator.rst [3.11] gh-101100: Sphinx warnings: pick the low hanging fruits (GH-107386) (GH-107418) 2023-07-29 09:17:20 +03:00
email.header.rst gh-86986: Drop compatibility support for Sphinx 2 (GH-93737) 2022-06-21 10:50:47 -07:00
email.headerregistry.rst [3.11] Docs: Fix backtick errors found by sphinx-lint (GH-97998) (#98371) 2022-10-22 20:38:26 +01:00
email.iterators.rst
email.message.rst [3.11] gh-114211: Update EmailMessage doc about ordered keys (GH-114224) (#114226) 2024-01-17 21:56:03 -05:00
email.mime.rst [3.11] gh-101100: Fix sphinx warnings in `library/email.mime.rst` (GH-114635) (GH-114641) 2024-01-27 08:52:57 +00:00
email.parser.rst [3.11] gh-101100: Sphinx warnings: pick the low hanging fruits (GH-107386) (GH-107418) 2023-07-29 09:17:20 +03:00
email.policy.rst [3.11] Docs: align usage of versionadded/versionchanged with recommended practice (#114409) (#114473) 2024-01-23 10:39:25 +01:00
email.rst
email.utils.rst
ensurepip.rst [3.11] gh-109634: Use :samp: role (GH-109635) (GH-109778) 2023-09-29 09:39:31 +03:00
enum.rst [3.11] gh-105535 Document potential performance trap during enum creation (GH-107119) (GH-116512) 2024-03-08 16:57:16 -08:00
errno.rst [3.11] gh-107453: Document errno.{ECANCELED,EOWNERDEAD,ENOTRECOVERABLE,ENOTSUP} (GH-107486) (#108530) 2023-08-26 23:33:23 -06:00
exceptions.rst [3.11] Docs: mark up NotImplemented using the :data: role throughout the docs (GH-116135) (#116148) 2024-02-29 20:53:50 +00:00
faulthandler.rst [3.11] gh-115664: Fix ordering of more versionadded and versionchanged directives (GH-116298) (GH-116450) (GH-116452) 2024-03-07 08:35:24 +00:00
fcntl.rst [3.11] gh-101100: Fix broken xrefs in fcntl module doc (GH-115691) (#115925) 2024-02-26 01:32:52 +00:00
filecmp.rst [3.11] gh-101100: Sphinx warnings: pick the low hanging fruits (GH-107386) (GH-107418) 2023-07-29 09:17:20 +03:00
fileformats.rst bpo-47061: document module deprecations due to PEP 594 (GH-31984) 2022-03-21 16:16:37 -07:00
fileinput.rst [3.11] gh-101100: Sphinx warnings: pick the low hanging fruits (GH-107386) (GH-107418) 2023-07-29 09:17:20 +03:00
filesys.rst
fnmatch.rst [3.11] gh-94220: Align fnmatch docs with the implementation and amend markup (GH-114152) (#114156) 2024-01-16 23:42:57 +01:00
fractions.rst [3.11] gh-107091: Fix some uses of :const: role (GH-107379) (GH-107385) 2023-07-28 10:36:19 +00:00
frameworks.rst
ftplib.rst [3.11] gh-97590: Update docs and tests for ftplib.FTP.voidcmd() (GH-96825) (GH-115602) 2024-02-17 14:54:31 +02:00
functional.rst
functions.rst [3.11] Add an example of of custom `__repr__` (GH-112761) (#115901) 2024-02-25 08:06:37 +00:00
functools.rst [3.11] gh-115664: Fix ordering of more versionadded and versionchanged directives (GH-116298) (GH-116450) (GH-116452) 2024-03-07 08:35:24 +00:00
gc.rst [3.11] gh-106892: Use roles :data: and :const: for referencing module variables (GH-106894) (GH-106955) 2023-07-21 14:49:21 +03:00
getopt.rst
getpass.rst [3.11] gh-101100: Fix sphinx warnings in `library/getpass.rst` (GH-110461) (#111072) 2023-10-19 18:31:29 +03:00
gettext.rst [3.11] gh-101100: Fix Sphinx warning in `library/gettext.rst` (GH-112668) (#112673) 2023-12-03 20:30:31 +00:00
glob.rst Docs: remove redundant "adverb-adjective" hyphens from compound modifiers (GH-94551) (GH-94557) 2022-07-05 14:30:19 +02:00
graphlib.rst [3.11] gh-110631: Fix reST indentation in `Doc/library` (GH-110685) (#110737) 2023-10-11 23:11:41 +02:00
grp.rst [3.11] gh-106861: Docs: Add availability directives to all Unix-only modules (GH-108975) (#111554) 2023-10-31 16:24:17 +00:00
gzip.rst [3.11] Correct description of inheriting from another class (GH-114660) (#114869) 2024-02-01 18:15:12 +00:00
hashlib-blake2-tree.png
hashlib.rst [3.11] gh-115664: Fix ordering of more versionadded and versionchanged directives (GH-116298) (GH-116450) (GH-116452) 2024-03-07 08:35:24 +00:00
heapq.rst [3.11] gh-113664: Improve style of Big O notation (GH-113695) (GH-113910) 2024-01-10 13:13:27 +00:00
hmac.rst [3.11] gh-112999: Replace the outdated "deprecated" directives with "versionchanged" (GH-113000) (GH-113020) 2023-12-12 17:17:35 +00:00
html.entities.rst gh-93851: Fix all broken links in Doc/ (GH-93853) (GH-94076) 2022-06-21 21:06:05 +02:00
html.parser.rst [3.11] gh-109634: Use :samp: role (GH-109635) (GH-109778) 2023-09-29 09:39:31 +03:00
html.rst
http.client.rst [3.11] Docs: align usage of versionadded/versionchanged with recommended practice (#114409) (#114473) 2024-01-23 10:39:25 +01:00
http.cookiejar.rst [3.11] Update http.cookiejar document for cookie object attributes (GH-101885) (#115834) 2024-02-23 14:11:09 -08:00
http.cookies.rst [3.11] gh-101100: Fix Sphinx warning in library/http.cookies.rst (GH-112908) (#112930) 2023-12-10 12:59:29 +00:00
http.rst [3.11] Fix misspelling in docs for http.HTTPMethod (GH-99376) (#99451) 2022-11-25 18:26:50 -05:00
http.server.rst gh-104711: Add security warning to the CGIHTTPRequestHandler document (GH-115915) 2024-03-04 11:54:46 +00:00
i18n.rst
idle.rst [3.11] chore: fix typos (GH-116345) (#116375) 2024-03-05 20:33:59 +00:00
imaplib.rst [3.11] gh-106909: Use role :const: for referencing module constants (GH-106910) (GH-106957) 2023-07-21 14:49:57 +03:00
imghdr.rst gh-92611: Clarify planned removal version in PEP 594-deprecated modules (GH-92793) (GH-93026) 2022-05-20 15:33:12 -07:00
imp.rst [3.11] GH-97950: Fix old-style index directive in Doc/library/imp.rst (#107246) 2023-07-26 08:17:44 +03:00
importlib.metadata.rst [3.11] gh-115664: Fix ordering of more versionadded and versionchanged directives (GH-116298) (GH-116450) (GH-116452) 2024-03-07 08:35:24 +00:00
importlib.resources.abc.rst [3.11] gh-101100: Sphinx warnings: pick the low hanging fruits (GH-107386) (GH-107418) 2023-07-29 09:17:20 +03:00
importlib.resources.rst [3.11] gh-101100: Fix Sphinx reference warnings (GH-112416) (#112422) 2023-11-26 05:22:17 -07:00
importlib.rst [3.11] Docs: mark up NotImplemented using the :data: role throughout the docs (GH-116135) (#116148) 2024-02-29 20:53:50 +00:00
index.rst [3.11] gh-108826: Document `dis` module CLI and rename `_test` function to `main` (#108827) (#110689) 2023-10-11 14:48:03 -06:00
inspect.rst [3.11] gh-115937: Remove implementation details from inspect.signature() docs (GH-116086) (#116107) 2024-02-29 01:54:48 -08:00
internet.rst [3.11] GH-97950: Use new-style index directive ('module') (GH-103996) (#104154) 2023-05-04 11:39:15 +03:00
intro.rst Doc: Fix broken link to emscripten networking website (GH-99531) 2023-04-19 07:37:14 -07:00
io.rst [3.11] Correct description of inheriting from another class (GH-114660) (#114869) 2024-02-01 18:15:12 +00:00
ipaddress.rst [3.11] gh-115777: Fix double versionadded directives (GH-116269) (GH-116362) 2024-03-05 16:12:22 +00:00
ipc.rst bpo-47061: document module deprecations due to PEP 594 (GH-31984) 2022-03-21 16:16:37 -07:00
itertools.rst [3.11] Fix docstring and var name of itertools recipe (GH-112113) (#112311) 2023-11-22 05:41:51 +00:00
json.rst [3.11] doc: Use super() in subclassed JSONEncoder examples (GH-115565) (GH-116046) 2024-02-28 14:08:40 +00:00
keyword.rst
language.rst
linecache.rst
locale.rst [3.11] gh-101100: Fix sphinx warnings in `Doc/library/locale.rst` (GH-114425) (#114478) 2024-01-23 13:24:51 +02:00
logging.config.rst [3.11] Docs: align usage of versionadded/versionchanged with recommended practice (#114409) (#114473) 2024-01-23 10:39:25 +01:00
logging.handlers.rst [3.11] Docs: align usage of versionadded/versionchanged with recommended practice (#114409) (#114473) 2024-01-23 10:39:25 +01:00
logging.rst [3.11] gh-98731: Improvements to the logging documentation (GH-101618) (GH-116733) 2024-03-13 17:16:28 +00:00
lzma.rst [3.11] gh-110631: Fix reST indentation in `Doc/library` (GH-110685) (#110737) 2023-10-11 23:11:41 +02:00
mailbox.rst [3.11] Fix more references to datetime and time classes (GH-114717) (GH-114726) 2024-01-29 16:59:59 +00:00
mailcap.rst [3.11] gh-68966: Make mailcap refuse to match unsafe filenames/types/params (GH-91993) (GH-93458) 2022-06-03 08:25:58 -07:00
markup.rst
marshal.rst [3.11] GH-97950: Use new-style index directive ('module') (GH-103996) (#104154) 2023-05-04 11:39:15 +03:00
math.rst [3.11] Docs: fix broken links (GH-116651) (#116701) 2024-03-12 22:00:45 -07:00
mimetypes.rst
mm.rst bpo-47061: document module deprecations due to PEP 594 (GH-31984) 2022-03-21 16:16:37 -07:00
mmap.rst gh-81489: Use Unicode APIs for mmap tagname on Windows (GH-14133) 2024-01-11 23:04:36 +00:00
modulefinder.rst bpo-47152: Convert the re module into a package (GH-32177) 2022-04-02 11:35:13 +03:00
modules.rst gh-93610: Improve docs for importlib.resources (GH-93611) (GH-95247) 2022-07-25 18:26:46 +02:00
msilib.rst gh-92611: Clarify planned removal version in PEP 594-deprecated modules (GH-92793) (GH-93026) 2022-05-20 15:33:12 -07:00
msvcrt.rst [3.11] gh-101100: Fix Sphinx warnings in `whatsnew/2.7.rst` and related (GH-115319) (#115331) 2024-02-12 16:37:28 +02:00
multiprocessing.rst [3.11] gh-115664: Fix versionadded and versionchanged directives in multiprocessing.rst (GH-115665) (GH-115682) 2024-02-19 20:52:17 +02:00
multiprocessing.shared_memory.rst [3.11] gh-89891: Refer SharedMemory implementation as POSIX (GH-104678) (GH-114874) 2024-02-01 22:35:29 +02:00
netdata.rst gh-68966: Deprecate the mailcap module (#91951) 2022-04-26 22:43:50 +02:00
netrc.rst [3.11] gh-101100: Sphinx warnings: pick the low hanging fruits (GH-107386) (GH-107418) 2023-07-29 09:17:20 +03:00
nis.rst gh-95451: Update docs for wasm32-emscripten and -wasi platforms (GH-95452) 2022-08-02 12:13:07 -07:00
nntplib.rst gh-95451: Update docs for wasm32-emscripten and -wasi platforms (GH-95452) 2022-08-02 12:13:07 -07:00
numbers.rst [3.11] Docs: mark up NotImplemented using the :data: role throughout the docs (GH-116135) (#116148) 2024-02-29 20:53:50 +00:00
numeric.rst
operator.rst [3.11] GH-101100: Fix reference warnings for ``__getitem__`` (GH-110118) (#111074) 2023-10-19 18:33:12 +03:00
optparse.rst [3.11] gh-106909: Use role :const: for referencing module constants (GH-106910) (GH-106957) 2023-07-21 14:49:57 +03:00
os.path.rst [3.11] gh-106892: Use roles :data: and :const: for referencing module variables (GH-106894) (GH-106955) 2023-07-21 14:49:21 +03:00
os.rst [3.11] gh-115664: Fix ordering of more versionadded and versionchanged directives (GH-116298) (GH-116450) (GH-116452) 2024-03-07 08:35:24 +00:00
ossaudiodev.rst gh-92611: Clarify planned removal version in PEP 594-deprecated modules (GH-92793) (GH-93026) 2022-05-20 15:33:12 -07:00
pathlib-inheritance.png
pathlib-inheritance.svg
pathlib.rst [3.11] GH-105900: Fix `pathlib.Path.symlink_to(target_is_directory=...)` docs (GH-114035) (#114465) 2024-01-23 05:37:32 +00:00
pdb.rst [3.11] gh-90095: Ignore empty lines and comments in `.pdbrc` (GH-116834) (#116855) 2024-03-15 09:55:44 +00:00
persistence.rst
pickle.rst [3.11] Docs: mark up NotImplemented using the :data: role throughout the docs (GH-116135) (#116148) 2024-02-29 20:53:50 +00:00
pickletools.rst [3.11] Docs: align usage of versionadded/versionchanged with recommended practice (#114409) (#114473) 2024-01-23 10:39:25 +01:00
pipes.rst [3.11] gh-95415: Make availability directive consistent (GH-95416) (GH-95438) 2022-08-01 14:26:19 +02:00
pkgutil.rst [3.11] gh-103765: Fix 'Warning: py:class reference target not found: ModuleSpec' (GH-103769) (#103799) 2023-04-24 15:57:21 -06:00
platform.rst [3.11] gh-106892: Use roles :data: and :const: for referencing module variables (GH-106894) (GH-106955) 2023-07-21 14:49:21 +03:00
plistlib.rst [3.11] GH-103484: Fix redirected permanently URLs (GH-104001) (#104088) 2023-05-02 14:50:16 +03:00
poplib.rst [3.11] gh-101100: Sphinx warnings: pick the low hanging fruits (GH-107386) (GH-107418) 2023-07-29 09:17:20 +03:00
posix.rst [3.11] gh-106861: Docs: Add availability directives to all Unix-only modules (GH-108975) (#111554) 2023-10-31 16:24:17 +00:00
pprint.rst [3.11] gh-115986: Fix inaccuracies in pprint docs (GH-116104) (#116383) 2024-03-05 21:20:59 +00:00
profile.rst [3.11] gh-110383: Fix documentation profile cumtime fix (GH-112221) (#112263) 2023-11-19 10:02:49 +00:00
pty.rst [3.11] gh-105912: document gotcha with using os.fork on macOS (GH-112871) (#113135) 2023-12-16 10:13:01 +01:00
pwd.rst [3.11] gh-106861: Docs: Add availability directives to all Unix-only modules (GH-108975) (#111554) 2023-10-31 16:24:17 +00:00
py_compile.rst [3.11] gh-108826: Document `dis` module CLI and rename `_test` function to `main` (#108827) (#110689) 2023-10-11 14:48:03 -06:00
pyclbr.rst [3.11] gh-101100: Fix Sphinx warnings in `library/pyclbr.rst` (GH-113739) (#113749) 2024-01-05 21:36:58 +02:00
pydoc.rst [3.11] gh-101100: Fix Sphinx warnings in `library/pydoc.rst` (GH-116913) (#117038) 2024-03-19 19:55:43 +00:00
pyexpat.rst [3.11] gh-115398: Expose Expat >=2.6.0 reparse deferral API (CVE-2023-52425) (GH-115623) (#116268) 2024-03-06 14:17:02 -08:00
python.rst
queue.rst GH-101777: `queue.rst`: use 2 spaces after a period to be consistent. (GH-102143) 2023-02-22 13:39:05 -08:00
quopri.rst
random.rst [3.11] gh-115921: Change 'equation' to 'expression' in random.rst (GH-115927) (#115929) 2024-02-26 03:57:48 +00:00
re.rst [3.11] gh-101699: Explain using Match.expand with \g<0> (GH-101701) (GH-115584) 2024-02-17 15:03:43 +02:00
readline.rst [3.11] Correct Skip Montanaro's email address (GH-114677) (#114680) 2024-01-28 14:58:26 +00:00
reprlib.rst [3.11] gh-101100: Fix Sphinx nitpicks in `library/reprlib.rst` (#112811) (#112815) 2023-12-06 22:04:33 +00:00
resource.rst [3.11] GH-116218 Docs: Add availability information for the 'resource' module (GH-116256) (#116534) 2024-03-09 10:36:02 +01:00
rlcompleter.rst [3.11] gh-101100: Fix Sphinx nitpicks in `library/rlcompleter.rst` (GH-113125) (#113159) 2023-12-15 09:07:15 +00:00
runpy.rst [3.11] Improve cross-references in `runpy` docs (GH-107673) (#107699) 2023-08-06 21:20:24 +00:00
sched.rst [3.11] gh-103417: Fix the scheduler example (GH-111497) (GH-115909) 2024-02-25 14:04:47 +02:00
secrets.rst [3.11] gh-99502: mention bytes-like objects as input in `secrets.compare_digest` (GH-99512) (#99791) 2022-11-26 15:19:23 +05:30
security_warnings.rst gh-81054: Document that SimpleHTTPRequestHandler follows symbolic links (GH-94416) (GH-94492) 2022-07-01 18:41:24 +02:00
select.rst [3.11] gh-113664: Improve style of Big O notation (GH-113695) (GH-113910) 2024-01-10 13:13:27 +00:00
selectors.rst [3.11] gh-101100: Fix Sphinx warnings for `fileno` (GH-111118) (#111227) 2023-10-23 19:18:00 +00:00
shelve.rst [3.11] gh-74573: document that ndbm can silently corrupt databases on macOS (GH-113354) (#113432) 2023-12-23 13:49:58 +01:00
shlex.rst
shutil.rst [3.11] gh-115664: Fix chronological ordering of versionadded and versionchanged directives (GH-115676) (#115681) 2024-02-19 18:42:19 +00:00
signal.rst [3.11] gh-89414: Document that SIGCLD is not available on macOS (GH-113580) (#113586) 2023-12-30 18:10:11 +01:00
site.rst [3.11] GH-92584: Move installation schemes overview to sysconfig docs (GH-108018) (#110214) 2024-01-11 23:48:10 +00:00
smtpd.rst gh-95451: Update docs for wasm32-emscripten and -wasi platforms (GH-95452) 2022-08-02 12:13:07 -07:00
smtplib.rst [3.11] gh-106909: Use role :const: for referencing module constants (GH-106910) (GH-106957) 2023-07-21 14:49:57 +03:00
sndhdr.rst gh-85525: Remove extra row in doc (GH-98337) 2022-10-17 15:08:10 -07:00
socket.rst [3.11] gh-112020: Document the meaning of empty bytes returned by socket.recv() (GH-112055) (GH-115723) 2024-02-20 15:00:30 +00:00
socketserver.rst [3.11] gh-111112: Avoid potential confusion in TCP server example. (GH-111113) (#114832) 2024-02-01 00:50:58 +00:00
spwd.rst gh-95451: Update docs for wasm32-emscripten and -wasi platforms (GH-95452) 2022-08-02 12:13:07 -07:00
sqlite3.rst [3.11] Docs: align sqlite3 docs with versionadded/versionchanged recommendations (#114400) (#114403) 2024-01-21 20:07:46 +00:00
ssl.rst [3.11] gh-115777: Fix double versionadded directives (GH-116269) (GH-116362) 2024-03-05 16:12:22 +00:00
stat.rst [3.11] gh-101100: Sphinx warnings: pick the low hanging fruits (GH-107386) (GH-107418) 2023-07-29 09:17:20 +03:00
statistics.rst [3.11] GH-103484: Fix redirected permanently URLs (GH-104001) (#104088) 2023-05-02 14:50:16 +03:00
stdtypes.rst [3.11] gh-115664: Fix ordering of more versionadded and versionchanged directives (GH-116298) (GH-116450) (GH-116452) 2024-03-07 08:35:24 +00:00
string.rst [3.11] Docs: Link tokens in the format string grammars (GH-108184) (#113840) 2024-01-09 02:53:59 +00:00
stringprep.rst [3.11] Fix grammatical error in stringprep documentation (GH-108414) (#108538) 2023-08-27 14:12:51 +01:00
struct.rst [3.11] Docs: Add explanation about little/big endian (GH-109841) (#115647) 2024-02-19 07:57:00 +00:00
subprocess.rst [3.11] gh-101100: Fix Sphinx warnings in `whatsnew/2.7.rst` and related (GH-115319) (#115331) 2024-02-12 16:37:28 +02:00
sunau.rst gh-92611: Clarify planned removal version in PEP 594-deprecated modules (GH-92793) (GH-93026) 2022-05-20 15:33:12 -07:00
superseded.rst [3.11] Docs: Superseded modules: list only module names (GH-109439) (#109446) 2023-09-15 16:10:07 +03:00
symtable.rst [3.11] Correct description of inheriting from another class (GH-114660) (#114869) 2024-02-01 18:15:12 +00:00
sys.rst [3.11] gh-115664: Fix chronological ordering of versionadded and versionchanged directives (GH-115676) (#115681) 2024-02-19 18:42:19 +00:00
sys_path_init.rst bpo-31582: Created a new documentation section describing sys.path initialization (GH-31082) 2022-03-23 17:29:40 +00:00
sysconfig.rst [3.11] GH-92584: Move installation schemes overview to sysconfig docs (GH-108018) (#110214) 2024-01-11 23:48:10 +00:00
syslog.rst [3.11] gh-106861: Docs: Add availability directives to all Unix-only modules (GH-108975) (#111554) 2023-10-31 16:24:17 +00:00
tabnanny.rst
tarfile.rst [3.11] gh-89159: Add some TarFile attribute types (GH-114520) (GH-114715) 2024-01-29 14:25:52 +00:00
telnetlib.rst gh-95451: Update docs for wasm32-emscripten and -wasi platforms (GH-95452) 2022-08-02 12:13:07 -07:00
tempfile.rst [3.11] gh-101100: Fix Sphinx nitpicks in `library/tempfile.rst` (#112886) (#112913) 2023-12-09 22:56:01 +00:00
termios.rst [3.11] gh-106861: Docs: Add availability directives to all Unix-only modules (GH-108975) (#111554) 2023-10-31 16:24:17 +00:00
test.rst [3.11] gh-101100: Fix class reference in library/test.rst (GH-114769) (GH-114793) 2024-01-31 09:41:00 +00:00
text.rst
textwrap.rst [3.11] Fix typo in Doc/library/textwrap.rst (GH-110328) (#110474) 2023-10-06 14:35:23 +00:00
threading.rst [3.11] gh-115664: Fix ordering of more versionadded and versionchanged directives (GH-116298) (GH-116450) (GH-116452) 2024-03-07 08:35:24 +00:00
time.rst [3.11] gh-115664: Fix ordering of more versionadded and versionchanged directives (GH-116298) (GH-116450) (GH-116452) 2024-03-07 08:35:24 +00:00
timeit.rst [3.11] Docs: Avoid the deprecated ``.. cmdoption::`` directive (GH-110292) (#110303) 2023-10-05 20:30:26 +03:00
tk.rst
tk_msg.png
tkinter.colorchooser.rst
tkinter.dnd.rst
tkinter.font.rst
tkinter.messagebox.rst [3.11] gh-111576: Improve documention for tkinter.messagebox (GH-111578) (GH-111598) 2023-11-01 12:43:37 +02:00
tkinter.rst [3.11] gh-110930: Correct book title by Alan D. Moore (GH-112490) (#112524) 2023-11-29 15:56:20 +00:00
tkinter.scrolledtext.rst
tkinter.tix.rst gh-96959: Update more HTTP links (GH-97536) 2022-10-22 20:05:59 +01:00
tkinter.ttk.rst [3.11] Fix typo in tkinter.ttk.rst (GH-106157) (GH-114201) 2024-01-17 21:24:10 +02:00
token-list.inc
token.rst
tokenize.rst [3.11] Docs: Avoid the deprecated ``.. cmdoption::`` directive (GH-110292) (#110303) 2023-10-05 20:30:26 +03:00
tomllib.rst [3.11] gh-113234: tomllib docs: reorder conversion table & add remaining types (GH-113236) (GH-113284) 2023-12-19 10:36:01 +00:00
trace.rst [3.11] Docs: Avoid the deprecated ``.. cmdoption::`` directive (GH-110292) (#110303) 2023-10-05 20:30:26 +03:00
traceback.rst [3.11] gh-101100: Fix Sphinx nitpicks in `library/traceback.rst` (GH-113106) (#113112) 2023-12-14 14:17:13 +00:00
tracemalloc.rst
tty.rst [3.11] gh-106861: Docs: Add availability directives to all Unix-only modules (GH-108975) (#111554) 2023-10-31 16:24:17 +00:00
tulip_coro.dia
tulip_coro.png
turtle-star.pdf
turtle-star.png
turtle-star.ps
turtle.rst [3.11] gh-101100: Fix sphinx warnings in `turtle.rst` (GH-109394) (#109417) 2023-09-14 14:41:26 -04:00
types.rst [3.11] gh-115572: Move `codeobject.replace()` docs to the data model … (#115632) 2024-02-18 14:37:27 +00:00
typing.rst [3.11] gh-115777: Fix double versionadded directives (GH-116269) (GH-116362) 2024-03-05 16:12:22 +00:00
unicodedata.rst
unittest.mock-examples.rst [3.11] bpo-38157: Add example about per file output for mock_open. (GH-16090) (#109072) 2023-09-07 12:32:28 +03:00
unittest.mock.rst [3.11] Docs: mark up NotImplemented using the :data: role throughout the docs (GH-116135) (#116148) 2024-02-29 20:53:50 +00:00
unittest.rst [3.11] gh-112890: `unittest` Test Discovery page updated "`unittest` dropped the namspace packages support" (GH-113195) (GH-113229) 2023-12-17 11:20:28 +00:00
unix.rst bpo-47061: document module deprecations due to PEP 594 (GH-31984) 2022-03-21 16:16:37 -07:00
urllib.error.rst [3.11] gh-110497: Add note about `OSError` being an alias to `IOError` in docs (GH-110498) (#110545) 2023-10-09 11:42:01 +02:00
urllib.parse.rst [3.11] Docs: align usage of versionadded/versionchanged with recommended practice (#114409) (#114473) 2024-01-23 10:39:25 +01:00
urllib.request.rst [3.11] gh-115664: Fix ordering of more versionadded and versionchanged directives (GH-116298) (GH-116450) (GH-116452) 2024-03-07 08:35:24 +00:00
urllib.robotparser.rst [3.11] Correct Skip Montanaro's email address (GH-114677) (#114680) 2024-01-28 14:58:26 +00:00
urllib.rst
uu.rst gh-92611: Clarify planned removal version in PEP 594-deprecated modules (GH-92793) (GH-93026) 2022-05-20 15:33:12 -07:00
uuid.rst [3.11] gh-101100: Fix sphinx warnings in `uuid.rst` (GH-108805) (#108808) 2023-09-02 07:05:07 -06:00
venv.rst [3.11] Docs: fix broken links (GH-116651) (#116701) 2024-03-12 22:00:45 -07:00
warnings.rst Docs: remove redundant "adverb-adjective" hyphens from compound modifiers (GH-94551) (GH-94557) 2022-07-05 14:30:19 +02:00
wave.rst [3.11] gh-105096: Reformat wave documentation (#105136) (#105138) (#105155) 2023-05-31 16:40:25 +00:00
weakref.rst [3.11] gh-101100: Fix Sphinx warnings in `Doc/library/weakref.rst` (GH-109881) (#109883) 2023-09-26 10:58:59 +03:00
webbrowser.rst gh-95451: Update docs for wasm32-emscripten and -wasi platforms (GH-95452) 2022-08-02 12:13:07 -07:00
windows.rst bpo-47061: document module deprecations due to PEP 594 (GH-31984) 2022-03-21 16:16:37 -07:00
winreg.rst [3.11] gh-101100: Sphinx warnings: pick the low hanging fruits (GH-107386) (GH-107418) 2023-07-29 09:17:20 +03:00
winsound.rst [3.11] gh-101100: Sphinx warnings: pick the low hanging fruits (GH-107386) (GH-107418) 2023-07-29 09:17:20 +03:00
wsgiref.rst [3.11] gh-101100: Fix various Sphinx warnings for dunder references in the `library/` directory (GH-113163) (#113184) 2023-12-15 17:21:59 +00:00
xdrlib.rst gh-92611: Clarify planned removal version in PEP 594-deprecated modules (GH-92793) (GH-93026) 2022-05-20 15:33:12 -07:00
xml.dom.minidom.rst [3.11] Docs: Fix backtick errors found by sphinx-lint (GH-97998) (#98371) 2022-10-22 20:38:26 +01:00
xml.dom.pulldom.rst [3.11] GH-101100: Fix reference warnings for ``__getitem__`` (GH-110118) (#111074) 2023-10-19 18:33:12 +03:00
xml.dom.rst [3.11] gh-101100: Fix Sphinx warning in references with asterisks (GH-113029) (#113044) 2023-12-13 11:02:20 +02:00
xml.etree.elementtree.rst [3.11] gh-115398: Expose Expat >=2.6.0 reparse deferral API (CVE-2023-52425) (GH-115623) (#116268) 2024-03-06 14:17:02 -08:00
xml.rst [3.11] gh-115399: Document CVE-2023-52425 under "XML vulnerabilities" (GH-115400) (GH-115761) 2024-02-21 12:43:16 +01:00
xml.sax.handler.rst [3.11] gh-101100: Sphinx warnings: pick the low hanging fruits (GH-107386) (GH-107418) 2023-07-29 09:17:20 +03:00
xml.sax.reader.rst
xml.sax.rst
xml.sax.utils.rst [3.11] Docs: align usage of versionadded/versionchanged with recommended practice (#114409) (#114473) 2024-01-23 10:39:25 +01:00
xmlrpc.client.rst [3.11] gh-101100: Fix various Sphinx warnings for dunder references in the `library/` directory (GH-113163) (#113184) 2023-12-15 17:21:59 +00:00
xmlrpc.rst [3.11] gh-101100: Sphinx warnings: pick the low hanging fruits (GH-107386) (GH-107418) 2023-07-29 09:17:20 +03:00
xmlrpc.server.rst [3.11] gh-101100: Improve documentation on function attributes (#112933) (#113003) 2023-12-12 14:19:02 +02:00
zipapp.rst [3.11] Docs: align usage of versionadded/versionchanged with recommended practice (#114409) (#114473) 2024-01-23 10:39:25 +01:00
zipfile.rst [3.11] Docs: align usage of versionadded/versionchanged with recommended practice (#114409) (#114473) 2024-01-23 10:39:25 +01:00
zipimport.rst [3.11] gh-110497: Add note about `OSError` being an alias to `IOError` in docs (GH-110498) (#110545) 2023-10-09 11:42:01 +02:00
zlib.rst Docs: remove redundant "adverb-adjective" hyphens from compound modifiers (GH-94551) (GH-94557) 2022-07-05 14:30:19 +02:00
zoneinfo.rst [3.11] gh-85073: Add some missing links to source (GH-99363) (#99586) 2022-11-25 23:19:40 +05:30