cpython/Doc/library
Thomas Wouters 8a526ec7cb Python 3.13.4 2025-06-03 17:34:24 +02:00
..
__future__.rst [3.13] docs: module page titles should not start with a link to themselves (GH-117099) (#118790) 2024-05-08 19:52:39 +00:00
__main__.rst [3.13] gh-90437: Fix __main__.py documentation wording (GH-116309) (#121385) 2024-07-04 23:05:02 +00:00
_thread.rst [3.13] gh-125058: update `_thread` docs regarding interruptibility of `lock.acquire()` (GH-125141) (#125306) 2024-10-11 08:20:46 +00:00
abc.rst [3.13] Docs: Fix some semantic usages of `iterator.__iter__` (GH-130172) (GH-130543) 2025-02-26 11:02:53 +01:00
aifc.rst [3.13] Docs: re-create pages for removed modules to document their removal. (GH-126622) (#126709) 2024-11-17 22:20:32 +02:00
allos.rst [3.13] gh-126180: Remove getopt and optparse deprecation notices (GH-128191) 2024-12-23 04:40:59 +00:00
archiving.rst
argparse.rst [3.13] GH-106235: Clarify `parse_known_args` documentation by removing "remaining" (GH-126921) (#134914) 2025-05-30 13:24:22 -07:00
array.rst [3.13] gh-121905: Consistently use "floating-point" instead of "floating point" (GH-121907) (GH-122012) 2024-07-19 09:13:08 +00:00
ast.rst [3.13] gh-134733: Fix documentation for the show_empty option of ast.dump() (GH-134925) (GH-134941) 2025-05-30 19:30:26 +03:00
asynchat.rst [3.13] Docs: re-create pages for removed modules to document their removal. (GH-126622) (#126709) 2024-11-17 22:20:32 +02:00
asyncio-api-index.rst
asyncio-dev.rst [3.13] gh-133515: fix docs for unawaited coroutines in debug mode (GH-134081) (#134094) 2025-05-16 15:38:22 +00:00
asyncio-eventloop.rst [3.13] gh-133745: Fix asyncio task factory name/context kwarg breaks (#133948) 2025-05-18 06:50:07 -07:00
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.13] Docs: spelling and grammar fixes (GH-122084) (#122106) 2024-07-22 01:30:34 +00:00
asyncio-llapi-index.rst [3.13] gh-123517: Remove unnecessary `:meth:` parentheses (gh-123518) (GH-123577) 2024-09-02 16:00:04 +02:00
asyncio-platforms.rst gh-106909: Use role :const: for referencing module constants (GH-106910) 2023-07-21 12:40:37 +03:00
asyncio-policy.rst gh-113664: Improve style of Big O notation (GH-113695) 2024-01-10 15:01:18 +02:00
asyncio-protocol.rst gh-113812: Allow DatagramTransport.sendto to send empty data (#115199) 2024-02-16 18:38:07 -08:00
asyncio-queue.rst [3.13] gh-121970: Replace `.. coroutine{method,function}` with `:async:` (GH-130448) (#130465) 2025-02-22 18:00:49 +00:00
asyncio-runner.rst [3.13] gh-123492: Remove unnecessary `:func:` parentheses (gh-123493) (#123513) 2024-08-30 20:14:48 +03:00
asyncio-stream.rst [3.13] gh-134664: document `cleanup_socket` parameter in `asyncio.start_unix_server` (GH-134750) (#134780) 2025-05-27 14:04:29 +05:30
asyncio-subprocess.rst [3.13] gh-101100: Fix sphinx warnings in `library/asyncio-subprocess.rst` (GH-130994) (#131074) 2025-03-11 14:30:47 +02:00
asyncio-sync.rst [3.13] gh-121970: Replace `.. coroutine{method,function}` with `:async:` (GH-130448) (#130465) 2025-02-22 18:00:49 +00:00
asyncio-task.rst [3.13] gh-132354: document return value for `asyncio.Task.cancel` (GH-132374) (#132465) 2025-04-13 07:41:26 +00:00
asyncio.rst [3.13] gh-121957: Emit audit events for `python -i` and `python -m asyncio` (GH-121958) (GH-122115) 2024-07-22 13:36:57 +02:00
asyncore.rst [3.13] Docs: re-create pages for removed modules to document their removal. (GH-126622) (#126709) 2024-11-17 22:20:32 +02:00
atexit.rst [3.13] docs: module page titles should not start with a link to themselves (GH-117099) (#118790) 2024-05-08 19:52:39 +00:00
audioop.rst [3.13] Docs: re-create pages for removed modules to document their removal. (GH-126622) (#126709) 2024-11-17 22:20:32 +02:00
audit_events.rst gh-115777: Fix double versionadded directives (GH-116269) 2024-03-05 17:41:53 +02:00
base64.rst [3.13] gh-134201: Expand explanation of Base85 encodings in base64 docs (GH-134288) (#134297) 2025-05-20 00:05:26 +00:00
bdb.rst [3.13] Format None, True, False and NotImplemented as literals (GH-118758) (GH-118792) 2024-05-08 19:55:12 +00:00
binary.rst
binascii.rst [3.13] docs: module page titles should not start with a link to themselves (GH-117099) (#118790) 2024-05-08 19:52:39 +00:00
bisect.rst [3.13] docs: module page titles should not start with a link to themselves (GH-117099) (#118790) 2024-05-08 19:52:39 +00:00
builtins.rst [3.13] gh-99030: Added documentation links for types and exceptions (GH-123857) (#125764) 2024-10-21 00:42:06 +00:00
bz2.rst [3.13] docs: module page titles should not start with a link to themselves (GH-117099) (#118790) 2024-05-08 19:52:39 +00:00
calendar.rst [3.13] gh-108202: Document calendar.Calendar.firstweekday (GH-128566) (#128579) 2025-01-07 08:05:09 +00:00
cgi.rst [3.13] Docs: re-create pages for removed modules to document their removal. (GH-126622) (#126709) 2024-11-17 22:20:32 +02:00
cgitb.rst [3.13] Docs: re-create pages for removed modules to document their removal. (GH-126622) (#126709) 2024-11-17 22:20:32 +02:00
chunk.rst [3.13] Docs: re-create pages for removed modules to document their removal. (GH-126622) (#126709) 2024-11-17 22:20:32 +02:00
cmath.rst [3.13] Docs: Add a single table summary for ``cmath`` (GH-131887) (#132179) 2025-04-06 23:42:49 +00:00
cmd.rst [3.13] docs: module page titles should not start with a link to themselves (GH-117099) (#118790) 2024-05-08 19:52:39 +00:00
cmdline.rst [3.13] gh-130160: use `.. program::` directive for documenting `platform` CLI (GH-133335) (#133341) 2025-05-03 15:37:09 +03:00
cmdlinelibs.rst [3.13] gh-126180: Remove getopt and optparse deprecation notices (GH-128191) 2024-12-23 04:40:59 +00:00
code.rst [3.13] gh-53189: Document peculiarities of InteractiveConsole in relation to pickle (GH-123069) (GH-134329) 2025-05-20 12:17:10 +00:00
codecs.rst [3.13] gh-123441: Update Belorussian spelling (GH-132409) (GH-132432) 2025-04-12 10:42:31 +00:00
codeop.rst [3.13] docs: module page titles should not start with a link to themselves (GH-117099) (#118790) 2024-05-08 19:52:39 +00:00
collections.abc.rst [3.13] gh-130159: Fix list indentation in collections.abc (GH-130165) (#130437) 2025-02-22 01:47:18 +00:00
collections.rst [3.13] gh-101100: Fix Sphinx documentation warnings in `collections.rst` (GH-130629) (#130779) 2025-03-03 09:57:28 +00:00
colorsys.rst [3.13] gh-121905: Consistently use "floating-point" instead of "floating point" (GH-121907) (GH-122012) 2024-07-19 09:13:08 +00:00
compileall.rst [3.13] gh-133503: clarify `compileall -s/-p` docs (GH-134756) (#134996) 2025-06-01 08:27:26 +00:00
concurrency.rst
concurrent.futures.rst [3.13] Doc: Fix typos (GH-125728) (#125773) 2024-10-21 08:49:31 +00:00
concurrent.rst gh-101100: Sphinx warnings: pick the low hanging fruits (GH-107386) 2023-07-29 08:48:10 +03:00
configparser.rst [3.13] gh-125436: Doc: Add missing ``allow_unnamed_section`` parameter to ``ConfigParser`` documentation (GH-125437) (#126421) 2024-11-05 03:04:32 +00:00
constants.rst [3.13] gh-129015: Improve disambiguation between `NotImplemented` and `NotImplementedError` (GH-129562) (#130776) 2025-03-03 08:29:29 +00:00
contextlib.rst [3.13] Docs: Add a missing trailing full stop (GH-130561) (#132358) 2025-04-10 11:57:40 +00:00
contextvars.rst [3.13] gh-124872: Refine contextvars documentation (GH-124773) (#125233) 2024-10-30 20:48:02 +00:00
copy.rst [3.13] gh-134559: Add versionadded for ``object.__replace__()`` (GH-134672) (#134700) 2025-05-26 10:29:53 +00:00
copyreg.rst [3.13] docs: module page titles should not start with a link to themselves (GH-117099) (#118790) 2024-05-08 19:52:39 +00:00
crypt.rst [3.13] Docs: re-create pages for removed modules to document their removal. (GH-126622) (#126709) 2024-11-17 22:20:32 +02:00
crypto.rst gh-104773: PEP 594: Remove the crypt module (#104908) 2023-05-25 15:45:46 +02:00
csv.rst [3.13] gh-74232: Add a note about roundtrip of non-float numerics in CSV (GH-134963) (GH-135049) 2025-06-02 20:39:01 +00:00
ctypes.rst [3.13] gh-69011: : clarify & deduplicate `ctypes.create_*_buffer` docs (GH-132858) (GH-134882) 2025-05-29 13:22:33 +00:00
curses.ascii.rst [3.13] docs: module page titles should not start with a link to themselves (GH-117099) (#118790) 2024-05-08 19:52:39 +00:00
curses.panel.rst [3.13] docs: module page titles should not start with a link to themselves (GH-117099) (#118790) 2024-05-08 19:52:39 +00:00
curses.rst [3.13] gh-116622: Complete Android documentation (GH-124259) (#124395) 2024-09-24 00:13:45 +00:00
custominterp.rst
dataclasses.rst [3.13] gh-132111: Document dataclasses.InitVar (GH-132446) (#132483) 2025-04-13 16:53:40 +00:00
datatypes.rst
datetime.rst [3.13] gh-132642: document how to render human-readable `timedelta` objects (GH-133825) (#133836) 2025-05-10 15:57:29 +00:00
dbm.rst [3.13] gh-101100: Docs: Fix some typos in the document (GH-129988) (#129997) 2025-02-11 21:37:25 +00:00
debug.rst
decimal.rst [3.13] gh-101100: Fix Sphinx warnings in `library/decimal.rst` (GH-134303) (#134339) 2025-05-20 17:55:23 +03:00
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 gh-110631: Fix reST indentation in `Doc/library` (#110685) 2023-10-11 22:24:12 +02:00
difflib.rst [3.13] docs: module page titles should not start with a link to themselves (GH-117099) (#118790) 2024-05-08 19:52:39 +00:00
dis.rst [3.13] gh-85583: Add an overview of formatted string literals (f-strings) to ``str`` (GH-132689) (#132767) 2025-04-21 08:55:13 +01:00
distribution.rst
distutils.rst [3.13] Docs: re-create pages for removed modules to document their removal. (GH-126622) (#126709) 2024-11-17 22:20:32 +02:00
doctest.rst [3.13] gh-134918: Fix and improve doctest's documentation (GH-134919) (GH-134967) 2025-05-31 09:09:07 +00:00
email.charset.rst [3.13] docs: module page titles should not start with a link to themselves (GH-117099) (#118790) 2024-05-08 19:52:39 +00:00
email.compat32-message.rst [3.13] gh-123517: Remove unnecessary `:meth:` parentheses (gh-123518) (GH-123577) 2024-09-02 16:00:04 +02:00
email.contentmanager.rst [3.13] gh-121542: Document trailing newline behavior in `set_content()` (GH-121543) (#128995) 2025-01-18 18:40:30 +00:00
email.encoders.rst [3.13] docs: module page titles should not start with a link to themselves (GH-117099) (#118790) 2024-05-08 19:52:39 +00:00
email.errors.rst [3.13] gh-101100: Fix sphinx warnings in `library/email.errors.rst` (GH-130774) (#130781) 2025-03-03 12:04:51 +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 [3.13] docs: module page titles should not start with a link to themselves (GH-117099) (#118790) 2024-05-08 19:52:39 +00:00
email.header.rst [3.13] gh-120276: Fix incorrect email.header.Header maxlinelen default (GH-120277) (GH-120279) 2024-06-08 17:37:50 +00:00
email.headerregistry.rst [3.13] gh-101100: Add a table of class attributes to the "Custom classes" section of the data model docs (#124480) (#124556) 2024-09-25 17:29:48 -07:00
email.iterators.rst [3.13] docs: module page titles should not start with a link to themselves (GH-117099) (#118790) 2024-05-08 19:52:39 +00:00
email.message.rst [3.13] gh-123517: Remove unnecessary `:meth:` parentheses (gh-123518) (GH-123577) 2024-09-02 16:00:04 +02:00
email.mime.rst [3.13] docs: module page titles should not start with a link to themselves (GH-117099) (#118790) 2024-05-08 19:52:39 +00:00
email.parser.rst [3.13] docs: module page titles should not start with a link to themselves (GH-117099) (#118790) 2024-05-08 19:52:39 +00:00
email.policy.rst [3.13] Docs: fix `MessageDefect` references in email.policy docs (GH-128468) (#128526) 2025-01-05 22:04:39 +00:00
email.rst [3.13] docs: module page titles should not start with a link to themselves (GH-117099) (#118790) 2024-05-08 19:52:39 +00:00
email.utils.rst [3.13] gh-121905: Consistently use "floating-point" instead of "floating point" (GH-121907) (GH-122012) 2024-07-19 09:13:08 +00:00
ensurepip.rst [3.13] gh-130160: use `.. program::` directive for documenting `ensurepip` CLI (gh-130253) (gh-130259) 2025-02-18 12:51:33 +00:00
enum.rst [3.13] gh-112328: Make EnumDict usable on its own and document it (GH-123669) (GH-128142) 2024-12-24 10:50:23 -08:00
errno.rst [3.13] gh-85046: Document errno constants (GH-126420) (#129383) 2025-01-28 00:19:06 +00:00
exceptions.rst [3.13] gh-129015: Improve disambiguation between `NotImplemented` and `NotImplementedError` (GH-129562) (#130776) 2025-03-03 08:29:29 +00:00
faulthandler.rst [3.13] docs: module page titles should not start with a link to themselves (GH-117099) (#118790) 2024-05-08 19:52:39 +00:00
fcntl.rst [3.13] gh-132742: Update documentation for the fcntl module (GH-132765) (GH-132832) 2025-04-23 21:08:46 +03:00
filecmp.rst [3.13] Use roles :data: and :const: for referencing module variables (GH-129507) (GH-129649) 2025-02-04 14:25:18 +00:00
fileformats.rst
fileinput.rst [3.13] gh-120345: Fix incorrect use of the :class: role with the "()" suffix (GH-120347) (GH-120411) 2024-06-12 14:51:35 +00:00
filesys.rst [3.13] gh-126180: Remove getopt and optparse deprecation notices (GH-128191) 2024-12-23 04:40:59 +00:00
fnmatch.rst [3.13] gh-123345: improve `fnmatch` docs (GH-123346) (#128776) 2025-01-13 10:35:26 +00:00
fractions.rst [3.13] Docs: spelling and grammar fixes (GH-122084) (#122106) 2024-07-22 01:30:34 +00:00
frameworks.rst
ftplib.rst [3.13] gh-120823: Fix doc for ftplib.FTP.retrbinary() (GH-121697) (GH-121707) 2024-07-13 14:45:32 +00:00
functional.rst
functions.rst [3.13] gh-110631: Fix some incorrect indents in the documentation (GH-129312) (#134420) 2025-05-21 14:00:13 +00:00
functools.rst [3.13] gh-90190: Add doc for using `singledispatch` with precise collection type hints (GH-116544) (#124710) 2024-09-27 21:28:30 +00:00
gc.rst [3.13] GH-124567: Revert the Incremental GC in 3.13 (#124770) 2024-09-30 21:27:29 +00:00
getopt.rst [3.13] gh-126180: Remove getopt and optparse deprecation notices (GH-128191) 2024-12-23 04:40:59 +00:00
getpass.rst [3.13] gh-123492: Remove unnecessary `:func:` parentheses (gh-123493) (#123513) 2024-08-30 20:14:48 +03:00
gettext.rst [3.13] docs: module page titles should not start with a link to themselves (GH-117099) (#118790) 2024-05-08 19:52:39 +00:00
glob.rst [3.13] docs: module page titles should not start with a link to themselves (GH-117099) (#118790) 2024-05-08 19:52:39 +00:00
graphlib.rst [3.13] docs: module page titles should not start with a link to themselves (GH-117099) (#118790) 2024-05-08 19:52:39 +00:00
grp.rst [3.13] gh-116622: Complete Android documentation (GH-124259) (#124395) 2024-09-24 00:13:45 +00:00
gzip.rst [3.13] gh-98347: Add links to python-isal in the documentation (GH-98637) (#132894) 2025-04-25 03:09:58 +01:00
hashlib-blake2-tree.png
hashlib.rst Python 3.13.4 2025-06-03 17:34:24 +02:00
heapq.rst [3.13] docs: module page titles should not start with a link to themselves (GH-117099) (#118790) 2024-05-08 19:52:39 +00:00
hmac.rst [3.13] docs: module page titles should not start with a link to themselves (GH-117099) (#118790) 2024-05-08 19:52:39 +00:00
html.entities.rst [3.13] docs: module page titles should not start with a link to themselves (GH-117099) (#118790) 2024-05-08 19:52:39 +00:00
html.parser.rst [3.13] gh-131535: Fix stale example in html.parser docs, make examples doctests (GH-131551) (GH-133587) 2025-05-07 20:33:23 +03:00
html.rst [3.13] docs: module page titles should not start with a link to themselves (GH-117099) (#118790) 2024-05-08 19:52:39 +00:00
http.client.rst [3.13] docs: module page titles should not start with a link to themselves (GH-117099) (#118790) 2024-05-08 19:52:39 +00:00
http.cookiejar.rst [3.13] GH-103484: Fix permanently redirects reported by linkcheck (GH-124144) (#124151) 2024-09-24 00:43:04 +00:00
http.cookies.rst [3.13] link to the correct output method in documentation (GH-127857) (#127900) 2024-12-13 15:07:46 +05:30
http.rst [3.13] docs: module page titles should not start with a link to themselves (GH-117099) (#118790) 2024-05-08 19:52:39 +00:00
http.server.rst [3.13] gh-117026: Remove outdated sentence in SimpleHTTPRequestHandler docs (GH-117027) (GH-134108) 2025-05-16 22:24:05 +03:00
i18n.rst
idle.rst [3.13] gh-130160: use `.. program::` directive for documenting `idle` CLI (GH-130278) (#130494) 2025-02-23 22:58:28 -05:00
imaplib.rst [3.13] Format None, True, False and NotImplemented as literals (GH-118758) (GH-118792) 2024-05-08 19:55:12 +00:00
imghdr.rst [3.13] Docs: re-create pages for removed modules to document their removal. (GH-126622) (#126709) 2024-11-17 22:20:32 +02:00
imp.rst [3.13] Docs: re-create pages for removed modules to document their removal. (GH-126622) (#126709) 2024-11-17 22:20:32 +02:00
importlib.metadata.rst [3.13] Fix typo in importlib.metadata.rst (gh-131596) (#131630) 2025-03-27 15:42:47 +02:00
importlib.resources.abc.rst [3.13] gh-110631: Fix some incorrect indents in the documentation (GH-129312) (#134420) 2025-05-21 14:00:13 +00:00
importlib.resources.rst [3.13] docs: module page titles should not start with a link to themselves (GH-117099) (#118790) 2024-05-08 19:52:39 +00:00
importlib.rst [3.13] GH-121970: Replace custom abstract method directive with the ``:abstract:`` option (#129311) (#130439) 2025-02-22 02:04:54 +00:00
index.rst [3.13] gh-126180: Remove getopt and optparse deprecation notices (GH-128191) 2024-12-23 04:40:59 +00:00
inspect.rst [3.13] gh-101100: Add a table of class attributes to the "Custom classes" section of the data model docs (#124480) (#124556) 2024-09-25 17:29:48 -07:00
internet.rst GH-97950: Use new-style index directive ('module') (#103996) 2023-05-04 10:17:12 +02:00
intro.rst [3.13] gh-116622: Complete Android documentation (GH-124259) (#124395) 2024-09-24 00:13:45 +00:00
io.rst [3.13] gh-80050: Update BufferedReader.read docs around non-blocking (GH-130653) (#134445) 2025-05-21 17:07:03 +00:00
ipaddress.rst [3.13] gh-123492: Remove unnecessary `:func:` parentheses (gh-123493) (#123513) 2024-08-30 20:14:48 +03:00
ipc.rst
itertools.rst [3.13] Minor doc edit: Make multinomial() the first math example (gh-132697) (gh-132698) 2025-04-18 17:47:25 +00:00
json.rst [3.13] gh-134150: Clarify distinction between JSON and Python objects (GH-134154) (#134167) 2025-05-18 01:53:37 +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 [3.13] docs: module page titles should not start with a link to themselves (GH-117099) (#118790) 2024-05-08 19:52:39 +00:00
language.rst
linecache.rst [3.13] docs: module page titles should not start with a link to themselves (GH-117099) (#118790) 2024-05-08 19:52:39 +00:00
locale.rst [3.13] gh-126727: Fix locale.nl_langinfo(locale.ERA) (GH-126730) (GH-127097) 2024-11-21 11:49:19 +00:00
logging.config.rst [3.13] gh-124653: Relax (again) detection of queue API for logging handlers (GH-124897) (GH-125059) 2024-10-08 07:23:40 +01:00
logging.handlers.rst Python 3.13.4 2025-06-03 17:34:24 +02:00
logging.rst [3.13] gh-127805: Clarify Formatter initialization in logging.rst. (GH-127850) (#130392) 2025-02-24 07:23:16 +02:00
lzma.rst [3.13] docs: module page titles should not start with a link to themselves (GH-117099) (#118790) 2024-05-08 19:52:39 +00:00
mailbox.rst [3.13] gh-121529: Document `from_` parameter in `_mboxMMDF` public methods (GH-121530) (#131623) 2025-03-23 12:17:37 +00:00
mailcap.rst [3.13] Docs: re-create pages for removed modules to document their removal. (GH-126622) (#126709) 2024-11-17 22:20:32 +02:00
markup.rst
marshal.rst [3.13] gh-121905: Consistently use "floating-point" instead of "floating point" (GH-121907) (GH-122012) 2024-07-19 09:13:08 +00:00
math.rst [3.13] Update outdated statement from `math` about C standard (GH-134621) (#134826) 2025-05-28 07:36:24 +00:00
mimetypes.rst [3.13] Document ``mimetypes.MimeTypes.add_type()`` (GH-122301) (#122328) 2024-07-26 22:20:01 +00:00
mm.rst
mmap.rst [3.13] docs: module page titles should not start with a link to themselves (GH-117099) (#118790) 2024-05-08 19:52:39 +00:00
modulefinder.rst [3.13] docs: module page titles should not start with a link to themselves (GH-117099) (#118790) 2024-05-08 19:52:39 +00:00
modules.rst
msilib.rst [3.13] Docs: re-create pages for removed modules to document their removal. (GH-126622) (#126709) 2024-11-17 22:20:32 +02:00
msvcrt.rst [3.13] docs: module page titles should not start with a link to themselves (GH-117099) (#118790) 2024-05-08 19:52:39 +00:00
multiprocessing.rst [3.13] gh-80334: fix multiprocessing.freeze_support for other spawn platforms (GH-134462) (#134620) 2025-05-24 04:13:37 +00:00
multiprocessing.shared_memory.rst [3.13] docs: module page titles should not start with a link to themselves (GH-117099) (#118790) 2024-05-08 19:52:39 +00:00
netdata.rst
netrc.rst [3.13] docs: module page titles should not start with a link to themselves (GH-117099) (#118790) 2024-05-08 19:52:39 +00:00
nis.rst [3.13] Docs: re-create pages for removed modules to document their removal. (GH-126622) (#126709) 2024-11-17 22:20:32 +02:00
nntplib.rst [3.13] Docs: re-create pages for removed modules to document their removal. (GH-126622) (#126709) 2024-11-17 22:20:32 +02:00
numbers.rst [3.13] GH-121970: Replace custom abstract method directive with the ``:abstract:`` option (#129311) (#130439) 2025-02-22 02:04:54 +00:00
numeric.rst
operator.rst [3.13] docs: module page titles should not start with a link to themselves (GH-117099) (#118790) 2024-05-08 19:52:39 +00:00
optparse.rst [3.13] gh-126180: Remove getopt and optparse deprecation notices (GH-128191) 2024-12-23 04:40:59 +00:00
os.path.rst Python 3.13.4 2025-06-03 17:34:24 +02:00
os.rst [3.13] gh-127541: Update os.walk example (GH-127765) (GH-131869) 2025-03-29 06:49:15 +00:00
ossaudiodev.rst [3.13] Docs: re-create pages for removed modules to document their removal. (GH-126622) (#126709) 2024-11-17 22:20:32 +02:00
pathlib-inheritance.png
pathlib-inheritance.svg
pathlib.rst [3.13] gh-133286: add explanation about `seq` for pathlib Pattern Language (GH-133340) (#134106) 2025-05-16 20:20:53 +01:00
pdb.rst [3.13] gh-106670: Fix a typo in doc of pdb's exceptions command (GH-132277) (#132279) 2025-04-08 21:28:35 +00:00
persistence.rst
pickle.rst [3.13] Format None, True, False and NotImplemented as literals (GH-118758) (GH-118792) 2024-05-08 19:55:12 +00:00
pickletools.rst [3.13] docs: module page titles should not start with a link to themselves (GH-117099) (#118790) 2024-05-08 19:52:39 +00:00
pipes.rst [3.13] Docs: re-create pages for removed modules to document their removal. (GH-126622) (#126709) 2024-11-17 22:20:32 +02:00
pkgutil.rst [3.13] gh-101100: Consolidate documentation on `ModuleType` attributes (#124709) (#125208) 2024-10-09 20:03:30 +01:00
platform.rst [3.13] gh-130160: use `.. program::` directive for documenting `platform` CLI (GH-133335) (#133341) 2025-05-03 15:37:09 +03:00
plistlib.rst [3.13] gh-101100: Fix sphinx warnings in `library/plistlib.rst` (GH-132422) (#132485) 2025-04-13 18:41:56 +00:00
poplib.rst [3.13] docs: module page titles should not start with a link to themselves (GH-117099) (#118790) 2024-05-08 19:52:39 +00:00
posix.rst [3.13] docs: module page titles should not start with a link to themselves (GH-117099) (#118790) 2024-05-08 19:52:39 +00:00
pprint.rst [3.13] gh-126731: Update outdated project information in `pprint.pp` doc (GH-126732) (#126818) 2024-11-14 05:04:03 +00:00
profile.rst [3.13] gh-130160: use `.. program::` directive for documenting `cProfile` CLI (GH-130314) (#130745) 2025-03-01 20:45:33 +00:00
pty.rst [3.13] docs: module page titles should not start with a link to themselves (GH-117099) (#118790) 2024-05-08 19:52:39 +00:00
pwd.rst [3.13] docs: module page titles should not start with a link to themselves (GH-117099) (#118790) 2024-05-08 19:52:39 +00:00
py_compile.rst [3.13] docs: module page titles should not start with a link to themselves (GH-117099) (#118790) 2024-05-08 19:52:39 +00:00
pyclbr.rst [3.13] Format None, True, False and NotImplemented as literals (GH-118758) (GH-118792) 2024-05-08 19:55:12 +00:00
pydoc.rst [3.13] Doc: Note that pydoc uses and prefers ``MANPAGER`` (GH-125362) (#126152) 2024-10-29 23:23:18 +00:00
pyexpat.rst [3.13] docs: module page titles should not start with a link to themselves (GH-117099) (#118790) 2024-05-08 19:52:39 +00:00
python.rst GH-103082: Document PEP-669: Low Impact Monitoring for CPython (GH-107772) 2023-09-05 12:35:52 +01:00
queue.rst [3.13] docs: module page titles should not start with a link to themselves (GH-117099) (#118790) 2024-05-08 19:52:39 +00:00
quopri.rst [3.13] docs: module page titles should not start with a link to themselves (GH-117099) (#118790) 2024-05-08 19:52:39 +00:00
random.rst [3.13] gh-123968: fix -f/--float command line option description (GH-124517) (#124523) 2024-09-25 17:16:02 -07:00
re.rst [3.13] gh-122055: Clarify documentation for empty matches in RE (GH-133169) (GH-134218) 2025-05-19 16:49:29 +03:00
readline.rst [3.13] gh-101100: Fix sphinx warnings in `readline.rst` (GH-130300) (#130346) 2025-02-20 15:06:33 +02:00
removed.rst [3.13] Docs: re-create pages for removed modules to document their removal. (GH-126622) (#126709) 2024-11-17 22:20:32 +02:00
reprlib.rst [3.13] docs: module page titles should not start with a link to themselves (GH-117099) (#118790) 2024-05-08 19:52:39 +00:00
resource.rst [3.13] gh-121905: Consistently use "floating-point" instead of "floating point" (GH-121907) (GH-122012) 2024-07-19 09:13:08 +00:00
rlcompleter.rst [3.13] docs: module page titles should not start with a link to themselves (GH-117099) (#118790) 2024-05-08 19:52:39 +00:00
runpy.rst [3.13] docs: module page titles should not start with a link to themselves (GH-117099) (#118790) 2024-05-08 19:52:39 +00:00
sched.rst [3.13] docs: module page titles should not start with a link to themselves (GH-117099) (#118790) 2024-05-08 19:52:39 +00:00
secrets.rst [3.13] gh-123789: `secrets.randbits` returns only non-negative int (GH-123801) (#123830) 2024-09-24 11:21:10 -07:00
security_warnings.rst gh-104773: PEP 594: Remove cgi and cgitb modules (#104775) 2023-05-24 09:04:53 +00:00
select.rst [3.13] Use roles :data: and :const: for referencing module variables (GH-129507) (GH-129649) 2025-02-04 14:25:18 +00:00
selectors.rst [3.13] GH-121970: Replace custom abstract method directive with the ``:abstract:`` option (#129311) (#130439) 2025-02-22 02:04:54 +00:00
shelve.rst [3.13] docs: module page titles should not start with a link to themselves (GH-117099) (#118790) 2024-05-08 19:52:39 +00:00
shlex.rst [3.13] docs: module page titles should not start with a link to themselves (GH-117099) (#118790) 2024-05-08 19:52:39 +00:00
shutil.rst [3.13] gh-132971: Update shutil.which() docs (GH-133067) (#133804) 2025-05-10 10:51:38 +02:00
signal.rst [3.13] gh-110631: Fix some incorrect indents in the documentation (GH-129312) (#134420) 2025-05-21 14:00:13 +00:00
site.rst [3.13] Use roles :data: and :const: for referencing module variables (GH-129507) (GH-129649) 2025-02-04 14:25:18 +00:00
smtpd.rst [3.13] Docs: re-create pages for removed modules to document their removal. (GH-126622) (#126709) 2024-11-17 22:20:32 +02:00
smtplib.rst [3.13] gh-101100: Docs: Fix some typos in the document (GH-129988) (#129997) 2025-02-11 21:37:25 +00:00
sndhdr.rst [3.13] Docs: re-create pages for removed modules to document their removal. (GH-126622) (#126709) 2024-11-17 22:20:32 +02:00
socket.rst Python 3.13.4 2025-06-03 17:34:24 +02:00
socketserver.rst [3.13] gh-64414: mention AF_INET6 and IPv6 in socketserver docs. (GH-129866) (#129868) 2025-02-08 20:12:22 +00:00
spwd.rst [3.13] Docs: re-create pages for removed modules to document their removal. (GH-126622) (#126709) 2024-11-17 22:20:32 +02:00
sqlite3.rst [3.13] gh-131002: clarify how to enforce sqlite3 column types for generated fields (GH-131006) (#131385) 2025-03-18 12:09:41 +01:00
ssl.rst [3.13] Use roles :data: and :const: for referencing module variables (GH-129507) (GH-129649) 2025-02-04 14:25:18 +00:00
stat.rst [3.13] docs: module page titles should not start with a link to themselves (GH-117099) (#118790) 2024-05-08 19:52:39 +00:00
statistics.rst [3.13] gh-121977: Add tips for handling unhashable data (GH-122075) (#122076) 2024-07-21 06:10:06 +00:00
stdtypes.rst [3.13] gh-134789: Document del s[i] operation for mutable sequences (GH-134804) (#134809) 2025-05-27 18:54:16 +00:00
string.rst [3.13] Docs: use boolean constants for returning boolean value (GH-133325) (GH-133761) 2025-05-09 14:19:23 +00:00
stringprep.rst [3.13] docs: module page titles should not start with a link to themselves (GH-117099) (#118790) 2024-05-08 19:52:39 +00:00
struct.rst [3.13] gh-123110: correct note about _Bool in the struct module docs (GH-123111) (#123126) 2024-08-19 13:00:54 +05:30
subprocess.rst [3.13] gh-133089: Use original timeout value for `TimeoutExpired` when the func `subprocess.run` is called with a timeout (GH-133103) (#133418) 2025-05-05 01:38:30 +00:00
sunau.rst [3.13] Docs: re-create pages for removed modules to document their removal. (GH-126622) (#126709) 2024-11-17 22:20:32 +02:00
superseded.rst [3.13] gh-126180: Remove getopt and optparse deprecation notices (GH-128191) 2024-12-23 04:40:59 +00:00
symtable.rst [3.13] gh-70870: Clarify dual usage of 'free variable' (GH-122545) (#125088) 2024-10-08 17:58:47 +10:00
sys.monitoring.rst [3.13] Differentiate bitwise OR from the word "or" (GH-132890) (#132891) 2025-04-24 22:11:18 +00:00
sys.rst [3.13] document that `sys._is_gil_enabled` is CPython-specific (GH-131748) (#131760) 2025-03-26 17:44:47 +05:30
sys_path_init.rst gh-105145: Remove old functions to config Python init (#105154) 2023-06-01 09:14:02 +02:00
sysconfig.rst [3.13] gh-132726: Change the heading of `sysconfig` CLI section (GH-133035) (#133088) 2025-04-28 15:19:46 +00:00
syslog.rst [3.13] docs: module page titles should not start with a link to themselves (GH-117099) (#118790) 2024-05-08 19:52:39 +00:00
tabnanny.rst [3.13] docs: module page titles should not start with a link to themselves (GH-117099) (#118790) 2024-05-08 19:52:39 +00:00
tarfile.rst Python 3.13.4 2025-06-03 17:34:24 +02:00
telnetlib.rst [3.13] Docs: re-create pages for removed modules to document their removal. (GH-126622) (#126709) 2024-11-17 22:20:32 +02:00
tempfile.rst [3.13] docs: module page titles should not start with a link to themselves (GH-117099) (#118790) 2024-05-08 19:52:39 +00:00
termios.rst [3.13] docs: module page titles should not start with a link to themselves (GH-117099) (#118790) 2024-05-08 19:52:39 +00:00
test.rst [3.13] gh-101100: Add a table of class attributes to the "Custom classes" section of the data model docs (#124480) (#124556) 2024-09-25 17:29:48 -07:00
text.rst
textwrap.rst [3.13] docs: fix a few typos identified by codespell (GH-119516) (#119570) 2024-05-26 08:20:37 +00:00
threading.rst [3.13] gh-124210: Add introduction to `threading` docs (GH-127046) (#134091) 2025-05-16 12:25:22 +00:00
time.rst [3.13] gh-80421: Correct definitions of time (GH-130984) (#131022) 2025-03-09 20:15:37 +00:00
timeit.rst [3.13] docs: module page titles should not start with a link to themselves (GH-117099) (#118790) 2024-05-08 19:52:39 +00:00
tk.rst gh-75552: Remove deprecated tkinter.tix module (GH-104902) 2023-05-27 12:34:19 -05:00
tk_msg.png
tkinter.colorchooser.rst [3.13] docs: module page titles should not start with a link to themselves (GH-117099) (#118790) 2024-05-08 19:52:39 +00:00
tkinter.dnd.rst [3.13] Format None, True, False and NotImplemented as literals (GH-118758) (GH-118792) 2024-05-08 19:55:12 +00:00
tkinter.font.rst [3.13] docs: module page titles should not start with a link to themselves (GH-117099) (#118790) 2024-05-08 19:52:39 +00:00
tkinter.messagebox.rst [3.13] docs: module page titles should not start with a link to themselves (GH-117099) (#118790) 2024-05-08 19:52:39 +00:00
tkinter.rst [3.13] GH-103484: Fix permanently redirects reported by linkcheck (GH-124144) (#124151) 2024-09-24 00:43:04 +00:00
tkinter.scrolledtext.rst [3.13] docs: module page titles should not start with a link to themselves (GH-117099) (#118790) 2024-05-08 19:52:39 +00:00
tkinter.ttk.rst [3.13] docs: module page titles should not start with a link to themselves (GH-117099) (#118790) 2024-05-08 19:52:39 +00:00
token-list.inc [3.13] gh-130587: Add hand-written docs for non-OP tokens (GH-130588) (GH-131465) 2025-03-24 12:34:23 +00:00
token.rst [3.13] gh-130587: Add hand-written docs for non-OP tokens (GH-130588) (GH-131465) 2025-03-24 12:34:23 +00:00
tokenize.rst [3.13] gh-129020: Remove ambiguous sentence from `tokenize.untokenize` docs (GH-129021) (#129035) 2025-01-20 00:11:27 +00:00
tomllib.rst [3.13] gh-123905: Update TOML description to include version number (GH-123906) (#123908) 2024-09-24 11:15:30 -07:00
trace.rst [3.13] docs: module page titles should not start with a link to themselves (GH-117099) (#118790) 2024-05-08 19:52:39 +00:00
traceback.rst [3.13] gh-128481: indicate that the default value for `FrameSummary.end_lineno` changed in 3.13 (GH-130755) (#130767) 2025-03-02 17:22:48 +00:00
tracemalloc.rst [3.13] docs: module page titles should not start with a link to themselves (GH-117099) (#118790) 2024-05-08 19:52:39 +00:00
tty.rst [3.13] Format None, True, False and NotImplemented as literals (GH-118758) (GH-118792) 2024-05-08 19:55:12 +00:00
tulip_coro.dia
tulip_coro.png
turtle-star.pdf
turtle-star.png
turtle-star.ps
turtle.rst [3.13] Docs: delete title links in `turtle.rst` and `typing.rst` (GH-133283) (#133293) 2025-05-02 13:24:12 +01:00
types.rst [3.13] gh-101100: Consolidate documentation on `ModuleType` attributes (#124709) (#125208) 2024-10-09 20:03:30 +01:00
typing.rst [3.13] gh-130117: Document why nested `Union`, `Literal`, and `Annotated` types referenced through a type alias are not flattened (GH-130119) (#133488) 2025-05-06 02:13:22 +00:00
unicodedata.rst [3.13] docs: module page titles should not start with a link to themselves (GH-117099) (#118790) 2024-05-08 19:52:39 +00:00
unittest.mock-examples.rst [3.13] docs: module page titles should not start with a link to themselves (GH-117099) (#118790) 2024-05-08 19:52:39 +00:00
unittest.mock.rst [3.13] gh-133413: Fix references to removed Request.has_data (GH-133414) (GH-133946) 2025-05-12 18:25:25 +00:00
unittest.rst [3.13] Docs: fix spelling of "test case" in `unittest` documentation (GH-134137) (#134139) 2025-05-17 14:03:58 +02:00
unix.rst
urllib.error.rst [3.13] docs: module page titles should not start with a link to themselves (GH-117099) (#118790) 2024-05-08 19:52:39 +00:00
urllib.parse.rst [3.13] Added a warning to the urljoin docs, indicating that it is not safe to use with attacker controlled URLs (GH-126659) (#126888) 2024-11-15 23:15:27 +00:00
urllib.request.rst [3.13] gh-133413: Fix references to removed Request.has_data (GH-133414) (GH-133946) 2025-05-12 18:25:25 +00:00
urllib.robotparser.rst [3.13] docs: module page titles should not start with a link to themselves (GH-117099) (#118790) 2024-05-08 19:52:39 +00:00
urllib.rst [3.13] docs: module page titles should not start with a link to themselves (GH-117099) (#118790) 2024-05-08 19:52:39 +00:00
uu.rst [3.13] Docs: re-create pages for removed modules to document their removal. (GH-126622) (#126709) 2024-11-17 22:20:32 +02:00
uuid.rst [3.13] gh-130461: Remove unnecessary usages of `.. index::` directives in Doc/library/uuid.rst (#130526) (#130548) 2025-02-25 15:24:46 +02:00
venv.rst [3.13] docs: in venv table use executable name (GH-124315) (GH-125172) 2024-10-09 17:54:15 +01:00
warnings.rst [3.13] gh-125761: Clarify repeated warning suppression criteria in warnings module (gh-126330) 2024-11-02 11:43:30 +00:00
wave.rst [3.13] gh-123517: Remove unnecessary `:meth:` parentheses (gh-123518) (GH-123577) 2024-09-02 16:00:04 +02:00
weakref.rst [3.13] Docs: Standardise versionchanged text in weakref.rst (GH-122898) (#122911) 2024-08-11 20:57:19 +00:00
webbrowser.rst [3.13] gh-122399: change webbrowser.rst to better describe the contents of controller object (GH-122407) (#132874) 2025-04-24 14:03:02 +00:00
windows.rst
winreg.rst [3.13] docs: module page titles should not start with a link to themselves (GH-117099) (#118790) 2024-05-08 19:52:39 +00:00
winsound.rst [3.13] gh-131327: Document winsound.SND_APPLICATION (GH-131328) (#131330) 2025-03-16 15:52:48 +00:00
wsgiref.rst [3.13] gh-127522: wsgiref: indicate that `start_response` objects should follow a specific protocol (GH-127525) (GH-130504) 2025-02-24 15:08:07 +01:00
xdrlib.rst [3.13] Docs: re-create pages for removed modules to document their removal. (GH-126622) (#126709) 2024-11-17 22:20:32 +02:00
xml.dom.minidom.rst [3.13] docs: module page titles should not start with a link to themselves (GH-117099) (#118790) 2024-05-08 19:52:39 +00:00
xml.dom.pulldom.rst [3.13] docs: module page titles should not start with a link to themselves (GH-117099) (#118790) 2024-05-08 19:52:39 +00:00
xml.dom.rst [3.13] docs: module page titles should not start with a link to themselves (GH-117099) (#118790) 2024-05-08 19:52:39 +00:00
xml.etree.elementtree.rst [3.13] Fix typo in XMLParser doc (GH-124129) (#124280) 2024-09-23 15:53:10 -07:00
xml.rst Docs: add link roles with Sphinx extlinks (#117850) 2024-04-15 21:22:00 +03:00
xml.sax.handler.rst [3.13] docs: module page titles should not start with a link to themselves (GH-117099) (#118790) 2024-05-08 19:52:39 +00:00
xml.sax.reader.rst [3.13] docs: module page titles should not start with a link to themselves (GH-117099) (#118790) 2024-05-08 19:52:39 +00:00
xml.sax.rst [3.13] docs: module page titles should not start with a link to themselves (GH-117099) (#118790) 2024-05-08 19:52:39 +00:00
xml.sax.utils.rst [3.13] docs: module page titles should not start with a link to themselves (GH-117099) (#118790) 2024-05-08 19:52:39 +00:00
xmlrpc.client.rst [3.13] Docs: Fix a misplaced statement in the document for `ServerProxy` (GH-130616) (GH-130640) 2025-03-03 15:09:26 +01:00
xmlrpc.rst [3.13] gh-101100: Fix sphinx warnings in `whatsnew/3.0.rst` (GH-127662) (#127783) 2024-12-10 10:45:30 +00:00
xmlrpc.server.rst [3.13] docs: module page titles should not start with a link to themselves (GH-117099) (#118790) 2024-05-08 19:52:39 +00:00
zipapp.rst [3.13] gh-123492: Remove unnecessary `:func:` parentheses (gh-123493) (#123513) 2024-08-30 20:14:48 +03:00
zipfile.rst [3.13] gh-123726: Document caveats of zipfile.Path around name sanitization (GH-130537) (#130986) 2025-03-08 21:43:12 +00:00
zipimport.rst [3.13] docs: module page titles should not start with a link to themselves (GH-117099) (#118790) 2024-05-08 19:52:39 +00:00
zlib.rst [3.13] gh-98347: Add links to python-isal in the documentation (GH-98637) (#132894) 2025-04-25 03:09:58 +01:00
zoneinfo.rst [3.13] docs: module page titles should not start with a link to themselves (GH-117099) (#118790) 2024-05-08 19:52:39 +00:00