..
__future__.rst
[3.14] gh-135755: Document __future__.* and CO_* as proper Sphinx objects (GH-135980) (GH-136370)
2025-07-07 12:55:20 +02:00
__main__.rst
gh-128720: Fix doc inacurracy about __main__.__file__ existence in the REPL ( #128721 )
2025-01-21 19:52:21 +00:00
_thread.rst
gh-125541: Make Ctrl-C interrupt threading.Lock.acquire()
on Windows ( #125546 )
2024-10-17 20:10:55 +02:00
abc.rst
Docs: Fix some semantic usages of iterator.__iter__
(GH-130172)
2025-02-25 13:38:47 +01:00
aifc.rst
Docs: re-create pages for removed modules to document their removal. ( #126622 )
2024-11-11 17:49:48 -05:00
allos.rst
gh-126180: Remove getopt and optparse deprecation notices (GH-126227)
2024-12-23 14:17:19 +10:00
annotationlib.rst
[3.14] annotationlib docs: note that ForwardRef.evaluate eventually defaults to empty globals (GH-134661) ( #134662 )
2025-05-25 10:39:44 -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-136032: Fix argparse.BooleanOptionalAction
doc (GH-136133) ( #136329 )
2025-07-07 19:34:18 -07:00
array.rst
gh-121905: Consistently use "floating-point" instead of "floating point" (GH-121907)
2024-07-19 08:06:02 +00:00
ast.rst
[3.14] gh-134733: Fix documentation for the show_empty option of ast.dump() (GH-134925) (GH-134940)
2025-05-30 19:30:13 +03:00
asynchat.rst
Docs: re-create pages for removed modules to document their removal. ( #126622 )
2024-11-11 17:49:48 -05:00
asyncio-api-index.rst
asyncio-dev.rst
[3.14] gh-133515: fix docs for unawaited coroutines in debug mode (GH-134081) ( #134093 )
2025-05-16 15:37:01 +00:00
asyncio-eventloop.rst
[3.14] gh-128307: Update docs for asyncio.create_task, TaskGroup.create_task, asyncio.create_task (GH-134202) ( #134553 )
2025-05-23 09:36:19 +05:30
asyncio-exceptions.rst
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
gh-129169: update asyncio.ensure_future
docs to suggest taskgroups
2025-04-13 07:59:22 +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
GH-120804: add docs for removal for asyncio child watchers ( #120895 )
2024-06-23 13:14:12 +00:00
asyncio-policy.rst
Python 3.14.0a4
2025-01-14 13:52:58 +02:00
asyncio-protocol.rst
gh-113812: Allow DatagramTransport.sendto to send empty data ( #115199 )
2024-02-16 18:38:07 -08:00
asyncio-queue.rst
gh-121970: Replace .. coroutine{method,function}
with :async:
( #130448 )
2025-02-22 17:54:43 +00:00
asyncio-runner.rst
gh-127949: make deprecation of policy system more prominent ( #128290 )
2024-12-27 15:13:41 +00:00
asyncio-stream.rst
[3.14] gh-134664: document cleanup_socket
parameter in asyncio.start_unix_server
(GH-134750) ( #134779 )
2025-05-27 14:04:43 +05:30
asyncio-subprocess.rst
gh-101100: Fix sphinx warnings in library/asyncio-subprocess.rst
( #130994 )
2025-03-10 12:38:08 +00:00
asyncio-sync.rst
gh-121970: Replace .. coroutine{method,function}
with :async:
( #130448 )
2025-02-22 17:54:43 +00:00
asyncio-task.rst
[3.14] gh-128307: Update docs for asyncio.create_task, TaskGroup.create_task, asyncio.create_task (GH-134202) ( #134553 )
2025-05-23 09:36:19 +05:30
asyncio.rst
GH-91048: Add utils for capturing async call stack for asyncio programs and enable profiling ( #124640 )
2025-01-22 17:25:29 +01: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
docs: module page titles should not start with a link to themselves ( #117099 )
2024-05-08 20:34:40 +01: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-134201: Expand explanation of Base85 encodings in base64 docs (GH-134288) ( #134298 )
2025-05-20 00:05:26 +00:00
bdb.rst
gh-120144: Make it possible to use sys.monitoring
for bdb and make it default for pdb ( #124533 )
2025-03-17 18:34:37 -04:00
binary.rst
binascii.rst
docs: module page titles should not start with a link to themselves ( #117099 )
2024-05-08 20:34:40 +01:00
bisect.rst
docs: module page titles should not start with a link to themselves ( #117099 )
2024-05-08 20:34:40 +01:00
builtins.rst
gh-99030: Added documentation links for types and exceptions (GH-123857)
2024-10-20 17:36:27 -07:00
bz2.rst
docs: module page titles should not start with a link to themselves ( #117099 )
2024-05-08 20:34:40 +01:00
calendar.rst
gh-128317: Move CLI calendar highlighting to private class ( #129625 )
2025-02-08 15:56:57 +00:00
cgi.rst
Docs: re-create pages for removed modules to document their removal. ( #126622 )
2024-11-11 17:49:48 -05:00
cgitb.rst
Docs: re-create pages for removed modules to document their removal. ( #126622 )
2024-11-11 17:49:48 -05:00
chunk.rst
Docs: re-create pages for removed modules to document their removal. ( #126622 )
2024-11-11 17:49:48 -05:00
cmath.rst
Docs: Add a single table summary for `cmath
` ( #131887 )
2025-04-07 00:36:21 +01:00
cmd.rst
docs: module page titles should not start with a link to themselves ( #117099 )
2024-05-08 20:34:40 +01:00
cmdline.rst
gh-123299: Copyedit "What's New in Python 3.14" ( #133452 )
2025-05-06 15:05:20 +03:00
cmdlinelibs.rst
gh-126180: Remove getopt and optparse deprecation notices (GH-126227)
2024-12-23 14:17:19 +10: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-136162: Document encodings
package functions (GH-136164) ( #136454 )
2025-07-09 10:07:34 +02:00
codeop.rst
docs: module page titles should not start with a link to themselves ( #117099 )
2024-05-08 20:34:40 +01:00
collections.abc.rst
gh-130159: Fix list indentation in collections.abc ( #130165 )
2025-02-22 01:41:15 +00:00
collections.rst
gh-101100: Fix Sphinx documentation warnings in collections.rst
( #130629 )
2025-03-03 11:46:38 +02:00
colorsys.rst
gh-121905: Consistently use "floating-point" instead of "floating point" (GH-121907)
2024-07-19 08:06:02 +00: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-132983: Add documentation for compression.zstd (GH-133911) ( #134425 )
2025-05-21 14:24:23 +00:00
compression.zstd.rst
[3.14] gh-135252: Document Zstandard integration across zipfile, shutil, and tarfile (GH-135311) ( #136254 )
2025-07-03 20:34:38 +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-133485: Use interpreters.Interpreter in InterpreterPoolExecutor (gh-135695)
2025-06-19 00:23:12 +00:00
concurrent.interpreters.rst
[3.14] gh-134939: Fill Out the concurrent.interpreters Docs (gh-136141)
2025-06-30 17:00:33 +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
gh-65697: Prevent configparser from writing keys it cannot properly read ( #129270 )
2025-02-23 11:06:33 -05:00
constants.rst
gh-129015: Improve disambiguation between NotImplemented
and NotImplementedError
( #129562 )
2025-03-03 09:23:41 +01:00
contextlib.rst
Docs: Add a missing trailing full stop ( #130561 )
2025-04-10 14:51:20 +03:00
contextvars.rst
Python 3.14.0a6
2025-03-14 17:05:02 +02:00
copy.rst
[3.14] gh-134559: Add versionadded for `object.__replace__()
` (GH-134672) ( #134699 )
2025-05-26 10:29:51 +00:00
copyreg.rst
docs: module page titles should not start with a link to themselves ( #117099 )
2024-05-08 20:34:40 +01:00
crypt.rst
Docs: re-create pages for removed modules to document their removal. ( #126622 )
2024-11-11 17:49:48 -05:00
crypto.rst
csv.rst
[3.14] gh-131885: Update documented signatures for csv.{writer,reader}
(GH-136085) (GH-136120)
2025-06-30 13:38:57 +00:00
ctypes.rst
[3.14] Docs: Fix duplicate word typos (GH-135958) (GH-136007)
2025-06-27 00:05:53 +00:00
curses.ascii.rst
docs: module page titles should not start with a link to themselves ( #117099 )
2024-05-08 20:34:40 +01:00
curses.panel.rst
docs: module page titles should not start with a link to themselves ( #117099 )
2024-05-08 20:34:40 +01:00
curses.rst
[3.14] Fix signature of _curses.assume_default_colors
in the docs (GH-134409) ( #134417 )
2025-05-21 13:08:20 +00:00
custominterp.rst
dataclasses.rst
[3.14] Fix presentation of dataclasses' unsafe_hash
default value (GH-116532) ( #135416 )
2025-06-12 01:36:17 +00:00
datatypes.rst
datetime.rst
[3.14] gh-132642: document how to render human-readable timedelta
objects (GH-133825) ( #133837 )
2025-05-10 16:00:36 +00:00
dbm.rst
gh-101100: Docs: Fix some typos in the document ( #129988 )
2025-02-11 13:06:32 +02:00
debug.rst
decimal.rst
[3.14] gh-101100: Fix Sphinx warnings in library/decimal.rst
(GH-134303) ( #134338 )
2025-05-20 14:52:11 +00:00
development.rst
devmode.rst
gh-101100: Fix sphinx warnings in library/devmode.rst
( #109963 )
2023-09-27 16:07:28 +03:00
dialog.rst
[3.14] gh-135756: Fix nonexistent parameter in tkinter docs (GH-135770) ( #135776 )
2025-06-20 23:35:37 +00:00
difflib.rst
docs: module page titles should not start with a link to themselves ( #117099 )
2024-05-08 20:34:40 +01:00
dis.rst
[3.14] gh-135627: Remove documentation for LOAD_CONST_IMMORTAL opcode (GH-135632) (GH-135649)
2025-06-18 15:27:26 +08: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] gh-134918: Fix and improve doctest's documentation (GH-134919) (GH-134966)
2025-05-31 09:09:00 +00:00
email.charset.rst
docs: module page titles should not start with a link to themselves ( #117099 )
2024-05-08 20:34:40 +01: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
docs: module page titles should not start with a link to themselves ( #117099 )
2024-05-08 20:34:40 +01:00
email.errors.rst
gh-101100: Fix sphinx warnings in library/email.errors.rst
( #130774 )
2025-03-03 11:56:45 +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
docs: module page titles should not start with a link to themselves ( #117099 )
2024-05-08 20:34:40 +01:00
email.header.rst
[3.14] Docs: Fix duplicate word typos (GH-135958) (GH-136007)
2025-06-27 00:05:53 +00:00
email.headerregistry.rst
gh-101100: Add a table of class attributes to the "Custom classes" section of the data model docs ( #124480 )
2024-09-25 19:29:58 +00:00
email.iterators.rst
docs: module page titles should not start with a link to themselves ( #117099 )
2024-05-08 20:34:40 +01:00
email.message.rst
gh-123517: Remove unnecessary `:meth:
` parentheses ( #123518 )
2024-09-01 05:59:42 +01:00
email.mime.rst
docs: module page titles should not start with a link to themselves ( #117099 )
2024-05-08 20:34:40 +01:00
email.parser.rst
docs: module page titles should not start with a link to themselves ( #117099 )
2024-05-08 20:34:40 +01:00
email.policy.rst
Docs: fix MessageDefect
references in email.policy docs ( #128468 )
2025-01-05 22:58:31 +01:00
email.rst
docs: module page titles should not start with a link to themselves ( #117099 )
2024-05-08 20:34:40 +01:00
email.utils.rst
gh-121905: Consistently use "floating-point" instead of "floating point" (GH-121907)
2024-07-19 08:06:02 +00:00
ensurepip.rst
gh-130160: use .. program::
directive for documenting ensurepip
CLI (gh-130253)
2025-02-18 12:09:22 +00:00
enum.rst
Fix typo in enum
documentation ( #129920 )
2025-02-09 21:48:11 +00:00
errno.rst
gh-85046: Document errno constants ( #126420 )
2025-01-28 01:12:45 +01:00
exceptions.rst
[3.14] gh-101100: Fix sphinx warnings in Doc/library/exceptions.rst
(GH-136309) ( #136414 )
2025-07-08 12:11:28 +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
Python 3.14.0b1
2025-05-06 18:33:52 +03:00
filecmp.rst
Use roles :data: and :const: for referencing module variables (GH-129507)
2025-02-04 16:16:41 +02:00
fileformats.rst
fileinput.rst
gh-120345: Fix incorrect use of the :class: role with the "()" suffix (GH-120347)
2024-06-12 17:23:03 +03:00
filesys.rst
gh-126180: Remove getopt and optparse deprecation notices (GH-126227)
2024-12-23 14:17:19 +10:00
fnmatch.rst
gh-133306: Use \z instead of \Z in fnmatch.translate() and glob.translate() (GH-133338)
2025-05-03 17:58:21 +03:00
fractions.rst
[3.14] gh-136169: Update parameter name in fractions.from_float method (GH-136172) ( #136174 )
2025-07-01 13:31:16 +00:00
frameworks.rst
ftplib.rst
gh-120823: Fix doc for ftplib.FTP.retrbinary() (GH-121697)
2024-07-13 16:16:26 +02:00
functional.rst
functions.rst
[3.14] Docs: Fix indentation in slice
class of functions.rst
(GH-134393) ( #135948 )
2025-06-25 17:52:59 +00:00
functools.rst
[3.14] gh-125028: Prohibit placeholders in partial keywords (GH-126062) (GH-133645)
2025-05-08 08:26:14 +00:00
gc.rst
gh-132917: Use RSS + swap for estimate of process memory usage (gh-133464)
2025-05-05 14:15:05 -07:00
getopt.rst
gh-126180: Remove getopt and optparse deprecation notices (GH-126227)
2024-12-23 14:17:19 +10:00
getpass.rst
Python 3.14.0b1
2025-05-06 18:33:52 +03:00
gettext.rst
docs: module page titles should not start with a link to themselves ( #117099 )
2024-05-08 20:34:40 +01:00
glob.rst
gh-133306: Use \z instead of \Z in fnmatch.translate() and glob.translate() (GH-133338)
2025-05-03 17:58:21 +03:00
graphlib.rst
Python 3.14.0a7
2025-04-08 14:20:51 +03:00
grp.rst
gh-116622: Complete Android documentation ( #124259 )
2024-09-23 23:09:53 +00:00
gzip.rst
gh-98347: Add links to python-isal in the documentation ( #98637 )
2025-04-25 01:53:23 +00:00
hashlib-blake2-tree.png
hashlib.rst
[3.14] Avoid __file__
in hashlib
example (GH-134540) ( #134549 )
2025-05-22 21:37:52 +00:00
heapq.rst
Python 3.14.0b1
2025-05-06 18:33:52 +03:00
hmac.rst
docs: module page titles should not start with a link to themselves ( #117099 )
2024-05-08 20:34:40 +01:00
html.entities.rst
docs: module page titles should not start with a link to themselves ( #117099 )
2024-05-08 20:34:40 +01:00
html.parser.rst
[3.14] gh-131535: Fix stale example in html.parser docs, make examples doctests (GH-131551) (GH-133589)
2025-05-07 22:03:30 +00:00
html.rst
docs: module page titles should not start with a link to themselves ( #117099 )
2024-05-08 20:34:40 +01:00
http.client.rst
docs: module page titles should not start with a link to themselves ( #117099 )
2024-05-08 20:34:40 +01:00
http.cookiejar.rst
[3.14] gh-101100: Fix references in http.cookiejar
docs (GH-136238) (GH-136318)
2025-07-05 13:35:24 +00:00
http.cookies.rst
gh-112713 : Add support for 'partitioned' attribute in http.cookies (GH-112714)
2025-01-24 22:31:52 +00:00
http.rst
docs: module page titles should not start with a link to themselves ( #117099 )
2024-05-08 20:34:40 +01:00
http.server.rst
[3.14] gh-117026: Remove outdated sentence in SimpleHTTPRequestHandler docs (GH-117027) (GH-134107)
2025-05-16 22:23:52 +03:00
i18n.rst
idle.rst
gh-130160: use .. program::
directive for documenting idle
CLI ( #130278 )
2025-02-24 02:02:34 +00:00
imaplib.rst
Python 3.14.0a5
2025-02-11 19:16:29 +02:00
imghdr.rst
Docs: re-create pages for removed modules to document their removal. ( #126622 )
2024-11-11 17:49:48 -05:00
imp.rst
Docs: re-create pages for removed modules to document their removal. ( #126622 )
2024-11-11 17:49:48 -05:00
importlib.metadata.rst
Docs: fix a couple typos in Doc/
(GH-132927)
2025-04-27 15:56:58 -07:00
importlib.resources.abc.rst
[3.14] gh-110631: Fix some incorrect indents in the documentation (GH-129312) ( #134419 )
2025-05-21 13:58:09 +00:00
importlib.resources.rst
docs: module page titles should not start with a link to themselves ( #117099 )
2024-05-08 20:34:40 +01:00
importlib.rst
GH-121970: Replace custom abstract method directive with the `:abstract:
` option ( #129311 )
2025-02-22 01:53:57 +00:00
index.rst
gh-126180: Remove getopt and optparse deprecation notices (GH-126227)
2024-12-23 14:17:19 +10:00
inspect.rst
Python 3.14.0a5
2025-02-11 19:16:29 +02:00
internet.rst
intro.rst
gh-116622: Complete Android documentation ( #124259 )
2024-09-23 23:09:53 +00:00
io.rst
[3.14] gh-80050: Update BufferedReader.read docs around non-blocking (GH-130653) ( #134444 )
2025-05-21 09:50:02 -07:00
ipaddress.rst
gh-118710: Make IPv*Address.version & max_prefixlen available on the class (GH-120698)
2024-09-04 15:51:12 +02:00
ipc.rst
itertools.rst
Minor doc edit: Make multinomial() the first math example (gh-132697)
2025-04-18 12:41:13 -05:00
json.rst
[3.14] gh-134150: Clarify distinction between JSON and Python objects (GH-134154) ( #134166 )
2025-05-18 01:54:00 +00:00
kde_example.png
Improve kde graph with better caption and number formatting (gh-113967)
2024-01-11 18:25:18 -06:00
keyword.rst
docs: module page titles should not start with a link to themselves ( #117099 )
2024-05-08 20:34:40 +01:00
language.rst
linecache.rst
gh-60115: Support frozen modules for linecache.getline() ( #131638 )
2025-04-02 19:50:01 -04:00
locale.rst
gh-126727: Fix locale.nl_langinfo(locale.ERA) (GH-126730)
2024-11-21 13:16:08 +02:00
logging.config.rst
[3.14] Docs: Fix markups for emphasis (GH-135598) (GH-135685)
2025-06-18 17:39:06 +00:00
logging.handlers.rst
[3.14] gh-91555: add warning to docs about possibility of deadlock/infinite recursion (GH-135954) (GH-135988)
2025-06-26 15:25:36 +01:00
logging.rst
gh-127805: Clarify Formatter initialization in logging.rst. (GH-127850)
2025-02-21 07:10:04 +00:00
lzma.rst
docs: module page titles should not start with a link to themselves ( #117099 )
2024-05-08 20:34:40 +01:00
mailbox.rst
gh-121529: Document from_
parameter in _mboxMMDF
public methods ( #121530 )
2025-03-23 13:10:47 +01:00
mailcap.rst
Docs: re-create pages for removed modules to document their removal. ( #126622 )
2024-11-11 17:49:48 -05:00
markup.rst
marshal.rst
Python 3.14.0a2
2024-11-19 16:52:44 +02:00
math.rst
[3.14] gh-136122: Fix video link for math.tau documentation (GH-136129) ( #136131 )
2025-06-30 14:49:09 +00:00
mimetypes.rst
gh-75223: Deprecate undotted extensions in mimetypes.MimeTypes.add_type
( #128638 )
2025-04-28 14:23:57 +00:00
mm.rst
mmap.rst
[3.14] Docs: Fix duplicate word typos (GH-135958) (GH-136007)
2025-06-27 00:05:53 +00:00
modulefinder.rst
docs: module page titles should not start with a link to themselves ( #117099 )
2024-05-08 20:34:40 +01:00
modules.rst
msilib.rst
Docs: re-create pages for removed modules to document their removal. ( #126622 )
2024-11-11 17:49:48 -05:00
msvcrt.rst
docs: module page titles should not start with a link to themselves ( #117099 )
2024-05-08 20:34:40 +01:00
multiprocessing.rst
[3.14] gh-109070: Document that get_context in multiprocessing have side effect (GH-136341) (GH-136343)
2025-07-06 18:32:03 +00:00
multiprocessing.shared_memory.rst
docs: module page titles should not start with a link to themselves ( #117099 )
2024-05-08 20:34:40 +01:00
netdata.rst
netrc.rst
[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
GH-121970: Replace custom abstract method directive with the `:abstract:
` option ( #129311 )
2025-02-22 01:53:57 +00:00
numeric.rst
operator.rst
gh-115808: Add `is_none
and
is_not_none
to
operator
` ( #115814 )
2024-08-10 20:16:34 +01:00
optparse.rst
gh-126180: Remove getopt and optparse deprecation notices (GH-126227)
2024-12-23 14:17:19 +10:00
os.path.rst
[3.14] gh-81520: Document unexpected os.path.ismount
behaviour with btrfs subvolumes (GH-136058) (GH-136471)
2025-07-09 16:00:54 +00:00
os.rst
gh-81793: Always call linkat() from os.link(), if available (GH-132517)
2025-05-04 17:24:10 +03:00
ossaudiodev.rst
Docs: re-create pages for removed modules to document their removal. ( #126622 )
2024-11-11 17:49:48 -05:00
pathlib-inheritance.png
pathlib-inheritance.svg
pathlib.rst
[3.14] Docs: Fix duplicate word typos (GH-135958) (GH-136007)
2025-06-27 00:05:53 +00:00
pdb.rst
[3.14] Add documentation for remote debugging with pdb (GH-134260) ( #134398 )
2025-05-21 09:29:42 +00:00
persistence.rst
pickle.rst
gh-93096: Update and document pickle
CLI ( #131097 )
2025-03-14 14:15:35 +01:00
pickletools.rst
gh-93096: Update and document pickletools
CLI ( #131273 )
2025-03-17 09:36:30 +00:00
pipes.rst
Docs: re-create pages for removed modules to document their removal. ( #126622 )
2024-11-11 17:49:48 -05:00
pkgutil.rst
[3.14] Docs: Emphasize parameter name in pkgutil.iter_importers
(GH-135597) (GH-135710)
2025-06-19 13:02:22 +00:00
platform.rst
gh-130160: use .. program::
directive for documenting platform
CLI ( #133335 )
2025-05-03 15:05:04 +03:00
plistlib.rst
gh-101100: Fix sphinx warnings in library/plistlib.rst
( #132422 )
2025-04-13 18:35:26 +00:00
poplib.rst
docs: module page titles should not start with a link to themselves ( #117099 )
2024-05-08 20:34:40 +01:00
posix.rst
docs: module page titles should not start with a link to themselves ( #117099 )
2024-05-08 20:34:40 +01:00
pprint.rst
gh-126731: Update outdated project information in pprint.pp
doc ( #126732 )
2024-11-13 20:58:06 -08:00
profile.rst
gh-130160: use .. program::
directive for documenting cProfile
CLI ( #130314 )
2025-03-01 23:39:25 +03:00
pty.rst
docs: module page titles should not start with a link to themselves ( #117099 )
2024-05-08 20:34:40 +01:00
pwd.rst
docs: module page titles should not start with a link to themselves ( #117099 )
2024-05-08 20:34:40 +01:00
py_compile.rst
docs: module page titles should not start with a link to themselves ( #117099 )
2024-05-08 20:34:40 +01:00
pyclbr.rst
Format None, True, False and NotImplemented as literals (GH-118758)
2024-05-08 22:35:16 +03:00
pydoc.rst
Doc: Note that pydoc uses and prefers `MANPAGER
` ( #125362 )
2024-10-29 23:12:02 +00:00
pyexpat.rst
[3.14] gh-127502: Remove XML vulnerability table (GH-135294) ( #136359 )
2025-07-07 09:08:41 +00:00
python.rst
[3.14] gh-134939: Add the concurrent.interpreters Module (gh-135414)
2025-06-12 08:19:26 -06:00
queue.rst
docs: module page titles should not start with a link to themselves ( #117099 )
2024-05-08 20:34:40 +01:00
quopri.rst
docs: module page titles should not start with a link to themselves ( #117099 )
2024-05-08 20:34:40 +01:00
random.rst
[3.14] gh-101100: Fix sphinx warnings in whatsnew/3.9
(GH-136163) ( #136372 )
2025-07-07 10:48:04 +00:00
re.rst
[3.14] gh-122055: Clarify documentation for empty matches in RE (GH-133169) (GH-134217)
2025-05-19 16:49:46 +03:00
readline.rst
Python 3.14.0b1
2025-05-06 18:33:52 +03:00
removed.rst
Docs: re-create pages for removed modules to document their removal. ( #126622 )
2024-11-11 17:49:48 -05:00
reprlib.rst
docs: module page titles should not start with a link to themselves ( #117099 )
2024-05-08 20:34:40 +01:00
resource.rst
gh-121905: Consistently use "floating-point" instead of "floating point" (GH-121907)
2024-07-19 08:06:02 +00:00
rlcompleter.rst
docs: module page titles should not start with a link to themselves ( #117099 )
2024-05-08 20:34:40 +01:00
runpy.rst
docs: module page titles should not start with a link to themselves ( #117099 )
2024-05-08 20:34:40 +01:00
sched.rst
docs: module page titles should not start with a link to themselves ( #117099 )
2024-05-08 20:34:40 +01:00
secrets.rst
gh-123789: secrets.randbits
returns only non-negative int ( #123801 )
2024-09-07 21:17:59 -07: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
Use roles :data: and :const: for referencing module variables (GH-129507)
2025-02-04 16:16:41 +02:00
selectors.rst
GH-121970: Replace custom abstract method directive with the `:abstract:
` option ( #129311 )
2025-02-22 01:53:57 +00:00
shelve.rst
docs: module page titles should not start with a link to themselves ( #117099 )
2024-05-08 20:34:40 +01:00
shlex.rst
docs: module page titles should not start with a link to themselves ( #117099 )
2024-05-08 20:34:40 +01:00
shutil.rst
[3.14] gh-135252: Document Zstandard integration across zipfile, shutil, and tarfile (GH-135311) ( #136254 )
2025-07-03 20:34:38 +00:00
signal.rst
[3.14] gh-110631: Fix some incorrect indents in the documentation (GH-129312) ( #134419 )
2025-05-21 13:58:09 +00:00
site.rst
Use roles :data: and :const: for referencing module variables (GH-129507)
2025-02-04 16:16:41 +02: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
gh-101100: Docs: Fix some typos in the document ( #129988 )
2025-02-11 13:06:32 +02: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] gh-122153: indicate that Windows does not support socket.{send,recv}_fds
(GH-134960) ( #135018 )
2025-06-02 10:44:30 +00:00
socketserver.rst
[3.14] Docs: Fix duplicate word typos (GH-135958) (GH-136007)
2025-06-27 00:05:53 +00: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
[3.14] gh-131825: Fix sqlite3
timezone-naive adapter recipe (GH-136270) (GH-136467)
2025-07-09 14:12:47 +00:00
ssl.rst
Use roles :data: and :const: for referencing module variables (GH-129507)
2025-02-04 16:16:41 +02:00
stat.rst
docs: module page titles should not start with a link to themselves ( #117099 )
2024-05-08 20:34:40 +01:00
statistics.rst
gh-121977: Add tips for handling unhashable data ( #122075 )
2024-07-21 05:53:26 +00:00
stdtypes.rst
[3.14] gh-106318: Add example for str.expandtabs()
(GH-134525) ( #135476 )
2025-06-13 15:50:16 +00:00
string.rst
[3.14] gh-134449: fix grammar for precision_with_grouping
in format description (GH-134608) ( #135015 )
2025-06-02 09:51:45 +00:00
stringprep.rst
docs: module page titles should not start with a link to themselves ( #117099 )
2024-05-08 20:34:40 +01:00
struct.rst
gh-121249: fix complex formatting codes in the struct docs (note 10) (GH-133249)
2025-05-02 18:27:07 +02:00
subprocess.rst
gh-133089: Use original timeout value for TimeoutExpired
when the func subprocess.run
is called with a timeout (GH-133103)
2025-05-05 01:15:31 +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
Python 3.14.0a1
2024-10-15 22:34:54 +03:00
sys.monitoring.rst
[3.14] Clarify some details regarding sys.monitoring
(GH-133981) (GH-136259)
2025-07-03 21:10:27 +00:00
sys.rst
[3.14] gh-86682: Add versionadded for sys._getframemodulename (GH-136325) ( #136375 )
2025-07-07 11:27:54 +00:00
sys_path_init.rst
Docs: fix some typos in Doc/library
( #132511 )
2025-04-14 13:24:46 +00:00
sysconfig.rst
gh-132726: Change the heading of sysconfig
CLI section ( #133035 )
2025-04-28 17:44:49 +03:00
syslog.rst
docs: module page titles should not start with a link to themselves ( #117099 )
2024-05-08 20:34:40 +01:00
tabnanny.rst
docs: module page titles should not start with a link to themselves ( #117099 )
2024-05-08 20:34:40 +01:00
tarfile.rst
[3.14] Docs: Move "or" outside monospace syntax in tarfile.rst
(GH-136263) (GH-136290)
2025-07-04 14:46:57 +00:00
telnetlib.rst
Docs: re-create pages for removed modules to document their removal. ( #126622 )
2024-11-11 17:49:48 -05:00
tempfile.rst
docs: module page titles should not start with a link to themselves ( #117099 )
2024-05-08 20:34:40 +01:00
termios.rst
docs: module page titles should not start with a link to themselves ( #117099 )
2024-05-08 20:34:40 +01:00
test.rst
Docs: fix some typos in Doc/library
( #132511 )
2025-04-14 13:24:46 +00:00
text.rst
textwrap.rst
docs: fix a few typos identified by codespell ( #119516 )
2024-05-25 18:13:31 -07:00
threading.rst
[3.14] Docs: Fix duplicate word typos (GH-135958) (GH-136007)
2025-06-27 00:05:53 +00:00
time.rst
[3.14] gh-102740: Clarify time.monotonic() "system-wide" in the doc (GH-136431) ( #136488 )
2025-07-09 23:13:29 +00:00
timeit.rst
docs: module page titles should not start with a link to themselves ( #117099 )
2024-05-08 20:34:40 +01:00
tk.rst
tk_msg.png
tkinter.colorchooser.rst
docs: module page titles should not start with a link to themselves ( #117099 )
2024-05-08 20:34:40 +01:00
tkinter.dnd.rst
Format None, True, False and NotImplemented as literals (GH-118758)
2024-05-08 22:35:16 +03:00
tkinter.font.rst
docs: module page titles should not start with a link to themselves ( #117099 )
2024-05-08 20:34:40 +01:00
tkinter.messagebox.rst
docs: module page titles should not start with a link to themselves ( #117099 )
2024-05-08 20:34:40 +01:00
tkinter.rst
GH-103484: Fix permanently redirects reported by linkcheck (GH-124144)
2024-09-17 02:53:38 +00:00
tkinter.scrolledtext.rst
docs: module page titles should not start with a link to themselves ( #117099 )
2024-05-08 20:34:40 +01:00
tkinter.ttk.rst
docs: module page titles should not start with a link to themselves ( #117099 )
2024-05-08 20:34:40 +01:00
token-list.inc
gh-130587: Add hand-written docs for non-OP tokens (GH-130588)
2025-03-19 16:42:11 +01:00
token.rst
[3.14] gh-135263: Fix typo in token.NAME documentation (GH-135275) ( #135280 )
2025-06-08 17:55:04 -04:00
tokenize.rst
gh-129020: Remove ambiguous sentence from tokenize.untokenize
docs ( #129021 )
2025-01-20 00:05:22 +00:00
tomllib.rst
Python 3.14.0a2
2024-11-19 16:52:44 +02:00
trace.rst
docs: module page titles should not start with a link to themselves ( #117099 )
2024-05-08 20:34:40 +01:00
traceback.rst
gh-128481: indicate that the default value for FrameSummary.end_lineno
changed in 3.13 ( #130755 )
2025-03-02 18:16:51 +01:00
tracemalloc.rst
docs: module page titles should not start with a link to themselves ( #117099 )
2024-05-08 20:34:40 +01:00
tty.rst
Format None, True, False and NotImplemented as literals (GH-118758)
2024-05-08 22:35:16 +03:00
tulip_coro.dia
tulip_coro.png
turtle-star.pdf
turtle-star.png
turtle-star.ps
turtle.rst
Docs: delete title links in turtle.rst
and typing.rst
( #133283 )
2025-05-02 13:15:26 +01:00
types.rst
gh-105499: Merge typing.Union and types.UnionType ( #105511 )
2025-03-04 11:44:19 -08:00
typing.rst
[3.14] Fix typing.TYPE_CHECKING docs to reflect PEP 649. (GH-134813) ( #134822 )
2025-05-27 23:15:17 -07:00
unicodedata.rst
closes gh-124016: update Unicode to 16.0.0 ( #124017 )
2024-09-13 07:47:04 -07:00
unittest.mock-examples.rst
docs: module page titles should not start with a link to themselves ( #117099 )
2024-05-08 20:34:40 +01:00
unittest.mock.rst
[3.14] gh-133413: Fix references to removed Request.has_data (GH-133414) (GH-133945)
2025-05-12 18:23:35 +00:00
unittest.rst
[3.14] Docs: unittest.enterModuleContext is not a classmethod (GH-136464) ( #136465 )
2025-07-09 13:59:40 +00:00
unix.rst
urllib.error.rst
docs: module page titles should not start with a link to themselves ( #117099 )
2024-05-08 20:34:40 +01:00
urllib.parse.rst
Added a warning to the urljoin docs, indicating that it is not safe to use with attacker controlled URLs (GH-126659)
2024-11-15 18:09:05 -05:00
urllib.request.rst
[3.14] gh-133413: Fix references to removed Request.has_data (GH-133414) (GH-133945)
2025-05-12 18:23:35 +00:00
urllib.robotparser.rst
docs: module page titles should not start with a link to themselves ( #117099 )
2024-05-08 20:34:40 +01:00
urllib.rst
docs: module page titles should not start with a link to themselves ( #117099 )
2024-05-08 20:34:40 +01:00
uu.rst
Docs: re-create pages for removed modules to document their removal. ( #126622 )
2024-11-11 17:49:48 -05:00
uuid.rst
[3.14] gh-89083: add links to RFC 9562 sections in UUID docs (GH-135684) ( #135747 )
2025-06-20 11:09:14 +00:00
venv.rst
GH-126985: move pyvenv.cfg detection from site to getpath ( #126987 )
2024-11-26 13:46:33 +00:00
warnings.rst
gh-128384: Use a context variable for warnings.catch_warnings (gh-130010)
2025-04-09 16:18:54 -07:00
wave.rst
gh-123517: Remove unnecessary `:meth:
` parentheses ( #123518 )
2024-09-01 05:59:42 +01:00
weakref.rst
Docs: Standardise versionchanged text in weakref.rst ( #122898 )
2024-08-11 21:40:11 +01:00
webbrowser.rst
Python 3.14.0b1
2025-05-06 18:33:52 +03:00
windows.rst
winreg.rst
docs: module page titles should not start with a link to themselves ( #117099 )
2024-05-08 20:34:40 +01:00
winsound.rst
gh-131453: Add additional constants to winsound module (GH-131454)
2025-03-20 16:35:52 +00:00
wsgiref.rst
gh-127522: wsgiref: indicate that start_response
objects should follow a specific protocol (GH-127525)
2025-02-24 13:43:56 +01: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] gh-127502: Remove XML vulnerability table (GH-135294) ( #136359 )
2025-07-07 09:08:41 +00:00
xml.dom.pulldom.rst
[3.14] gh-127502: Remove XML vulnerability table (GH-135294) ( #136359 )
2025-07-07 09:08:41 +00:00
xml.dom.rst
docs: module page titles should not start with a link to themselves ( #117099 )
2024-05-08 20:34:40 +01:00
xml.etree.elementtree.rst
[3.14] gh-127502: Remove XML vulnerability table (GH-135294) ( #136359 )
2025-07-07 09:08:41 +00:00
xml.rst
[3.14] gh-127502: Remove XML vulnerability table (GH-135294) ( #136359 )
2025-07-07 09:08:41 +00:00
xml.sax.handler.rst
docs: module page titles should not start with a link to themselves ( #117099 )
2024-05-08 20:34:40 +01:00
xml.sax.reader.rst
docs: module page titles should not start with a link to themselves ( #117099 )
2024-05-08 20:34:40 +01:00
xml.sax.rst
[3.14] gh-127502: Remove XML vulnerability table (GH-135294) ( #136359 )
2025-07-07 09:08:41 +00:00
xml.sax.utils.rst
docs: module page titles should not start with a link to themselves ( #117099 )
2024-05-08 20:34:40 +01:00
xmlrpc.client.rst
[3.14] gh-127502: Remove XML vulnerability table (GH-135294) ( #136359 )
2025-07-07 09:08:41 +00: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] gh-127502: Remove XML vulnerability table (GH-135294) ( #136359 )
2025-07-07 09:08:41 +00:00
zipapp.rst
gh-123492: Remove unnecessary :func:
parentheses ( #123493 )
2024-08-30 14:34:09 +03:00
zipfile.rst
[3.14] gh-135252: Document Zstandard integration across zipfile, shutil, and tarfile (GH-135311) ( #136254 )
2025-07-03 20:34:38 +00:00
zipimport.rst
gh-125746: Delay deprecated zipimport.zipimporter.load_module
removal time to 3.15 ( #125748 )
2025-02-11 23:59:09 +00:00
zlib.rst
gh-98347: Add links to python-isal in the documentation ( #98637 )
2025-04-25 01:53:23 +00:00
zoneinfo.rst
[3.14] gh-135273: Unify ZoneInfo.from_file
signatures (GH-135274) ( #135716 )
2025-06-19 15:14:14 +00:00