cpython/Doc/library
Hugo van Kemenade c63aec69bd Python 3.14.6
2026-06-10 13:03:53 +03:00
..
__future__.rst [3.14] Docs: module pages should not link to themselves (GH-144505) (#144542) 2026-02-06 14:06:50 -05:00
__main__.rst gh-128720: Fix doc inacurracy about __main__.__file__ existence in the REPL (#128721) 2025-01-21 19:52:21 +00:00
_thread.rst [3.14] gh-89554: Document _thread.LockType as a class (GH-150684) (#150784) 2026-06-02 13:05:49 +00:00
abc.rst Docs: Fix some semantic usages of iterator.__iter__ (GH-130172) 2025-02-25 13:38:47 +01:00
aifc.rst Docs: re-create pages for removed modules to document their removal. (#126622) 2024-11-11 17:49:48 -05:00
allos.rst gh-126180: Remove getopt and optparse deprecation notices (GH-126227) 2024-12-23 14:17:19 +10:00
annotationlib.rst [3.14] gh-141388: Improve docs/tests for non-function callables as annotate functions (GH-142327) (#149304) 2026-05-09 14:58:51 -07:00
archiving.rst [3.14] gh-132983: Add documentation for compression.zstd (GH-133911) (#134425) 2025-05-21 14:24:23 +00:00
argparse.rst [3.14] GH-59633: Clarify dest collisions in argparse docs (GH-150987) (#151194) 2026-06-09 17:25:41 +00:00
array.rst [3.14] gh-150319: Replace all documentation which says "See PEP 585" (#150325) (#150813) 2026-06-02 22:22:46 +00:00
ast.rst [3.14] gh-149267: Document ast.Constant.kind attribute (GH-149268) (#149293) 2026-05-03 16:04:14 +00:00
asynchat.rst Docs: re-create pages for removed modules to document their removal. (#126622) 2024-11-11 17:49:48 -05:00
asyncio-api-index.rst
asyncio-dev.rst [3.14] GH-100108: Add async generators best practices section (GH-141885) (#146252) 2026-03-21 12:05:06 +00:00
asyncio-eventloop.rst [3.14] gh-148067: Fix typo in asyncio event loop docs: 'signals' -> 'signal' (GH-148073) (#148246) 2026-04-09 14:07:55 +00:00
asyncio-exceptions.rst
asyncio-extending.rst
asyncio-future.rst [3.14] gh-150319: Replace all documentation which says "See PEP 585" (#150325) (#150813) 2026-06-02 22:22:46 +00: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
asyncio-policy.rst Python 3.14.0a4 2025-01-14 13:52:58 +02:00
asyncio-protocol.rst [3.14] Docs: replace all datetime imports with import datetime as dt (GH-145640) (#146258) 2026-03-21 20:19:07 +02:00
asyncio-queue.rst [3.14] gh-142876: remove reference to thread in documentation of asyncio.Queue.shutdown (GH-142888) (#142891) 2025-12-17 22:23:27 +05:30
asyncio-runner.rst gh-127949: make deprecation of policy system more prominent (#128290) 2024-12-27 15:13:41 +00:00
asyncio-stream.rst [3.14] gh-138703: clarify data buffer requirement of asyncio.StreamWriter.write (GH-139564) (#139570) 2025-10-04 16:40:21 +00:00
asyncio-subprocess.rst [3.14] Docs: replace all datetime imports with import datetime as dt (GH-145640) (#146258) 2026-03-21 20:19:07 +02:00
asyncio-sync.rst [3.14] gh-101359: clarify docs for asyncio.Event.clear (GH-137849) (#137850) 2025-08-29 07:37:39 +03:00
asyncio-task.rst [3.14] gh-150319: Replace all documentation which says "See PEP 585" (#150325) (#150813) 2026-06-02 22:22:46 +00:00
asyncio.rst [3.14] gh-140569: recommend the new REPL in the asyncio REPL docs (GH-140570) (#141115) 2025-11-06 05:46:15 +00:00
asyncore.rst Docs: re-create pages for removed modules to document their removal. (#126622) 2024-11-11 17:49:48 -05:00
atexit.rst [3.14] Docs: module pages should not link to themselves (GH-144505) (#144542) 2026-02-06 14:06:50 -05:00
audioop.rst Docs: re-create pages for removed modules to document their removal. (#126622) 2024-11-11 17:49:48 -05:00
audit_events.rst Python 3.14.0b1 2025-05-06 18:33:52 +03:00
base64.rst [3.14] gh-134837: Correct and improve base85 documentation for base64 module (GH-145843) (GH-149743) 2026-05-15 20:12:48 +03:00
bdb.rst [3.14] Docs: module pages should not link to themselves (GH-144505) (#144542) 2026-02-06 14:06:50 -05:00
binary.rst
binascii.rst [3.14] gh-150524: Remove outdated note in binascii.a2b_hex() documentation (GH-150525) (GH-150632) 2026-05-31 10:53:24 +03:00
bisect.rst [3.14] Docs: Fix missing colon in bisect example function (GH-151061) (GH-151068) 2026-06-08 09:47:11 +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 [3.14] Docs: module pages should not link to themselves (GH-144505) (#144542) 2026-02-06 14:06:50 -05:00
calendar.rst [3.14] gh-148663: Document that calendar.IllegalMonthError inherits from both ValueError and IndexError (GH-148664) (#148917) 2026-04-27 21:00:46 +01:00
cgi.rst Docs: re-create pages for removed modules to document their removal. (#126622) 2024-11-11 17:49:48 -05:00
cgitb.rst Docs: re-create pages for removed modules to document their removal. (#126622) 2024-11-11 17:49:48 -05:00
chunk.rst Docs: re-create pages for removed modules to document their removal. (#126622) 2024-11-11 17:49:48 -05:00
cmath.rst [3.14] Docs: module pages should not link to themselves (GH-144505) (#144542) 2026-02-06 14:06:50 -05:00
cmd.rst [3.14] Docs: module pages should not link to themselves (GH-144505) (#144542) 2026-02-06 14:06:50 -05:00
cmdline.rst [3.14] gh-130160: Add anchors to CLI Usage section for cmdline (GH-133182) (#141664) 2025-11-17 14:57:26 +00:00
cmdlinelibs.rst [3.14] gh-137777: Disband the 'Program Frameworks' chapter (GH-137796) (#137830) 2025-08-16 11:04:59 +03:00
code.rst [3.14] gh-53189: Document peculiarities of InteractiveConsole in relation to pickle (GH-123069) (GH-134328) 2025-05-20 12:15:34 +00:00
codecs.rst [3.14] gh-149801: Add IANA registered names and aliases with leading zeros (GH-149804) (GH-149871) 2026-05-15 15:08:34 +03:00
codeop.rst [3.14] Docs: module pages should not link to themselves (GH-144505) (#144542) 2026-02-06 14:06:50 -05:00
collections.abc.rst [3.14] gh-151070: Fix class referencing typo in collections.abc docs (GH-151088) (GH-151109) 2026-06-08 19:46:34 +00:00
collections.rst [3.14] Use time.monotonic in OrderedDict LRU cache example (GH-150986) (#150992) 2026-06-06 01:59:42 +03:00
colorsys.rst [3.14] Docs: module pages should not link to themselves (GH-144505) (#144542) 2026-02-06 14:06:50 -05:00
compileall.rst [3.14] gh-133503: clarify compileall -s/-p docs (GH-134756) (#134997) 2025-06-01 08:24:41 +00:00
compression.rst [3.14] GH-123299: Copyedit 3.14 What's New: New and Improved Modules (GH-139530) (#139555) 2025-10-04 16:45:35 +03:00
compression.zstd.rst [3.14] gh-143434: Fix typo in zstd documentation (GH-143437) (#143444) 2026-01-05 20:01:08 +00:00
concurrency.rst [3.14] gh-134939: Add the concurrent.interpreters Module (gh-135414) 2025-06-12 08:19:26 -06:00
concurrent.futures.rst [3.14] gh-141617: clarify concurrent.futures.ThreadPoolExecutor deadlock example (GH-141620) (#145686) 2026-03-09 16:36:00 +00:00
concurrent.interpreters.rst [3.14] Minor documentation improvements (GH-140626) (#141160) 2025-11-06 17:19:30 +00:00
concurrent.rst [3.14] gh-134939: Add the concurrent.interpreters Module (gh-135414) 2025-06-12 08:19:26 -06:00
configparser.rst [3.14] Docs: module pages should not link to themselves (GH-144505) (#144542) 2026-02-06 14:06:50 -05:00
constants.rst [3.14] gh-89554: Document NoneType, NotImplementedType and EllipsisType as classes (GH-150682) (GH-150756) 2026-06-02 08:02:22 +00:00
contextlib.rst [3.14] Hide "object" prefix on dunders in contextlib docs & selectivly link some more (GH-145436) (#145443) 2026-03-02 21:18:12 +00:00
contextvars.rst [3.14] gh-150319: Replace all documentation which says "See PEP 585" (#150325) (#150813) 2026-06-02 22:22:46 +00:00
copy.rst [3.14] gh-150636: Clarify difference between copy.copy() and the copy() methods (GH-150637) (GH-150666) 2026-05-31 12:15:58 +00:00
copyreg.rst [3.14] Docs: module pages should not link to themselves (GH-144505) (#144542) 2026-02-06 14:06:50 -05:00
crypt.rst [3.14] gh-139672: Remove references to passlib (GH-139673) (#139867) 2025-10-09 17:19:35 +00:00
crypto.rst
csv.rst [3.14] Docs: module pages should not link to themselves (GH-144505) (#144542) 2026-02-06 14:06:50 -05:00
ctypes.rst [3.14] gh-150319: Replace all documentation which says "See PEP 585" (#150325) (#150813) 2026-06-02 22:22:46 +00:00
curses.ascii.rst [3.14] Docs: module pages should not link to themselves (GH-144505) (#144542) 2026-02-06 14:06:50 -05:00
curses.panel.rst [3.14] Docs: module pages should not link to themselves (GH-144505) (#144542) 2026-02-06 14:06:50 -05:00
curses.rst [3.14] Remove unused :platform: in module's docs (GH-144988) (GH-144994) 2026-02-19 11:51:18 +00:00
custominterp.rst
dataclasses.rst [3.14] gh-149574: Document that is_typeddict, is_protocol, is_dataclass, isclass return False for generic aliases (GH-149604) (#149751) 2026-05-13 03:08:39 +00:00
datatypes.rst
datetime-inheritance.dot [3.14] Datetime: Tidy up docs (GH-144720) (GH-144956) 2026-02-18 15:14:44 +01:00
datetime-inheritance.svg [3.14] Datetime: Tidy up docs (GH-144720) (GH-144956) 2026-02-18 15:14:44 +01:00
datetime.rst [3.14] gh-140715: Improve class reference links on datetime.rst (GH-123980) (#145388) 2026-03-10 13:38:20 +02:00
dbm.rst [3.14] Remove unused :platform: in module's docs (GH-144988) (GH-144994) 2026-02-19 11:51:18 +00:00
debug.rst
decimal.rst [3.14] Docs: module pages should not link to themselves (GH-144505) (#144542) 2026-02-06 14:06:50 -05:00
development.rst
devmode.rst
dialog.rst [3.14] Remove unused :platform: in module's docs (GH-144988) (GH-144994) 2026-02-19 11:51:18 +00:00
difflib.rst [3.14] Docs: replace all datetime imports with import datetime as dt (GH-145640) (#146258) 2026-03-21 20:19:07 +02:00
dis.rst [3.14] Docs: module pages should not link to themselves (GH-144505) (#144542) 2026-02-06 14:06:50 -05:00
distribution.rst
distutils.rst Docs: re-create pages for removed modules to document their removal. (#126622) 2024-11-11 17:49:48 -05:00
doctest.rst [3.14] Docs: module pages should not link to themselves (GH-144505) (#144542) 2026-02-06 14:06:50 -05:00
email.charset.rst [3.14] Docs: module pages should not link to themselves (GH-144505) (#144542) 2026-02-06 14:06:50 -05:00
email.compat32-message.rst [3.14] gh-101100: Fix Sphinx warnings in library/email.compat32-message.rst (GH-136323) (#136389) 2025-07-07 19:50:56 +03:00
email.contentmanager.rst gh-121542: Document trailing newline behavior in set_content() (#121543) 2025-01-18 20:34:40 +02:00
email.encoders.rst [3.14] Docs: remove links of modules to themselves (GH-144695) (#144705) 2026-02-11 08:09:56 -05:00
email.errors.rst [3.14] Docs: module pages should not link to themselves (GH-144505) (#144542) 2026-02-06 14:06:50 -05:00
email.examples.rst
email.generator.rst [3.14] Docs: module pages should not link to themselves (GH-144505) (#144542) 2026-02-06 14:06:50 -05:00
email.header.rst [3.14] Docs: module pages should not link to themselves (GH-144505) (#144542) 2026-02-06 14:06:50 -05:00
email.headerregistry.rst [3.14] gh-123138: Updated email.headerregistry docs to include required keyword parse_tree (GH-134450) (GH-150624) 2026-06-02 09:26:04 +00:00
email.iterators.rst [3.14] Docs: module pages should not link to themselves (GH-144505) (#144542) 2026-02-06 14:06:50 -05:00
email.message.rst [3.14] Docs: module pages should not link to themselves (GH-144505) (#144542) 2026-02-06 14:06:50 -05:00
email.mime.rst
email.parser.rst [3.14] gh-101100: Fix sphinx reference warnings around I/O (GH-139592) (#145794) 2026-03-11 08:08:09 +00:00
email.policy.rst [3.14] Docs: remove links of modules to themselves (GH-144695) (#144705) 2026-02-11 08:09:56 -05:00
email.rst [3.14] Docs: module pages should not link to themselves (GH-144505) (#144542) 2026-02-06 14:06:50 -05:00
email.utils.rst [3.14] Docs: module pages should not link to themselves (GH-144505) (#144542) 2026-02-06 14:06:50 -05:00
ensurepip.rst [3.14] Docs: module pages should not link to themselves (GH-144505) (#144542) 2026-02-06 14:06:50 -05:00
enum.rst [3.14] tiny edit, fix a couple of minor typos in enum and sqlite3 docs (GH-148580) (#148581) 2026-04-14 17:06:41 -07:00
errno.rst gh-85046: Document errno constants (#126420) 2025-01-28 01:12:45 +01:00
exceptions.rst [3.14] gh-150319: Replace all documentation which says "See PEP 585" (#150325) (#150813) 2026-06-02 22:22:46 +00:00
faulthandler.rst [3.14] gh-127604: Docs: Include a C stack in the faulthandler example (GH-136081) (GH-136102) 2025-06-29 15:05:40 +00:00
fcntl.rst [3.14] Remove unused :platform: in module's docs (GH-144988) (GH-144994) 2026-02-19 11:51:18 +00:00
filecmp.rst [3.14] Docs: module pages should not link to themselves (GH-144505) (#144542) 2026-02-06 14:06:50 -05:00
fileformats.rst
fileinput.rst
filesys.rst gh-126180: Remove getopt and optparse deprecation notices (GH-126227) 2024-12-23 14:17:19 +10:00
fnmatch.rst [3.14] gh-74598: document that fnmatch.filterfalse is affected by cache limitation (GH-136781) (#136782) 2025-07-19 09:56:55 +00:00
fractions.rst [3.14] Docs: module pages should not link to themselves (GH-144505) (#144542) 2026-02-06 14:06:50 -05:00
frameworks.rst [3.14] gh-137777: Disband the 'Program Frameworks' chapter (GH-137796) (#137830) 2025-08-16 11:04:59 +03:00
ftplib.rst [3.14] Docs: module pages should not link to themselves (GH-144505) (#144542) 2026-02-06 14:06:50 -05:00
functional.rst
functions.rst [3.14] gh-100305: Deemphasize that ast.literal_eval is safe in eval documentation (GH-100326) (#148420) 2026-04-15 17:15:42 +01:00
functools.rst [3.14] Remove typo in `functools.lru_cache` docs (GH-140278) (#145628) 2026-03-07 17:14:45 +00:00
gc.rst [3.14] GH-148726: Forward-port generational GC (#148720) 2026-04-26 21:12:52 +03:00
getopt.rst gh-126180: Remove getopt and optparse deprecation notices (GH-126227) 2024-12-23 14:17:19 +10:00
getpass.rst [3.14] Docs: module pages should not link to themselves (GH-144505) (#144542) 2026-02-06 14:06:50 -05:00
gettext.rst [3.14] gh-140553: Mark *gettext parameters as positionaly only in documentation (GH-140598) 2026-06-04 09:19:40 +01:00
glob.rst [3.14] gh-146646: Document that glob functions suppress OSError (GH-147996) (#148288) 2026-04-09 11:00:23 +00:00
graphlib.rst [3.14] Docs: module pages should not link to themselves (GH-144505) (#144542) 2026-02-06 14:06:50 -05:00
grp.rst [3.14] Remove unused :platform: in module's docs (GH-144988) (GH-144994) 2026-02-19 11:51:18 +00:00
gzip.rst [3.14] Docs: module pages should not link to themselves (GH-144505) (#144542) 2026-02-06 14:06:50 -05:00
hashlib-blake2-tree.png
hashlib.rst [3.14] Docs: module pages should not link to themselves (GH-144505) (#144542) 2026-02-06 14:06:50 -05:00
heapq.rst [3.14] Add example of min-heap and max-heap working together (gh-137251) (#143780) 2026-01-13 09:36:59 +00:00
hmac.rst [3.14] GH-101100: Resolve reference warnings in whatsnew/3.7.rst (GH-138410) (#138423) 2025-09-03 06:26:29 +00:00
html.entities.rst
html.parser.rst [3.14] gh-82665 Mention that HTMLParser.handle_starttag value can be None (GH-134312) (#149037) 2026-04-27 22:30:00 +08:00
html.rst [3.14] gh-139006: Doc: Clarify html.escape function description (GH-139016) (#139036) 2025-09-17 21:58:17 +08:00
http.client.rst [3.14] gh-141938: document treatment of OSError raised by HTTPConnection.getresponse (GH-142339) (#142704) 2025-12-14 10:17:54 +00:00
http.cookiejar.rst [3.14] Docs: module pages should not link to themselves (GH-144505) (#144542) 2026-02-06 14:06:50 -05:00
http.cookies.rst [3.14] Docs: module pages should not link to themselves (GH-144505) (#144542) 2026-02-06 14:06:50 -05:00
http.rst [3.14] Docs: module pages should not link to themselves (GH-144505) (#144542) 2026-02-06 14:06:50 -05:00
http.server.rst [3.14] Docs: Use bash lexer for http.server CLI commands, not Python (GH-148612) (#148620) 2026-04-15 18:27:06 +03:00
i18n.rst
idle.rst [3.14] gh-143774 - Improve IDLE Format Paragraph doc (GH-143775) (#144062) 2026-01-20 09:34:29 +00:00
imaplib.rst [3.14] Docs: module pages should not link to themselves (GH-144505) (#144542) 2026-02-06 14:06:50 -05:00
imghdr.rst Docs: re-create pages for removed modules to document their removal. (#126622) 2024-11-11 17:49:48 -05:00
imp.rst Docs: re-create pages for removed modules to document their removal. (#126622) 2024-11-11 17:49:48 -05:00
importlib.metadata.rst [3.14] Remove dead links to pkg_resources in importlib docs (GH-148344) (#148964) 2026-04-30 20:42:35 +01:00
importlib.resources.abc.rst [3.14] gh-143513: Clarify changed argument name of ResourceReader.is_resource (GH-143523) (GH-143562) 2026-01-08 13:45:57 +00:00
importlib.resources.rst [3.14] Delete mention encoding and errors for importlib.resources.path() (GH-143111) (GH-151015) 2026-06-06 11:59:09 +00:00
importlib.rst [3.14] Docs: remove links of modules to themselves (GH-144695) (#144705) 2026-02-11 08:09:56 -05:00
index.rst [3.14] gh-142518: Move thread safety sections into a new page (GH-144716) (#145223) 2026-02-25 16:57:32 +01:00
inspect.rst [3.14] gh-150501: Correct inspect.getattr_static docs signature (GH-150504) (#150602) 2026-05-30 09:25:55 +00:00
internet.rst
intro.rst gh-116622: Complete Android documentation (#124259) 2024-09-23 23:09:53 +00:00
io.rst [3.14] gh-129011: Update docs for Raw I/O read, readinto, and write (GH-135328) (#150958) 2026-06-05 12:08:49 +00:00
ipaddress.rst [3.14] gh-87245: Improve IPv6Address.ipv4_mapped documentation (GH-92572) (#149360) 2026-05-04 13:10:51 +00:00
ipc.rst
itertools.rst [3.14] Additional itertool recipes for running statistics (gh-148879) (gh-148949) 2026-04-24 05:52:35 +00:00
json.rst [3.14] gh-146061: Clarify indent=None in json docs (GH-146095) (GH-149668) 2026-05-11 11:40:39 +00:00
kde_example.png
keyword.rst
language.rst
linecache.rst [3.14] Docs: module pages should not link to themselves (GH-144505) (#144542) 2026-02-06 14:06:50 -05:00
locale.rst [3.14] Docs: module pages should not link to themselves (GH-144505) (#144542) 2026-02-06 14:06:50 -05:00
logging.config.rst [3.14] Docs: module pages should not link to themselves (GH-144505) (#144542) 2026-02-06 14:06:50 -05:00
logging.handlers.rst [3.14] Docs: module pages should not link to themselves (GH-144505) (#144542) 2026-02-06 14:06:50 -05:00
logging.rst [3.14] Docs: module pages should not link to themselves (GH-144505) (#144542) 2026-02-06 14:06:50 -05:00
lzma.rst [3.14] gh-139707: Add docs for optional modules (GH-140171) (GH-141204) 2025-11-10 15:20:00 +01:00
mailbox.rst [3.14] Fix typos and grammar errors across documentation (GH-144709) (#144801) 2026-02-17 12:53:42 +00:00
mailcap.rst Docs: re-create pages for removed modules to document their removal. (#126622) 2024-11-11 17:49:48 -05:00
markup.rst
marshal.rst [3.14] Docs: module pages should not link to themselves (GH-144505) (#144542) 2026-02-06 14:06:50 -05:00
math.rst [3.14] Correct frexp() docs for zero and non-finite numbers (GH-149753) (GH-150653) 2026-05-31 08:02:32 +00:00
mimetypes.rst [3.14] gh-131178: Fix mimetypes CLI docs, mention that errors go to stdout (GH-149683) (#150656) 2026-05-31 08:11:03 +00:00
mm.rst
mmap.rst [3.14] gh-138092: Correct the documented signature of `mmap.flush` (GH-138671) (#139202) 2025-09-21 21:24:10 +01:00
modulefinder.rst
modules.rst
msilib.rst Docs: re-create pages for removed modules to document their removal. (#126622) 2024-11-11 17:49:48 -05:00
msvcrt.rst [3.14] Remove unused :platform: in module's docs (GH-144988) (GH-144994) 2026-02-19 11:51:18 +00:00
multiprocessing.rst [3.14] gh-117291: Explain usage of null bytes in Array(c_char).value (GH-117292) (GH-150650) 2026-05-31 07:28:47 +00:00
multiprocessing.shared_memory.rst
netdata.rst
netrc.rst [3.14] gh-135815: skip netrc security checks if os.getuid is missing (GH-135816) (#135825) 2025-06-22 20:12:57 +00:00
nis.rst Docs: re-create pages for removed modules to document their removal. (#126622) 2024-11-11 17:49:48 -05:00
nntplib.rst Docs: re-create pages for removed modules to document their removal. (#126622) 2024-11-11 17:49:48 -05:00
numbers.rst [3.14] gh-122450: Expand documentation for `Rational and Fraction` (GH-136800) (#137363) 2025-10-07 19:15:22 +01:00
numeric.rst
operator.rst [3.14] gh-141623: Clarify operator function descriptions (GH-141846) 2026-06-08 12:20:46 +00:00
optparse.rst [3.14] Docs: module pages should not link to themselves (GH-144505) (#144542) 2026-02-06 14:06:50 -05:00
os.path.rst [3.14] Docs: module pages should not link to themselves (GH-144505) (#144542) 2026-02-06 14:06:50 -05:00
os.rst [3.14] gh-150319: Replace all documentation which says "See PEP 585" (#150325) (#150813) 2026-06-02 22:22:46 +00:00
ossaudiodev.rst Docs: re-create pages for removed modules to document their removal. (#126622) 2024-11-11 17:49:48 -05:00
pathlib-inheritance.png
pathlib-inheritance.svg
pathlib.rst [3.14] gh-146646: Document that glob functions suppress OSError (GH-147996) (#148288) 2026-04-09 11:00:23 +00:00
pdb.rst [3.14] Docs: remove links of modules to themselves (GH-144695) (#144705) 2026-02-11 08:09:56 -05:00
persistence.rst
pickle.rst [3.14] gh-148669: Clarify __reduce__() module lookup behavior (GH-148670) (#149704) 2026-05-12 02:53:36 +00:00
pickletools.rst [3.14] Docs: module pages should not link to themselves (GH-144505) (#144542) 2026-02-06 14:06:50 -05:00
pipes.rst Docs: re-create pages for removed modules to document their removal. (#126622) 2024-11-11 17:49:48 -05:00
pkgutil.rst [3.14] gh-146121: Clarify security model of pkgutil.getdata (GH-148197) (GH-148206) 2026-04-07 12:48:29 +02:00
platform.rst [3.14] Docs: module pages should not link to themselves (GH-144505) (#144542) 2026-02-06 14:06:50 -05:00
plistlib.rst [3.14] Docs: replace all datetime imports with import datetime as dt (GH-145640) (#146258) 2026-03-21 20:19:07 +02:00
poplib.rst [3.14] Docs: module pages should not link to themselves (GH-144505) (#144542) 2026-02-06 14:06:50 -05:00
posix.rst [3.14] Remove unused :platform: in module's docs (GH-144988) (GH-144994) 2026-02-19 11:51:18 +00:00
pprint.rst [3.14] Docs: module pages should not link to themselves (GH-144505) (#144542) 2026-02-06 14:06:50 -05:00
profile.rst [3.14] Docs: remove links of modules to themselves (GH-144695) (#144705) 2026-02-11 08:09:56 -05:00
pty.rst [3.14] Remove unused :platform: in module's docs (GH-144988) (GH-144994) 2026-02-19 11:51:18 +00:00
pwd.rst [3.14] Remove unused :platform: in module's docs (GH-144988) (GH-144994) 2026-02-19 11:51:18 +00:00
py_compile.rst [3.14] Docs: module pages should not link to themselves (GH-144505) (#144542) 2026-02-06 14:06:50 -05:00
pyclbr.rst [3.14] Docs: module pages should not link to themselves (GH-144505) (#144542) 2026-02-06 14:06:50 -05:00
pydoc.rst [3.14] Add a security warning about pydoc's HTTP server (GH-150409) 2026-05-29 20:08:02 +01:00
pyexpat.rst Python 3.14.6 2026-06-10 13:03:53 +03:00
python.rst [3.14] gh-134939: Add the concurrent.interpreters Module (gh-135414) 2025-06-12 08:19:26 -06:00
queue.rst [3.14] gh-150319: Replace all documentation which says "See PEP 585" (#150325) (#150813) 2026-06-02 22:22:46 +00:00
quopri.rst
random.rst [3.14] Docs: module pages should not link to themselves (GH-144505) (#144542) 2026-02-06 14:06:50 -05:00
re.rst [3.14] gh-150319: Replace all documentation which says "See PEP 585" (#150325) (#150813) 2026-06-02 22:22:46 +00:00
readline.rst [3.14] Remove unused :platform: in module's docs (GH-144988) (GH-144994) 2026-02-19 11:51:18 +00: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
resource.rst [3.14] Remove unused :platform: in module's docs (GH-144988) (GH-144994) 2026-02-19 11:51:18 +00:00
rlcompleter.rst
runpy.rst [3.14] Docs: module pages should not link to themselves (GH-144505) (#144542) 2026-02-06 14:06:50 -05:00
sched.rst [3.14] Clarify docs for scheduler.run(blocking=False) (GH-129575) (GH-150669) 2026-05-31 12:18:57 +00:00
secrets.rst [3.14] Fix typos and grammar errors across documentation (GH-144709) (#144801) 2026-02-17 12:53:42 +00:00
security_warnings.rst [3.14] gh-127502: Remove XML vulnerability table (GH-135294) (#136359) 2025-07-07 09:08:41 +00:00
select.rst [3.14] gh-149763: Improve availablity docs in select.rst (GH-149764) (#149855) 2026-05-15 07:31:25 +00:00
selectors.rst [3.14] Fix typos and grammar errors across documentation (GH-144709) (#144801) 2026-02-17 12:53:42 +00:00
shelve.rst [3.14] Fix typos and grammar errors across documentation (GH-144709) (#144801) 2026-02-17 12:53:42 +00:00
shlex.rst [3.14] Fix typos and grammar errors across documentation (GH-144709) (#144801) 2026-02-17 12:53:42 +00:00
shutil.rst [3.14] gh-109503: Fix document for shutil.move() on usage of os.rename() since it's inaccurate (GH-109507) (GH-150612) 2026-06-09 16:06:44 +03:00
signal.rst [3.14] gh-146318: Document that signal.SIGSTOP is Unix-only (GH-146319) (#146468) 2026-03-26 16:49:43 +01:00
site.rst [3.14] Fix typos and grammar errors across documentation (GH-144709) (#144801) 2026-02-17 12:53:42 +00:00
smtpd.rst Docs: re-create pages for removed modules to document their removal. (#126622) 2024-11-11 17:49:48 -05:00
smtplib.rst [3.14] Docs: module pages should not link to themselves (GH-144505) (#144542) 2026-02-06 14:06:50 -05:00
sndhdr.rst Docs: re-create pages for removed modules to document their removal. (#126622) 2024-11-11 17:49:48 -05:00
socket.rst [3.14] Docs: don't rely on implicit 'above' directions in socket docs (GH-146426) (#146560) 2026-03-28 05:53:14 -04:00
socketserver.rst [3.14] Docs: module pages should not link to themselves (GH-144505) (#144542) 2026-02-06 14:06:50 -05:00
spwd.rst Docs: re-create pages for removed modules to document their removal. (#126622) 2024-11-11 17:49:48 -05:00
sqlite3.rst Python 3.14.6 2026-06-10 13:03:53 +03:00
ssl.rst [3.14] Fix a typo in SSLSocket docs (GH-150839) (GH-150846) 2026-06-03 12:26:17 +00:00
stat.rst [3.14] Docs: module pages should not link to themselves (GH-144505) (#144542) 2026-02-06 14:06:50 -05:00
statistics.rst
stdtypes.rst [3.14] gh-106318: Add examples to the str.isdigit() method docs (GH-144721) 2026-06-08 12:58:59 +00:00
string.rst [3.14] gh-134887: Add references to locale module for locale-aware number formatting references in string module docs (GH-134888) (GH-150121) 2026-05-20 02:55:14 +02:00
string.templatelib.rst [3.14] gh-150319: Replace all documentation which says "See PEP 585" (#150325) (#150813) 2026-06-02 22:22:46 +00:00
stringprep.rst [3.14] Docs: module pages should not link to themselves (GH-144505) (#144542) 2026-02-06 14:06:50 -05:00
struct.rst [3.14] gh-148529: Minor improvements of the struct module documentation (GH-148565) (GH-149063) 2026-04-27 23:07:00 +03:00
subprocess.rst [3.14] gh-94632: document the subprocess need for extra_groups=() with user= (GH-148129) (#148130) 2026-04-05 18:13:29 +00:00
sunau.rst Docs: re-create pages for removed modules to document their removal. (#126622) 2024-11-11 17:49:48 -05:00
superseded.rst gh-126180: Remove getopt and optparse deprecation notices (GH-126227) 2024-12-23 14:17:19 +10:00
symtable.rst [3.14] Docs: module pages should not link to themselves (GH-144505) (#144542) 2026-02-06 14:06:50 -05:00
sys.monitoring.rst [3.14] gh-148320: document that import sys.monitoring raises ModuleNotFoundError (GH-148365) (#148385) 2026-04-11 15:30:24 +00:00
sys.rst [3.14] Fix typos and grammar errors across documentation (GH-144709) (#144801) 2026-02-17 12:53:42 +00:00
sys_path_init.rst Docs: fix some typos in Doc/library (#132511) 2025-04-14 13:24:46 +00:00
sysconfig.rst [3.14] Docs: module pages should not link to themselves (GH-144505) (#144542) 2026-02-06 14:06:50 -05:00
syslog.rst [3.14] Remove unused :platform: in module's docs (GH-144988) (GH-144994) 2026-02-19 11:51:18 +00:00
tabnanny.rst
tarfile.rst [3.14] Docs: module pages should not link to themselves (GH-144505) (#144542) 2026-02-06 14:06:50 -05:00
telnetlib.rst Docs: re-create pages for removed modules to document their removal. (#126622) 2024-11-11 17:49:48 -05:00
tempfile.rst [3.14] Docs: module pages should not link to themselves (GH-144505) (#144542) 2026-02-06 14:06:50 -05:00
termios.rst [3.14] Remove unused :platform: in module's docs (GH-144988) (GH-144994) 2026-02-19 11:51:18 +00:00
test.rst [3.14] Docs: remove links of modules to themselves (GH-144695) (#144705) 2026-02-11 08:09:56 -05:00
text.rst [3.14] gh-132661: Document t-strings and templatelib (GH-135229) (#136974) 2025-07-22 13:32:00 +03:00
textwrap.rst [3.14] Docs: module pages should not link to themselves (GH-144505) (#144542) 2026-02-06 14:06:50 -05:00
threading.rst [3.14] gh-150232: update Thread group parameter doc (GH-150283) (#150298) 2026-05-23 14:04:30 +05:30
threadsafety.rst [3.14] gh-142518: Add thread safety notes for the buffer protocol (GH-145911) (#146106) 2026-03-18 14:28:52 +01:00
time.rst [3.14] gh-141246: Link to correct Windows docs in time.sleep() doc (GH-141248) (#141251) 2025-11-08 15:02:35 +00:00
timeit.rst [3.14] Docs: module pages should not link to themselves (GH-144505) (#144542) 2026-02-06 14:06:50 -05:00
tk.rst [3.14] gh-137777: Disband the 'Program Frameworks' chapter (GH-137796) (#137830) 2025-08-16 11:04:59 +03:00
tk_msg.png
tkinter.colorchooser.rst [3.14] Remove unused :platform: in module's docs (GH-144988) (GH-144994) 2026-02-19 11:51:18 +00:00
tkinter.dnd.rst [3.14] Remove unused :platform: in module's docs (GH-144988) (GH-144994) 2026-02-19 11:51:18 +00:00
tkinter.font.rst [3.14] Remove unused :platform: in module's docs (GH-144988) (GH-144994) 2026-02-19 11:51:18 +00:00
tkinter.messagebox.rst [3.14] Remove unused :platform: in module's docs (GH-144988) (GH-144994) 2026-02-19 11:51:18 +00:00
tkinter.rst [3.14] Docs: module pages should not link to themselves (GH-144505) (#144542) 2026-02-06 14:06:50 -05:00
tkinter.scrolledtext.rst [3.14] Remove unused :platform: in module's docs (GH-144988) (GH-144994) 2026-02-19 11:51:18 +00:00
tkinter.ttk.rst [3.14] Docs: module pages should not link to themselves (GH-144505) (#144542) 2026-02-06 14:06:50 -05:00
token-list.inc gh-130587: Add hand-written docs for non-OP tokens (GH-130588) 2025-03-19 16:42:11 +01:00
token.rst [3.14] gh-141984: Reword and reorganize the first part of Atoms docs (GH-144117) (GH-144959) 2026-02-18 17:59:17 +01:00
tokenize.rst [3.14] Docs: module pages should not link to themselves (GH-144505) (#144542) 2026-02-06 14:06:50 -05:00
tomllib.rst [3.14] gh-111264: Add a note about untrusted input to tomllib docs (GH-146209) (GH-149223) 2026-05-01 14:42:33 +02:00
trace.rst [3.14] Fix typos and grammar errors across documentation (GH-144709) (#144801) 2026-02-17 12:53:42 +00:00
traceback.rst [3.14] gh-145896: Fix typos and stale docstrings in the traceback module (GH-145897) (GH-150382) 2026-05-25 10:13:08 +00:00
tracemalloc.rst [3.14] Fix typos and grammar errors across documentation (GH-144709) (#144801) 2026-02-17 12:53:42 +00:00
tty.rst [3.14] Remove unused :platform: in module's docs (GH-144988) (GH-144994) 2026-02-19 11:51:18 +00:00
turtle-star.pdf
turtle-star.png
turtle-star.ps
turtle.rst [3.14] Docs: remove links of modules to themselves (GH-144695) (#144705) 2026-02-11 08:09:56 -05:00
types.rst [3.14] gh-150319: Replace all documentation which says "See PEP 585" (#150325) (#150813) 2026-06-02 22:22:46 +00:00
typing.rst [3.14] gh-89554: Document typing.ParamSpecArgs and ParamSpecKwargs as classes (GH-150677) (GH-150764) 2026-06-02 08:15:19 +00:00
unicodedata.rst [3.14] Fix the reference to unicode specification (#139138) (#139286) 2025-09-24 18:11:20 +01:00
unittest.mock-examples.rst [3.14] Docs: replace all datetime imports with import datetime as dt (GH-145640) (#146258) 2026-03-21 20:19:07 +02:00
unittest.mock.rst [3.14] Docs: module pages should not link to themselves (GH-144505) (#144542) 2026-02-06 14:06:50 -05:00
unittest.rst [3.14] gh-149663: fix typo in unittest docs (GH-149670) (#149673) 2026-05-11 12:01:57 +00:00
unix.rst [3.14] gh-137777: Disband the 'Program Frameworks' chapter (GH-137796) (#137830) 2025-08-16 11:04:59 +03:00
urllib.error.rst [3.14] Docs: module pages should not link to themselves (GH-144505) (#144542) 2026-02-06 14:06:50 -05:00
urllib.parse.rst [3.14] Docs: module pages should not link to themselves (GH-144505) (#144542) 2026-02-06 14:06:50 -05:00
urllib.request.rst [3.14] gh-141444:fix broken URLs and examples in urllib.request.rst (GH-144863) (#150643) 2026-05-30 21:08:44 -07:00
urllib.robotparser.rst [3.14] gh-138907: Support RFC 9309 in robotparser (GH-138908) (GH-149374) 2026-05-04 18:28:54 +00:00
urllib.rst
uu.rst Docs: re-create pages for removed modules to document their removal. (#126622) 2024-11-11 17:49:48 -05:00
uuid.rst [3.14] Docs: module pages should not link to themselves (GH-144505) (#144542) 2026-02-06 14:06:50 -05:00
venv.rst [3.14] gh-144148: Update the urllib.parse documentation (GH-144497) (GH-144507) 2026-02-05 17:24:24 +02:00
warnings.rst [3.14] Docs: module pages should not link to themselves (GH-144505) (#144542) 2026-02-06 14:06:50 -05:00
wave.rst [3.14] GH-145450: Document missing wave.Wave_write getter methods (GH-145451) (GH-145466) 2026-03-03 12:50:45 +00:00
weakref.rst [3.14] gh-150319: Replace all documentation which says "See PEP 585" (#150325) (#150813) 2026-06-02 22:22:46 +00:00
webbrowser.rst [3.14] Docs: module pages should not link to themselves (GH-144505) (#144542) 2026-02-06 14:06:50 -05:00
windows.rst
winreg.rst [3.14] Remove unused :platform: in module's docs (GH-144988) (GH-144994) 2026-02-19 11:51:18 +00:00
winsound.rst [3.14] Remove unused :platform: in module's docs (GH-144988) (GH-144994) 2026-02-19 11:51:18 +00:00
wsgiref.rst [3.14] Docs: remove links of modules to themselves (GH-144695) (#144705) 2026-02-11 08:09:56 -05:00
xdrlib.rst Docs: re-create pages for removed modules to document their removal. (#126622) 2024-11-11 17:49:48 -05:00
xml.dom.minidom.rst [3.14] Fix typos and grammar errors across documentation (GH-144709) (#144801) 2026-02-17 12:53:42 +00:00
xml.dom.pulldom.rst [3.14] Docs: module pages should not link to themselves (GH-144505) (#144542) 2026-02-06 14:06:50 -05:00
xml.dom.rst [3.14] Docs: module pages should not link to themselves (GH-144505) (#144542) 2026-02-06 14:06:50 -05:00
xml.etree.elementtree.rst [3.14] Docs: module pages should not link to themselves (GH-144505) (#144542) 2026-02-06 14:06:50 -05:00
xml.rst [3.14] Docs: remove links of modules to themselves (GH-144695) (#144705) 2026-02-11 08:09:56 -05:00
xml.sax.handler.rst [3.14] Docs: module pages should not link to themselves (GH-144505) (#144542) 2026-02-06 14:06:50 -05:00
xml.sax.reader.rst
xml.sax.rst [3.14] Docs: module pages should not link to themselves (GH-144505) (#144542) 2026-02-06 14:06:50 -05:00
xml.sax.utils.rst [3.14] Docs: module pages should not link to themselves (GH-144505) (#144542) 2026-02-06 14:06:50 -05:00
xmlrpc.client.rst [3.14] Docs: replace all datetime imports with import datetime as dt (GH-145640) (#146258) 2026-03-21 20:19:07 +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 [3.14] Docs: replace all datetime imports with import datetime as dt (GH-145640) (#146258) 2026-03-21 20:19:07 +02:00
zipapp.rst [3.14] Docs: module pages should not link to themselves (GH-144505) (#144542) 2026-02-06 14:06:50 -05:00
zipfile.rst [3.14] gh-146581: Update docs for dangerous filenames in ZIP files (GH-149994) (GH-150065) 2026-05-19 08:43:57 +00:00
zipimport.rst [3.14] Docs: module pages should not link to themselves (GH-144505) (#144542) 2026-02-06 14:06:50 -05:00
zlib.rst [3.14] gh-139707: Add docs for optional modules (GH-140171) (GH-141204) 2025-11-10 15:20:00 +01:00
zoneinfo.rst [3.14] Docs: replace all datetime imports with import datetime as dt (GH-145640) (#146258) 2026-03-21 20:19:07 +02:00