..
__future__.rst
[3.14] Docs: module pages should not link to themselves (GH-144505) ( #144542 )
2026-02-06 14:06:50 -05: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] Docs: module pages should not link to themselves (GH-144505) ( #144542 )
2026-02-06 14:06:50 -05: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] Docs: module pages should not link to themselves (GH-144505) ( #144542 )
2026-02-06 14:06:50 -05: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
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] Clarify the docs for args in asyncio callbacks (GH-143873) ( #144663 )
2026-02-10 13:16:26 +00:00
asyncio-exceptions.rst
asyncio-extending.rst
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-142044: Add note to prefer asyncio.timeout[_at] over asyncio.Timeout (GH-144449) ( #144565 )
2026-02-07 13:31:29 +01: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
[3.14] Docs: module pages should not link to themselves (GH-144505) ( #144542 )
2026-02-06 14:06:50 -05: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-144027: Fix documentation for ignorechars in base64.a85decode() (GH-144028) (GH-144192)
2026-01-23 19:24:06 +00:00
bdb.rst
[3.14] Docs: module pages should not link to themselves (GH-144505) ( #144542 )
2026-02-06 14:06:50 -05:00
binary.rst
binascii.rst
[3.14] Docs: module pages should not link to themselves (GH-144505) ( #144542 )
2026-02-06 14:06:50 -05:00
bisect.rst
[3.14] Docs: module pages should not link to themselves (GH-144505) ( #144542 )
2026-02-06 14:06:50 -05: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] Docs: module pages should not link to themselves (GH-144505) ( #144542 )
2026-02-06 14:06:50 -05:00
calendar.rst
[3.14] Docs: module pages should not link to themselves (GH-144505) ( #144542 )
2026-02-06 14:06:50 -05: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] Docs: module pages should not link to themselves (GH-144505) ( #144542 )
2026-02-06 14:06:50 -05:00
cmd.rst
[3.14] Docs: module pages should not link to themselves (GH-144505) ( #144542 )
2026-02-06 14:06:50 -05: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] Docs: remove links of modules to themselves (GH-144695) ( #144705 )
2026-02-11 08:09:56 -05:00
codeop.rst
[3.14] Docs: module pages should not link to themselves (GH-144505) ( #144542 )
2026-02-06 14:06:50 -05: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
[3.14] Docs: module pages should not link to themselves (GH-144505) ( #144542 )
2026-02-06 14:06:50 -05: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] Docs: module pages should not link to themselves (GH-144505) ( #144542 )
2026-02-06 14:06:50 -05:00
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
[3.14] Docs: module pages should not link to themselves (GH-144505) ( #144542 )
2026-02-06 14:06:50 -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
[3.14] Docs: module pages should not link to themselves (GH-144505) ( #144542 )
2026-02-06 14:06:50 -05:00
contextvars.rst
[3.14] gh-142119: Clarify that one contextvars.Token can only reset once in a lifetime (GH-143693) (GH-144266)
2026-01-27 11:39:13 +01:00
copy.rst
[3.14] Docs: module pages should not link to themselves (GH-144505) ( #144542 )
2026-02-06 14:06:50 -05:00
copyreg.rst
[3.14] Docs: module pages should not link to themselves (GH-144505) ( #144542 )
2026-02-06 14:06:50 -05:00
crypt.rst
[3.14] gh-139672: Remove references to passlib (GH-139673) ( #139867 )
2025-10-09 17:19:35 +00:00
crypto.rst
csv.rst
[3.14] Docs: module pages should not link to themselves (GH-144505) ( #144542 )
2026-02-06 14:06:50 -05:00
ctypes.rst
[3.14] Docs: module pages should not link to themselves (GH-144505) ( #144542 )
2026-02-06 14:06:50 -05:00
curses.ascii.rst
[3.14] Docs: module pages should not link to themselves (GH-144505) ( #144542 )
2026-02-06 14:06:50 -05:00
curses.panel.rst
[3.14] Docs: module pages should not link to themselves (GH-144505) ( #144542 )
2026-02-06 14:06:50 -05:00
curses.rst
[3.14] Docs: remove links of modules to themselves (GH-144695) ( #144705 )
2026-02-11 08:09:56 -05:00
custominterp.rst
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
datetime.rst
[3.14] gh-57095: Add note about input splitting in datetime.*.strptime (GH-131049) (GH-144735)
2026-02-12 11:44:32 +01:00
dbm.rst
[3.14] Docs: remove links of modules to themselves (GH-144695) ( #144705 )
2026-02-11 08:09:56 -05:00
debug.rst
decimal.rst
[3.14] Docs: module pages should not link to themselves (GH-144505) ( #144542 )
2026-02-06 14:06:50 -05:00
development.rst
devmode.rst
gh-101100: Fix sphinx warnings in library/devmode.rst ( #109963 )
2023-09-27 16:07:28 +03:00
dialog.rst
[3.14] Docs: remove links of modules to themselves (GH-144695) ( #144705 )
2026-02-11 08:09:56 -05: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] Docs: module pages should not link to themselves (GH-144505) ( #144542 )
2026-02-06 14:06:50 -05:00
distribution.rst
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] Docs: module pages should not link to themselves (GH-144505) ( #144542 )
2026-02-06 14:06:50 -05:00
email.charset.rst
[3.14] Docs: module pages should not link to themselves (GH-144505) ( #144542 )
2026-02-06 14:06:50 -05: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
[3.14] Docs: remove links of modules to themselves (GH-144695) ( #144705 )
2026-02-11 08:09:56 -05:00
email.errors.rst
[3.14] Docs: module pages should not link to themselves (GH-144505) ( #144542 )
2026-02-06 14:06:50 -05:00
email.examples.rst
email.generator.rst
[3.14] Docs: module pages should not link to themselves (GH-144505) ( #144542 )
2026-02-06 14:06:50 -05:00
email.header.rst
[3.14] Docs: module pages should not link to themselves (GH-144505) ( #144542 )
2026-02-06 14:06:50 -05: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
[3.14] Docs: module pages should not link to themselves (GH-144505) ( #144542 )
2026-02-06 14:06:50 -05:00
email.message.rst
[3.14] Docs: module pages should not link to themselves (GH-144505) ( #144542 )
2026-02-06 14:06:50 -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] Docs: module pages should not link to themselves (GH-144505) ( #144542 )
2026-02-06 14:06:50 -05:00
email.policy.rst
[3.14] Docs: remove links of modules to themselves (GH-144695) ( #144705 )
2026-02-11 08:09:56 -05:00
email.rst
[3.14] Docs: module pages should not link to themselves (GH-144505) ( #144542 )
2026-02-06 14:06:50 -05:00
email.utils.rst
[3.14] Docs: module pages should not link to themselves (GH-144505) ( #144542 )
2026-02-06 14:06:50 -05:00
ensurepip.rst
[3.14] Docs: module pages should not link to themselves (GH-144505) ( #144542 )
2026-02-06 14:06:50 -05:00
enum.rst
[3.14] For enum.bin, update versionadded directive from 3.10 to 3.11 (GH-144574) ( #144588 )
2026-02-08 07:41:33 +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
[3.14] Docs: module pages should not link to themselves (GH-144505) ( #144542 )
2026-02-06 14:06:50 -05:00
filecmp.rst
[3.14] Docs: module pages should not link to themselves (GH-144505) ( #144542 )
2026-02-06 14:06:50 -05:00
fileformats.rst
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] Docs: module pages should not link to themselves (GH-144505) ( #144542 )
2026-02-06 14:06:50 -05: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
[3.14] Docs: module pages should not link to themselves (GH-144505) ( #144542 )
2026-02-06 14:06:50 -05:00
functional.rst
functions.rst
[3.14] gh-141984: Reword and reorganize Subscription (and Slicing) docs (GH-141985) (GH-144476)
2026-02-05 10:41:32 +01:00
functools.rst
[3.14] Docs: module pages should not link to themselves (GH-144505) ( #144542 )
2026-02-06 14:06:50 -05:00
gc.rst
[3.14] Docs: module pages should not link to themselves (GH-144505) ( #144542 )
2026-02-06 14:06:50 -05: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] Docs: module pages should not link to themselves (GH-144505) ( #144542 )
2026-02-06 14:06:50 -05:00
gettext.rst
[3.14] Docs: module pages should not link to themselves (GH-144505) ( #144542 )
2026-02-06 14:06:50 -05: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
[3.14] Docs: module pages should not link to themselves (GH-144505) ( #144542 )
2026-02-06 14:06:50 -05:00
grp.rst
gh-116622: Complete Android documentation ( #124259 )
2024-09-23 23:09:53 +00:00
gzip.rst
[3.14] Docs: module pages should not link to themselves (GH-144505) ( #144542 )
2026-02-06 14:06:50 -05:00
hashlib-blake2-tree.png
hashlib.rst
[3.14] Docs: module pages should not link to themselves (GH-144505) ( #144542 )
2026-02-06 14:06:50 -05: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] Docs: module pages should not link to themselves (GH-144505) ( #144542 )
2026-02-06 14:06:50 -05:00
http.cookies.rst
[3.14] Docs: module pages should not link to themselves (GH-144505) ( #144542 )
2026-02-06 14:06:50 -05:00
http.rst
[3.14] Docs: module pages should not link to themselves (GH-144505) ( #144542 )
2026-02-06 14:06:50 -05:00
http.server.rst
[3.14] Docs: module pages should not link to themselves (GH-144505) ( #144542 )
2026-02-06 14:06:50 -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
[3.14] Docs: module pages should not link to themselves (GH-144505) ( #144542 )
2026-02-06 14:06:50 -05: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] Docs: remove links of modules to themselves (GH-144695) ( #144705 )
2026-02-11 08:09:56 -05: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] Docs: module pages should not link to themselves (GH-144505) ( #144542 )
2026-02-06 14:06:50 -05:00
internet.rst
intro.rst
gh-116622: Complete Android documentation ( #124259 )
2024-09-23 23:09:53 +00:00
io.rst
[3.14] Docs: module pages should not link to themselves (GH-144505) ( #144542 )
2026-02-06 14:06:50 -05:00
ipaddress.rst
[3.14] Docs: module pages should not link to themselves (GH-144505) ( #144542 )
2026-02-06 14:06:50 -05:00
ipc.rst
itertools.rst
[3.14] Itertools recipes: Replace the tabulate() example with running_mean() (gh-144483) (gh-144485)
2026-02-04 20:27:41 +00:00
json.rst
[3.14] Docs: remove links of modules to themselves (GH-144695) ( #144705 )
2026-02-11 08:09:56 -05: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
linecache.rst
[3.14] Docs: module pages should not link to themselves (GH-144505) ( #144542 )
2026-02-06 14:06:50 -05:00
locale.rst
[3.14] Docs: module pages should not link to themselves (GH-144505) ( #144542 )
2026-02-06 14:06:50 -05:00
logging.config.rst
[3.14] Docs: module pages should not link to themselves (GH-144505) ( #144542 )
2026-02-06 14:06:50 -05:00
logging.handlers.rst
[3.14] Docs: module pages should not link to themselves (GH-144505) ( #144542 )
2026-02-06 14:06:50 -05:00
logging.rst
[3.14] Docs: module pages should not link to themselves (GH-144505) ( #144542 )
2026-02-06 14:06:50 -05: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
[3.14] Docs: module pages should not link to themselves (GH-144505) ( #144542 )
2026-02-06 14:06:50 -05:00
math.rst
[3.14] Docs: module pages should not link to themselves (GH-144505) ( #144542 )
2026-02-06 14:06:50 -05:00
mimetypes.rst
[3.14] Docs: module pages should not link to themselves (GH-144505) ( #144542 )
2026-02-06 14:06:50 -05:00
mm.rst
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
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] Docs: remove links of modules to themselves (GH-144695) ( #144705 )
2026-02-11 08:09:56 -05: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
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
[3.14] Docs: module pages should not link to themselves (GH-144505) ( #144542 )
2026-02-06 14:06:50 -05:00
optparse.rst
[3.14] Docs: module pages should not link to themselves (GH-144505) ( #144542 )
2026-02-06 14:06:50 -05:00
os.path.rst
[3.14] Docs: module pages should not link to themselves (GH-144505) ( #144542 )
2026-02-06 14:06:50 -05:00
os.rst
[3.14] Docs: module pages should not link to themselves (GH-144505) ( #144542 )
2026-02-06 14:06:50 -05: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
pathlib-inheritance.svg
pathlib.rst
[3.14] Docs: remove links of modules to themselves (GH-144695) ( #144705 )
2026-02-11 08:09:56 -05:00
pdb.rst
[3.14] Docs: remove links of modules to themselves (GH-144695) ( #144705 )
2026-02-11 08:09:56 -05:00
persistence.rst
pickle.rst
[3.14] Docs: module pages should not link to themselves (GH-144505) ( #144542 )
2026-02-06 14:06:50 -05:00
pickletools.rst
[3.14] Docs: module pages should not link to themselves (GH-144505) ( #144542 )
2026-02-06 14:06:50 -05: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] Docs: module pages should not link to themselves (GH-144505) ( #144542 )
2026-02-06 14:06:50 -05:00
plistlib.rst
gh-101100: Fix sphinx warnings in library/plistlib.rst ( #132422 )
2025-04-13 18:35:26 +00:00
poplib.rst
[3.14] Docs: module pages should not link to themselves (GH-144505) ( #144542 )
2026-02-06 14:06:50 -05:00
posix.rst
[3.14] Docs: module pages should not link to themselves (GH-144505) ( #144542 )
2026-02-06 14:06:50 -05:00
pprint.rst
[3.14] Docs: module pages should not link to themselves (GH-144505) ( #144542 )
2026-02-06 14:06:50 -05:00
profile.rst
[3.14] Docs: remove links of modules to themselves (GH-144695) ( #144705 )
2026-02-11 08:09:56 -05:00
pty.rst
[3.14] Docs: module pages should not link to themselves (GH-144505) ( #144542 )
2026-02-06 14:06:50 -05: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
[3.14] Docs: module pages should not link to themselves (GH-144505) ( #144542 )
2026-02-06 14:06:50 -05:00
pyclbr.rst
[3.14] Docs: module pages should not link to themselves (GH-144505) ( #144542 )
2026-02-06 14:06:50 -05:00
pydoc.rst
Doc: Note that pydoc uses and prefers `MANPAGER` ( #125362 )
2024-10-29 23:12:02 +00:00
pyexpat.rst
[3.14] Docs: remove links of modules to themselves (GH-144695) ( #144705 )
2026-02-11 08:09:56 -05: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] Docs: module pages should not link to themselves (GH-144505) ( #144542 )
2026-02-06 14:06:50 -05:00
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] Docs: module pages should not link to themselves (GH-144505) ( #144542 )
2026-02-06 14:06:50 -05:00
re.rst
[3.14] Docs: module pages should not link to themselves (GH-144505) ( #144542 )
2026-02-06 14:06:50 -05:00
readline.rst
[3.14] Docs: module pages should not link to themselves (GH-144505) ( #144542 )
2026-02-06 14:06:50 -05: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
[3.14] Docs: module pages should not link to themselves (GH-144505) ( #144542 )
2026-02-06 14:06:50 -05:00
sched.rst
[3.14] Docs: module pages should not link to themselves (GH-144505) ( #144542 )
2026-02-06 14:06:50 -05:00
secrets.rst
[3.14] gh-143700: document secrets.DEFAULT_ENTROPY as an opaque value (GH-144568) ( #144579 )
2026-02-07 22:42:16 +00: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] Docs: module pages should not link to themselves (GH-144505) ( #144542 )
2026-02-06 14:06:50 -05: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
[3.14] Docs: module pages should not link to themselves (GH-144505) ( #144542 )
2026-02-06 14:06:50 -05:00
shlex.rst
[3.14] Docs: module pages should not link to themselves (GH-144505) ( #144542 )
2026-02-06 14:06:50 -05:00
shutil.rst
[3.14] Docs: module pages should not link to themselves (GH-144505) ( #144542 )
2026-02-06 14:06:50 -05:00
signal.rst
[3.14] gh-144706: Warn against using synchronization primitives within signal handlers (GH-144736) (GH-144767)
2026-02-12 23:21:17 +00:00
site.rst
[3.14] Docs: remove links of modules to themselves (GH-144695) ( #144705 )
2026-02-11 08:09:56 -05: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] Docs: module pages should not link to themselves (GH-144505) ( #144542 )
2026-02-06 14:06:50 -05: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: module pages should not link to themselves (GH-144505) ( #144542 )
2026-02-06 14:06:50 -05:00
socketserver.rst
[3.14] Docs: module pages should not link to themselves (GH-144505) ( #144542 )
2026-02-06 14:06:50 -05: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] Docs: module pages should not link to themselves (GH-144505) ( #144542 )
2026-02-06 14:06:50 -05:00
stat.rst
[3.14] Docs: module pages should not link to themselves (GH-144505) ( #144542 )
2026-02-06 14:06:50 -05: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-142518: Document thread-safety guarantees of dict operations (GH-144184) ( #144708 )
2026-02-11 14:39:40 +01:00
string.rst
[3.14] Docs: module pages should not link to themselves (GH-144505) ( #144542 )
2026-02-06 14:06:50 -05: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
[3.14] Docs: module pages should not link to themselves (GH-144505) ( #144542 )
2026-02-06 14:06:50 -05:00
struct.rst
[3.14] Docs: module pages should not link to themselves (GH-144505) ( #144542 )
2026-02-06 14:06:50 -05:00
subprocess.rst
[3.14] Docs: module pages should not link to themselves (GH-144505) ( #144542 )
2026-02-06 14:06:50 -05: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
[3.14] Docs: module pages should not link to themselves (GH-144505) ( #144542 )
2026-02-06 14:06:50 -05:00
sys.monitoring.rst
[3.14] Docs: module pages should not link to themselves (GH-144505) ( #144542 )
2026-02-06 14:06:50 -05:00
sys.rst
[3.14] Docs: module pages should not link to themselves (GH-144505) ( #144542 )
2026-02-06 14:06:50 -05: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] Docs: module pages should not link to themselves (GH-144505) ( #144542 )
2026-02-06 14:06:50 -05: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] Docs: module pages should not link to themselves (GH-144505) ( #144542 )
2026-02-06 14:06:50 -05: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] Docs: module pages should not link to themselves (GH-144505) ( #144542 )
2026-02-06 14:06:50 -05:00
termios.rst
[3.14] Docs: module pages should not link to themselves (GH-144505) ( #144542 )
2026-02-06 14:06:50 -05:00
test.rst
[3.14] Docs: remove links of modules to themselves (GH-144695) ( #144705 )
2026-02-11 08:09:56 -05: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] Docs: module pages should not link to themselves (GH-144505) ( #144542 )
2026-02-06 14:06:50 -05: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
[3.14] Docs: module pages should not link to themselves (GH-144505) ( #144542 )
2026-02-06 14:06:50 -05: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
tkinter.colorchooser.rst
[3.14] Docs: module pages should not link to themselves (GH-144505) ( #144542 )
2026-02-06 14:06:50 -05:00
tkinter.dnd.rst
[3.14] Docs: module pages should not link to themselves (GH-144505) ( #144542 )
2026-02-06 14:06:50 -05:00
tkinter.font.rst
[3.14] Docs: module pages should not link to themselves (GH-144505) ( #144542 )
2026-02-06 14:06:50 -05:00
tkinter.messagebox.rst
[3.14] Docs: module pages should not link to themselves (GH-144505) ( #144542 )
2026-02-06 14:06:50 -05:00
tkinter.rst
[3.14] Docs: module pages should not link to themselves (GH-144505) ( #144542 )
2026-02-06 14:06:50 -05:00
tkinter.scrolledtext.rst
[3.14] Docs: module pages should not link to themselves (GH-144505) ( #144542 )
2026-02-06 14:06:50 -05:00
tkinter.ttk.rst
[3.14] Docs: module pages should not link to themselves (GH-144505) ( #144542 )
2026-02-06 14:06:50 -05: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
[3.14] Docs: module pages should not link to themselves (GH-144505) ( #144542 )
2026-02-06 14:06:50 -05:00
tomllib.rst
Python 3.14.0a2
2024-11-19 16:52:44 +02:00
trace.rst
[3.14] Docs: module pages should not link to themselves (GH-144505) ( #144542 )
2026-02-06 14:06:50 -05: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
[3.14] Docs: module pages should not link to themselves (GH-144505) ( #144542 )
2026-02-06 14:06:50 -05:00
tty.rst
[3.14] Docs: module pages should not link to themselves (GH-144505) ( #144542 )
2026-02-06 14:06:50 -05:00
turtle-star.pdf
turtle-star.png
turtle-star.ps
turtle.rst
[3.14] Docs: remove links of modules to themselves (GH-144695) ( #144705 )
2026-02-11 08:09:56 -05: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] Docs: module pages should not link to themselves (GH-144505) ( #144542 )
2026-02-06 14:06:50 -05:00
unittest.rst
[3.14] Docs: module pages should not link to themselves (GH-144505) ( #144542 )
2026-02-06 14:06:50 -05: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
[3.14] Docs: module pages should not link to themselves (GH-144505) ( #144542 )
2026-02-06 14:06:50 -05:00
urllib.parse.rst
[3.14] Docs: module pages should not link to themselves (GH-144505) ( #144542 )
2026-02-06 14:06:50 -05:00
urllib.request.rst
[3.14] Docs: remove links of modules to themselves (GH-144695) ( #144705 )
2026-02-11 08:09:56 -05:00
urllib.robotparser.rst
[3.14] gh-141444: Replace dead URL in urllib.robotparser example (GH-144443) ( #144464 )
2026-02-04 11:36:34 +00: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] Docs: module pages should not link to themselves (GH-144505) ( #144542 )
2026-02-06 14:06:50 -05:00
venv.rst
[3.14] gh-144148: Update the urllib.parse documentation (GH-144497) (GH-144507)
2026-02-05 17:24:24 +02:00
warnings.rst
[3.14] Docs: module pages should not link to themselves (GH-144505) ( #144542 )
2026-02-06 14:06:50 -05:00
wave.rst
[3.14] Docs: module pages should not link to themselves (GH-144505) ( #144542 )
2026-02-06 14:06:50 -05:00
weakref.rst
[3.14] Docs: remove links of modules to themselves (GH-144695) ( #144705 )
2026-02-11 08:09:56 -05:00
webbrowser.rst
[3.14] Docs: module pages should not link to themselves (GH-144505) ( #144542 )
2026-02-06 14:06:50 -05:00
windows.rst
winreg.rst
[3.14] Docs: module pages should not link to themselves (GH-144505) ( #144542 )
2026-02-06 14:06:50 -05:00
winsound.rst
[3.14] Docs: module pages should not link to themselves (GH-144505) ( #144542 )
2026-02-06 14:06:50 -05:00
wsgiref.rst
[3.14] Docs: remove links of modules to themselves (GH-144695) ( #144705 )
2026-02-11 08:09:56 -05: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] Docs: module pages should not link to themselves (GH-144505) ( #144542 )
2026-02-06 14:06:50 -05:00
xml.dom.pulldom.rst
[3.14] Docs: module pages should not link to themselves (GH-144505) ( #144542 )
2026-02-06 14:06:50 -05:00
xml.dom.rst
[3.14] Docs: module pages should not link to themselves (GH-144505) ( #144542 )
2026-02-06 14:06:50 -05:00
xml.etree.elementtree.rst
[3.14] Docs: module pages should not link to themselves (GH-144505) ( #144542 )
2026-02-06 14:06:50 -05:00
xml.rst
[3.14] Docs: remove links of modules to themselves (GH-144695) ( #144705 )
2026-02-11 08:09:56 -05:00
xml.sax.handler.rst
[3.14] Docs: module pages should not link to themselves (GH-144505) ( #144542 )
2026-02-06 14:06:50 -05: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] Docs: module pages should not link to themselves (GH-144505) ( #144542 )
2026-02-06 14:06:50 -05:00
xml.sax.utils.rst
[3.14] Docs: module pages should not link to themselves (GH-144505) ( #144542 )
2026-02-06 14:06:50 -05:00
xmlrpc.client.rst
[3.14] Docs: module pages should not link to themselves (GH-144505) ( #144542 )
2026-02-06 14:06:50 -05: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] Docs: module pages should not link to themselves (GH-144505) ( #144542 )
2026-02-06 14:06:50 -05:00
zipapp.rst
[3.14] Docs: module pages should not link to themselves (GH-144505) ( #144542 )
2026-02-06 14:06:50 -05:00
zipfile.rst
[3.14] Docs: module pages should not link to themselves (GH-144505) ( #144542 )
2026-02-06 14:06:50 -05:00
zipimport.rst
[3.14] Docs: module pages should not link to themselves (GH-144505) ( #144542 )
2026-02-06 14:06:50 -05: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] Docs: module pages should not link to themselves (GH-144505) ( #144542 )
2026-02-06 14:06:50 -05:00