cpython/Doc/library
ivonastojanovic f4d3c61f36
gh-138122: Add differential flame graph (#145785)
Differential flame graphs compare two profiling runs and highlight where
performance has changed. This makes it easier to detect regressions
introduced by code changes and to verify that optimizations have the
intended effect.

The visualization renders the current profile with frame widths
representing current time consumption. Color is then applied to show the
difference relative to the baseline profile: red gradients indicate
regressions, while blue gradients indicate improvements.

Some call paths may disappear entirely between profiles. These are
referred to as elided stacks and occur when optimizations remove code
paths or when certain branches stop executing. When elided stacks are
present, an "Elided" toggle is displayed, allowing the user to switch
between the main differential view and a view showing only the removed
paths.

Co-authored-by: Pablo Galindo Salgado <Pablogsal@gmail.com>
2026-03-30 12:31:06 +01:00
..
__future__.rst Docs: module pages should not link to themselves (#144505) 2026-02-06 06:48:27 -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 Python 3.15.0a1 2025-10-14 13:46:08 +03:00
abc.rst Docs: remove unneeded author attributions (#145002) 2026-02-19 18:45:28 -05: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 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 (#138803) 2025-10-21 15:57:43 +00:00
archiving.rst gh-132983: Add documentation for compression.zstd (GH-133911) 2025-05-21 07:18:21 -07:00
argparse.rst gh-69223: Document that add_argument() returns an Action object (#145538) 2026-03-06 16:10:12 +00:00
array.rst gh-144837: Improve documentation for more collection methods (GH-144841) 2026-03-26 21:29:23 +02:00
ast.rst gh-140196: Added constructor behavior changes in ast.rst for python 3.13 (GH-140243) 2026-03-24 01:51:31 +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
asyncio-dev.rst GH-100108: Add async generators best practices section (#141885) 2026-03-21 11:59:15 +00:00
asyncio-eventloop.rst Docs: replace all datetime imports with import datetime as dt (#145640) 2026-03-21 18:02:06 +02:00
asyncio-exceptions.rst
asyncio-extending.rst
asyncio-future.rst gh-137026: Add an explainer guide for asyncio (GH-137215) 2025-08-08 22:29:51 -07: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 Docs: replace all datetime imports with import datetime as dt (#145640) 2026-03-21 18:02:06 +02:00
asyncio-queue.rst gh-142876: remove reference to thread in documentation of asyncio.Queue.shutdown (#142888) 2025-12-17 16:40:03 +00:00
asyncio-runner.rst gh-127949: make deprecation of policy system more prominent (#128290) 2024-12-27 15:13:41 +00:00
asyncio-stream.rst gh-138703: clarify data buffer requirement of asyncio.StreamWriter.write (#139564) 2025-10-04 21:44:05 +05:30
asyncio-subprocess.rst Docs: replace all datetime imports with import datetime as dt (#145640) 2026-03-21 18:02:06 +02:00
asyncio-sync.rst gh-101359: clarify docs for asyncio.Event.clear (#137849) 2025-08-16 10:50:54 +00:00
asyncio-task.rst Docs: replace all datetime imports with import datetime as dt (#145640) 2026-03-21 18:02:06 +02:00
asyncio.rst gh-140569: recommend the new REPL in the asyncio REPL docs (#140570) 2025-11-06 11:09:07 +05:30
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: remove unneeded author attributions (#145002) 2026-02-19 18:45:28 -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 Python 3.15.0a6 2026-02-11 14:23:15 +02:00
bdb.rst Docs: module pages should not link to themselves (#144505) 2026-02-06 06:48:27 -05:00
binary.rst
binascii.rst gh-146192: Add base32 support to binascii (GH-146193) 2026-03-22 23:10:28 +02:00
bisect.rst gh-145269: simplify bisect.bisect doc example (#145270) 2026-02-28 09:09:39 +00:00
builtins.rst gh-99030: Added documentation links for types and exceptions (GH-123857) 2024-10-20 17:36:27 -07:00
bz2.rst Docs: remove unneeded author attributions (#145002) 2026-02-19 18:45:28 -05:00
calendar.rst Docs: remove unneeded author attributions (#145002) 2026-02-19 18:45:28 -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 Docs: module pages should not link to themselves (#144505) 2026-02-06 06:48:27 -05:00
cmd.rst Docs: remove unneeded author attributions (#145002) 2026-02-19 18:45:28 -05:00
cmdline.rst gh-140727: Restructure profiling documentation for PEP 799 (#142373) 2025-12-09 12:55:04 +00:00
cmdlinelibs.rst gh-137777: Disband the 'Program Frameworks' chapter (#137796) 2025-08-15 18:41:09 +01:00
code.rst gh-131885: Document * for code.InteractiveConsole (#132029) 2025-10-31 11:16:32 +01:00
codecs.rst Docs: remove unneeded author attributions (#145002) 2026-02-19 18:45:28 -05:00
codeop.rst Docs: remove unneeded author attributions (#145002) 2026-02-19 18:45:28 -05:00
collections.abc.rst Docs: remove unneeded author attributions (#145002) 2026-02-19 18:45:28 -05:00
collections.rst gh-144837: Improve documentation for more collection methods (GH-144841) 2026-03-26 21:29:23 +02:00
colorsys.rst Docs: remove unneeded author attributions (#145002) 2026-02-19 18:45:28 -05:00
compileall.rst gh-133503: clarify compileall -s/-p docs (#134756) 2025-06-01 10:18:31 +02:00
compression.rst GH-123299: Copyedit 3.14 What's New: New and Improved Modules (#139530) 2025-10-04 15:58:51 +03:00
compression.zstd.rst gh-143434: Fix typo in zstd documentation (#143437) 2026-01-05 11:55:11 -08:00
concurrency.rst gh-134939: Add the concurrent.interpreters Module (gh-133958) 2025-06-11 17:35:48 -06:00
concurrent.futures.rst gh-141617: clarify concurrent.futures.ThreadPoolExecutor deadlock example (#141620) 2026-03-09 16:30:00 +00:00
concurrent.interpreters.rst Docs: remove unneeded author attributions (#145002) 2026-02-19 18:45:28 -05:00
concurrent.rst gh-134939: Add the concurrent.interpreters Module (gh-133958) 2025-06-11 17:35:48 -06:00
configparser.rst Add a warning about untrusted input to configparser docs (#146276) 2026-03-22 19:58:31 -04:00
constants.rst gh-138307: Update the Ellipsis documentation (#138306) 2025-09-03 07:27:22 -04:00
contextlib.rst Hide "object" prefix on dunders in contextlib docs & selectivly link some more (#145436) 2026-03-02 23:10:26 +02:00
contextvars.rst Docs: remove unneeded author attributions (#145002) 2026-02-19 18:45:28 -05:00
copy.rst Docs: module pages should not link to themselves (#144505) 2026-02-06 06:48:27 -05:00
copyreg.rst Docs: module pages should not link to themselves (#144505) 2026-02-06 06:48:27 -05:00
crypt.rst gh-139672: Remove references to passlib (#139673) 2025-10-09 20:13:38 +03:00
crypto.rst
csv.rst Docs: remove unneeded author attributions (#145002) 2026-02-19 18:45:28 -05:00
ctypes.rst gh-108907: ctypes: Document _type_ codes (GH-145837) 2026-03-23 13:41:38 +01:00
curses.ascii.rst Docs: remove unneeded author attributions (#145002) 2026-02-19 18:45:28 -05:00
curses.panel.rst Docs: remove unneeded author attributions (#145002) 2026-02-19 18:45:28 -05:00
curses.rst Docs: remove unneeded author attributions (#145002) 2026-02-19 18:45:28 -05:00
custominterp.rst
dataclasses.rst Python 3.15.0a7 2026-03-10 14:31:15 +02:00
datatypes.rst
datetime-inheritance.dot Datetime: Tidy up docs (GH-144720) 2026-02-18 14:22:34 +01:00
datetime-inheritance.svg Datetime: Tidy up docs (GH-144720) 2026-02-18 14:22:34 +01:00
datetime.rst gh-140715: Add %t and %n format codes support to strptime() (GH-144896) 2026-03-13 14:00:39 +01:00
dbm.rst Remove unused :platform: in module's docs (GH-144988) 2026-02-19 13:45:30 +02:00
debug.rst gh-140727: Restructure profiling documentation for PEP 799 (#142373) 2025-12-09 12:55:04 +00:00
decimal.rst Docs: remove unneeded author attributions (#145002) 2026-02-19 18:45:28 -05:00
development.rst
devmode.rst
dialog.rst Remove unused :platform: in module's docs (GH-144988) 2026-02-19 13:45:30 +02:00
difflib.rst Docs: replace all datetime imports with import datetime as dt (#145640) 2026-03-21 18:02:06 +02:00
dis.rst Docs: module pages should not link to themselves (#144505) 2026-02-06 06:48:27 -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 Docs: remove unneeded author attributions (#145002) 2026-02-19 18:45:28 -05:00
email.charset.rst Docs: module pages should not link to themselves (#144505) 2026-02-06 06:48:27 -05:00
email.compat32-message.rst gh-101100: Fix Sphinx warnings in library/email.compat32-message.rst (#136323) 2025-07-07 19:28:44 +03:00
email.contentmanager.rst Docs: remove unneeded author attributions (#145002) 2026-02-19 18:45:28 -05:00
email.encoders.rst Docs: remove links of modules to themselves (#144695) 2026-02-11 07:56:36 -05:00
email.errors.rst Docs: module pages should not link to themselves (#144505) 2026-02-06 06:48:27 -05:00
email.examples.rst
email.generator.rst Docs: module pages should not link to themselves (#144505) 2026-02-06 06:48:27 -05:00
email.header.rst Docs: module pages should not link to themselves (#144505) 2026-02-06 06:48:27 -05:00
email.headerregistry.rst Python 3.15.0a7 2026-03-10 14:31:15 +02:00
email.iterators.rst Docs: module pages should not link to themselves (#144505) 2026-02-06 06:48:27 -05:00
email.message.rst Docs: remove unneeded author attributions (#145002) 2026-02-19 18:45:28 -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 gh-101100: Fix sphinx reference warnings around I/O (#139592) 2026-03-11 10:02:23 +02:00
email.policy.rst Docs: remove unneeded author attributions (#145002) 2026-02-19 18:45:28 -05:00
email.rst Docs: remove unneeded author attributions (#145002) 2026-02-19 18:45:28 -05:00
email.utils.rst Docs: module pages should not link to themselves (#144505) 2026-02-06 06:48:27 -05:00
ensurepip.rst Docs: module pages should not link to themselves (#144505) 2026-02-06 06:48:27 -05:00
enum.rst Docs: replace all datetime imports with import datetime as dt (#145640) 2026-03-21 18:02:06 +02:00
errno.rst gh-85046: Document errno constants (#126420) 2025-01-28 01:12:45 +01:00
exceptions.rst gh-101100: Fix sphinx reference warnings around I/O (#139592) 2026-03-11 10:02:23 +02:00
faulthandler.rst gh-127604: Docs: Include a C stack in the faulthandler example (GH-136081) 2025-06-29 10:58:26 -04:00
fcntl.rst Docs: remove unneeded author attributions (#145002) 2026-02-19 18:45:28 -05:00
filecmp.rst Docs: remove unneeded author attributions (#145002) 2026-02-19 18:45:28 -05:00
fileformats.rst
fileinput.rst Docs: remove unneeded author attributions (#145002) 2026-02-19 18:45:28 -05:00
filesys.rst gh-126180: Remove getopt and optparse deprecation notices (GH-126227) 2024-12-23 14:17:19 +10:00
fnmatch.rst gh-74598: document that fnmatch.filterfalse is affected by cache limitation (#136781) 2025-07-19 09:51:11 +00:00
fractions.rst Docs: remove unneeded author attributions (#145002) 2026-02-19 18:45:28 -05:00
frameworks.rst gh-137777: Disband the 'Program Frameworks' chapter (#137796) 2025-08-15 18:41:09 +01:00
ftplib.rst Docs: module pages should not link to themselves (#144505) 2026-02-06 06:48:27 -05:00
functional.rst
functions.rst Warn that overriding __builtins__ for eval is not a security mechanism (GH-145773) 2026-03-11 13:29:43 +01:00
functools.rst Docs: remove unneeded author attributions (#145002) 2026-02-19 18:45:28 -05:00
gc.rst Docs: remove unneeded author attributions (#145002) 2026-02-19 18:45:28 -05:00
getopt.rst gh-126180: Remove getopt and optparse deprecation notices (GH-126227) 2024-12-23 14:17:19 +10:00
getpass.rst gh-138577: Fix keyboard shortcuts in getpass with echo_char (#141597) 2026-03-30 11:11:13 +02:00
gettext.rst Docs: remove unneeded author attributions (#145002) 2026-02-19 18:45:28 -05:00
glob.rst docs: be clearer that glob results are unordered (#140184) 2025-10-19 16:16:35 -04:00
graphlib.rst Docs: module pages should not link to themselves (#144505) 2026-02-06 06:48:27 -05:00
grp.rst Remove unused :platform: in module's docs (GH-144988) 2026-02-19 13:45:30 +02:00
gzip.rst Docs: module pages should not link to themselves (#144505) 2026-02-06 06:48:27 -05:00
hashlib-blake2-tree.png
hashlib.rst Docs: remove unneeded author attributions (#145002) 2026-02-19 18:45:28 -05:00
heapq-binary-tree.svg gh-133530: Replace binary tree textual digram with image (gh-133591) 2025-05-07 19:05:06 -05:00
heapq.rst Docs: remove unneeded author attributions (#145002) 2026-02-19 18:45:28 -05:00
hmac.rst Docs: remove unneeded author attributions (#145002) 2026-02-19 18:45:28 -05:00
html.entities.rst Docs: remove unneeded author attributions (#145002) 2026-02-19 18:45:28 -05:00
html.parser.rst gh-137836: Support more RAWTEXT and PLAINTEXT elements in HTMLParser (GH-137837) 2025-10-31 17:44:02 +02:00
html.rst gh-139006: Doc: Clarify html.escape function description (#139016) 2025-09-17 21:45:34 +08:00
http.client.rst gh-141938: document treatment of OSError raised by HTTPConnection.getresponse (#142339) 2025-12-14 11:12:20 +01:00
http.cookiejar.rst Docs: remove unneeded author attributions (#145002) 2026-02-19 18:45:28 -05:00
http.cookies.rst Docs: remove unneeded author attributions (#145002) 2026-02-19 18:45:28 -05:00
http.rst Docs: module pages should not link to themselves (#144505) 2026-02-06 06:48:27 -05:00
http.server.rst Docs: module pages should not link to themselves (#144505) 2026-02-06 06:48:27 -05:00
i18n.rst
idle.rst Docs: remove unneeded author attributions (#145002) 2026-02-19 18:45:28 -05:00
imaplib.rst Docs: remove unneeded author attributions (#145002) 2026-02-19 18:45:28 -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 gh-110937: Document full public importlib.metadata.Distribution API (#143480) 2026-02-23 18:51:03 -05:00
importlib.resources.abc.rst gh-143513: Clarify changed argument name of ResourceReader.is_resource (GH-143523) 2026-01-08 08:40:17 -05:00
importlib.resources.rst gh-138044: Fix importlib.resources.files deprecation docs (#139632) 2025-10-12 01:52:01 +03:00
importlib.rst Python 3.15.0a7 2026-03-10 14:31:15 +02:00
index.rst gh-142518: Move thread safety sections into a new page (#144716) 2026-02-25 16:49:46 +01:00
inspect.rst Docs: remove unneeded author attributions (#145002) 2026-02-19 18:45:28 -05:00
internet.rst
intro.rst gh-116622: Complete Android documentation (#124259) 2024-09-23 23:09:53 +00:00
io.rst Docs: remove unneeded author attributions (#145002) 2026-02-19 18:45:28 -05:00
ipaddress.rst Docs: remove unneeded author attributions (#145002) 2026-02-19 18:45:28 -05:00
ipc.rst
itertools.rst Simplify summary tables in the itertools docs (gh-145050) 2026-02-20 12:44:30 -06:00
json.rst gh-146440: Add array_hook parameter to JSON decoders (#146441) 2026-03-27 11:10:48 +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
linecache.rst Docs: remove unneeded author attributions (#145002) 2026-02-19 18:45:28 -05:00
locale.rst Docs: remove unneeded author attributions (#145002) 2026-02-19 18:45:28 -05:00
logging.config.rst Docs: remove unneeded author attributions (#145002) 2026-02-19 18:45:28 -05:00
logging.handlers.rst Docs: remove unneeded author attributions (#145002) 2026-02-19 18:45:28 -05:00
logging.rst Docs: remove unneeded author attributions (#145002) 2026-02-19 18:45:28 -05:00
lzma.rst Docs: remove unneeded author attributions (#145002) 2026-02-19 18:45:28 -05:00
mailbox.rst Python 3.15.0a7 2026-03-10 14:31:15 +02: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.15.0a7 2026-03-10 14:31:15 +02:00
math.integer.rst Docs: module pages should not link to themselves (#144505) 2026-02-06 06:48:27 -05:00
math.rst gh-138580: Revert sys.float_info.iec_60559 boolean flag (#146501) 2026-03-27 11:29:15 +01:00
mimetypes.rst Docs: remove unneeded author attributions (#145002) 2026-02-19 18:45:28 -05:00
mm.rst
mmap.rst Python 3.15.0a5 2026-01-14 16:41:32 +02:00
modulefinder.rst Docs: remove unneeded author attributions (#145002) 2026-02-19 18:45:28 -05: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 Docs: remove unneeded author attributions (#145002) 2026-02-19 18:45:28 -05:00
multiprocessing.rst Fix typos and grammar errors across documentation (#144709) 2026-02-11 16:35:25 +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
netrc.rst Docs: remove unneeded author attributions (#145002) 2026-02-19 18:45:28 -05: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 gh-122450: Expand documentation for `Rational and Fraction` (#136800) 2025-08-04 02:15:59 +00:00
numeric.rst gh-81313: Add the math.integer module (PEP-791) (GH-133909) 2025-10-31 16:13:43 +02:00
operator.rst Docs: remove unneeded author attributions (#145002) 2026-02-19 18:45:28 -05:00
optparse.rst Docs: remove unneeded author attributions (#145002) 2026-02-19 18:45:28 -05:00
os.path.rst Python 3.15.0a6 2026-02-11 14:23:15 +02:00
os.rst gh-101100: Fix sphinx reference warnings around I/O (#139592) 2026-03-11 10:02:23 +02: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 Docs: remove links of modules to themselves (#144695) 2026-02-11 07:56:36 -05:00
pdb.rst Docs: remove links of modules to themselves (#144695) 2026-02-11 07:56:36 -05:00
persistence.rst
pickle.rst Docs: remove unneeded author attributions (#145002) 2026-02-19 18:45:28 -05:00
pickletools.rst Docs: module pages should not link to themselves (#144505) 2026-02-06 06:48:27 -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 Docs: Emphasize parameter name in pkgutil.iter_importers (GH-135597) 2025-06-19 08:56:43 -04:00
platform.rst Docs: remove unneeded author attributions (#145002) 2026-02-19 18:45:28 -05:00
plistlib.rst Docs: replace all datetime imports with import datetime as dt (#145640) 2026-03-21 18:02:06 +02:00
poplib.rst Docs: remove unneeded author attributions (#145002) 2026-02-19 18:45:28 -05:00
posix.rst Docs: remove unneeded author attributions (#145002) 2026-02-19 18:45:28 -05:00
pprint.rst Docs: remove unneeded author attributions (#145002) 2026-02-19 18:45:28 -05:00
profile.rst Docs: remove links of modules to themselves (#144695) 2026-02-11 07:56:36 -05:00
profiling-sampling-visualization.html gh-138122: Add sampling profiler visualisation to docs (#142772) 2026-02-10 23:09:07 +00:00
profiling.rst Docs: remove links of modules to themselves (#144695) 2026-02-11 07:56:36 -05:00
profiling.sampling.rst gh-138122: Add differential flame graph (#145785) 2026-03-30 12:31:06 +01:00
profiling.tracing.rst Docs: remove links of modules to themselves (#144695) 2026-02-11 07:56:36 -05:00
pstats.rst Docs: remove links of modules to themselves (#144695) 2026-02-11 07:56:36 -05:00
pty.rst Docs: remove unneeded author attributions (#145002) 2026-02-19 18:45:28 -05:00
pwd.rst Remove unused :platform: in module's docs (GH-144988) 2026-02-19 13:45:30 +02:00
py_compile.rst Docs: remove unneeded author attributions (#145002) 2026-02-19 18:45:28 -05:00
pyclbr.rst Docs: remove unneeded author attributions (#145002) 2026-02-19 18:45:28 -05:00
pydoc.rst Docs: remove unneeded author attributions (#145002) 2026-02-19 18:45:28 -05:00
pyexpat.rst Docs: remove unneeded author attributions (#145002) 2026-02-19 18:45:28 -05:00
python.rst gh-134939: Add the concurrent.interpreters Module (gh-133958) 2025-06-11 17:35:48 -06:00
queue.rst Docs: module pages should not link to themselves (#144505) 2026-02-06 06:48:27 -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 Docs: module pages should not link to themselves (#144505) 2026-02-06 06:48:27 -05:00
re.rst Python 3.15.0a7 2026-03-10 14:31:15 +02:00
readline.rst Docs: remove unneeded author attributions (#145002) 2026-02-19 18:45:28 -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: remove unneeded author attributions (#145002) 2026-02-19 18:45:28 -05:00
resource.rst Docs: remove unneeded author attributions (#145002) 2026-02-19 18:45:28 -05:00
rlcompleter.rst Docs: remove unneeded author attributions (#145002) 2026-02-19 18:45:28 -05:00
runpy.rst Docs: remove unneeded author attributions (#145002) 2026-02-19 18:45:28 -05:00
sched.rst Docs: remove unneeded author attributions (#145002) 2026-02-19 18:45:28 -05:00
secrets.rst Docs: remove unneeded author attributions (#145002) 2026-02-19 18:45:28 -05:00
security_warnings.rst gh-127502: Remove XML vulnerability table (GH-135294) 2025-07-07 11:03:07 +02:00
select.rst gh-138850: Add --disable-epoll to configure (GH-145768) 2026-03-30 11:55:42 +02:00
selectors.rst Fix typos and grammar errors across documentation (#144709) 2026-02-11 16:35:25 +00:00
shelve.rst Fix typos and grammar errors across documentation (#144709) 2026-02-11 16:35:25 +00:00
shlex.rst Docs: remove unneeded author attributions (#145002) 2026-02-19 18:45:28 -05:00
shutil.rst Python 3.15.0a7 2026-03-10 14:31:15 +02:00
signal.rst gh-146318: Document that signal.SIGSTOP is Unix-only (#146319) 2026-03-26 16:05:21 +01:00
site.rst DOC: clarify and expand documentation about PYTHONUSERBASE and PYTHONNOUSERSITE (#144637) 2026-03-02 15:54: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 Docs: remove unneeded author attributions (#145002) 2026-02-19 18:45:28 -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 Docs: don't rely on implicit 'above' directions in socket docs (#146426) 2026-03-28 05:41:24 -04:00
socketserver.rst Docs: module pages should not link to themselves (#144505) 2026-02-06 06:48:27 -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 Docs: replace all datetime imports with import datetime as dt (#145640) 2026-03-21 18:02:06 +02:00
ssl.rst Docs: replace all datetime imports with import datetime as dt (#145640) 2026-03-21 18:02:06 +02:00
stat.rst Docs: remove unneeded author attributions (#145002) 2026-02-19 18:45:28 -05:00
statistics.rst Docs: remove unneeded author attributions (#145002) 2026-02-19 18:45:28 -05:00
stdtypes.rst gh-144837: Improve documentation for more collection methods (GH-144841) 2026-03-26 21:29:23 +02:00
string.rst Docs: replace all datetime imports with import datetime as dt (#145640) 2026-03-21 18:02:06 +02:00
string.templatelib.rst gh-138558: Improve description of `Interpolation.expression` (#139187) 2025-10-04 22:06:56 +01:00
stringprep.rst Docs: remove unneeded author attributions (#145002) 2026-02-19 18:45:28 -05:00
struct.rst Mention _Float16 (type from Annex H of the C23) in the struct docs (#146243) 2026-03-27 19:38:28 +02:00
subprocess.rst gh-138234: clarify returncode behavior for subprocesses created with shell=True (#138536) 2026-03-21 12:32: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-140727: Restructure profiling documentation for PEP 799 (#142373) 2025-12-09 12:55:04 +00:00
symtable.rst Docs: remove unneeded author attributions (#145002) 2026-02-19 18:45:28 -05:00
sys.monitoring.rst Docs: module pages should not link to themselves (#144505) 2026-02-06 06:48:27 -05:00
sys.rst gh-138580: Revert sys.float_info.iec_60559 boolean flag (#146501) 2026-03-27 11:29:15 +01:00
sys_path_init.rst DOC: clarify and expand documentation about PYTHONUSERBASE and PYTHONNOUSERSITE (#144637) 2026-03-02 15:54:26 +00:00
sysconfig.rst Docs: remove unneeded author attributions (#145002) 2026-02-19 18:45:28 -05:00
syslog.rst Remove unused :platform: in module's docs (GH-144988) 2026-02-19 13:45:30 +02:00
tabnanny.rst Docs: remove unneeded author attributions (#145002) 2026-02-19 18:45:28 -05:00
tachyon-flamegraph.png gh-138122: Add some screenshots to the profiling.sampling docs (#142676) 2025-12-14 17:43:03 +00:00
tachyon-gecko-calltree.png gh-138122: Add some screenshots to the profiling.sampling docs (#142676) 2025-12-14 17:43:03 +00:00
tachyon-gecko-flamegraph.png gh-138122: Add some screenshots to the profiling.sampling docs (#142676) 2025-12-14 17:43:03 +00:00
tachyon-gecko-opcodes.png gh-138122: Add some screenshots to the profiling.sampling docs (#142676) 2025-12-14 17:43:03 +00:00
tachyon-heatmap-with-opcodes.png gh-138122: Add some screenshots to the profiling.sampling docs (#142676) 2025-12-14 17:43:03 +00:00
tachyon-heatmap.png gh-138122: Add some screenshots to the profiling.sampling docs (#142676) 2025-12-14 17:43:03 +00:00
tachyon-live-mode-1.gif gh-138122: Add some screenshots to the profiling.sampling docs (#142676) 2025-12-14 17:43:03 +00:00
tachyon-live-mode-2.gif gh-138122: Add some screenshots to the profiling.sampling docs (#142676) 2025-12-14 17:43:03 +00:00
tachyon-logo.png gh-138122: Add some screenshots to the profiling.sampling docs (#142676) 2025-12-14 17:43:03 +00:00
tachyon-pstats.png gh-138122: Add some screenshots to the profiling.sampling docs (#142676) 2025-12-14 17:43:03 +00:00
tarfile.rst Docs: remove unneeded author attributions (#145002) 2026-02-19 18:45:28 -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 Docs: remove unneeded author attributions (#145002) 2026-02-19 18:45:28 -05:00
termios.rst Remove unused :platform: in module's docs (GH-144988) 2026-02-19 13:45:30 +02:00
test.rst Docs: remove unneeded author attributions (#145002) 2026-02-19 18:45:28 -05:00
text.rst gh-132661: Document t-strings and templatelib (#135229) 2025-07-22 12:44:13 +03:00
textwrap.rst Docs: remove unneeded author attributions (#145002) 2026-02-19 18:45:28 -05:00
threading.rst Python 3.15.0a1 2025-10-14 13:46:08 +03:00
threadsafety.rst gh-142518: Add thread safety notes for the buffer protocol (#145911) 2026-03-18 14:18:28 +01:00
time.rst gh-141246: Link to correct Windows docs in time.sleep() doc (#141248) 2025-11-08 15:56:48 +01:00
timeit.rst Docs: module pages should not link to themselves (#144505) 2026-02-06 06:48:27 -05:00
tk.rst gh-137777: Disband the 'Program Frameworks' chapter (#137796) 2025-08-15 18:41:09 +01:00
tk_msg.png
tkinter.colorchooser.rst Remove unused :platform: in module's docs (GH-144988) 2026-02-19 13:45:30 +02:00
tkinter.dnd.rst Remove unused :platform: in module's docs (GH-144988) 2026-02-19 13:45:30 +02:00
tkinter.font.rst Remove unused :platform: in module's docs (GH-144988) 2026-02-19 13:45:30 +02:00
tkinter.messagebox.rst Remove unused :platform: in module's docs (GH-144988) 2026-02-19 13:45:30 +02:00
tkinter.rst Docs: remove unneeded author attributions (#145002) 2026-02-19 18:45:28 -05:00
tkinter.scrolledtext.rst Docs: remove unneeded author attributions (#145002) 2026-02-19 18:45:28 -05:00
tkinter.ttk.rst Docs: remove unneeded author attributions (#145002) 2026-02-19 18:45:28 -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 Docs: remove unneeded author attributions (#145002) 2026-02-19 18:45:28 -05:00
tokenize.rst Docs: remove unneeded author attributions (#145002) 2026-02-19 18:45:28 -05:00
tomllib.rst Docs: remove unneeded author attributions (#145002) 2026-02-19 18:45:28 -05:00
trace.rst Fix typos and grammar errors across documentation (#144709) 2026-02-11 16:35:25 +00: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 Fix typos and grammar errors across documentation (#144709) 2026-02-11 16:35:25 +00:00
tty.rst Docs: remove unneeded author attributions (#145002) 2026-02-19 18:45:28 -05:00
turtle-star.pdf
turtle-star.png
turtle-star.ps
turtle.rst Destroy the turtle window after its doctests finish (GH-125294) 2026-02-28 21:12:05 +00:00
types.rst Python 3.15.0a7 2026-03-10 14:31:15 +02:00
typing.rst gh-145033: Implement PEP 747 (#145034) 2026-02-28 19:52:04 -08:00
unicodedata.rst Python 3.15.0a7 2026-03-10 14:31:15 +02:00
unittest.mock-examples.rst Docs: replace all datetime imports with import datetime as dt (#145640) 2026-03-21 18:02:06 +02:00
unittest.mock.rst Docs: remove unneeded author attributions (#145002) 2026-02-19 18:45:28 -05:00
unittest.rst Docs: remove unneeded author attributions (#145002) 2026-02-19 18:45:28 -05:00
unix.rst gh-137777: Disband the 'Program Frameworks' chapter (#137796) 2025-08-15 18:41:09 +01:00
urllib.error.rst Docs: remove unneeded author attributions (#145002) 2026-02-19 18:45:28 -05:00
urllib.parse.rst Python 3.15.0a6 2026-02-11 14:23:15 +02:00
urllib.request.rst Docs: remove unneeded author attributions (#145002) 2026-02-19 18:45:28 -05:00
urllib.robotparser.rst Docs: remove unneeded author attributions (#145002) 2026-02-19 18:45:28 -05: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 Docs: remove unneeded author attributions (#145002) 2026-02-19 18:45:28 -05:00
venv.rst Docs: remove unneeded author attributions (#145002) 2026-02-19 18:45:28 -05:00
warnings.rst Docs: module pages should not link to themselves (#144505) 2026-02-06 06:48:27 -05:00
wave.rst GH-60729: Add IEEE format wave audio support (GH-145931) 2026-03-18 12:46:26 +00:00
weakref.rst Docs: remove unneeded author attributions (#145002) 2026-02-19 18:45:28 -05:00
webbrowser.rst Docs: remove unneeded author attributions (#145002) 2026-02-19 18:45:28 -05:00
windows.rst
winreg.rst Docs: remove unneeded author attributions (#145002) 2026-02-19 18:45:28 -05:00
winsound.rst Docs: remove unneeded author attributions (#145002) 2026-02-19 18:45:28 -05:00
wsgiref.rst Docs: remove unneeded author attributions (#145002) 2026-02-19 18:45:28 -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 Docs: remove unneeded author attributions (#145002) 2026-02-19 18:45:28 -05:00
xml.dom.pulldom.rst Docs: remove unneeded author attributions (#145002) 2026-02-19 18:45:28 -05:00
xml.dom.rst Docs: remove unneeded author attributions (#145002) 2026-02-19 18:45:28 -05:00
xml.etree.elementtree.rst Python 3.15.0a7 2026-03-10 14:31:15 +02:00
xml.rst Docs: remove unneeded author attributions (#145002) 2026-02-19 18:45:28 -05:00
xml.sax.handler.rst Docs: remove unneeded author attributions (#145002) 2026-02-19 18:45:28 -05:00
xml.sax.reader.rst Docs: remove unneeded author attributions (#145002) 2026-02-19 18:45:28 -05:00
xml.sax.rst Docs: remove unneeded author attributions (#145002) 2026-02-19 18:45:28 -05:00
xml.sax.utils.rst Docs: remove unneeded author attributions (#145002) 2026-02-19 18:45:28 -05:00
xmlrpc.client.rst Docs: replace all datetime imports with import datetime as dt (#145640) 2026-03-21 18:02:06 +02: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 Docs: replace all datetime imports with import datetime as dt (#145640) 2026-03-21 18:02:06 +02:00
zipapp.rst Docs: module pages should not link to themselves (#144505) 2026-02-06 06:48:27 -05:00
zipfile.rst gh-91279: Note SOURCE_DATE_EPOCH support in ZipFile.writestr() doc (#139396) 2026-03-20 16:14:25 +00:00
zipimport.rst Docs: remove unneeded author attributions (#145002) 2026-02-19 18:45:28 -05:00
zlib.rst gh-139707: Add docs for optional modules (GH-140171) 2025-11-06 11:49:44 +01:00
zoneinfo.rst Docs: replace all datetime imports with import datetime as dt (#145640) 2026-03-21 18:02:06 +02:00