cpython/Doc/library
Miss Islington (bot) 1fc3853e8f
[3.13] gh-70273: Document default class bindings in tkinter (GH-152389) (GH-152392)
Note in the Bindings and events section that every widget inherits Tk
class bindings for its standard behavior, where they are documented, and
how to suppress an unwanted one by returning "break" from a callback.
(cherry picked from commit 4fd69ef97a)

Co-authored-by: Serhiy Storchaka <storchaka@gmail.com>
Co-authored-by: Claude Opus 4.8 <noreply@anthropic.com>
2026-06-27 11:45:00 +00:00
..
__future__.rst [3.13] gh-135755: Document __future__.* and CO_* as proper Sphinx objects (GH-135980) (GH-136371) 2025-08-02 16:19:20 +02: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-89554: Document _thread.LockType as a class (#150684) (#150786) 2026-06-02 15:13:35 +02: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-59633: Clarify dest collisions in argparse docs (GH-150987) (#151196) 2026-06-09 17:26:45 +00:00
array.rst [3.13] gh-150319: Replace all documentation which says "See PEP 585" (#150325) (#150814) 2026-06-02 22:26:33 +00:00
ast.rst [3.13] gh-149267: Document ast.Constant.kind attribute (GH-149268) (#149294) 2026-05-02 20:05:24 +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 Doc: Found some remaining default roles. (GH-98392) 2022-10-18 15:46:18 +02:00
asyncio-dev.rst [3.13] GH-100108: Add async generators best practices section (GH-141885) (#146253) 2026-03-21 12:06:05 +00:00
asyncio-eventloop.rst [3.13] gh-148067: Fix typo in asyncio event loop docs: 'signals' -> 'signal' (GH-148073) (#148245) 2026-04-09 14:07:54 +00: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] gh-150319: Replace all documentation which says "See PEP 585" (#150325) (#150814) 2026-06-02 22:26:33 +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 [3.13] Docs: replace all datetime imports with import datetime as dt (GH-145640) (#146259) 2026-03-21 18:41:50 +00:00
asyncio-queue.rst [3.13] gh-142876: remove reference to thread in documentation of asyncio.Queue.shutdown (GH-142888) (#142892) 2025-12-17 16:53:14 +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-138703: clarify data buffer requirement of asyncio.StreamWriter.write (GH-139564) (#139571) 2025-10-04 22:12:03 +05:30
asyncio-subprocess.rst [3.13] Docs: replace all datetime imports with import datetime as dt (GH-145640) (#146259) 2026-03-21 18:41:50 +00:00
asyncio-sync.rst [3.13] gh-101359: clarify docs for asyncio.Event.clear (GH-137849) (#137851) 2025-08-16 16:29:26 +05:30
asyncio-task.rst [3.13] gh-150319: Replace all documentation which says "See PEP 585" (#150325) (#150814) 2026-06-02 22:26:33 +00:00
asyncio.rst [3.13] gh-140569: recommend the new REPL in the asyncio REPL docs (GH-140570) (#141116) 2025-11-06 05:45:18 +00: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-134837: Correct and improve base85 documentation for base64 module (GH-145843) (GH-149743) (GH-149893) 2026-05-15 21:36:47 +03:00
bdb.rst [3.13] [Docs] Fix typo in bdb: is_skipped_line to is_skipped_module (GH-141771) (#142548) 2025-12-10 22:46:50 +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: Fix missing colon in bisect example function (GH-151061) (GH-151069) 2026-06-08 09:45:49 +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-148663: Document that calendar.IllegalMonthError inherits from both ValueError and IndexError (GH-148664) (#148918) 2026-05-03 17:42:39 +01: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] gh-137871: Clarify cmath.nan documentation by linking to math module (GH-137876) (#140096) 2025-10-14 08:32:41 +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: Add anchors to CLI Usage section for cmdline (GH-133182) (#141667) 2025-11-17 19:55:54 +02:00
cmdlinelibs.rst [3.13] gh-137777: Disband the 'Program Frameworks' chapter (GH-137796) (#137831) 2025-08-15 17:50:47 +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-144133: Add a warning to the encodings.punycode documentation (GH-151812) (#151924) 2026-06-22 12:02:09 +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-151070: Fix class referencing typo in collections.abc docs (GH-151088) (GH-151108) 2026-06-08 19:45:16 +00:00
collections.rst [3.13] Use time.monotonic in OrderedDict LRU cache example (GH-150986) (#150993) 2026-06-06 01:59:53 +03: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] gh-141617: clarify concurrent.futures.ThreadPoolExecutor deadlock example (GH-141620) (#145687) 2026-03-09 16:43:01 +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-89554: Document NoneType, NotImplementedType and EllipsisType as classes (GH-150682) (GH-150757) 2026-06-02 08:02:01 +00:00
contextlib.rst [3.13] Hide "object" prefix on dunders in contextlib docs & selectivly link some more (GH-145436) (#145444) 2026-03-02 21:19:05 +00:00
contextvars.rst [3.13] gh-150319: Replace all documentation which says "See PEP 585" (#150325) (#150814) 2026-06-02 22:26:33 +00:00
copy.rst [3.13] gh-150636: Clarify difference between copy.copy() and the copy() methods (GH-150637) (GH-150667) 2026-05-31 12:15:28 +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] gh-139672: Remove references to passlib (GH-139673) (#139868) 2025-10-09 17:22:01 +00: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-151556: Show example CSV file content in the csv module docs (GH-151563) (#151986) 2026-06-23 12:08:09 +00:00
ctypes.rst [3.13] gh-150319: Replace all documentation which says "See PEP 585" (#150325) (#150814) 2026-06-02 22:26:33 +00:00
curses.ascii.rst [3.13] gh-151623: Improve curses documentation and docstrings (GH-151625) (GH-151629) (GH-151630) 2026-06-18 09:51:51 +00:00
curses.panel.rst [3.13] gh-151623: Improve curses documentation style (GH-151635) (#151638) 2026-06-18 10:10:37 +00:00
curses.rst [3.13] gh-151623: Improve curses documentation style (GH-151635) (#151638) 2026-06-18 10:10:37 +00:00
custominterp.rst Docs: remove redundant "adverb-adjective" hyphens from compound modifiers (GH-94551) 2022-07-05 11:16:10 +02:00
dataclasses.rst [3.13] gh-138991: Update dataclass documentation for new eq behavior in Python 3.13 (GH-139007) (#151374) 2026-06-11 17:39:04 +00:00
datatypes.rst
datetime.rst [3.13] gh-140715: Improve class reference links on datetime.rst (GH-123980) (#145389) 2026-03-10 13:38:34 +02:00
dbm.rst [3.13] Remove unused :platform: in module's docs (GH-144988) (GH-144998) 2026-02-19 12:13:53 +00:00
debug.rst
decimal.rst [3.13] decimal docs: specification link and examples (GH-128698) (#142805) 2025-12-17 21:42:35 +05:30
development.rst gh-104780: Remove 2to3 program and lib2to3 module (#104781) 2023-05-23 19:40:02 +02:00
devmode.rst gh-101100: Fix sphinx warnings in library/devmode.rst (#109963) 2023-09-27 16:07:28 +03:00
dialog.rst [3.13] gh-86726: Document tkinter.simpledialog query options and Dialog.result (GH-151851) (GH-151854) 2026-06-21 18:10:08 +03:00
difflib.rst [3.13] Docs: replace all datetime imports with import datetime as dt (GH-145640) (#146259) 2026-03-21 18:41:50 +00:00
dis.rst [3.13] Fix a typo in STORE_SLICE docs (GH-143500) (#143534) 2026-01-07 22:42:48 +00:00
distribution.rst gh-85454: Remove distutils documentation (#95239) 2022-07-25 15:50:46 +02:00
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-44538: Mention nested classes/functions in doctest docs (GH-137870) (GH-137917) 2025-08-18 15:05:12 +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-101100: Fix Sphinx warnings in library/email.compat32-message.rst (GH-136323) (#136390) 2025-07-07 19:51:04 +03: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] Docs: Fix duplicate word typos (GH-135958) (GH-136008) 2025-06-26 20:13:46 -04:00
email.headerregistry.rst [3.13] gh-123138: Updated email.headerregistry docs to include required keyword parse_tree (GH-134450) (GH-150625) 2026-06-02 09:26:18 +00:00
email.iterators.rst [3.13] docs: module page titles should not start with a link to themselves (GH-117099) (#118790) 2024-05-08 19:52:39 +00:00
email.message.rst [3.13] gh-133315: Document that compat32 should not be used with MIMEPart/EmailMessage (GH-143307) (#143495) 2026-01-06 15:32:56 -05: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] gh-101100: Fix sphinx reference warnings around I/O (GH-139592) (#145795) 2026-03-11 08:08:51 +00:00
email.policy.rst [3.13] gh-133315: Document that compat32 should not be used with MIMEPart/EmailMessage (GH-143307) (#143495) 2026-01-06 15:32:56 -05: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: Add anchors to CLI Usage section for cmdline (GH-133182) (#141667) 2025-11-17 19:55:54 +02:00
enum.rst [3.13] Docs: Fix method directive signatures in enum docs (GH-151429) (#151433) 2026-06-13 08:55:39 +00: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-150319: Replace all documentation which says "See PEP 585" (#150325) (#150814) 2026-06-02 22:26:33 +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] Remove unused :platform: in module's docs (GH-144988) (GH-144998) 2026-02-19 12:13:53 +00: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] gh-122450: Expand documentation for `Rational and Fraction` (#136800) (#137367) 2025-08-05 14:54:31 +01:00
frameworks.rst [3.13] gh-137777: Disband the 'Program Frameworks' chapter (GH-137796) (#137831) 2025-08-15 17:50:47 +00:00
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] Docs: avoid repetitions of class references in functions.rst (GH-150891) (#151407) 2026-06-12 18:04:54 +03:00
functools.rst [3.13] Remove typo in `functools.lru_cache` docs (GH-140278) (#145627) 2026-03-07 17:15:16 +00:00
gc.rst [3.13] gh-138556: Fix old link in gc docs (#138596) 2025-09-07 10:53:56 +03: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] gh-140553: Mark *gettext parameters as positionaly only in documentation (GH-140598) 2026-06-04 09:19:56 +01:00
glob.rst [3.13] gh-146646: Document that glob functions suppress OSError (GH-147996) (#148289) 2026-04-09 10:51:12 +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] Remove unused :platform: in module's docs (GH-144988) (GH-144998) 2026-02-19 12:13:53 +00:00
gzip.rst [3.13] gh-130160: Add anchors to CLI Usage section for cmdline (GH-133182) (#141667) 2025-11-17 19:55:54 +02:00
hashlib-blake2-tree.png
hashlib.rst [3.13] gh-139495: Fix hashlib.file_digest() versionchanged description of BlockingIOError (GH-139496) (#139528) 2025-10-02 17:17:55 -07:00
heapq.rst [3.13] Minor documentation improvements (GH-140626) (#141161) 2025-11-06 17:37:31 +00:00
hmac.rst [3.13] GH-101100: Resolve reference warnings in whatsnew/3.7.rst (GH-138410) (#138424) 2025-09-03 06:27:17 +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-82665 Mention that HTMLParser.handle_starttag value can be None (GH-134312) (#149038) 2026-04-27 22:31:35 +08:00
html.rst [3.13] gh-139006: Doc: Clarify html.escape function description (GH-139016) (#139037) 2025-09-17 21:54:16 +08:00
http.client.rst [3.13] gh-141938: document treatment of OSError raised by HTTPConnection.getresponse (GH-142339) (#142705) 2025-12-14 10:18:08 +00:00
http.cookiejar.rst [3.13] Fix minor typo: 'web site' -> 'website' (GH-140561) (GH-140977) 2025-11-04 14:11:15 +01:00
http.cookies.rst [3.13] gh-143919: Reject control characters in http cookies (#144090) 2026-01-25 17:09:22 +00:00
http.rst [3.13] gh-102247: Improve documentation of http.HTTPStatus members update (GH-133190) (#140090) 2025-10-14 08:24:31 +00:00
http.server.rst [3.13] Docs: Use bash lexer for http.server CLI commands, not Python (GH-148612) (#148621) 2026-04-15 19:01:04 +03:00
i18n.rst
idle.rst [3.13] gh-143774 - Improve IDLE Format Paragraph doc (GH-143775) (#144063) 2026-01-20 09:32:55 +00:00
imaplib.rst Python 3.13.8 2025-10-07 14:01:51 +02: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-143513: Clarify changed argument name of ResourceReader.is_resource (GH-143523) (GH-143563) 2026-01-08 13:46:33 +00:00
importlib.resources.rst [3.13] Delete mention encoding and errors for importlib.resources.path() (GH-143111) (GH-151016) 2026-06-06 11:58:49 +00:00
importlib.rst [3.13] Remove duplicate words in the documentation (GH-140221) (GH-140226) 2025-10-16 20:10:31 +02:00
index.rst [3.13] gh-137777: Disband the 'Program Frameworks' chapter (GH-137796) (#137831) 2025-08-15 17:50:47 +00:00
inspect.rst [3.13] gh-150501: Correct inspect.getattr_static docs signature (GH-150504) (#150603) 2026-05-30 09:26:59 +00: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-129011: Update docs for Raw I/O read, readinto, and write (GH-135328) (#150959) 2026-06-05 12:07:39 +00:00
ipaddress.rst [3.13] gh-87245: Improve IPv6Address.ipv4_mapped documentation (GH-92572) (#149361) 2026-05-04 13:10:17 +00:00
ipc.rst
itertools.rst [3.13] Minor edit: Four space indent in example (gh-148264) (gh-148266) 2026-04-08 17:56:10 +00:00
json.rst [3.13] gh-146061: Clarify indent=None in json docs (GH-146095) (GH-149669) 2026-05-11 11:38:56 +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-130796: Undeprecate locale.getdefaultlocale() (GH-143069) (#151318) 2026-06-11 14:34:40 +03:00
logging.config.rst [3.13] Docs: Fix markups for emphasis (GH-135598) (GH-135686) 2025-06-18 17:44:43 +00:00
logging.handlers.rst [3.13] gh-134817: Restore accidentally deleted line in documentation. (GH-141013) (GH-141017) 2025-11-04 18:57:32 +00:00
logging.rst [3.13] gh-140717: Add exc_text to LogRecord attributes table (GH-140718) (GH-143151) 2025-12-25 12:41:24 +00: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] Fix typos and grammar errors across documentation (GH-144709) (#144804) 2026-02-17 12:56:29 +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] Correct frexp() docs for zero and non-finite numbers (GH-149753) (GH-150654) 2026-05-31 07:58:24 +00:00
mimetypes.rst [3.13] Add a new Sphinx soft-deprecated directive (GH-148630) (#148715) 2026-06-14 19:08:04 +03:00
mm.rst
mmap.rst [3.13] gh-138092: Correct the documented signature of `mmap.flush` (GH-138671) (#139203) 2025-09-21 11:05:10 +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 gh-93610: Improve docs for importlib.resources (#93611) 2022-07-25 18:16:17 +02:00
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] Remove unused :platform: in module's docs (GH-144988) (GH-144998) 2026-02-19 12:13:53 +00:00
multiprocessing.rst [3.13] gh-117291: Explain usage of null bytes in Array(c_char).value (GH-117292) (GH-150651) 2026-05-31 07:27:33 +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] gh-135815: skip netrc security checks if os.getuid is missing (GH-135816) (#135826) 2025-06-22 20:12:20 +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-122450: Expand documentation for `Rational and Fraction` (#136800) (#137367) 2025-08-05 14:54:31 +01:00
numeric.rst
operator.rst [3.13] gh-141623: operator.rst: don't use term "bitwise" (GH-141846) (GH-151080) 2026-06-08 12:19:22 +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 [3.13] gh-74453: Add stronger security warning to os.path.commonprefix 2026-02-03 14:16:28 +00:00
os.rst [3.13] gh-101100: Document os.uname_result and os.statvfs_result with related constants (GH-151301) (GH-151691) 2026-06-19 08:42:41 +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-146646: Document that glob functions suppress OSError (GH-147996) (#148289) 2026-04-09 10:51:12 +00:00
pdb.rst [3.13] gh-130160: Add anchors to CLI Usage section for cmdline (GH-133182) (#141667) 2025-11-17 19:55:54 +02:00
persistence.rst
pickle.rst [3.13] gh-148669: Clarify __reduce__() module lookup behavior (GH-148670) (#149705) 2026-05-12 02:52:36 +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-146121: Clarify security model of pkgutil.getdata; revert checks (GH-148197) (#148205) 2026-04-07 12:26:51 +02:00
platform.rst [3.13] gh-138952: Document platform.machine() output casing inconsistency across platforms (GH-138962) (#139046) 2025-09-17 15:05:56 +00:00
plistlib.rst [3.13] Docs: replace all datetime imports with import datetime as dt (GH-145640) (#146259) 2026-03-21 18:41:50 +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] Remove unused :platform: in module's docs (GH-144988) (GH-144998) 2026-02-19 12:13:53 +00:00
pprint.rst [3.13] gh-139155: Remove "dictionaries are sorted by key" note in pprint docs (GH-139159) (GH-140004) 2025-10-12 16:56:03 +00:00
profile.rst [3.13] gh-137846: Add missing 'be' to profile doc. (GH-137856) (#137858) 2025-08-16 10:56:21 -04:00
pty.rst [3.13] Remove unused :platform: in module's docs (GH-144988) (GH-144998) 2026-02-19 12:13:53 +00:00
pwd.rst [3.13] Remove unused :platform: in module's docs (GH-144988) (GH-144998) 2026-02-19 12:13:53 +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] Add a security warning about pydoc's HTTP server (GH-150409) 2026-05-29 20:08:16 +01:00
pyexpat.rst Python 3.13.14 2026-06-10 14:24:04 +02: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] gh-150319: Replace all documentation which says "See PEP 585" (#150325) (#150814) 2026-06-02 22:26:33 +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-143762 Backport a6bc60d for random combinatoric recipes (GH-143764) (gh-143766) 2026-01-13 00:25:55 +00:00
re.rst [3.13] gh-150319: Replace all documentation which says "See PEP 585" (#150325) (#150814) 2026-06-02 22:26:33 +00:00
readline.rst [3.13] Remove unused :platform: in module's docs (GH-144988) (GH-144998) 2026-02-19 12:13:53 +00: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] Remove unused :platform: in module's docs (GH-144988) (GH-144998) 2026-02-19 12:13:53 +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] Clarify docs for scheduler.run(blocking=False) (GH-129575) (GH-150670) 2026-05-31 12:18:09 +00:00
secrets.rst [3.13] Fix typos and grammar errors across documentation (GH-144709) (#144804) 2026-02-17 12:56:29 +00:00
security_warnings.rst [3.13] gh-127502: Remove XML vulnerability table (GH-135294) (#136360) 2025-07-07 09:10:20 +00:00
select.rst [3.13] gh-149763: Improve availablity docs in select.rst (GH-149764) (#149856) 2026-05-15 07:33:33 +00:00
selectors.rst [3.13] Fix typos and grammar errors across documentation (GH-144709) (#144804) 2026-02-17 12:56:29 +00:00
shelve.rst [3.13] Fix typos and grammar errors across documentation (GH-144709) (#144804) 2026-02-17 12:56:29 +00:00
shlex.rst [3.13] Fix typos and grammar errors across documentation (GH-144709) (#144804) 2026-02-17 12:56:29 +00:00
shutil.rst [3.13] gh-109503: Fix document for shutil.move() on usage of os.rename() since it's inaccurate (GH-109507) (GH-150613) 2026-06-09 16:06:55 +03:00
signal.rst [3.13] gh-146318: Document that signal.SIGSTOP is Unix-only (GH-146319) (#146469) 2026-03-26 16:49:46 +01:00
site.rst [3.13] Fix typos and grammar errors across documentation (GH-144709) (#144804) 2026-02-17 12:56:29 +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-124864: Extends smtplib documentation on ESMTP options format (GH-132547) (#142797) 2025-12-16 11:27:42 +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 [3.13][3.14] gh-89554: Document socket.SocketType as a class (#150683) (#151245) (#151254) 2026-06-10 19:02:34 +02:00
socketserver.rst [3.13] Docs: Fix typo in socketserver documentation (GH-140956) (#141798) 2025-11-20 16:35:54 +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 Python 3.13.14 2026-06-10 14:24:04 +02:00
ssl.rst [3.13] Fix a typo in SSLSocket docs (GH-150839) (GH-150847) 2026-06-03 12:26:03 +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-132467: Document and test that generic aliases are not classes (GH-133504) (#151117) 2026-06-09 22:24:02 +02:00
string.rst [3.13] gh-134887: Add references to locale module for locale-aware number formatting references in string module docs (GH-134888) (GH-150122) 2026-05-20 02:55:24 +02: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-148529: Minor improvements of the struct module documentation (GH-148565) (GH-149072) 2026-04-27 20:22:47 +00:00
subprocess.rst [3.13] gh-94632: document the subprocess need for extra_groups=() with user= (GH-148129) (#148131) 2026-04-05 18:14:03 +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] Document that import sys.monitoring raises ModuleNotFoundError (GH-148320) (#148422) 2026-05-24 12:54:29 +05:30
sys.rst [3.13] Fix typos and grammar errors across documentation (GH-144709) (#144804) 2026-02-17 12:56:29 +00:00
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] Synced docs and docstring for sysconfig.get_platform (GH-135530) (#138975) 2025-09-17 13:22:36 +00:00
syslog.rst [3.13] Remove unused :platform: in module's docs (GH-144988) (GH-144998) 2026-02-19 12:13:53 +00:00
tabnanny.rst [3.13] docs: module page titles should not start with a link to themselves (GH-117099) (#118790) 2024-05-08 19:52:39 +00:00
tarfile.rst [3.13] gh-86608: Improve and restructure tarfile examples (GH-121771) (#136867) 2025-07-20 14:16:26 +01: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] gh-142302: Fix mkstemp() documentation: clarify file descriptor inheritance behavior (GH-142338) (#143487) 2026-01-06 17:14:42 +00:00
termios.rst [3.13] Remove unused :platform: in module's docs (GH-144988) (GH-144998) 2026-02-19 12:13:53 +00:00
test.rst [3.13] gh-143553: Add support for parametrized resources in regrtests (GH-143554) (GH-143556) 2026-01-08 18:12:51 +02: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-150232: update Thread group parameter doc (GH-150283) (#150299) 2026-05-23 14:04:15 +05:30
time.rst [3.13] gh-141246: Link to correct Windows docs in time.sleep() doc (GH-141248) (#141252) 2025-11-08 15:03:07 +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 [3.13] gh-137777: Disband the 'Program Frameworks' chapter (GH-137796) (#137831) 2025-08-15 17:50:47 +00:00
tk_msg.png
tkinter.colorchooser.rst [3.13] gh-86726: Document the full public API of tkinter (GH-151579) (GH-151650) (GH-151653) 2026-06-18 13:32:37 +00:00
tkinter.dnd.rst [3.13] gh-86726: Document the full public API of tkinter (GH-151579) (GH-151650) (GH-151653) 2026-06-18 13:32:37 +00:00
tkinter.font.rst [3.13] gh-86726: Document the full public API of tkinter (GH-151579) (GH-151650) (GH-151653) 2026-06-18 13:32:37 +00:00
tkinter.messagebox.rst [3.13] gh-82830: Improve tkinter messagebox docstrings and cursor documentation (GH-152380) (GH-152388) 2026-06-27 11:24:44 +00:00
tkinter.rst [3.13] gh-70273: Document default class bindings in tkinter (GH-152389) (GH-152392) 2026-06-27 11:45:00 +00:00
tkinter.scrolledtext.rst [3.13] gh-86726: Document the full public API of tkinter (GH-151579) (GH-151650) (GH-151653) 2026-06-18 13:32:37 +00:00
tkinter.ttk.rst [3.13] gh-84008: Document that the LC_NUMERIC locale affects tkinter numeric widgets (GH-152008) (GH-152051) 2026-06-24 06:36:53 +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-135263: Fix typo in token.NAME documentation (GH-135275) (#135281) 2025-06-08 17:55:12 -04: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-111264: Add a note about untrusted input to tomllib docs (#149226) 2026-05-02 12:13:57 +01:00
trace.rst [3.13] Fix typos and grammar errors across documentation (GH-144709) (#144804) 2026-02-17 12:56:29 +00:00
traceback.rst [3.13] gh-145896: Fix typos and stale docstrings in the traceback module (GH-145897) (GH-150384) 2026-05-25 10:07:38 +00:00
tracemalloc.rst [3.13] Fix typos and grammar errors across documentation (GH-144709) (#144804) 2026-02-17 12:56:29 +00:00
tty.rst [3.13] Remove unused :platform: in module's docs (GH-144988) (GH-144998) 2026-02-19 12:13:53 +00:00
turtle-star.pdf
turtle-star.png
turtle-star.ps
turtle.rst [3.13] gh-139533: fix refs to code without proper markups on turtledemo doc (GH-139534) (#141422) 2025-11-11 19:42:01 +00:00
types.rst [3.13] gh-150319: Replace all documentation which says "See PEP 585" (#150325) (#150814) 2026-06-02 22:26:33 +00:00
typing.rst [3.13] gh-89554: Document typing.ParamSpecArgs and ParamSpecKwargs as classes (GH-150677) (GH-150765) 2026-06-02 08:14:43 +00:00
unicodedata.rst [3.13] Fix the reference to unicode specification (#139138) (#139285) 2025-09-24 10:36:37 +02:00
unittest.mock-examples.rst [3.13] Docs: replace all datetime imports with import datetime as dt (GH-145640) (#146259) 2026-03-21 18:41:50 +00:00
unittest.mock.rst [3.13] gh-151443: Fix documented default of unittest.mock.mock_open's read_data parameter (GH-151444) 2026-06-13 18:37:47 +00:00
unittest.rst [3.13] gh-148186: Improve assertCountEqual description in docs. (GH-148463) (#148586) 2026-04-14 23:45:32 +00:00
unix.rst [3.13] gh-137777: Disband the 'Program Frameworks' chapter (GH-137796) (#137831) 2025-08-15 17:50:47 +00:00
urllib.error.rst [3.13] docs: module page titles should not start with a link to themselves (GH-117099) (#118790) 2024-05-08 19:52:39 +00:00
urllib.parse.rst [3.13] gh-144148: Update the urllib.parse documentation (GH-144497) (GH-144507) (GH-144509) 2026-02-05 15:47:52 +00:00
urllib.request.rst [3.13] gh-141444:fix broken URLs and examples in urllib.request.rst (GH-144863) (#150647) 2026-05-31 12:57:53 -07:00
urllib.robotparser.rst [3.13] gh-138907: Support RFC 9309 in robotparser (GH-138908) (GH-149376) 2026-05-04 18:43:03 +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] gh-144148: Update the urllib.parse documentation (GH-144497) (GH-144507) (GH-144509) 2026-02-05 15:47:52 +00:00
warnings.rst [3.13] gh-139837: Document attributes of objects recorded by warnings.catch_warnings (GH-139893) (GH-151473) (#151494) 2026-06-15 09:30:46 +00:00
wave.rst [3.13] GH-145450: Document missing wave.Wave_write getter methods (GH-145451) (GH-145467) 2026-03-03 12:51:20 +00:00
weakref.rst [3.13] gh-150319: Replace all documentation which says "See PEP 585" (#150325) (#150814) 2026-06-02 22:26:33 +00:00
webbrowser.rst [3.13] gh-130160: Add anchors to CLI Usage section for cmdline (GH-133182) (#141667) 2025-11-17 19:55:54 +02:00
windows.rst
winreg.rst [3.13] Remove unused :platform: in module's docs (GH-144988) (GH-144998) 2026-02-19 12:13:53 +00:00
winsound.rst [3.13] Remove unused :platform: in module's docs (GH-144988) (GH-144998) 2026-02-19 12:13:53 +00:00
wsgiref.rst [3.13] gh-144484: Warn users not to use wsgiref in production (#144512) 2026-02-05 18:22:07 +02: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] Fix typos and grammar errors across documentation (GH-144709) (#144804) 2026-02-17 12:56:29 +00:00
xml.dom.pulldom.rst [3.13] Correct class name from PullDom to PullDOM (GH-141207) (#141742) 2025-11-19 13:07:07 +02: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] gh-127502: Remove XML vulnerability table (GH-135294) (#136360) 2025-07-07 09:10:20 +00:00
xml.rst [3.13] gh-139313: Improve docs on XML security (GH-139460) (GH-141066) 2025-11-05 19:06:37 +00:00
xml.sax.handler.rst [3.13] gh-141994: Warn of XXE vulnerability in documentation of SAX feature xml.sax.handler.feature_external_ges (GH-141996) (#142073) 2025-11-29 07:14:23 +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] gh-127502: Remove XML vulnerability table (GH-135294) (#136360) 2025-07-07 09:10:20 +00:00
xml.sax.utils.rst [3.13] gh-141650: Fix typo in xml.sax.saxutils.unescape documentation (GH-141652) (#141653) 2025-11-17 13:02:01 +00:00
xmlrpc.client.rst [3.13] Docs: replace all datetime imports with import datetime as dt (GH-145640) (#146259) 2026-03-21 18:41:50 +00: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: replace all datetime imports with import datetime as dt (GH-145640) (#146259) 2026-03-21 18:41:50 +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-146581: Update docs for dangerous filenames in ZIP files (GH-149994) (GH-150066) 2026-05-19 08:44:21 +00:00
zipimport.rst [3.13] gh-133829: Remove some specifics from the `zipimport` example (GH-133835) (#138273) 2025-08-31 00:59:47 +00:00
zlib.rst [3.13] zlib.rst: Link to constants and deduplicate text (GH-140115) (GH-140350) 2025-10-21 14:45:02 -07:00
zoneinfo.rst [3.13] Docs: replace all datetime imports with import datetime as dt (GH-145640) (#146259) 2026-03-21 18:41:50 +00:00