cpython/Doc/library
Miss Islington (bot) 8e23cd0bbb
[3.11] gh-101100: Fix sphinx warnings in `turtle.rst` (GH-109394) (#109417)
(cherry picked from commit 21e80f4c19)

Co-authored-by: Nikita Sobolev <mail@sobolevn.me>
2023-09-14 14:41:26 -04:00
..
2to3.rst Use mdash-es consistently in the library docs index (GH-92762) 2022-07-08 07:52:02 -07:00
__future__.rst gh-92436: __future__ docs: add note on expectations for "from __future__ import annotations" (GH-92568) 2022-05-12 07:37:59 -07:00
__main__.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
_thread.rst [3.11] gh-101100: Fix some broken sphinx references (GH-107095). (#107120) 2023-07-23 05:56:09 -06:00
abc.rst GH-101898: Fix missing term references for hashable definition (GH-101899) 2023-02-14 02:45:42 -08: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] gh-101100: Fix Sphinx warnings in `argparse` module (#103289) (#103803) 2023-04-24 22:15:04 +00:00
array.rst [3.11] gh-106948: Add standard external names to nitpick_ignore (GH-106949) (#107061) 2023-07-23 11:24:37 +02:00
ast.rst [3.11] `ast` docs: Fix incorrect link on `keyword` (GH-108728) (#108738) 2023-08-31 22:27:27 +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-106909: Use role :const: for referencing module constants (GH-106910) (GH-106957) 2023-07-21 14:49:57 +03: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-93453: Only emit deprecation warning in asyncio.get_event_loop when a new event loop is created (#99949) 2022-12-06 16:15:44 +01: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-100160: Tweak the documentation for the default asyncio policy (GH-100969) 2023-01-13 10:15:23 +02:00
asyncio-protocol.rst GH-91635: clarify docs about closing of transport in asyncio (GH-98563) 2022-10-24 11:00:18 -07: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-100226: Clarify StreamReader.read behavior (GH-101807) (#102001) 2023-02-23 19:05:59 +05:30
asyncio-subprocess.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-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-107980: fix doc role for asyncio.timeouts (GH-108126) (#108153) 2023-08-20 11:12:15 +01:00
asyncio.rst Added asyncio REPL example to docs. (GH-101243) 2023-01-23 03:39:01 -08: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] gh-67056: document that registering/unregistering an atexit func from within an atexit func is undefined (GH-104473) (#104500) 2023-05-15 10:15:07 +01: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 bpo-42800: add audit hooks for f_code and tb_frame (GH-24182) 2021-04-30 00:15:55 +01:00
base64.rst [3.11] Fix duplicated words in the docs (#102644) 2023-03-13 14:31:50 +00:00
bdb.rst [3.11] Docs: Fix backtick errors found by sphinx-lint (GH-97998) (#98371) 2022-10-22 20:38:26 +01:00
binary.rst
binascii.rst [3.11] GH-97950: Use new-style index directive ('module') (GH-103996) (#104154) 2023-05-04 11:39:15 +03:00
bisect.rst [3.11] GH-104145: Use fully-qualified cross reference types for the bisect module (GH-104172) (#104295) 2023-05-08 17:41:20 +01:00
builtins.rst bpo-44045: fix spelling of uppercase vs upper-case (GH-25985) 2021-05-28 17:54:25 -03:00
bz2.rst [3.11] gh-101100: Sphinx warnings: pick the low hanging fruits (GH-107386) (GH-107418) 2023-07-29 09:17:20 +03:00
calendar.rst [3.11] GH-108202: Document ``calendar``'s command-line interface (GH-109020) (#109031) 2023-09-07 02:11:06 +02: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 bpo-46196: document method cmd.Cmd.columnize (#30303) 2022-01-02 13:33:20 -05: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 gh-51511: Note that codecs.open()'s encoding parameter affects automatic conversion to binary mode (GH-94370) 2022-10-21 16:27:41 -07: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 GH-101898: Fix missing term references for hashable definition (GH-101899) 2023-02-14 02:45:42 -08:00
collections.rst GH-101898: Fix missing term references for hashable definition (GH-101899) 2023-02-14 02:45:42 -08:00
colorsys.rst
compileall.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
concurrency.rst Put contextvars docs into the concurrency category (GH-24760) 2021-03-06 08:25:54 -08:00
concurrent.futures.rst gh-102627: Replace address pointing toward malicious web page (GH-102630) 2023-03-13 15:43:16 -07: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] gh-71770: Add more details on behavior of configparser's default_section (GH-31562) (#109089) 2023-09-07 14:03:20 +00:00
constants.rst [3.11] gh-101100: Fix some broken sphinx references (GH-107095). (#107120) 2023-07-23 05:56:09 -06:00
contextlib.rst Formatting fixes in contextlib docs (GH-98111) 2022-10-22 20:04:43 +01:00
contextvars.rst Clarify that every thread has its own default context in contextvars (GH-99246) 2022-12-20 03:44:55 -08: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 Fix incorrectly documented attribute in csv docs (GH-101250) 2023-02-18 17:04:01 -08:00
ctypes.rst [3.11] gh-107659: Improve wording of the description of `ctypes.pointer` and `ctypes.POINTER` (GH-107769) (#108164) 2023-08-20 11:05:24 +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-101100: Sphinx warnings: pick the low hanging fruits (GH-107386) (GH-107418) 2023-07-29 09:17:20 +03: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-108267: Dataclasses docs: Fix object.__setattr__ typo (GH-108355) (#108357) 2023-08-23 07:20:57 +00:00
datatypes.rst
datetime.rst [3.11] gh-105563: reference DateType in datetime's documentation (GH-105946) (#108790) 2023-09-01 20:46:21 +00:00
dbm.rst bpo-40563: Support pathlike objects on dbm/shelve (GH-21849) 2021-09-10 15:26:16 +03:00
debug.rst
decimal.rst [3.11] GH-105774: Clarify operation of normalize() (GH-106093) (GH-106129) 2023-06-26 23:32:43 -05:00
development.rst
devmode.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
dialog.rst [doc] Fix a few margins due to bad markup (GH-23619) 2020-12-17 09:25:55 -08:00
difflib.rst [3.11] gh-91838: Use HTTPS links in docs for resources which redirect to HTTPS (GH-95527) (GH-95643) 2022-08-04 11:45:03 +03:00
dis.rst [3.11] gh-106919: Use role :c:macro: for referencing the C "constants" (GH-106920) (GH-106952) 2023-07-21 14:48:30 +03:00
distribution.rst
distutils.rst bpo-41282: Add deprecation warning and docs for distutils (PEP 632) (GH-24355) 2021-01-29 21:48:55 +00:00
doctest.rst doc: Remove backslashes in doctest grammar docs (GH-29346) 2022-11-26 22:46:33 -08: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] Docs: Fix backtick errors found by sphinx-lint (GH-97998) (#98371) 2022-10-22 20:38:26 +01:00
email.contentmanager.rst [doc] Fix missing commas in signatures (#23693) 2020-12-22 11:02:52 -05: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 [doc]: Spotted errors while working on rstlint. (GH-30879) 2022-01-27 08:57:43 +01: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-101100: Sphinx warnings: pick the low hanging fruits (GH-107386) (GH-107418) 2023-07-29 09:17:20 +03:00
email.mime.rst gh-101021: Document binary parameters as bytes (GH-101024) 2023-01-14 12:22:08 -08: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 [doc] Fix erroneous backslashes in signatures and names (GH-23658) 2020-12-16 17:37:28 -08:00
email.rst Revert "bpo-28533: Remove asyncore, asynchat, smtpd modules (GH-29521)" (GH-29951) 2021-12-07 12:31:04 +01:00
email.utils.rst bpo-30681: Support invalid date format or value in email Date header (GH-22090) 2020-10-26 17:31:06 -07:00
ensurepip.rst [3.11] gh-85073: Add some missing links to source (GH-99363) (#99586) 2022-11-25 23:19:40 +05:30
enum.rst [3.11] gh-107700: [Enum] Document that `EnumType` was added in 3.11 (GH-108260) (#108300) 2023-08-22 20:33:26 +02: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] gh-106909: Use role :const: for referencing module constants (GH-106910) (GH-106957) 2023-07-21 14:49:57 +03:00
faulthandler.rst GH-56426: Add cross-reference to the documentation for faulthandler, traceback, and pdb. (GH-101157) 2023-02-03 19:56:57 -08:00
fcntl.rst [3.11] gh-107091: Fix some uses of :const: role (GH-107379) (GH-107385) 2023-07-28 10:36:19 +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-97950: Use new-style index directive ('module') (GH-103996) (#104154) 2023-05-04 11:39:15 +03: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-106909: Use role :const: for referencing module constants (GH-106910) (GH-106957) 2023-07-21 14:49:57 +03:00
functional.rst
functions.rst [3.11] gh-107755: Document the correct default value of slice step (GH-107756) (#108956) 2023-09-07 02:11:53 +02:00
functools.rst [3.11] gh-107619: Extend functools LRU cache docs with generators and async functions (GH-107934) (#108162) 2023-08-20 10:39:43 +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 gh-95451: Update docs for wasm32-emscripten and -wasi platforms (GH-95452) 2022-08-02 12:13:07 -07:00
gettext.rst [3.11] gh-54738: Add argparse i18n howto (GH-104562) (#107101) 2023-07-23 11:23:51 +02: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-101100: Sphinx warnings: pick the low hanging fruits (GH-107386) (GH-107418) 2023-07-29 09:17:20 +03:00
grp.rst gh-82180: Document support for non-integer arg removed from grp.getgrgid in 3.10 (GH-95346) (GH-95929) 2022-08-12 19:03:04 +02:00
gzip.rst [3.11] gh-101100: Sphinx warnings: pick the low hanging fruits (GH-107386) (GH-107418) 2023-07-29 09:17:20 +03:00
hashlib-blake2-tree.png Optimize images by IMGbot (GH-21348) 2022-02-04 15:49:43 +09:00
hashlib.rst [3.11] gh-101100: Sphinx warnings: pick the low hanging fruits (GH-107386) (GH-107418) 2023-07-29 09:17:20 +03:00
heapq.rst
hmac.rst Docs: remove redundant "adverb-adjective" hyphens from compound modifiers (GH-94551) (GH-94557) 2022-07-05 14:30:19 +02: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 Update html.parser.rst (GH-30678) 2022-02-17 04:20:40 -08:00
html.rst
http.client.rst [3.11] gh-106909: Use role :const: for referencing module constants (GH-106910) (GH-106957) 2023-07-21 14:49:57 +03:00
http.cookiejar.rst gh-61105: Add default param, note on using cookiejar subclass (GH-95427) 2022-10-22 20:04:54 +01:00
http.cookies.rst gh-86986: Drop compatibility support for Sphinx 2 (GH-93737) 2022-06-21 10:50:47 -07: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 [3.11] gh-100001: Remove doc typo, add versionadded (GH-100042) (#100043) 2022-12-06 11:34:20 +01:00
i18n.rst
idle.rst [3.11] Fix misc doc typos (GH-108592) (#108613) 2023-08-29 08:56:14 +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-102215: importlib documentation cleanups (#108056) 2023-08-17 09:57:48 -04: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-102215: importlib documentation cleanups (#108056) 2023-08-17 09:57:48 -04:00
importlib.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
index.rst Update reference to the size of PyPI (GH-99076) 2022-11-09 11:36:10 -08:00
inspect.rst [3.11] gh-108857: improve markup in inspect.Signature.replace() docs (GH-108862) (#108970) 2023-09-06 00:39:09 +00: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] gh-107801: Improve the accuracy of io.IOBase.seek docs (#108268) (#108656) 2023-08-29 19:57:49 +00:00
ipaddress.rst Slight correct grammar (GH-28860) 2021-10-12 12:29:29 +03: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] Minor readability improvement to the factor() recipe (GH-102971) (GH-102972) 2023-03-23 14:56:35 -05:00
json.rst [3.11] gh-101100: Sphinx warnings: pick the low hanging fruits (GH-107386) (GH-107418) 2023-07-29 09:17:20 +03:00
keyword.rst Expand about soft keywords in the docs for keyword.py (GH-29139) 2021-10-23 09:24:02 -07:00
language.rst
linecache.rst
locale.rst [3.11] GH-97950: Use new-style index directive ('module') (GH-103996) (#104154) 2023-05-04 11:39:15 +03:00
logging.config.rst [3.11] gh-103606: Improve error message from logging.config.FileConfig (GH-103628) (#104687) 2023-05-21 12:17:18 -07:00
logging.handlers.rst [3.11] gh-107091: Fix some uses of :const: role (GH-107379) (GH-107385) 2023-07-28 10:36:19 +00:00
logging.rst [3.11] Docs: document 'manager' and '_log' attrs of logging.Logging (GH-108145) (GH-108189) 2023-08-21 11:44:25 +01:00
lzma.rst [3.11] gh-101100: Sphinx warnings: pick the low hanging fruits (GH-107386) (GH-107418) 2023-07-29 09:17:20 +03:00
mailbox.rst [3.11] gh-106948: Docs: Disable links for C standard library functions, OS utility functions and system calls (#107062) (#107157) 2023-07-23 23:49:48 +02: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 Clarify that the expression is regular math notation, not Python. (GH-96903) (GH-96908) 2022-10-22 20:06:11 +01: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-95451: Update docs for wasm32-emscripten and -wasi platforms (GH-95452) 2022-08-02 12:13:07 -07: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: Sphinx warnings: pick the low hanging fruits (GH-107386) (GH-107418) 2023-07-29 09:17:20 +03:00
multiprocessing.rst [3.11] Fix typo in multiprocessing docs (GH-108666) (#108676) 2023-08-30 11:17:23 +00:00
multiprocessing.shared_memory.rst [3.11] gh-106939: document ShareableList nul-strip quirk. (GH-107266) (#107270) 2023-07-25 21:18:23 +00: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] gh-68163: Correct conversion of Rational instances to float (GH-25619) (#96556) 2022-09-08 12:03:53 +01:00
numeric.rst
operator.rst [3.11] gh-101100: Sphinx warnings: pick the low hanging fruits (GH-107386) (GH-107418) 2023-07-29 09:17:20 +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-107924: re-order os.sendfile() flag documentation (#107926) (#109178) 2023-09-09 03:34:18 -06: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 Optimize images by IMGbot (GH-21348) 2022-02-04 15:49:43 +09:00
pathlib.rst [3.11] gh-103960: Dark mode: invert image brightness (GH-103983) (#104358) 2023-05-10 14:19:38 +00:00
pdb.rst [3.11] GH-97950: Use new-style index directive ('module') (GH-103996) (#104154) 2023-05-04 11:39:15 +03:00
persistence.rst
pickle.rst [3.11] Mention Ellipsis pickling in the docs (GH-103660) (#108662) 2023-08-29 23:04:42 -07:00
pickletools.rst
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-97950: Use new-style index directive ('module') (GH-103996) (#104154) 2023-05-04 11:39:15 +03:00
pprint.rst [3.11] gh-101100: Sphinx warnings: pick the low hanging fruits (GH-107386) (GH-107418) 2023-07-29 09:17:20 +03:00
profile.rst gh-102994: Profile docs has typo in example (GH-103074) 2023-04-02 15:52:11 -07:00
pty.rst [3.11] gh-101100: Sphinx warnings: pick the low hanging fruits (GH-107386) (GH-107418) 2023-07-29 09:17:20 +03:00
pwd.rst [3.11] GH-97950: Use new-style index directive ('module') (GH-103996) (#104154) 2023-05-04 11:39:15 +03:00
py_compile.rst bpo-92336: [doc] clarify that the dfile is read by the traceback display code (GH-94409) 2022-06-29 13:53:42 -07:00
pyclbr.rst bpo-39411: pyclbr rewrite on AST (#18103) 2020-11-11 10:14:12 +03:00
pydoc.rst gh-100583: Improve the `pydoc` documentation (GH-100590) 2022-12-29 07:24:11 -08:00
pyexpat.rst [3.11] GH-97950: Use new-style index directive ('module') (GH-103996) (#104154) 2023-05-04 11:39:15 +03: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] Change non-integral to non-integer in random docs (GH-106975) (#106985) 2023-07-22 02:37:16 -06:00
re.rst [3.11] gh-102211: Document `re.{Pattern,Match}`’s existence (GH-102212) (#108491) 2023-08-25 11:28:56 -06:00
readline.rst [3.11] GH-103484: Fix broken links reported by linkcheck (GH-103608) (#103683) 2023-04-23 23:26:15 +03:00
reprlib.rst bpo-39549: reprlib.Repr uses a “fillvalue” attribute (GH-18343) 2021-09-22 15:45:58 -05:00
resource.rst [3.11] GH-103484: Fix redirected permanently URLs (GH-104001) (#104088) 2023-05-02 14:50:16 +03:00
rlcompleter.rst
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-101100: Sphinx warnings: pick the low hanging fruits (GH-107386) (GH-107418) 2023-07-29 09:17:20 +03: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-106948: Docs: Disable links for C standard library functions, OS utility functions and system calls (#107062) (#107157) 2023-07-23 23:49:48 +02:00
selectors.rst [3.11] gh-101100: Sphinx warnings: pick the low hanging fruits (GH-107386) (GH-107418) 2023-07-29 09:17:20 +03:00
shelve.rst [3.11] gh-106909: Use role :const: for referencing module constants (GH-106910) (GH-106957) 2023-07-21 14:49:57 +03:00
shlex.rst bpo-40932: Note security caveat of shlex.quote on Windows (GH-21502) 2020-11-10 23:29:56 -08:00
shutil.rst [3.11] gh-101100: Sphinx warnings: pick the low hanging fruits (GH-107386) (GH-107418) 2023-07-29 09:17:20 +03:00
signal.rst [3.11] gh-107091: Fix some uses of :const: role (GH-107379) (GH-107385) 2023-07-28 10:36:19 +00:00
site.rst [3.11] GH-97950: Use new-style index directive ('statement') (GH-104162) (#104163) 2023-05-04 13:57:14 +03: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] socket documentation fix - rename triple to 3-tuple (GH-24722) (#109074) 2023-09-07 13:44:35 +03:00
socketserver.rst Docs: improve accuracy of socketserver reference (GH-24767) 2022-11-29 12:43:09 -08: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] Fix misc doc typos (GH-108592) (#108613) 2023-08-29 08:56:14 +00:00
ssl.rst [3.11] gh-107091: Fix some uses of :const: role (GH-107379) (GH-107385) 2023-07-28 10:36:19 +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-102823: Document return type of floor division on floats (GH-102824) (#109093) 2023-09-07 14:34:30 +00:00
string.rst [3.11] GH-95088: Clarify rules for parsing an item key for format strings (GH-103779) (#105418) 2023-06-06 20:56:03 -07: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] gh-106948: Add standard external names to nitpick_ignore (GH-106949) (#107061) 2023-07-23 11:24:37 +02:00
subprocess.rst [3.11] gh-104372: Drop the GIL around the vfork() call. (#104782) (#104958) 2023-09-01 08:53:06 +00: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 gh-68966: Deprecate the mailcap module (#91951) 2022-04-26 22:43:50 +02:00
symtable.rst Change list to view object (GH-93661) 2022-06-11 04:20:52 -07:00
sys.rst [3.11] GH-90915: Document that SystemExit doesn't trigger sys.excepthook (GH-31357) (#109083) 2023-09-07 13:23:08 +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] Fix misspellings in sysconfig docs (GH-108156) (#108158) 2023-08-20 08:20:57 +00:00
syslog.rst [3.11] Clarifying the documentation on library/syslog (GH-92587) (GH-95492) 2022-08-05 10:18:44 +02:00
tabnanny.rst
tarfile.rst [3.11] gh-107845: Fix symlink handling for tarfile.data_filter (GH-107846) (GH-108209) 2023-08-22 10:51:58 +02: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-106909: Use role :const: for referencing module constants (GH-106910) (GH-106957) 2023-07-21 14:49:57 +03:00
termios.rst termios docs: fix indentation (GH-93080) 2022-05-22 16:11:36 -07:00
test.rst [3.11] gh-106909: Use role :const: for referencing module constants (GH-106910) (GH-106957) 2023-07-21 14:49:57 +03:00
text.rst
textwrap.rst [3.11] Docs: Fix Sphinx warnings in sys.rst (GH-108106) (#108166) 2023-08-20 19:22:44 +05:30
threading.rst [3.11] gh-101100: Fix sphinx warnings in `threading.rst` (GH-108684) (#108708) 2023-08-31 11:28:47 +03:00
time.rst [3.11] gh-95415: Make availability directive consistent (GH-95416) (GH-95438) 2022-08-01 14:26:19 +02:00
timeit.rst [3.11] gh-105052:update timeit function's description (GH-105060) (#108535) 2023-08-27 03:57:32 -04:00
tk.rst [doc]: Spotted errors while working on rstlint. (GH-30879) 2022-01-27 08:57:43 +01:00
tk_msg.png Optimize images by IMGbot (GH-21348) 2022-02-04 15:49:43 +09:00
tkinter.colorchooser.rst [doc]: Spotted errors while working on rstlint. (GH-30879) 2022-01-27 08:57:43 +01:00
tkinter.dnd.rst [doc]: Spotted errors while working on rstlint. (GH-30879) 2022-01-27 08:57:43 +01:00
tkinter.font.rst bpo-35728: Add root parameter to tkinter.font.nametofont() (GH-23885) 2020-12-25 23:18:06 +02:00
tkinter.messagebox.rst [doc]: Spotted errors while working on rstlint. (GH-30879) 2022-01-27 08:57:43 +01:00
tkinter.rst [3.11] Fix misc doc typos (GH-108592) (#108613) 2023-08-29 08:56:14 +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 docs (GH-106936) (#106938) 2023-07-21 00:12:00 +01:00
token-list.inc bpo-43822: Improve syntax errors for missing commas (GH-25377) 2021-04-15 21:38:45 +01:00
token.rst
tokenize.rst [3.11] Clarify the supported cases in the tokenize module (GH-105569) (#105574) 2023-06-09 16:00:53 +00:00
tomllib.rst bpo-40059: Add tomllib (PEP-680) (GH-31498) 2022-03-08 09:26:13 +01:00
trace.rst [doc] Fix a few margins due to bad markup (GH-23619) 2020-12-17 09:25:55 -08:00
traceback.rst [3.11] gh-109184: update traceback module doc w.r.t notes (message is no longer always at the end) (#109201) (#109336) 2023-09-12 18:08:38 +01:00
tracemalloc.rst bpo-42038: fix description of returned list of lines (GH-27529) 2021-09-18 00:24:55 +02:00
tty.rst
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-97950: Use new-style index directive ('builtin') (GH-104164) (#104221) 2023-05-06 07:14:37 +03:00
typing.rst [3.11] Fix typo in typing docs: Remove redundant backtick (GH-108559) (#108561) 2023-08-28 11:28:19 +00:00
unicodedata.rst closes bpo-45190: Update Unicode data to version 14.0.0. (GH-28336) 2021-09-14 11:00:38 -07:00
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] gh-106909: Use role :const: for referencing module constants (GH-106910) (GH-106957) 2023-07-21 14:49:57 +03:00
unittest.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
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-101100: Sphinx warnings: pick the low hanging fruits (GH-107386) (GH-107418) 2023-07-29 09:17:20 +03:00
urllib.parse.rst [3.11] GH-104554: Add RTSPS support to `urllib/parse.py` (GH-104605) (#105760) 2023-07-05 13:02:36 +02:00
urllib.request.rst [3.11] gh-106909: Use role :const: for referencing module constants (GH-106910) (GH-106957) 2023-07-21 14:49:57 +03:00
urllib.robotparser.rst bpo-44740: Lowercase "internet" and "web" where appropriate. (#27378) 2021-07-27 00:11:55 +02: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] gh-106948: Add standard external names to nitpick_ignore (GH-106949) (#107061) 2023-07-23 11:24:37 +02: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 gh-91081: Add note on WeakKeyDictionary behavior when deleting a replaced entry (GH-91499) 2022-12-20 19:34:17 -08: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 gh-102011: use sys.exception() instead of sys.exc_info() in docs where possible (GH-102012) 2023-02-21 03:06:20 -08: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 bpo-45132 Remove deprecated __getitem__ methods (GH-28225) 2021-09-08 13:07:40 +03:00
xml.dom.rst Update the OMG link (GH-30383) 2022-02-14 13:49:11 -08:00
xml.etree.elementtree.rst bpo-46879: Fix incorrect sphinx object names in doc (GH-31615) (GH-92974) 2022-05-19 17:56:59 +02:00
xml.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.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] gh-101100: Sphinx warnings: pick the low hanging fruits (GH-107386) (GH-107418) 2023-07-29 09:17:20 +03:00
xmlrpc.client.rst [3.11] GH-103484: Fix redirected permanently URLs (GH-104001) (#104088) 2023-05-02 14:50:16 +03: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] Docs: Fix backtick errors found by sphinx-lint (GH-97998) (#98371) 2022-10-22 20:38:26 +01:00
zipapp.rst [3.11] gh-107322: zipapp: Remove the suggestion to remove .dist-info directories (GH-107296) (#109282) 2023-09-11 23:53:15 -06:00
zipfile.rst [3.11] GH-103484: Fix redirected permanently URLs (GH-104001) (#104088) 2023-05-02 14:50:16 +03:00
zipimport.rst bpo-28816: [doc] clarify that zipimport invokes importers only for python files (GH-30060) 2021-12-16 09:12:24 +00: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