cpython/Doc/library
Miss Islington (bot) f318126907
[3.14] gh-143774 - Improve IDLE Format Paragraph doc (GH-143775) (#144062)
gh-143774 - Improve IDLE Format Paragraph doc (GH-143775)

Add a reminder to not rewrap code line to the Menu => Format => Reformat Paragraph entry.
In Editing and Nagivagion, add a new 'Format block' subsection that defines 'paragraph'
to better match what is dependably handled as more or less expected.
In particular, specify equal indents and that the resulting indent equals original indent.
Also mention that selections are expanded to complete lines and how to modify max length.

(Also fix a couple case errors in cross references.)
(cherry picked from commit fa3abf5a51)

Co-authored-by: Terry Jan Reedy <tjreedy@udel.edu>
2026-01-20 09:34:29 +00:00
..
__future__.rst [3.14] gh-135755: Document __future__.* and CO_* as proper Sphinx objects (GH-135980) (GH-136370) 2025-07-07 12:55:20 +02:00
__main__.rst gh-128720: Fix doc inacurracy about __main__.__file__ existence in the REPL (#128721) 2025-01-21 19:52:21 +00:00
_thread.rst gh-125541: Make Ctrl-C interrupt threading.Lock.acquire() on Windows (#125546) 2024-10-17 20:10:55 +02:00
abc.rst Docs: Fix some semantic usages of iterator.__iter__ (GH-130172) 2025-02-25 13:38:47 +01:00
aifc.rst Docs: re-create pages for removed modules to document their removal. (#126622) 2024-11-11 17:49:48 -05:00
allos.rst gh-126180: Remove getopt and optparse deprecation notices (GH-126227) 2024-12-23 14:17:19 +10:00
annotationlib.rst [3.14] gh-138764: annotationlib: Make call_annotate_function fallback to using VALUE annotations if both the requested format and VALUE_WITH_FAKE_GLOBALS are not implemented (GH-138803) (#140426) 2025-10-21 16:22:29 +00:00
archiving.rst [3.14] gh-132983: Add documentation for compression.zstd (GH-133911) (#134425) 2025-05-21 14:24:23 +00:00
argparse.rst [3.14] Doc: Fix missing closing parenthesis in argparse example (GH-143488) (#143489) 2026-01-06 17:59:49 +00:00
array.rst [3.14] gh-143420: Clarify sequence behavior for slice indexes (GH-143422) (#143701) 2026-01-11 17:23:51 +00:00
ast.rst [3.14] gh-137063: Document that ast node types replaced by Constant are no longer available (GH-137064) (GH-142930) 2025-12-18 13:24:54 +01:00
asynchat.rst Docs: re-create pages for removed modules to document their removal. (#126622) 2024-11-11 17:49:48 -05:00
asyncio-api-index.rst Doc: Found some remaining default roles. (GH-98392) 2022-10-18 15:46:18 +02:00
asyncio-dev.rst [3.14] gh-133515: fix docs for unawaited coroutines in debug mode (GH-134081) (#134093) 2025-05-16 15:37:01 +00:00
asyncio-eventloop.rst [3.14] gh-118516: clarify that subprocess are automatically killed if transport gets garbage collected (GH-140997) (#141110) 2025-11-06 10:34:27 +05:30
asyncio-exceptions.rst Clarify state of CancelledError in doc (#106453) 2023-07-05 08:07:02 -07:00
asyncio-extending.rst gh-101100: Sphinx warnings: pick the low hanging fruits (GH-107386) 2023-07-29 08:48:10 +03:00
asyncio-future.rst [3.14] gh-137026: Add an explainer guide for asyncio (GH-137215) (#137581) 2025-08-15 13:14:39 +03:00
asyncio-graph.rst Python 3.14.0a5 2025-02-11 19:16:29 +02:00
asyncio-llapi-index.rst gh-124694: Add concurrent.futures.InterpreterPoolExecutor (gh-124548) 2024-10-16 16:50:46 -06:00
asyncio-platforms.rst GH-120804: add docs for removal for asyncio child watchers (#120895) 2024-06-23 13:14:12 +00:00
asyncio-policy.rst Python 3.14.0a4 2025-01-14 13:52:58 +02:00
asyncio-protocol.rst [3.14] gh-90483: fix docs of SubprocessTransport.get_pipe_transport (GH-137852) (#137853) 2025-08-29 07:25:55 +03:00
asyncio-queue.rst [3.14] gh-142876: remove reference to thread in documentation of asyncio.Queue.shutdown (GH-142888) (#142891) 2025-12-17 22:23:27 +05:30
asyncio-runner.rst gh-127949: make deprecation of policy system more prominent (#128290) 2024-12-27 15:13:41 +00:00
asyncio-stream.rst [3.14] gh-138703: clarify data buffer requirement of asyncio.StreamWriter.write (GH-139564) (#139570) 2025-10-04 16:40:21 +00:00
asyncio-subprocess.rst [3.14] gh-118516: clarify that subprocess are automatically killed if transport gets garbage collected (GH-140997) (#141110) 2025-11-06 10:34:27 +05:30
asyncio-sync.rst [3.14] gh-101359: clarify docs for asyncio.Event.clear (GH-137849) (#137850) 2025-08-29 07:37:39 +03:00
asyncio-task.rst [3.14] gh-137026: Add an explainer guide for asyncio (GH-137215) (#137581) 2025-08-15 13:14:39 +03:00
asyncio.rst [3.14] gh-140569: recommend the new REPL in the asyncio REPL docs (GH-140570) (#141115) 2025-11-06 05:46:15 +00:00
asyncore.rst Docs: re-create pages for removed modules to document their removal. (#126622) 2024-11-11 17:49:48 -05:00
atexit.rst docs: module page titles should not start with a link to themselves (#117099) 2024-05-08 20:34:40 +01:00
audioop.rst Docs: re-create pages for removed modules to document their removal. (#126622) 2024-11-11 17:49:48 -05:00
audit_events.rst Python 3.14.0b1 2025-05-06 18:33:52 +03:00
base64.rst [3.14] gh-134201: Expand explanation of Base85 encodings in base64 docs (GH-134288) (#134298) 2025-05-20 00:05:26 +00:00
bdb.rst [3.14] [Docs] Fix typo in bdb: is_skipped_line to is_skipped_module (GH-141771) (#142547) 2025-12-10 22:46:18 +00:00
binary.rst
binascii.rst docs: module page titles should not start with a link to themselves (#117099) 2024-05-08 20:34:40 +01:00
bisect.rst [3.14] GH-138465: Improve documentation for common sequence methods (GH-138474) (#138560) 2025-09-06 08:51:48 +03:00
builtins.rst gh-99030: Added documentation links for types and exceptions (GH-123857) 2024-10-20 17:36:27 -07:00
bz2.rst [3.14] gh-139707: Add docs for optional modules (GH-140171) (GH-141204) 2025-11-10 15:20:00 +01:00
calendar.rst gh-128317: Move CLI calendar highlighting to private class (#129625) 2025-02-08 15:56:57 +00:00
cgi.rst Docs: re-create pages for removed modules to document their removal. (#126622) 2024-11-11 17:49:48 -05:00
cgitb.rst Docs: re-create pages for removed modules to document their removal. (#126622) 2024-11-11 17:49:48 -05:00
chunk.rst Docs: re-create pages for removed modules to document their removal. (#126622) 2024-11-11 17:49:48 -05:00
cmath.rst [3.14] gh-137871: Clarify cmath.nan documentation by linking to math module (GH-137876) (#140095) 2025-10-14 08:32:27 +00:00
cmd.rst docs: module page titles should not start with a link to themselves (#117099) 2024-05-08 20:34:40 +01:00
cmdline.rst [3.14] gh-130160: Add anchors to CLI Usage section for cmdline (GH-133182) (#141664) 2025-11-17 14:57:26 +00:00
cmdlinelibs.rst [3.14] gh-137777: Disband the 'Program Frameworks' chapter (GH-137796) (#137830) 2025-08-16 11:04:59 +03:00
code.rst [3.14] gh-53189: Document peculiarities of InteractiveConsole in relation to pickle (GH-123069) (GH-134328) 2025-05-20 12:15:34 +00:00
codecs.rst [3.14] gh-128571: Document UTF-16/32 native byte order (GH-139974) (#140309) 2025-10-18 18:59:37 +00:00
codeop.rst docs: module page titles should not start with a link to themselves (#117099) 2024-05-08 20:34:40 +01:00
collections.abc.rst [3.14] gh-105812: Use the `:deco:` role in place of manual decorator markup (GH-139619) (#139627) 2025-10-07 19:13:35 +01:00
collections.rst [3.14] GH-101100: Remove some entries from `nitpick_ignore` (GH-138464) (#138683) 2025-09-09 19:12:40 +03:00
colorsys.rst gh-121905: Consistently use "floating-point" instead of "floating point" (GH-121907) 2024-07-19 08:06:02 +00:00
compileall.rst [3.14] gh-133503: clarify compileall -s/-p docs (GH-134756) (#134997) 2025-06-01 08:24:41 +00:00
compression.rst [3.14] GH-123299: Copyedit 3.14 What's New: New and Improved Modules (GH-139530) (#139555) 2025-10-04 16:45:35 +03:00
compression.zstd.rst [3.14] gh-143434: Fix typo in zstd documentation (GH-143437) (#143444) 2026-01-05 20:01:08 +00:00
concurrency.rst [3.14] gh-134939: Add the concurrent.interpreters Module (gh-135414) 2025-06-12 08:19:26 -06:00
concurrent.futures.rst [3.14] gh-72239: Add note distinguishing concurrent.futures.Future from asyncio.Future (GH-143288) (#143607) 2026-01-10 12:23:21 +05:30
concurrent.interpreters.rst [3.14] Minor documentation improvements (GH-140626) (#141160) 2025-11-06 17:19:30 +00:00
concurrent.rst [3.14] gh-134939: Add the concurrent.interpreters Module (gh-135414) 2025-06-12 08:19:26 -06:00
configparser.rst gh-65697: Prevent configparser from writing keys it cannot properly read (#129270) 2025-02-23 11:06:33 -05:00
constants.rst [3.14] gh-138307: Update the Ellipsis documentation (GH-138306) (#138440) 2025-09-11 12:22:37 +03:00
contextlib.rst Docs: Add a missing trailing full stop (#130561) 2025-04-10 14:51:20 +03:00
contextvars.rst Python 3.14.0a6 2025-03-14 17:05:02 +02:00
copy.rst [3.14] gh-134559: Add versionadded for `object.__replace__()` (GH-134672) (#134699) 2025-05-26 10:29:51 +00:00
copyreg.rst docs: module page titles should not start with a link to themselves (#117099) 2024-05-08 20:34:40 +01:00
crypt.rst [3.14] gh-139672: Remove references to passlib (GH-139673) (#139867) 2025-10-09 17:19:35 +00:00
crypto.rst gh-104773: PEP 594: Remove the crypt module (#104908) 2023-05-25 15:45:46 +02:00
csv.rst [3.14] gh-137952: update csv.Sniffer().has_header() docs to describe the actual off-by-onish behavior (GH-137953) (#141434) 2025-11-11 16:13:10 -08:00
ctypes.rst [3.14] gh-142020: ctypes docs: Note that find_library relies on the programs it runs (GH-142134) (GH-142748) 2025-12-16 10:56:25 +01:00
curses.ascii.rst docs: module page titles should not start with a link to themselves (#117099) 2024-05-08 20:34:40 +01:00
curses.panel.rst docs: module page titles should not start with a link to themselves (#117099) 2024-05-08 20:34:40 +01:00
curses.rst [3.14] gh-139707: Add docs for optional modules (GH-140171) (GH-141204) 2025-11-10 15:20:00 +01:00
custominterp.rst Docs: remove redundant "adverb-adjective" hyphens from compound modifiers (GH-94551) 2022-07-05 11:16:10 +02:00
dataclasses.rst [3.14] gh-105812: Use the `:deco:` role in place of manual decorator markup (GH-139619) (#139627) 2025-10-07 19:13:35 +01:00
datatypes.rst bpo-17005: Move topological sort functionality to its own module (GH-20558) 2020-06-01 00:41:14 +01:00
datetime.rst [3.14] gh-70647: Better promote how to safely parse yearless dates in datetime. (GH-116179) (#143037) 2025-12-21 06:52:55 +00:00
dbm.rst [3.14] Update the dbm documentation (GH-137919) (#137962) 2025-10-07 19:26:00 +01:00
debug.rst bpo-37390: Add audit event table to documentations (GH-14406) 2019-06-27 10:47:59 -07:00
decimal.rst [3.14] decimal docs: specification link and examples (GH-128698) (#142804) 2025-12-17 21:42:23 +05:30
development.rst gh-104780: Remove 2to3 program and lib2to3 module (#104781) 2023-05-23 19:40:02 +02:00
devmode.rst gh-101100: Fix sphinx warnings in library/devmode.rst (#109963) 2023-09-27 16:07:28 +03:00
dialog.rst [3.14] gh-135756: Fix nonexistent parameter in tkinter docs (GH-135770) (#135776) 2025-06-20 23:35:37 +00:00
difflib.rst [3.14] Replace ambiguous word "pound" by "hash" in difflib docs (GH-139601) (GH-139616) 2025-10-07 20:19:50 +02:00
dis.rst [3.14] Fix a typo in STORE_SLICE docs (GH-143500) (#143533) 2026-01-07 22:42:12 +00:00
distribution.rst gh-85454: Remove distutils documentation (#95239) 2022-07-25 15:50:46 +02:00
distutils.rst Docs: re-create pages for removed modules to document their removal. (#126622) 2024-11-11 17:49:48 -05:00
doctest.rst [3.14] gh-44538: Mention nested classes/functions in doctest docs (GH-137870) (#137918) 2025-08-27 17:01:55 +03:00
email.charset.rst docs: module page titles should not start with a link to themselves (#117099) 2024-05-08 20:34:40 +01:00
email.compat32-message.rst [3.14] gh-101100: Fix Sphinx warnings in library/email.compat32-message.rst (GH-136323) (#136389) 2025-07-07 19:50:56 +03:00
email.contentmanager.rst gh-121542: Document trailing newline behavior in set_content() (#121543) 2025-01-18 20:34:40 +02:00
email.encoders.rst docs: module page titles should not start with a link to themselves (#117099) 2024-05-08 20:34:40 +01:00
email.errors.rst gh-101100: Fix sphinx warnings in library/email.errors.rst (#130774) 2025-03-03 11:56:45 +02:00
email.examples.rst Fix the french used in the email documentation (GH-106279) 2023-07-16 19:14:08 +02:00
email.generator.rst docs: module page titles should not start with a link to themselves (#117099) 2024-05-08 20:34:40 +01:00
email.header.rst [3.14] Docs: Fix duplicate word typos (GH-135958) (GH-136007) 2025-06-27 00:05:53 +00:00
email.headerregistry.rst [3.14] Docs: Fix typo in email.headerregistry.rst (GH-140965) (#141020) 2025-11-04 19:35:20 +00:00
email.iterators.rst docs: module page titles should not start with a link to themselves (#117099) 2024-05-08 20:34:40 +01:00
email.message.rst [3.14] gh-133315: Document that compat32 should not be used with MIMEPart/EmailMessage (GH-143307) (#143496) 2026-01-06 15:33:31 -05:00
email.mime.rst docs: module page titles should not start with a link to themselves (#117099) 2024-05-08 20:34:40 +01:00
email.parser.rst [3.14] Partially revert "gh-101100: Fix sphinx warnings in library/email.parser.rst (GH-136475)" (GH-136629) (#136646) 2025-07-14 13:19:23 +03:00
email.policy.rst [3.14] gh-133315: Document that compat32 should not be used with MIMEPart/EmailMessage (GH-143307) (#143496) 2026-01-06 15:33:31 -05:00
email.rst docs: module page titles should not start with a link to themselves (#117099) 2024-05-08 20:34:40 +01:00
email.utils.rst gh-121905: Consistently use "floating-point" instead of "floating point" (GH-121907) 2024-07-19 08:06:02 +00:00
ensurepip.rst [3.14] gh-130160: Add anchors to CLI Usage section for cmdline (GH-133182) (#141664) 2025-11-17 14:57:26 +00:00
enum.rst [3.14] gh-140806: add docs for enum.bin function (GH-140807) (#143726) 2026-01-12 12:01:01 +00:00
errno.rst gh-85046: Document errno constants (#126420) 2025-01-28 01:12:45 +01:00
exceptions.rst [3.14] gh-83926: BlockingIOError characters_written is byte count (GH-141215) (#142816) 2025-12-16 12:03:47 +00:00
faulthandler.rst [3.14] gh-127604: Docs: Include a C stack in the faulthandler example (GH-136081) (GH-136102) 2025-06-29 15:05:40 +00:00
fcntl.rst Python 3.14.0b1 2025-05-06 18:33:52 +03:00
filecmp.rst Use roles :data: and :const: for referencing module variables (GH-129507) 2025-02-04 16:16:41 +02:00
fileformats.rst bpo-47061: document module deprecations due to PEP 594 (GH-31984) 2022-03-21 16:16:37 -07:00
fileinput.rst gh-120345: Fix incorrect use of the :class: role with the "()" suffix (GH-120347) 2024-06-12 17:23:03 +03:00
filesys.rst gh-126180: Remove getopt and optparse deprecation notices (GH-126227) 2024-12-23 14:17:19 +10:00
fnmatch.rst [3.14] gh-74598: document that fnmatch.filterfalse is affected by cache limitation (GH-136781) (#136782) 2025-07-19 09:56:55 +00:00
fractions.rst [3.14] gh-122450: Expand documentation for `Rational and Fraction` (GH-136800) (#137363) 2025-10-07 19:15:22 +01:00
frameworks.rst [3.14] gh-137777: Disband the 'Program Frameworks' chapter (GH-137796) (#137830) 2025-08-16 11:04:59 +03:00
ftplib.rst gh-120823: Fix doc for ftplib.FTP.retrbinary() (GH-121697) 2024-07-13 16:16:26 +02:00
functional.rst
functions.rst [3.14] gh-140806: add docs for enum.bin function (GH-140807) (#143726) 2026-01-12 12:01:01 +00:00
functools.rst [3.14] gh-140873: Fix the singledispatchmethod documentation (GH-141523) 2025-11-18 13:16:39 +02:00
gc.rst [3.14] Link to 3.14 GC design docs (#139387) 2025-09-28 14:47:05 +01:00
getopt.rst gh-126180: Remove getopt and optparse deprecation notices (GH-126227) 2024-12-23 14:17:19 +10:00
getpass.rst [3.14] gh-138514: getpass: restrict echo_char to a single ASCII character (GH-138591) (#138988) 2025-09-17 17:20:45 +03:00
gettext.rst docs: module page titles should not start with a link to themselves (#117099) 2024-05-08 20:34:40 +01:00
glob.rst [3.14] docs: be clearer that glob results are unordered (GH-140184) (#140339) 2025-10-20 07:31:05 +03:00
graphlib.rst Python 3.14.0a7 2025-04-08 14:20:51 +03:00
grp.rst gh-116622: Complete Android documentation (#124259) 2024-09-23 23:09:53 +00:00
gzip.rst [3.14] gh-130160: Add anchors to CLI Usage section for cmdline (GH-133182) (#141664) 2025-11-17 14:57:26 +00:00
hashlib-blake2-tree.png Optimize images by IMGbot (GH-21348) 2022-02-04 15:49:43 +09:00
hashlib.rst [3.14] gh-139495: Fix hashlib.file_digest() versionchanged description of BlockingIOError (GH-139496) (#139522) 2025-10-03 00:11:58 +03:00
heapq.rst [3.14] Add example of min-heap and max-heap working together (gh-137251) (#143780) 2026-01-13 09:36:59 +00:00
hmac.rst [3.14] GH-101100: Resolve reference warnings in whatsnew/3.7.rst (GH-138410) (#138423) 2025-09-03 06:26:29 +00:00
html.entities.rst docs: module page titles should not start with a link to themselves (#117099) 2024-05-08 20:34:40 +01:00
html.parser.rst [3.14] gh-137836: Support more RAWTEXT and PLAINTEXT elements in HTMLParser (GH-137837) (GH-140841) 2025-10-31 16:13:13 +00:00
html.rst [3.14] gh-139006: Doc: Clarify html.escape function description (GH-139016) (#139036) 2025-09-17 21:58:17 +08:00
http.client.rst [3.14] gh-141938: document treatment of OSError raised by HTTPConnection.getresponse (GH-142339) (#142704) 2025-12-14 10:17:54 +00:00
http.cookiejar.rst [3.14] Fix minor typo: 'web site' -> 'website' (GH-140561) (GH-140976) 2025-11-04 14:11:08 +01:00
http.cookies.rst [3.14] gh-136992: Add "None" as valid SameSite value as per RFC 6265bis (GH-137040) (#137140) 2025-07-30 22:43:53 +03:00
http.rst [3.14] gh-102247: Improve documentation of http.HTTPStatus members update (GH-133190) (#140089) 2025-10-14 08:26:00 +00:00
http.server.rst [3.14] gh-139434: Update selected RFC 2822 references to RFC 5322 (GH-139435) (#141025) 2025-11-04 16:23:16 -05:00
i18n.rst
idle.rst [3.14] gh-143774 - Improve IDLE Format Paragraph doc (GH-143775) (#144062) 2026-01-20 09:34:29 +00:00
imaplib.rst Python 3.14.0rc3 2025-09-18 09:45:38 +01:00
imghdr.rst Docs: re-create pages for removed modules to document their removal. (#126622) 2024-11-11 17:49:48 -05:00
imp.rst Docs: re-create pages for removed modules to document their removal. (#126622) 2024-11-11 17:49:48 -05:00
importlib.metadata.rst Docs: fix a couple typos in Doc/ (GH-132927) 2025-04-27 15:56:58 -07:00
importlib.resources.abc.rst [3.14] gh-143513: Clarify changed argument name of ResourceReader.is_resource (GH-143523) (GH-143562) 2026-01-08 13:45:57 +00:00
importlib.resources.rst [3.14] gh-136516: Mention installation artifacts as de-facto resources (GH-136419) (#137038) 2025-10-07 23:20:13 +05:30
importlib.rst [3.14] Remove duplicate words in the documentation (GH-140221) (GH-140225) 2025-10-16 20:10:15 +02:00
index.rst [3.14] gh-137777: Disband the 'Program Frameworks' chapter (GH-137796) (#137830) 2025-08-16 11:04:59 +03:00
inspect.rst [3.14] gh-142994, gh-142996: document missing async generator and coroutine field entries in inspect (GH-142997) (#143258) 2025-12-28 18:09:00 +00:00
internet.rst GH-97950: Use new-style index directive ('module') (#103996) 2023-05-04 10:17:12 +02:00
intro.rst gh-116622: Complete Android documentation (#124259) 2024-09-23 23:09:53 +00:00
io.rst [3.14] gh-80050: Update BufferedReader.read docs around non-blocking (GH-130653) (#134444) 2025-05-21 09:50:02 -07:00
ipaddress.rst [3.14] gh-136752: Clarify documentation for `IPv{N}Address.is_reserved` (GH-136794) (#136827) 2025-07-19 14:50:30 +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.14] Minor readability/usability improvement to the recipes section (gh-143753) (gh-143755) 2026-01-12 20:18:43 +00:00
json.rst [3.14] gh-140793: Improve documentatation and tests for the ensure_ascii option in the json module (GH-140906) (GH-141227) 2025-11-08 10:32:44 +00:00
kde_example.png Improve kde graph with better caption and number formatting (gh-113967) 2024-01-11 18:25:18 -06:00
keyword.rst docs: module page titles should not start with a link to themselves (#117099) 2024-05-08 20:34:40 +01:00
language.rst Delete remaining references to Grammar/Grammar from docs (#21624) 2020-07-26 08:27:52 -07:00
linecache.rst [3.14] Fix typos in docs (GH-143193) (#143207) 2025-12-27 07:58:01 +00:00
locale.rst [3.14] gh-85204: Improve locale.setlocale example (GH-132683) (#142798) 2025-12-16 11:32:07 +00:00
logging.config.rst [3.14] Docs: Fix markups for emphasis (GH-135598) (GH-135685) 2025-06-18 17:39:06 +00:00
logging.handlers.rst [3.14] gh-134817: Restore accidentally deleted line in documentation. (GH-141013) (GH-141016) 2025-11-04 18:40:12 +00:00
logging.rst [3.14] gh-140717: Add exc_text to LogRecord attributes table (GH-140718) (GH-143152) 2025-12-25 12:41:42 +00:00
lzma.rst [3.14] gh-139707: Add docs for optional modules (GH-140171) (GH-141204) 2025-11-10 15:20:00 +01:00
mailbox.rst [3.14] gh-139434: Update selected RFC 2822 references to RFC 5322 (GH-139435) (#141025) 2025-11-04 16:23:16 -05:00
mailcap.rst Docs: re-create pages for removed modules to document their removal. (#126622) 2024-11-11 17:49:48 -05:00
markup.rst
marshal.rst Python 3.14.0a2 2024-11-19 16:52:44 +02:00
math.rst [3.14] gh-136122: Fix video link for math.tau documentation (GH-136129) (#136131) 2025-06-30 14:49:09 +00:00
mimetypes.rst gh-75223: Deprecate undotted extensions in mimetypes.MimeTypes.add_type (#128638) 2025-04-28 14:23:57 +00:00
mm.rst bpo-47061: document module deprecations due to PEP 594 (GH-31984) 2022-03-21 16:16:37 -07:00
mmap.rst [3.14] gh-138092: Correct the documented signature of `mmap.flush` (GH-138671) (#139202) 2025-09-21 21:24:10 +01:00
modulefinder.rst docs: module page titles should not start with a link to themselves (#117099) 2024-05-08 20:34:40 +01:00
modules.rst gh-93610: Improve docs for importlib.resources (#93611) 2022-07-25 18:16:17 +02:00
msilib.rst Docs: re-create pages for removed modules to document their removal. (#126622) 2024-11-11 17:49:48 -05:00
msvcrt.rst [3.14] gh-139707: Specify winreg, msvcrt and winsound module availability in docs (GH-140429) (GH-141351) 2025-11-10 17:40:46 +01:00
multiprocessing.rst [3.14] gh-76187: Document the c typecode for multiprocessing.Array. (GH-132504) (#143369) 2026-01-02 19:24:06 +00:00
multiprocessing.shared_memory.rst docs: module page titles should not start with a link to themselves (#117099) 2024-05-08 20:34:40 +01:00
netdata.rst gh-68966: Deprecate the mailcap module (#91951) 2022-04-26 22:43:50 +02:00
netrc.rst [3.14] gh-135815: skip netrc security checks if os.getuid is missing (GH-135816) (#135825) 2025-06-22 20:12:57 +00:00
nis.rst Docs: re-create pages for removed modules to document their removal. (#126622) 2024-11-11 17:49:48 -05:00
nntplib.rst Docs: re-create pages for removed modules to document their removal. (#126622) 2024-11-11 17:49:48 -05:00
numbers.rst [3.14] gh-122450: Expand documentation for `Rational and Fraction` (GH-136800) (#137363) 2025-10-07 19:15:22 +01:00
numeric.rst
operator.rst gh-115808: Add `is_none and is_not_none to operator` (#115814) 2024-08-10 20:16:34 +01:00
optparse.rst gh-126180: Remove getopt and optparse deprecation notices (GH-126227) 2024-12-23 14:17:19 +10:00
os.path.rst [3.14] gh-130536: Add details to os.path documentation (GH-130557) (#142800) 2025-12-16 14:50:56 +00:00
os.rst [3.14] gh-142302: Fix mkstemp() documentation: clarify file descriptor inheritance behavior (GH-142338) (#143486) 2026-01-06 17:14:12 +00:00
ossaudiodev.rst Docs: re-create pages for removed modules to document their removal. (#126622) 2024-11-11 17:49:48 -05:00
pathlib-inheritance.png bpo-20001: update pathlib landing image (GH-11304) 2019-02-05 19:16:13 +09:00
pathlib-inheritance.svg Optimize images by IMGbot (GH-21348) 2022-02-04 15:49:43 +09:00
pathlib.rst [3.14] gh-142972: Document arbitrary ordering in Path.glob and Path.rglob (GH-143025) (GH-143709) 2026-01-11 19:42:10 +00:00
pdb.rst [3.14] gh-130160: Add anchors to CLI Usage section for cmdline (GH-133182) (#141664) 2025-11-17 14:57:26 +00:00
persistence.rst
pickle.rst [3.14] GH-138465: Improve documentation for common sequence methods (GH-138474) (#138560) 2025-09-06 08:51:48 +03:00
pickletools.rst gh-93096: Update and document pickletools CLI (#131273) 2025-03-17 09:36:30 +00:00
pipes.rst Docs: re-create pages for removed modules to document their removal. (#126622) 2024-11-11 17:49:48 -05:00
pkgutil.rst [3.14] Docs: Emphasize parameter name in pkgutil.iter_importers (GH-135597) (GH-135710) 2025-06-19 13:02:22 +00:00
platform.rst [3.14] gh-138952: Document platform.machine() output casing inconsistency across platforms (GH-138962) (#139045) 2025-10-07 19:30:21 +01:00
plistlib.rst gh-101100: Fix sphinx warnings in library/plistlib.rst (#132422) 2025-04-13 18:35:26 +00:00
poplib.rst docs: module page titles should not start with a link to themselves (#117099) 2024-05-08 20:34:40 +01:00
posix.rst docs: module page titles should not start with a link to themselves (#117099) 2024-05-08 20:34:40 +01:00
pprint.rst [3.14] gh-139155: Remove "dictionaries are sorted by key" note in pprint docs (GH-139159) (GH-140003) 2025-10-12 16:55:49 +00:00
profile.rst [3.14] gh-137846: Add missing 'be' to profile doc. (GH-137856) (#137857) 2025-08-16 20:24:17 +03:00
pty.rst docs: module page titles should not start with a link to themselves (#117099) 2024-05-08 20:34:40 +01:00
pwd.rst docs: module page titles should not start with a link to themselves (#117099) 2024-05-08 20:34:40 +01:00
py_compile.rst docs: module page titles should not start with a link to themselves (#117099) 2024-05-08 20:34:40 +01:00
pyclbr.rst Format None, True, False and NotImplemented as literals (GH-118758) 2024-05-08 22:35:16 +03:00
pydoc.rst Doc: Note that pydoc uses and prefers `MANPAGER` (#125362) 2024-10-29 23:12:02 +00:00
pyexpat.rst Python 3.14.1 2025-12-02 14:51:37 +02:00
python.rst [3.14] gh-134939: Add the concurrent.interpreters Module (gh-135414) 2025-06-12 08:19:26 -06:00
queue.rst [3.14] Fix Queue.shutdown docs for condition to unblock a join (gh-137088) (#141073) 2025-11-06 11:11:31 +05:30
quopri.rst docs: module page titles should not start with a link to themselves (#117099) 2024-05-08 20:34:40 +01:00
random.rst [3.14] gh-143762 Backport a6bc60d for random combinatoric recipes (#143764) 2026-01-12 18:19:57 -06:00
re.rst [3.14] gh-122055: Clarify documentation for empty matches in RE (GH-133169) (GH-134217) 2025-05-19 16:49:46 +03:00
readline.rst [3.14] gh-137113 docs: note readline no longer supported in REPL after 3.13 (GH-137142) (GH-143791) 2026-01-14 10:55:52 +01:00
removed.rst Docs: re-create pages for removed modules to document their removal. (#126622) 2024-11-11 17:49:48 -05:00
reprlib.rst docs: module page titles should not start with a link to themselves (#117099) 2024-05-08 20:34:40 +01:00
resource.rst [3.14] gh-101100: Fix sphinx warnings in library/resource.rst (GH-140023) (#140352) 2025-10-20 07:21:31 +00:00
rlcompleter.rst docs: module page titles should not start with a link to themselves (#117099) 2024-05-08 20:34:40 +01:00
runpy.rst docs: module page titles should not start with a link to themselves (#117099) 2024-05-08 20:34:40 +01:00
sched.rst docs: module page titles should not start with a link to themselves (#117099) 2024-05-08 20:34:40 +01:00
secrets.rst gh-123789: secrets.randbits returns only non-negative int (#123801) 2024-09-07 21:17:59 -07:00
security_warnings.rst [3.14] gh-127502: Remove XML vulnerability table (GH-135294) (#136359) 2025-07-07 09:08:41 +00:00
select.rst [3.14] Document None for timeout argument of select.select (GH-142177) (#142182) 2025-12-02 13:45:07 +02:00
selectors.rst GH-121970: Replace custom abstract method directive with the `:abstract:` option (#129311) 2025-02-22 01:53:57 +00:00
shelve.rst docs: module page titles should not start with a link to themselves (#117099) 2024-05-08 20:34:40 +01:00
shlex.rst docs: module page titles should not start with a link to themselves (#117099) 2024-05-08 20:34:40 +01:00
shutil.rst [3.14] Docs: Fix typo in shutil.make_archive example (GH-138188) (#138195) 2025-09-11 12:20:28 +03:00
signal.rst [3.14] gh-101100: Fix sphinx warnings in library/resource.rst (GH-140023) (#140352) 2025-10-20 07:21:31 +00:00
site.rst [3.14] gh-130160: Add anchors to CLI Usage section for cmdline (GH-133182) (#141664) 2025-11-17 14:57:26 +00:00
smtpd.rst Docs: re-create pages for removed modules to document their removal. (#126622) 2024-11-11 17:49:48 -05:00
smtplib.rst [3.14] gh-124864: Extends smtplib documentation on ESMTP options format (GH-132547) (#142796) 2025-12-16 11:27:20 +00:00
sndhdr.rst Docs: re-create pages for removed modules to document their removal. (#126622) 2024-11-11 17:49:48 -05:00
socket.rst [3.14] Docs: Prepare for Sphinx 9 (GH-142057) (#142091) 2025-11-29 17:15:25 +02:00
socketserver.rst [3.14] Docs: Fix typo in socketserver documentation (GH-140956) (#141799) 2025-11-20 16:35:09 +00:00
spwd.rst Docs: re-create pages for removed modules to document their removal. (#126622) 2024-11-11 17:49:48 -05:00
sqlite3.rst Python 3.14.1 2025-12-02 14:51:37 +02:00
ssl.rst [3.14] GH-121970: Remove Docutils list monkeypatch (GH-142056) (#142088) 2025-11-29 14:56:29 +00:00
stat.rst docs: module page titles should not start with a link to themselves (#117099) 2024-05-08 20:34:40 +01:00
statistics.rst gh-121977: Add tips for handling unhashable data (#122075) 2024-07-21 05:53:26 +00:00
stdtypes.rst [3.14] gh-106318: Add examples for str.rpartition() method (GH-143891) (#144040) 2026-01-19 14:22:03 +00:00
string.rst [3.14] gh-142019: Add description about the exponent of result formatted with presentation type 'e' (GH-142084) (#142813) 2025-12-16 12:01:50 +00:00
string.templatelib.rst [3.14] gh-138558: Improve description of `Interpolation.expression` (GH-139187) (#139579) 2025-10-05 07:41:43 +03:00
stringprep.rst docs: module page titles should not start with a link to themselves (#117099) 2024-05-08 20:34:40 +01:00
struct.rst gh-121249: fix complex formatting codes in the struct docs (note 10) (GH-133249) 2025-05-02 18:27:07 +02:00
subprocess.rst [3.14] gh-141473: Document not calling Popen.wait after Popen.communicate times out. (GH-142101) (#142124) 2025-12-01 02:55:28 +00:00
sunau.rst Docs: re-create pages for removed modules to document their removal. (#126622) 2024-11-11 17:49:48 -05:00
superseded.rst gh-126180: Remove getopt and optparse deprecation notices (GH-126227) 2024-12-23 14:17:19 +10:00
symtable.rst Python 3.14.0a1 2024-10-15 22:34:54 +03:00
sys.monitoring.rst [3.14] Document that returning sys.monitoring.DISABLE in response to a global event raises ValueError (GH-140726) (GH-141014) 2025-11-04 18:34:04 +00:00
sys.rst [3.14] gh-141004: correctly document Py_HASH_* and PyHASH_* as hash_info attributes (GH-141233) (#141234) 2025-11-08 12:28:01 +00:00
sys_path_init.rst Docs: fix some typos in Doc/library (#132511) 2025-04-14 13:24:46 +00:00
sysconfig.rst [3.14] Synced docs and docstring for sysconfig.get_platform (GH-135530) (#138976) 2025-10-04 17:55:25 +03:00
syslog.rst docs: module page titles should not start with a link to themselves (#117099) 2024-05-08 20:34:40 +01:00
tabnanny.rst docs: module page titles should not start with a link to themselves (#117099) 2024-05-08 20:34:40 +01:00
tarfile.rst [3.14] gh-139707: Add docs for optional modules (GH-140171) (GH-141204) 2025-11-10 15:20:00 +01:00
telnetlib.rst Docs: re-create pages for removed modules to document their removal. (#126622) 2024-11-11 17:49:48 -05:00
tempfile.rst [3.14] gh-142302: Fix mkstemp() documentation: clarify file descriptor inheritance behavior (GH-142338) (#143486) 2026-01-06 17:14:12 +00:00
termios.rst docs: module page titles should not start with a link to themselves (#117099) 2024-05-08 20:34:40 +01:00
test.rst [3.14] gh-143553: Add support for parametrized resources in regrtests (GH-143554) (GH-143555) 2026-01-08 18:12:33 +02:00
text.rst [3.14] gh-132661: Document t-strings and templatelib (GH-135229) (#136974) 2025-07-22 13:32:00 +03:00
textwrap.rst [3.14] gh-130167: Add a What's New entry for changes to `textwrap.{de,in}dent` (GH-131924) (#143292) 2025-12-30 13:03:03 +00:00
threading.rst [3.14] Docs: Fix duplicate word typos (GH-135958) (GH-136007) 2025-06-27 00:05:53 +00:00
time.rst [3.14] gh-141246: Link to correct Windows docs in time.sleep() doc (GH-141248) (#141251) 2025-11-08 15:02:35 +00:00
timeit.rst docs: module page titles should not start with a link to themselves (#117099) 2024-05-08 20:34:40 +01:00
tk.rst [3.14] gh-137777: Disband the 'Program Frameworks' chapter (GH-137796) (#137830) 2025-08-16 11:04:59 +03:00
tk_msg.png Optimize images by IMGbot (GH-21348) 2022-02-04 15:49:43 +09:00
tkinter.colorchooser.rst docs: module page titles should not start with a link to themselves (#117099) 2024-05-08 20:34:40 +01:00
tkinter.dnd.rst Format None, True, False and NotImplemented as literals (GH-118758) 2024-05-08 22:35:16 +03:00
tkinter.font.rst docs: module page titles should not start with a link to themselves (#117099) 2024-05-08 20:34:40 +01:00
tkinter.messagebox.rst docs: module page titles should not start with a link to themselves (#117099) 2024-05-08 20:34:40 +01:00
tkinter.rst [3.14] gh-143754: Modernize Tkinter docs (GH-143841) (GH-144032) 2026-01-19 12:27:32 +00:00
tkinter.scrolledtext.rst docs: module page titles should not start with a link to themselves (#117099) 2024-05-08 20:34:40 +01:00
tkinter.ttk.rst docs: module page titles should not start with a link to themselves (#117099) 2024-05-08 20:34:40 +01:00
token-list.inc gh-130587: Add hand-written docs for non-OP tokens (GH-130588) 2025-03-19 16:42:11 +01:00
token.rst [3.14] gh-135263: Fix typo in token.NAME documentation (GH-135275) (#135280) 2025-06-08 17:55:04 -04:00
tokenize.rst gh-129020: Remove ambiguous sentence from tokenize.untokenize docs (#129021) 2025-01-20 00:05:22 +00:00
tomllib.rst Python 3.14.0a2 2024-11-19 16:52:44 +02:00
trace.rst docs: module page titles should not start with a link to themselves (#117099) 2024-05-08 20:34:40 +01:00
traceback.rst gh-128481: indicate that the default value for FrameSummary.end_lineno changed in 3.13 (#130755) 2025-03-02 18:16:51 +01:00
tracemalloc.rst docs: module page titles should not start with a link to themselves (#117099) 2024-05-08 20:34:40 +01:00
tty.rst Format None, True, False and NotImplemented as literals (GH-118758) 2024-05-08 22:35:16 +03:00
turtle-star.pdf
turtle-star.png
turtle-star.ps
turtle.rst [3.14] gh-139533: fix refs to code without proper markups on turtledemo doc (GH-139534) (#141421) 2025-11-11 19:42:13 +00:00
types.rst gh-105499: Merge typing.Union and types.UnionType (#105511) 2025-03-04 11:44:19 -08:00
typing.rst [3.14] gh-143728: Keep TypedDict and NamedTuple in class role in docs (GH-143702) (#143799) 2026-01-13 13:58:10 +00:00
unicodedata.rst [3.14] Fix the reference to unicode specification (#139138) (#139286) 2025-09-24 18:11:20 +01:00
unittest.mock-examples.rst [3.14] gh-62480: De-personalize "Partial mocking" section in unittest.mock examples (GH-141321) (#141326) 2025-11-09 18:08:30 -06:00
unittest.mock.rst [3.14] Replace "ordered arguments" with "positional arguments" in unittest.mock documentation (GH-137552) (#137553) 2025-09-11 12:14:45 +03:00
unittest.rst [3.14] gh-101100: Fix sphinx warnings in library/unittest.rst (GH-140109) (#141853) 2025-11-22 21:23:59 +02:00
unix.rst [3.14] gh-137777: Disband the 'Program Frameworks' chapter (GH-137796) (#137830) 2025-08-16 11:04:59 +03:00
urllib.error.rst docs: module page titles should not start with a link to themselves (#117099) 2024-05-08 20:34:40 +01:00
urllib.parse.rst Added a warning to the urljoin docs, indicating that it is not safe to use with attacker controlled URLs (GH-126659) 2024-11-15 18:09:05 -05:00
urllib.request.rst [3.14] gh-137341: Remove more word duplications (GH-137342) (#137346) 2025-08-03 21:26:16 +03:00
urllib.robotparser.rst [3.14] Fix minor typo: 'web site' -> 'website' (GH-140561) (GH-140976) 2025-11-04 14:11:08 +01:00
urllib.rst docs: module page titles should not start with a link to themselves (#117099) 2024-05-08 20:34:40 +01:00
uu.rst Docs: re-create pages for removed modules to document their removal. (#126622) 2024-11-11 17:49:48 -05:00
uuid.rst [3.14] gh-137847: Add examples for UUIDv6-8 (GH-137848) (#137901) 2025-08-21 21:36:35 +03:00
venv.rst [3.14] Fix Windows path in venv docs (GH-138476) (#138477) 2025-09-11 11:50:01 +03:00
warnings.rst [3.14] gh-140241: Fix documentation for the registry parameter of warnings.warn_explicit() (GH-140242) (GH-140292) 2025-10-18 11:02:09 +00:00
wave.rst gh-123517: Remove unnecessary `:meth:` parentheses (#123518) 2024-09-01 05:59:42 +01:00
weakref.rst Docs: Standardise versionchanged text in weakref.rst (#122898) 2024-08-11 21:40:11 +01:00
webbrowser.rst [3.14] gh-130160: Add anchors to CLI Usage section for cmdline (GH-133182) (#141664) 2025-11-17 14:57:26 +00: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.14] gh-139707: Specify winreg, msvcrt and winsound module availability in docs (GH-140429) (GH-141351) 2025-11-10 17:40:46 +01:00
winsound.rst [3.14] gh-139707: Specify winreg, msvcrt and winsound module availability in docs (GH-140429) (GH-141351) 2025-11-10 17:40:46 +01:00
wsgiref.rst gh-127522: wsgiref: indicate that start_response objects should follow a specific protocol (GH-127525) 2025-02-24 13:43:56 +01:00
xdrlib.rst Docs: re-create pages for removed modules to document their removal. (#126622) 2024-11-11 17:49:48 -05:00
xml.dom.minidom.rst [3.14] gh-127502: Remove XML vulnerability table (GH-135294) (#136359) 2025-07-07 09:08:41 +00:00
xml.dom.pulldom.rst [3.14] Correct class name from PullDom to PullDOM (GH-141207) (#141743) 2025-11-19 13:07:01 +02:00
xml.dom.rst docs: module page titles should not start with a link to themselves (#117099) 2024-05-08 20:34:40 +01:00
xml.etree.elementtree.rst [3.14] gh-127502: Remove XML vulnerability table (GH-135294) (#136359) 2025-07-07 09:08:41 +00:00
xml.rst [3.14] gh-139313: Improve docs on XML security (GH-139460) (GH-141065) 2025-11-05 19:07:03 +00:00
xml.sax.handler.rst [3.14] gh-141994: Warn of XXE vulnerability in documentation of SAX feature xml.sax.handler.feature_external_ges (GH-141996) (#142072) 2025-11-29 07:14:02 +00:00
xml.sax.reader.rst docs: module page titles should not start with a link to themselves (#117099) 2024-05-08 20:34:40 +01:00
xml.sax.rst [3.14] gh-127502: Remove XML vulnerability table (GH-135294) (#136359) 2025-07-07 09:08:41 +00:00
xml.sax.utils.rst [3.14] gh-141650: Fix typo in xml.sax.saxutils.unescape documentation (GH-141652) (#141654) 2025-11-17 13:02:03 +00:00
xmlrpc.client.rst [3.14] gh-140463: Fix typo in xmlrpc.client documentation (GH-140552) (#140568) 2025-10-24 20:53:24 +00:00
xmlrpc.rst gh-101100: Fix sphinx warnings in whatsnew/3.0.rst (#127662) 2024-12-10 12:22:37 +02:00
xmlrpc.server.rst [3.14] gh-127502: Remove XML vulnerability table (GH-135294) (#136359) 2025-07-07 09:08:41 +00:00
zipapp.rst gh-123492: Remove unnecessary :func: parentheses (#123493) 2024-08-30 14:34:09 +03:00
zipfile.rst [3.14] Docs: multi-disk ZIP files -> multipart ZIP files (GH-141962) (#142074) 2025-11-29 07:17:39 +00:00
zipimport.rst [3.14] gh-133829: Remove some specifics from the `zipimport` example (GH-133835) (#138274) 2025-08-31 09:44:56 +03:00
zlib.rst [3.14] gh-139707: Add docs for optional modules (GH-140171) (GH-141204) 2025-11-10 15:20:00 +01:00
zoneinfo.rst [3.14] gh-143241: Fix infinite loop in zoneinfo._common.load_data (GH-143243) (#143251) 2025-12-28 15:14:04 +00:00