cpython/Doc/library
Miss Islington (bot) b1e95d6863
[3.13] Doc: Grammar fix in ``library/ssl.rst``, 'Verifying certificates' (GH-122646) (#122649)
Doc: Grammar fix in ``library/ssl.rst``, 'Verifying certificates' (GH-122646)
(cherry picked from commit 06eb9701a1)

Co-authored-by: scottwoodall <scott.woodall@gmail.com>
2024-08-03 13:41:49 +00:00
..
__future__.rst [3.13] docs: module page titles should not start with a link to themselves (GH-117099) (#118790) 2024-05-08 19:52:39 +00:00
__main__.rst [3.13] gh-90437: Fix __main__.py documentation wording (GH-116309) (#121385) 2024-07-04 23:05:02 +00:00
_thread.rst [3.13] Format None, True, False and NotImplemented as literals (GH-118758) (GH-118792) 2024-05-08 19:55:12 +00:00
abc.rst [3.13] docs: module page titles should not start with a link to themselves (GH-117099) (#118790) 2024-05-08 19:52:39 +00:00
allos.rst gh-118689: Doc: fix ePub build (GH-118690) 2024-05-10 10:40:35 +00:00
archiving.rst
argparse.rst [3.13] gh-83648: Use versionadded in 'deprecated' description (GH-121878) 2024-07-16 21:43:40 +00:00
array.rst [3.13] gh-121905: Consistently use "floating-point" instead of "floating point" (GH-121907) (GH-122012) 2024-07-19 09:13:08 +00:00
ast.rst [3.13] gh-122300: Preserve AST nodes for format specifiers with single elements (GH-122308) (#122364) 2024-07-27 19:27:01 +00:00
asyncio-api-index.rst
asyncio-dev.rst
asyncio-eventloop.rst [3.13] gh-121333: Clarify what is the default executor for asyncio.run_in_executor (GH-121335) (#121526) 2024-07-09 15:12:45 +05:30
asyncio-exceptions.rst
asyncio-extending.rst
asyncio-future.rst [3.13] Docs: spelling and grammar fixes (GH-122084) (#122106) 2024-07-22 01:30:34 +00:00
asyncio-llapi-index.rst
asyncio-platforms.rst
asyncio-policy.rst
asyncio-protocol.rst
asyncio-queue.rst gh-96471: Correct documentation for asyncio queue shutdown (#117621) 2024-04-08 14:50:54 +00:00
asyncio-runner.rst
asyncio-stream.rst gh-117722: Fix Stream.readuntil with non-bytes buffer objects (#117723) 2024-04-11 07:41:55 -07:00
asyncio-subprocess.rst
asyncio-sync.rst
asyncio-task.rst [3.13] Docs: spelling and grammar fixes (GH-122084) (#122106) 2024-07-22 01:30:34 +00:00
asyncio.rst [3.13] gh-121957: Emit audit events for `python -i` and `python -m asyncio` (GH-121958) (GH-122115) 2024-07-22 13:36:57 +02:00
atexit.rst [3.13] docs: module page titles should not start with a link to themselves (GH-117099) (#118790) 2024-05-08 19:52:39 +00:00
audit_events.rst gh-115777: Fix double versionadded directives (GH-116269) 2024-03-05 17:41:53 +02:00
base64.rst [3.13] Clarify base64.a85encode docs: *wrapcols* doesn't count the newline (GH-119409) (GH-119483) 2024-05-28 16:55:37 +02:00
bdb.rst [3.13] Format None, True, False and NotImplemented as literals (GH-118758) (GH-118792) 2024-05-08 19:55:12 +00:00
binary.rst
binascii.rst [3.13] docs: module page titles should not start with a link to themselves (GH-117099) (#118790) 2024-05-08 19:52:39 +00:00
bisect.rst [3.13] docs: module page titles should not start with a link to themselves (GH-117099) (#118790) 2024-05-08 19:52:39 +00:00
builtins.rst [3.13] docs: module page titles should not start with a link to themselves (GH-117099) (#118790) 2024-05-08 19:52:39 +00:00
bz2.rst [3.13] docs: module page titles should not start with a link to themselves (GH-117099) (#118790) 2024-05-08 19:52:39 +00:00
calendar.rst [3.13] docs: module page titles should not start with a link to themselves (GH-117099) (#118790) 2024-05-08 19:52:39 +00:00
cmath.rst [3.13] gh-109218: Improve documentation for the complex() constructor (GH-119687) (GH-119803) 2024-05-30 20:44:20 +00:00
cmd.rst [3.13] docs: module page titles should not start with a link to themselves (GH-117099) (#118790) 2024-05-08 19:52:39 +00:00
cmdline.rst gh-118131: Command-line interface for the `random` module (#118132) 2024-05-05 06:30:03 +00:00
code.rst [3.13] gh-74929: PEP 667 general docs update (gh-119291) 2024-05-21 21:35:26 +10:00
codecs.rst [3.13] docs: module page titles should not start with a link to themselves (GH-117099) (#118790) 2024-05-08 19:52:39 +00:00
codeop.rst [3.13] docs: module page titles should not start with a link to themselves (GH-117099) (#118790) 2024-05-08 19:52:39 +00:00
collections.abc.rst [3.13] docs: module page titles should not start with a link to themselves (GH-117099) (#118790) 2024-05-08 19:52:39 +00:00
collections.rst [3.13] gh-120345: Fix incorrect use of the :class: role with the "()" suffix (GH-120347) (GH-120411) 2024-06-12 14:51:35 +00:00
colorsys.rst [3.13] gh-121905: Consistently use "floating-point" instead of "floating point" (GH-121907) (GH-122012) 2024-07-19 09:13:08 +00:00
compileall.rst [3.13] Format None, True, False and NotImplemented as literals (GH-118758) (GH-118792) 2024-05-08 19:55:12 +00:00
concurrency.rst
concurrent.futures.rst [3.13] docs: module page titles should not start with a link to themselves (GH-117099) (#118790) 2024-05-08 19:52:39 +00:00
concurrent.rst
configparser.rst [3.13] gh-121905: Consistently use "floating-point" instead of "floating point" (GH-121907) (GH-122012) 2024-07-19 09:13:08 +00:00
constants.rst Docs: mark up NotImplemented using the :data: role throughout the docs (#116135) 2024-02-29 20:46:12 +00:00
contextlib.rst [3.13] Docs: spelling and grammar fixes (GH-122084) (#122106) 2024-07-22 01:30:34 +00:00
contextvars.rst [3.13] docs: module page titles should not start with a link to themselves (GH-117099) (#118790) 2024-05-08 19:52:39 +00:00
copy.rst [3.13] docs: module page titles should not start with a link to themselves (GH-117099) (#118790) 2024-05-08 19:52:39 +00:00
copyreg.rst [3.13] docs: module page titles should not start with a link to themselves (GH-117099) (#118790) 2024-05-08 19:52:39 +00:00
crypto.rst
csv.rst [3.13] Format None, True, False and NotImplemented as literals (GH-118758) (GH-118792) 2024-05-08 19:55:12 +00:00
ctypes.rst [3.13] gh-105733: Soft-deprecate ctypes.ARRAY, rather than hard-deprecating it. (GH-122281) (GH-122440) 2024-07-30 08:05:09 +00:00
curses.ascii.rst [3.13] docs: module page titles should not start with a link to themselves (GH-117099) (#118790) 2024-05-08 19:52:39 +00:00
curses.panel.rst [3.13] docs: module page titles should not start with a link to themselves (GH-117099) (#118790) 2024-05-08 19:52:39 +00:00
curses.rst [3.13] docs: fix a few typos identified by codespell (GH-119516) (#119570) 2024-05-26 08:20:37 +00:00
custominterp.rst
dataclasses.rst [3.13] gh-119260: Clarify is_dataclass Behavior for Subclasses in Documentation and Tests (GH-119480) (#119760) 2024-05-30 01:28:31 +00:00
datatypes.rst
datetime.rst [3.13] gh-85453: Fix 'timezone' vs. 'time zone' spelling issues in datetime.rst (GH-118449) (#121837) 2024-07-23 13:27:31 +00:00
dbm.rst [3.13] docs: module page titles should not start with a link to themselves (GH-117099) (#118790) 2024-05-08 19:52:39 +00:00
debug.rst
decimal.rst [3.13] gh-121905: Consistently use "floating-point" instead of "floating point" (GH-121907) (GH-122012) 2024-07-19 09:13:08 +00:00
development.rst
devmode.rst
dialog.rst
difflib.rst [3.13] docs: module page titles should not start with a link to themselves (GH-117099) (#118790) 2024-05-08 19:52:39 +00:00
dis.rst [3.13] Docs: Fix typo in description of ``INTRINSIC_ASYNC_GEN_WRAP`` (GH-122004) (#122006) 2024-07-19 07:46:58 +00:00
distribution.rst
doctest.rst [3.13] docs: module page titles should not start with a link to themselves (GH-117099) (#118790) 2024-05-08 19:52:39 +00:00
email.charset.rst [3.13] docs: module page titles should not start with a link to themselves (GH-117099) (#118790) 2024-05-08 19:52:39 +00:00
email.compat32-message.rst [3.13] Docs: Fix duplicate object description warnings (GH-122068) (#122069) 2024-07-20 20:04:02 +00:00
email.contentmanager.rst [3.13] docs: module page titles should not start with a link to themselves (GH-117099) (#118790) 2024-05-08 19:52:39 +00:00
email.encoders.rst [3.13] docs: module page titles should not start with a link to themselves (GH-117099) (#118790) 2024-05-08 19:52:39 +00:00
email.errors.rst [3.13] docs: module page titles should not start with a link to themselves (GH-117099) (#118790) 2024-05-08 19:52:39 +00:00
email.examples.rst
email.generator.rst [3.13] docs: module page titles should not start with a link to themselves (GH-117099) (#118790) 2024-05-08 19:52:39 +00:00
email.header.rst [3.13] gh-120276: Fix incorrect email.header.Header maxlinelen default (GH-120277) (GH-120279) 2024-06-08 17:37:50 +00:00
email.headerregistry.rst [3.13] docs: module page titles should not start with a link to themselves (GH-117099) (#118790) 2024-05-08 19:52:39 +00:00
email.iterators.rst [3.13] docs: module page titles should not start with a link to themselves (GH-117099) (#118790) 2024-05-08 19:52:39 +00:00
email.message.rst [3.13] docs: module page titles should not start with a link to themselves (GH-117099) (#118790) 2024-05-08 19:52:39 +00:00
email.mime.rst [3.13] docs: module page titles should not start with a link to themselves (GH-117099) (#118790) 2024-05-08 19:52:39 +00:00
email.parser.rst [3.13] docs: module page titles should not start with a link to themselves (GH-117099) (#118790) 2024-05-08 19:52:39 +00:00
email.policy.rst [3.13] docs: module page titles should not start with a link to themselves (GH-117099) (#118790) 2024-05-08 19:52:39 +00:00
email.rst [3.13] docs: module page titles should not start with a link to themselves (GH-117099) (#118790) 2024-05-08 19:52:39 +00:00
email.utils.rst [3.13] gh-121905: Consistently use "floating-point" instead of "floating point" (GH-121907) (GH-122012) 2024-07-19 09:13:08 +00:00
ensurepip.rst [3.13] docs: module page titles should not start with a link to themselves (GH-117099) (#118790) 2024-05-08 19:52:39 +00:00
enum.rst [3.13] gh-120361: Add `nonmember` test with enum flags inside to `test_enum` (GH-120364) (#120511) 2024-06-14 22:08:21 +03:00
errno.rst [3.13] docs: module page titles should not start with a link to themselves (GH-117099) (#118790) 2024-05-08 19:52:39 +00:00
exceptions.rst [3.13] gh-121905: Consistently use "floating-point" instead of "floating point" (GH-121907) (GH-122012) 2024-07-19 09:13:08 +00:00
faulthandler.rst [3.13] docs: module page titles should not start with a link to themselves (GH-117099) (#118790) 2024-05-08 19:52:39 +00:00
fcntl.rst [3.13] docs: module page titles should not start with a link to themselves (GH-117099) (#118790) 2024-05-08 19:52:39 +00:00
filecmp.rst [3.13] gh-57141: Make shallow argument to filecmp.dircmp keyword-only (GH-121767) (#121777) 2024-07-14 23:17:26 +00:00
fileformats.rst
fileinput.rst [3.13] gh-120345: Fix incorrect use of the :class: role with the "()" suffix (GH-120347) (GH-120411) 2024-06-12 14:51:35 +00:00
filesys.rst
fnmatch.rst [3.13] docs: module page titles should not start with a link to themselves (GH-117099) (#118790) 2024-05-08 19:52:39 +00:00
fractions.rst [3.13] Docs: spelling and grammar fixes (GH-122084) (#122106) 2024-07-22 01:30:34 +00:00
frameworks.rst
ftplib.rst [3.13] gh-120823: Fix doc for ftplib.FTP.retrbinary() (GH-121697) (GH-121707) 2024-07-13 14:45:32 +00:00
functional.rst
functions.rst [3.13] gh-121905: Consistently use "floating-point" instead of "floating point" (GH-121907) (GH-122012) 2024-07-19 09:13:08 +00:00
functools.rst [3.13] gh-119010: Adds docs about `__type_params__` to `functools.update_wrapper` (GH-119012) (#119013) 2024-05-13 20:19:10 +00:00
gc.rst [3.13] Format None, True, False and NotImplemented as literals (GH-118758) (GH-118792) 2024-05-08 19:55:12 +00:00
getopt.rst [3.13] docs: module page titles should not start with a link to themselves (GH-117099) (#118790) 2024-05-08 19:52:39 +00:00
getpass.rst [3.13] docs: module page titles should not start with a link to themselves (GH-117099) (#118790) 2024-05-08 19:52:39 +00:00
gettext.rst [3.13] docs: module page titles should not start with a link to themselves (GH-117099) (#118790) 2024-05-08 19:52:39 +00:00
glob.rst [3.13] docs: module page titles should not start with a link to themselves (GH-117099) (#118790) 2024-05-08 19:52:39 +00:00
graphlib.rst [3.13] docs: module page titles should not start with a link to themselves (GH-117099) (#118790) 2024-05-08 19:52:39 +00:00
grp.rst [3.13] docs: module page titles should not start with a link to themselves (GH-117099) (#118790) 2024-05-08 19:52:39 +00:00
gzip.rst [3.13] gh-112346: Document the OS byte in `gzip.compress` output change in 3.11 (GH-120480) (#120612) 2024-06-17 06:06:11 +00:00
hashlib-blake2-tree.png
hashlib.rst [3.13] Clarify that dklen is expected in bytes for the hashlib functions (GH-106624) (GH-119383) 2024-05-22 09:10:02 +00:00
heapq.rst [3.13] docs: module page titles should not start with a link to themselves (GH-117099) (#118790) 2024-05-08 19:52:39 +00:00
hmac.rst [3.13] docs: module page titles should not start with a link to themselves (GH-117099) (#118790) 2024-05-08 19:52:39 +00:00
html.entities.rst [3.13] docs: module page titles should not start with a link to themselves (GH-117099) (#118790) 2024-05-08 19:52:39 +00:00
html.parser.rst [3.13] docs: module page titles should not start with a link to themselves (GH-117099) (#118790) 2024-05-08 19:52:39 +00:00
html.rst [3.13] docs: module page titles should not start with a link to themselves (GH-117099) (#118790) 2024-05-08 19:52:39 +00:00
http.client.rst [3.13] docs: module page titles should not start with a link to themselves (GH-117099) (#118790) 2024-05-08 19:52:39 +00:00
http.cookiejar.rst [3.13] docs: module page titles should not start with a link to themselves (GH-117099) (#118790) 2024-05-08 19:52:39 +00:00
http.cookies.rst [3.13] docs: module page titles should not start with a link to themselves (GH-117099) (#118790) 2024-05-08 19:52:39 +00:00
http.rst [3.13] docs: module page titles should not start with a link to themselves (GH-117099) (#118790) 2024-05-08 19:52:39 +00:00
http.server.rst [3.13] Docs: spelling and grammar fixes (GH-122084) (#122106) 2024-07-22 01:30:34 +00:00
i18n.rst
idle.rst [3.13] Docs: fix typos in documentation (GH-118752) (#118787) 2024-05-08 19:24:39 +00:00
imaplib.rst [3.13] Format None, True, False and NotImplemented as literals (GH-118758) (GH-118792) 2024-05-08 19:55:12 +00:00
importlib.metadata.rst [3.13] Use literal syntax in origin property (GH-119029) (#119083) 2024-05-16 05:30:33 +00:00
importlib.resources.abc.rst [3.13] Docs: spelling and grammar fixes (GH-122084) (#122106) 2024-07-22 01:30:34 +00:00
importlib.resources.rst [3.13] docs: module page titles should not start with a link to themselves (GH-117099) (#118790) 2024-05-08 19:52:39 +00:00
importlib.rst [3.13] Docs: spelling and grammar fixes (GH-122084) (#122106) 2024-07-22 01:30:34 +00:00
index.rst
inspect.rst [3.13] Docs: spelling and grammar fixes (GH-122084) (#122106) 2024-07-22 01:30:34 +00:00
internet.rst
intro.rst gh-114099: Add documentation for iOS platform (GH-117057) 2024-03-28 04:13:13 -04:00
io.rst [3.13] docs: module page titles should not start with a link to themselves (GH-117099) (#118790) 2024-05-08 19:52:39 +00:00
ipaddress.rst [3.13] gh-120128: fix description of argument to ipaddress.collapse_addresses() (GH-120131) (#120135) 2024-06-12 09:23:24 +03:00
ipc.rst
itertools.rst [3.13] gh-121905: Consistently use "floating-point" instead of "floating point" (GH-121907) (GH-122012) 2024-07-19 09:13:08 +00:00
json.rst [3.13] docs: module page titles should not start with a link to themselves (GH-117099) (#118790) 2024-05-08 19:52:39 +00:00
kde_example.png
keyword.rst [3.13] docs: module page titles should not start with a link to themselves (GH-117099) (#118790) 2024-05-08 19:52:39 +00:00
language.rst
linecache.rst [3.13] docs: module page titles should not start with a link to themselves (GH-117099) (#118790) 2024-05-08 19:52:39 +00:00
locale.rst [3.13] gh-121905: Consistently use "floating-point" instead of "floating point" (GH-121907) (GH-122012) 2024-07-19 09:13:08 +00:00
logging.config.rst [3.13] gh-121723: Relax constraints on queue objects for `logging.handlers.QueueHandler`. (GH-122154) (GH-122603) 2024-08-02 13:07:27 +01:00
logging.handlers.rst [3.13] Format None, True, False and NotImplemented as literals (GH-118758) (GH-118792) 2024-05-08 19:55:12 +00:00
logging.rst [3.13] [doc] Clarify the nature of the root logger in the `logging` documentation (GH-119440) (GH-119651) 2024-05-28 15:04:46 +01:00
lzma.rst [3.13] docs: module page titles should not start with a link to themselves (GH-117099) (#118790) 2024-05-08 19:52:39 +00:00
mailbox.rst [3.13] Docs: spelling and grammar fixes (GH-122084) (#122106) 2024-07-22 01:30:34 +00:00
markup.rst
marshal.rst [3.13] gh-121905: Consistently use "floating-point" instead of "floating point" (GH-121907) (GH-122012) 2024-07-19 09:13:08 +00:00
math.rst [3.13] gh-121905: Consistently use "floating-point" instead of "floating point" (GH-121907) (GH-122012) 2024-07-19 09:13:08 +00:00
mimetypes.rst [3.13] Document ``mimetypes.MimeTypes.add_type()`` (GH-122301) (#122328) 2024-07-26 22:20:01 +00:00
mm.rst
mmap.rst [3.13] docs: module page titles should not start with a link to themselves (GH-117099) (#118790) 2024-05-08 19:52:39 +00:00
modulefinder.rst [3.13] docs: module page titles should not start with a link to themselves (GH-117099) (#118790) 2024-05-08 19:52:39 +00:00
modules.rst
msvcrt.rst [3.13] docs: module page titles should not start with a link to themselves (GH-117099) (#118790) 2024-05-08 19:52:39 +00:00
multiprocessing.rst [3.13] Delete stale note about mp.Lock.acquire/SIGINT (GH-120929) (GH-122078) 2024-07-21 06:34:36 +00:00
multiprocessing.shared_memory.rst [3.13] docs: module page titles should not start with a link to themselves (GH-117099) (#118790) 2024-05-08 19:52:39 +00:00
netdata.rst
netrc.rst [3.13] docs: module page titles should not start with a link to themselves (GH-117099) (#118790) 2024-05-08 19:52:39 +00:00
numbers.rst [3.13] docs: fix a few typos identified by codespell (GH-119516) (#119570) 2024-05-26 08:20:37 +00:00
numeric.rst
operator.rst [3.13] docs: module page titles should not start with a link to themselves (GH-117099) (#118790) 2024-05-08 19:52:39 +00:00
optparse.rst [3.13] Docs: spelling and grammar fixes (GH-122084) (#122106) 2024-07-22 01:30:34 +00:00
os.path.rst [3.13] Doc: Improve wording of ``os.path.commonpath()`` (GH-122627) (#122641) 2024-08-03 14:25:26 +01:00
os.rst [3.13] Docs: spelling and grammar fixes (GH-122084) (#122106) 2024-07-22 01:30:34 +00:00
pathlib-inheritance.png
pathlib-inheritance.svg
pathlib.rst [3.13] GH-121462: pathlib docs: improve table of corresponding os/os.path functions (GH-121465) (#122359) 2024-07-27 17:19:09 +00:00
pdb.rst [3.13] gh-119580: Improve version added section for convenience variable (GH-119583) (#119624) 2024-05-27 18:13:01 +00:00
persistence.rst
pickle.rst [3.13] Format None, True, False and NotImplemented as literals (GH-118758) (GH-118792) 2024-05-08 19:55:12 +00:00
pickletools.rst [3.13] docs: module page titles should not start with a link to themselves (GH-117099) (#118790) 2024-05-08 19:52:39 +00:00
pkgutil.rst [3.13] gh-59022: Added tests for `pkgutil.extend_path` (GH-121673) (GH-121951) 2024-07-19 16:35:51 +02:00
platform.rst [3.13] docs: module page titles should not start with a link to themselves (GH-117099) (#118790) 2024-05-08 19:52:39 +00:00
plistlib.rst [3.13] Docs: spelling and grammar fixes (GH-122084) (#122106) 2024-07-22 01:30:34 +00:00
poplib.rst [3.13] docs: module page titles should not start with a link to themselves (GH-117099) (#118790) 2024-05-08 19:52:39 +00:00
posix.rst [3.13] docs: module page titles should not start with a link to themselves (GH-117099) (#118790) 2024-05-08 19:52:39 +00:00
pprint.rst [3.13] gh-115986 Improve pprint docs formatting (GH-117401) (GH-121098) 2024-06-28 16:23:08 +02:00
profile.rst [3.13] gh-121905: Consistently use "floating-point" instead of "floating point" (GH-121907) (GH-122012) 2024-07-19 09:13:08 +00:00
pty.rst [3.13] docs: module page titles should not start with a link to themselves (GH-117099) (#118790) 2024-05-08 19:52:39 +00:00
pwd.rst [3.13] docs: module page titles should not start with a link to themselves (GH-117099) (#118790) 2024-05-08 19:52:39 +00:00
py_compile.rst [3.13] docs: module page titles should not start with a link to themselves (GH-117099) (#118790) 2024-05-08 19:52:39 +00:00
pyclbr.rst [3.13] Format None, True, False and NotImplemented as literals (GH-118758) (GH-118792) 2024-05-08 19:55:12 +00:00
pydoc.rst [3.13] docs: module page titles should not start with a link to themselves (GH-117099) (#118790) 2024-05-08 19:52:39 +00:00
pyexpat.rst [3.13] docs: module page titles should not start with a link to themselves (GH-117099) (#118790) 2024-05-08 19:52:39 +00:00
python.rst
queue.rst [3.13] docs: module page titles should not start with a link to themselves (GH-117099) (#118790) 2024-05-08 19:52:39 +00:00
quopri.rst [3.13] docs: module page titles should not start with a link to themselves (GH-117099) (#118790) 2024-05-08 19:52:39 +00:00
random.rst [3.13] gh-121905: Consistently use "floating-point" instead of "floating point" (GH-121907) (GH-122012) 2024-07-19 09:13:08 +00:00
re.rst [3.13] gh-111259: Document idiomatic RE pattern (?s:.) that matches any character (GH-120745) (GH-120813) 2024-06-20 21:22:45 +00:00
readline.rst [3.13] gh-121160: Note that readline libraries using different history formats. (GH-121327) (GH-122030) 2024-07-19 14:09:41 +00:00
reprlib.rst [3.13] docs: module page titles should not start with a link to themselves (GH-117099) (#118790) 2024-05-08 19:52:39 +00:00
resource.rst [3.13] gh-121905: Consistently use "floating-point" instead of "floating point" (GH-121907) (GH-122012) 2024-07-19 09:13:08 +00:00
rlcompleter.rst [3.13] docs: module page titles should not start with a link to themselves (GH-117099) (#118790) 2024-05-08 19:52:39 +00:00
runpy.rst [3.13] docs: module page titles should not start with a link to themselves (GH-117099) (#118790) 2024-05-08 19:52:39 +00:00
sched.rst [3.13] docs: module page titles should not start with a link to themselves (GH-117099) (#118790) 2024-05-08 19:52:39 +00:00
secrets.rst [3.13] Correct the argument names for `secrets.choice` and `secrets.randbelow` in `secrets.rst` (GH-118098) (GH-118906) 2024-05-10 14:56:33 +00:00
security_warnings.rst
select.rst [3.13] gh-121905: Consistently use "floating-point" instead of "floating point" (GH-121907) (GH-122012) 2024-07-19 09:13:08 +00:00
selectors.rst [3.13] docs: module page titles should not start with a link to themselves (GH-117099) (#118790) 2024-05-08 19:52:39 +00:00
shelve.rst [3.13] docs: module page titles should not start with a link to themselves (GH-117099) (#118790) 2024-05-08 19:52:39 +00:00
shlex.rst [3.13] docs: module page titles should not start with a link to themselves (GH-117099) (#118790) 2024-05-08 19:52:39 +00:00
shutil.rst [3.13] Improve the `rmtree` doc for `dir_fd` param addition in 3.11 (GH-118964) (#118991) 2024-05-13 11:21:10 +00:00
signal.rst [3.13] docs: module page titles should not start with a link to themselves (GH-117099) (#118790) 2024-05-08 19:52:39 +00:00
site.rst [3.13] docs: module page titles should not start with a link to themselves (GH-117099) (#118790) 2024-05-08 19:52:39 +00:00
smtplib.rst [3.13] gh-120662: Improve `smtplib` example (GH-120668) (#120681) 2024-06-18 12:12:58 +00:00
socket.rst [3.13] gh-121905: Consistently use "floating-point" instead of "floating point" (GH-121907) (GH-122012) 2024-07-19 09:13:08 +00:00
socketserver.rst [3.13] docs: module page titles should not start with a link to themselves (GH-117099) (#118790) 2024-05-08 19:52:39 +00:00
sqlite3.rst [3.13] docs: module page titles should not start with a link to themselves (GH-117099) (#118790) 2024-05-08 19:52:39 +00:00
ssl.rst [3.13] Doc: Grammar fix in ``library/ssl.rst``, 'Verifying certificates' (GH-122646) (#122649) 2024-08-03 13:41:49 +00:00
stat.rst [3.13] docs: module page titles should not start with a link to themselves (GH-117099) (#118790) 2024-05-08 19:52:39 +00:00
statistics.rst [3.13] gh-121977: Add tips for handling unhashable data (GH-122075) (#122076) 2024-07-21 06:10:06 +00:00
stdtypes.rst [3.13] gh-121905: Consistently use "floating-point" instead of "floating point" (GH-121907) (GH-122012) 2024-07-19 09:13:08 +00:00
string.rst [3.13] gh-121905: Consistently use "floating-point" instead of "floating point" (GH-121907) (GH-122012) 2024-07-19 09:13:08 +00:00
stringprep.rst [3.13] docs: module page titles should not start with a link to themselves (GH-117099) (#118790) 2024-05-08 19:52:39 +00:00
struct.rst [3.13] docs: module page titles should not start with a link to themselves (GH-117099) (#118790) 2024-05-08 19:52:39 +00:00
subprocess.rst [3.13] Docs: spelling and grammar fixes (GH-122084) (#122106) 2024-07-22 01:30:34 +00:00
superseded.rst
symtable.rst [3.13] gh-119698: fix `symtable.Class.get_methods` and document its behaviour correctly (GH-120151) (#120777) 2024-06-19 22:27:23 -07:00
sys.monitoring.rst [3.13] docs: module page titles should not start with a link to themselves (GH-117099) (#118790) 2024-05-08 19:52:39 +00:00
sys.rst [3.13] Format None, True, False and NotImplemented as literals (GH-118758) (GH-118792) 2024-05-08 19:55:12 +00:00
sys_path_init.rst
sysconfig.rst [3.13] Docs: Use cross-reference to `os.uname` in `sysconfig.get_platform` (GH-122083) (#122171) 2024-07-23 13:29:46 +00:00
syslog.rst [3.13] docs: module page titles should not start with a link to themselves (GH-117099) (#118790) 2024-05-08 19:52:39 +00:00
tabnanny.rst [3.13] docs: module page titles should not start with a link to themselves (GH-117099) (#118790) 2024-05-08 19:52:39 +00:00
tarfile.rst [3.13] docs: module page titles should not start with a link to themselves (GH-117099) (#118790) 2024-05-08 19:52:39 +00:00
tempfile.rst [3.13] docs: module page titles should not start with a link to themselves (GH-117099) (#118790) 2024-05-08 19:52:39 +00:00
termios.rst [3.13] docs: module page titles should not start with a link to themselves (GH-117099) (#118790) 2024-05-08 19:52:39 +00:00
test.rst [3.13] Format None, True, False and NotImplemented as literals (GH-118758) (GH-118792) 2024-05-08 19:55:12 +00:00
text.rst
textwrap.rst [3.13] docs: fix a few typos identified by codespell (GH-119516) (#119570) 2024-05-26 08:20:37 +00:00
threading.rst [3.13] gh-121905: Consistently use "floating-point" instead of "floating point" (GH-121907) (GH-122012) 2024-07-19 09:13:08 +00:00
time.rst [3.13] gh-121905: Consistently use "floating-point" instead of "floating point" (GH-121907) (GH-122012) 2024-07-19 09:13:08 +00:00
timeit.rst [3.13] docs: module page titles should not start with a link to themselves (GH-117099) (#118790) 2024-05-08 19:52:39 +00:00
tk.rst
tk_msg.png
tkinter.colorchooser.rst [3.13] docs: module page titles should not start with a link to themselves (GH-117099) (#118790) 2024-05-08 19:52:39 +00:00
tkinter.dnd.rst [3.13] Format None, True, False and NotImplemented as literals (GH-118758) (GH-118792) 2024-05-08 19:55:12 +00:00
tkinter.font.rst [3.13] docs: module page titles should not start with a link to themselves (GH-117099) (#118790) 2024-05-08 19:52:39 +00:00
tkinter.messagebox.rst [3.13] docs: module page titles should not start with a link to themselves (GH-117099) (#118790) 2024-05-08 19:52:39 +00:00
tkinter.rst [3.13] docs: module page titles should not start with a link to themselves (GH-117099) (#118790) 2024-05-08 19:52:39 +00:00
tkinter.scrolledtext.rst [3.13] docs: module page titles should not start with a link to themselves (GH-117099) (#118790) 2024-05-08 19:52:39 +00:00
tkinter.ttk.rst [3.13] docs: module page titles should not start with a link to themselves (GH-117099) (#118790) 2024-05-08 19:52:39 +00:00
token-list.inc
token.rst [3.13] docs: module page titles should not start with a link to themselves (GH-117099) (#118790) 2024-05-08 19:52:39 +00:00
tokenize.rst [3.13] docs: module page titles should not start with a link to themselves (GH-117099) (#118790) 2024-05-08 19:52:39 +00:00
tomllib.rst [3.13] docs: module page titles should not start with a link to themselves (GH-117099) (#118790) 2024-05-08 19:52:39 +00:00
trace.rst [3.13] docs: module page titles should not start with a link to themselves (GH-117099) (#118790) 2024-05-08 19:52:39 +00:00
traceback.rst [3.13] gh-74929: PEP 667 general docs update (gh-119291) 2024-05-21 21:35:26 +10:00
tracemalloc.rst [3.13] docs: module page titles should not start with a link to themselves (GH-117099) (#118790) 2024-05-08 19:52:39 +00:00
tty.rst [3.13] Format None, True, False and NotImplemented as literals (GH-118758) (GH-118792) 2024-05-08 19:55:12 +00:00
tulip_coro.dia
tulip_coro.png
turtle-star.pdf
turtle-star.png
turtle-star.ps
turtle.rst [3.13] docs: fix a few typos identified by codespell (GH-119516) (#119570) 2024-05-26 08:20:37 +00:00
types.rst [3.13] docs: module page titles should not start with a link to themselves (GH-117099) (#118790) 2024-05-08 19:52:39 +00:00
typing.rst [3.13] gh-120661: improve example for basic type hints (GH-120934) (#120987) 2024-06-25 09:25:29 +01:00
unicodedata.rst [3.13] docs: module page titles should not start with a link to themselves (GH-117099) (#118790) 2024-05-08 19:52:39 +00:00
unittest.mock-examples.rst [3.13] docs: module page titles should not start with a link to themselves (GH-117099) (#118790) 2024-05-08 19:52:39 +00:00
unittest.mock.rst [3.13] gh-65453: Docs - clarify AttributeError behaviour on PropertyMock (GH-121666) (GH-121968) 2024-07-19 10:03:43 +02:00
unittest.rst [3.13] gh-64308: Remove TestProgram from the unittest docs (GH-121675) (GH-121742) 2024-07-14 11:41:08 +02:00
unix.rst
urllib.error.rst [3.13] docs: module page titles should not start with a link to themselves (GH-117099) (#118790) 2024-05-08 19:52:39 +00:00
urllib.parse.rst [3.13] gh-120522: Apply App Store compliance patch during installation (GH-121947) (#122105) 2024-07-22 08:13:34 +08:00
urllib.request.rst [3.13] Docs: spelling and grammar fixes (GH-122084) (#122106) 2024-07-22 01:30:34 +00:00
urllib.robotparser.rst [3.13] docs: module page titles should not start with a link to themselves (GH-117099) (#118790) 2024-05-08 19:52:39 +00:00
urllib.rst [3.13] docs: module page titles should not start with a link to themselves (GH-117099) (#118790) 2024-05-08 19:52:39 +00:00
uuid.rst [3.13] docs: module page titles should not start with a link to themselves (GH-117099) (#118790) 2024-05-08 19:52:39 +00:00
venv.rst [3.13] docs: module page titles should not start with a link to themselves (GH-117099) (#118790) 2024-05-08 19:52:39 +00:00
warnings.rst [3.13] docs: module page titles should not start with a link to themselves (GH-117099) (#118790) 2024-05-08 19:52:39 +00:00
wave.rst [3.13] docs: module page titles should not start with a link to themselves (GH-117099) (#118790) 2024-05-08 19:52:39 +00:00
weakref.rst
webbrowser.rst [3.13] docs: module page titles should not start with a link to themselves (GH-117099) (#118790) 2024-05-08 19:52:39 +00:00
windows.rst
winreg.rst [3.13] docs: module page titles should not start with a link to themselves (GH-117099) (#118790) 2024-05-08 19:52:39 +00:00
winsound.rst [3.13] docs: module page titles should not start with a link to themselves (GH-117099) (#118790) 2024-05-08 19:52:39 +00:00
wsgiref.rst [3.13] docs: module page titles should not start with a link to themselves (GH-117099) (#118790) 2024-05-08 19:52:39 +00:00
xml.dom.minidom.rst [3.13] docs: module page titles should not start with a link to themselves (GH-117099) (#118790) 2024-05-08 19:52:39 +00:00
xml.dom.pulldom.rst [3.13] docs: module page titles should not start with a link to themselves (GH-117099) (#118790) 2024-05-08 19:52:39 +00:00
xml.dom.rst [3.13] docs: module page titles should not start with a link to themselves (GH-117099) (#118790) 2024-05-08 19:52:39 +00:00
xml.etree.elementtree.rst [3.13] Docs: Fix duplicate object description warnings (GH-122068) (#122069) 2024-07-20 20:04:02 +00:00
xml.rst Docs: add link roles with Sphinx extlinks (#117850) 2024-04-15 21:22:00 +03:00
xml.sax.handler.rst [3.13] docs: module page titles should not start with a link to themselves (GH-117099) (#118790) 2024-05-08 19:52:39 +00:00
xml.sax.reader.rst [3.13] docs: module page titles should not start with a link to themselves (GH-117099) (#118790) 2024-05-08 19:52:39 +00:00
xml.sax.rst [3.13] docs: module page titles should not start with a link to themselves (GH-117099) (#118790) 2024-05-08 19:52:39 +00:00
xml.sax.utils.rst [3.13] docs: module page titles should not start with a link to themselves (GH-117099) (#118790) 2024-05-08 19:52:39 +00:00
xmlrpc.client.rst [3.13] docs: module page titles should not start with a link to themselves (GH-117099) (#118790) 2024-05-08 19:52:39 +00:00
xmlrpc.rst
xmlrpc.server.rst [3.13] docs: module page titles should not start with a link to themselves (GH-117099) (#118790) 2024-05-08 19:52:39 +00:00
zipapp.rst [3.13] docs: module page titles should not start with a link to themselves (GH-117099) (#118790) 2024-05-08 19:52:39 +00:00
zipfile.rst [3.13] gh-119588: Update docs to reflect decision to include the change with Python 3.13 and not 3.12. (GH-120043) (#120046) 2024-06-04 15:39:49 +00:00
zipimport.rst [3.13] docs: module page titles should not start with a link to themselves (GH-117099) (#118790) 2024-05-08 19:52:39 +00:00
zlib.rst [3.13] docs: module page titles should not start with a link to themselves (GH-117099) (#118790) 2024-05-08 19:52:39 +00:00
zoneinfo.rst [3.13] docs: module page titles should not start with a link to themselves (GH-117099) (#118790) 2024-05-08 19:52:39 +00:00