| .. |
|
__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] gh-138764: annotationlib: Make call_annotate_function fallback to using VALUE annotations if both the requested format and VALUE_WITH_FAKE_GLOBALS are not implemented (GH-138803) (#140426)
|
2025-10-21 16:22:29 +00: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-108009: Add clarification of parser and argument defaults in argparse docs (GH-124154) (#141084)
|
2025-11-05 22:52:22 +00:00 |
|
array.rst
|
[3.14] gh-137183: Document that array.array typecode w is new in 3.13 (GH-137184) (#137208)
|
2025-08-15 13:13:27 +03:00 |
|
ast.rst
|
[3.14] gh-138774: use value to ast.unparse code when str is None in ast.Interpolation (GH-139415) (#140503)
|
2025-10-23 14:39:02 +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
|
Doc: Found some remaining default roles. (GH-98392)
|
2022-10-18 15:46:18 +02:00 |
|
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-118516: clarify that subprocess are automatically killed if transport gets garbage collected (GH-140997) (#141110)
|
2025-11-06 10:34:27 +05:30 |
|
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.14] gh-137026: Add an explainer guide for asyncio (GH-137215) (#137581)
|
2025-08-15 13:14:39 +03: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
|
[3.14] gh-90483: fix docs of SubprocessTransport.get_pipe_transport (GH-137852) (#137853)
|
2025-08-29 07:25:55 +03:00 |
|
asyncio-queue.rst
|
[3.14] Fix Queue.shutdown docs for condition to unblock a join (gh-137088) (#141073)
|
2025-11-06 11:11:31 +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] gh-118516: clarify that subprocess are automatically killed if transport gets garbage collected (GH-140997) (#141110)
|
2025-11-06 10:34:27 +05:30 |
|
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-137026: Add an explainer guide for asyncio (GH-137215) (#137581)
|
2025-08-15 13:14:39 +03: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
|
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
|
[3.14] GH-138465: Improve documentation for common sequence methods (GH-138474) (#138560)
|
2025-09-06 08:51:48 +03: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] gh-139707: Add docs for optional modules (GH-140171) (GH-141204)
|
2025-11-10 15:20:00 +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
|
[3.14] gh-137871: Clarify cmath.nan documentation by linking to math module (GH-137876) (#140095)
|
2025-10-14 08:32:27 +00: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
|
[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-128571: Document UTF-16/32 native byte order (GH-139974) (#140309)
|
2025-10-18 18:59:37 +00: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
|
[3.14] gh-105812: Use the `:deco:` role in place of manual decorator markup (GH-139619) (#139627)
|
2025-10-07 19:13:35 +01:00 |
|
collections.rst
|
[3.14] GH-101100: Remove some entries from `nitpick_ignore` (GH-138464) (#138683)
|
2025-09-09 19:12:40 +03: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-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-139707: Add docs for optional modules (GH-140171) (GH-141204)
|
2025-11-10 15:20:00 +01: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-124694: Add versionadded note to InterpreterPoolExecutor (GH-140605)
|
2025-10-25 23:37:24 +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
|
gh-65697: Prevent configparser from writing keys it cannot properly read (#129270)
|
2025-02-23 11:06:33 -05:00 |
|
constants.rst
|
[3.14] gh-138307: Update the Ellipsis documentation (GH-138306) (#138440)
|
2025-09-11 12:22:37 +03: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
|
[3.14] gh-139672: Remove references to passlib (GH-139673) (#139867)
|
2025-10-09 17:19:35 +00:00 |
|
crypto.rst
|
gh-104773: PEP 594: Remove the crypt module (#104908)
|
2023-05-25 15:45:46 +02:00 |
|
csv.rst
|
[3.14] gh-137952: update csv.Sniffer().has_header() docs to describe the actual off-by-onish behavior (GH-137953) (#141434)
|
2025-11-11 16:13:10 -08:00 |
|
ctypes.rst
|
[3.14] gh-139707: Add docs for optional modules (GH-140171) (GH-141204)
|
2025-11-10 15:20:00 +01: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] gh-139707: Add docs for optional modules (GH-140171) (GH-141204)
|
2025-11-10 15:20:00 +01: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.14] gh-105812: Use the `:deco:` role in place of manual decorator markup (GH-139619) (#139627)
|
2025-10-07 19:13:35 +01: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
|
[3.14] Update the dbm documentation (GH-137919) (#137962)
|
2025-10-07 19:26:00 +01:00 |
|
debug.rst
|
|
|
|
decimal.rst
|
[3.14] gh-131885: Use positional-only markers for the `decimal` module (GH-131990) (#137902)
|
2025-09-11 12:18:17 +03:00 |
|
development.rst
|
gh-104780: Remove 2to3 program and lib2to3 module (#104781)
|
2023-05-23 19:40:02 +02:00 |
|
devmode.rst
|
gh-101100: Fix sphinx warnings in library/devmode.rst (#109963)
|
2023-09-27 16:07:28 +03:00 |
|
dialog.rst
|
[3.14] gh-135756: Fix nonexistent parameter in tkinter docs (GH-135770) (#135776)
|
2025-06-20 23:35:37 +00:00 |
|
difflib.rst
|
[3.14] Replace ambiguous word "pound" by "hash" in difflib docs (GH-139601) (GH-139616)
|
2025-10-07 20:19:50 +02:00 |
|
dis.rst
|
[3.14] gh-140980: document SET_FUNCTION_ATTRIBUTE flag for annotate function (GH-141306) (#141316)
|
2025-11-09 19:04:48 +00:00 |
|
distribution.rst
|
gh-85454: Remove distutils documentation (#95239)
|
2022-07-25 15:50:46 +02:00 |
|
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-44538: Mention nested classes/functions in doctest docs (GH-137870) (#137918)
|
2025-08-27 17:01:55 +03: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
|
[3.14] Docs: Fix typo in email.headerregistry.rst (GH-140965) (#141020)
|
2025-11-04 19:35:20 +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
|
[3.14] Partially revert "gh-101100: Fix sphinx warnings in library/email.parser.rst (GH-136475)" (GH-136629) (#136646)
|
2025-07-14 13:19:23 +03: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
|
[3.14] gh-139707: Add docs for optional modules (GH-140171) (GH-141204)
|
2025-11-10 15:20:00 +01:00 |
|
enum.rst
|
[3.14] gh-139487: add missing imports for standalone doctest Enum examples (GH-139488) (#139493)
|
2025-10-02 17:37:19 +03:00 |
|
errno.rst
|
gh-85046: Document errno constants (#126420)
|
2025-01-28 01:12:45 +01:00 |
|
exceptions.rst
|
[3.14] gh-123858: Improve Doc: SyntaxWarning is emitted during bytecode generation (gh-122844) (#138244)
|
2025-08-30 00:13:09 +03: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
|
[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] gh-122450: Expand documentation for `Rational and Fraction` (GH-136800) (#137363)
|
2025-10-07 19:15:22 +01: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
|
gh-120823: Fix doc for ftplib.FTP.retrbinary() (GH-121697)
|
2024-07-13 16:16:26 +02:00 |
|
functional.rst
|
|
|
|
functions.rst
|
[3.14] gh-141343: Fix swapped words in sorted doc (GH-141357)
|
2025-11-10 15:01:30 +00:00 |
|
functools.rst
|
[3.14] Docs: Fix cached calls count in factorial example (gh-140882) (gh-141031)
|
2025-11-05 12:14:12 -06:00 |
|
gc.rst
|
[3.14] Link to 3.14 GC design docs (#139387)
|
2025-09-28 14:47:05 +01: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] gh-138514: getpass: restrict echo_char to a single ASCII character (GH-138591) (#138988)
|
2025-09-17 17:20:45 +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
|
[3.14] docs: be clearer that glob results are unordered (GH-140184) (#140339)
|
2025-10-20 07:31:05 +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
|
[3.14] gh-139707: Add docs for optional modules (GH-140171) (GH-141204)
|
2025-11-10 15:20:00 +01:00 |
|
hashlib-blake2-tree.png
|
|
|
|
hashlib.rst
|
[3.14] gh-139495: Fix hashlib.file_digest() versionchanged description of BlockingIOError (GH-139496) (#139522)
|
2025-10-03 00:11:58 +03:00 |
|
heapq.rst
|
[3.14] Minor documentation improvements (GH-140626) (#141160)
|
2025-11-06 17:19:30 +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
|
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-137836: Support more RAWTEXT and PLAINTEXT elements in HTMLParser (GH-137837) (GH-140841)
|
2025-10-31 16:13:13 +00: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-139434: Update selected RFC 2822 references to RFC 5322 (GH-139435) (#141025)
|
2025-11-04 16:23:16 -05:00 |
|
http.cookiejar.rst
|
[3.14] Fix minor typo: 'web site' -> 'website' (GH-140561) (GH-140976)
|
2025-11-04 14:11:08 +01:00 |
|
http.cookies.rst
|
[3.14] gh-136992: Add "None" as valid SameSite value as per RFC 6265bis (GH-137040) (#137140)
|
2025-07-30 22:43:53 +03:00 |
|
http.rst
|
[3.14] gh-102247: Improve documentation of http.HTTPStatus members update (GH-133190) (#140089)
|
2025-10-14 08:26:00 +00:00 |
|
http.server.rst
|
[3.14] gh-139434: Update selected RFC 2822 references to RFC 5322 (GH-139435) (#141025)
|
2025-11-04 16:23:16 -05:00 |
|
i18n.rst
|
|
|
|
idle.rst
|
[3.14] gh-139707: Add docs for optional modules (GH-140171) (GH-141204)
|
2025-11-10 15:20:00 +01:00 |
|
imaplib.rst
|
Python 3.14.0rc3
|
2025-09-18 09:45:38 +01: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
|
[3.14] gh-136516: Mention installation artifacts as de-facto resources (GH-136419) (#137038)
|
2025-10-07 23:20:13 +05:30 |
|
importlib.rst
|
[3.14] Remove duplicate words in the documentation (GH-140221) (GH-140225)
|
2025-10-16 20:10:15 +02:00 |
|
index.rst
|
[3.14] gh-137777: Disband the 'Program Frameworks' chapter (GH-137796) (#137830)
|
2025-08-16 11:04:59 +03:00 |
|
inspect.rst
|
[3.14] gh-138966: Add description for gi_suspended attribute (GH-139008) (#139020)
|
2025-09-17 12:09:15 +03:00 |
|
internet.rst
|
GH-97950: Use new-style index directive ('module') (#103996)
|
2023-05-04 10:17:12 +02:00 |
|
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
|
[3.14] gh-136752: Clarify documentation for `IPv{N}Address.is_reserved` (GH-136794) (#136827)
|
2025-07-19 14:50:30 +00:00 |
|
ipc.rst
|
|
|
|
itertools.rst
|
[3.14] Docs: Improve example for `itertools.batched()` (GH-136775) (#136778)
|
2025-07-19 09:36:35 +00:00 |
|
json.rst
|
[3.14] gh-140793: Improve documentatation and tests for the ensure_ascii option in the json module (GH-140906) (GH-141227)
|
2025-11-08 10:32:44 +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
|
[3.14] gh-141004: Document pyctype.h macros (GH-141272) (GH-141340)
|
2025-11-10 10:12:55 +00: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-134817: Restore accidentally deleted line in documentation. (GH-141013) (GH-141016)
|
2025-11-04 18:40:12 +00:00 |
|
logging.rst
|
[3.14] gh-138162: Fix logging.LoggerAdapter with merge_extra=True and without the extra argument (GH-140511) (GH-140784)
|
2025-10-30 11:19:27 +00: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] gh-139434: Update selected RFC 2822 references to RFC 5322 (GH-139435) (#141025)
|
2025-11-04 16:23:16 -05: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] gh-138092: Correct the documented signature of `mmap.flush` (GH-138671) (#139202)
|
2025-09-21 21:24:10 +01: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
|
gh-93610: Improve docs for importlib.resources (#93611)
|
2022-07-25 18:16:17 +02:00 |
|
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] gh-139707: Specify winreg, msvcrt and winsound module availability in docs (GH-140429) (GH-141351)
|
2025-11-10 17:40:46 +01:00 |
|
multiprocessing.rst
|
[3.14] gh-140578: Doc: Remove sencence implying that concurrent.futures.ThreadPoolExecutor does not exist (GH-140689) (#141382)
|
2025-11-11 04:56:07 +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
|
[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
|
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-101100: Remove some entries from `nitpick_ignore` (GH-138464) (#138683)
|
2025-09-09 19:12:40 +03:00 |
|
os.rst
|
[3.14] gh-141127: Clarify os.symlink() documentation for argument order (GH-141144) (#141278)
|
2025-11-09 11:19:09 +01: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-101100: Remove some entries from `nitpick_ignore` (GH-138464) (#138683)
|
2025-09-09 19:12:40 +03:00 |
|
pdb.rst
|
[3.14] GH-123299: Copyedit 3.14 What's New: Optimizations (GH-137789) (#137813)
|
2025-08-15 14:58:12 +03:00 |
|
persistence.rst
|
|
|
|
pickle.rst
|
[3.14] GH-138465: Improve documentation for common sequence methods (GH-138474) (#138560)
|
2025-09-06 08:51:48 +03: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
|
[3.14] gh-138952: Document platform.machine() output casing inconsistency across platforms (GH-138962) (#139045)
|
2025-10-07 19:30:21 +01: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
|
[3.14] gh-139155: Remove "dictionaries are sorted by key" note in pprint docs (GH-139159) (GH-140003)
|
2025-10-12 16:55:49 +00:00 |
|
profile.rst
|
[3.14] gh-137846: Add missing 'be' to profile doc. (GH-137856) (#137857)
|
2025-08-16 20:24:17 +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-139313: Improve docs on XML security (GH-139460) (GH-141065)
|
2025-11-05 19:07:03 +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
|
[3.14] Fix Queue.shutdown docs for condition to unblock a join (gh-137088) (#141073)
|
2025-11-06 11:11:31 +05:30 |
|
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
|
[3.14] gh-139707: Add docs for optional modules (GH-140171) (GH-141204)
|
2025-11-10 15:20:00 +01: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
|
[3.14] gh-101100: Fix sphinx warnings in library/resource.rst (GH-140023) (#140352)
|
2025-10-20 07:21:31 +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] Docs: Fix typo in shutil.make_archive example (GH-138188) (#138195)
|
2025-09-11 12:20:28 +03:00 |
|
signal.rst
|
[3.14] gh-101100: Fix sphinx warnings in library/resource.rst (GH-140023) (#140352)
|
2025-10-20 07:21:31 +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
|
[3.14] gh-101100: Fix sphinx warnings in library/smtplib.rst (GH-139991) (#140084)
|
2025-10-14 08:19:29 +00: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-139707: Add docs for optional modules (GH-140171) (GH-141204)
|
2025-11-10 15:20:00 +01:00 |
|
ssl.rst
|
[3.14] gh-139707: Add docs for optional modules (GH-140171) (GH-141204)
|
2025-11-10 15:20:00 +01: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] Remove duplicate words in the documentation (GH-140221) (GH-140225)
|
2025-10-16 20:10:15 +02:00 |
|
string.rst
|
[3.14] gh-141007: update string module source code link (GH-141008) (#141030)
|
2025-11-05 00:11:42 +00:00 |
|
string.templatelib.rst
|
[3.14] gh-138558: Improve description of `Interpolation.expression` (GH-139187) (#139579)
|
2025-10-05 07:41:43 +03: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
|
[3.14] gh-101100: Fix all Sphinx warnings in Doc/library/subprocess.rst (GH-139576) (#139787)
|
2025-10-08 18:45:37 +03: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] Document that returning sys.monitoring.DISABLE in response to a global event raises ValueError (GH-140726) (GH-141014)
|
2025-11-04 18:34:04 +00:00 |
|
sys.rst
|
[3.14] gh-141004: correctly document Py_HASH_* and PyHASH_* as hash_info attributes (GH-141233) (#141234)
|
2025-11-08 12:28:01 +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] Synced docs and docstring for sysconfig.get_platform (GH-135530) (#138976)
|
2025-10-04 17:55:25 +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] gh-139707: Add docs for optional modules (GH-140171) (GH-141204)
|
2025-11-10 15:20:00 +01: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
|
[3.14] Docs: Fix typo in test.support.linked_to_musl function name (GH-138406) (#138445)
|
2025-09-08 14:52:38 +03: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
|
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-141246: Link to correct Windows docs in time.sleep() doc (GH-141248) (#141251)
|
2025-11-08 15:02:35 +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
|
[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
|
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
|
[3.14] gh-139707: Add docs for optional modules (GH-140171) (GH-141204)
|
2025-11-10 15:20:00 +01: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 |
|
turtle-star.pdf
|
|
|
|
turtle-star.png
|
|
|
|
turtle-star.ps
|
|
|
|
turtle.rst
|
[3.14] gh-139533: fix refs to code without proper markups on turtledemo doc (GH-139534) (#141421)
|
2025-11-11 19:42:13 +00:00 |
|
types.rst
|
gh-105499: Merge typing.Union and types.UnionType (#105511)
|
2025-03-04 11:44:19 -08:00 |
|
typing.rst
|
[3.14] [Docs] Add missing note about Required/NotRequired/ReadOnly in get_type_hints() (GH-139565) (#140386)
|
2025-10-20 13:23:19 -07: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
|
gh-62480: De-personalize "Coping with mutable arguments" section in unittest.mock examples (GH-141323)
|
2025-11-17 11:44:50 +00:00 |
|
unittest.mock.rst
|
[3.14] Replace "ordered arguments" with "positional arguments" in unittest.mock documentation (GH-137552) (#137553)
|
2025-09-11 12:14:45 +03:00 |
|
unittest.rst
|
[3.14] GH-101100: Resolve reference warnings in whatsnew/3.8.rst (GH-138409) (#138437)
|
2025-09-03 11:31:06 +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
|
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-137341: Remove more word duplications (GH-137342) (#137346)
|
2025-08-03 21:26:16 +03:00 |
|
urllib.robotparser.rst
|
[3.14] Fix minor typo: 'web site' -> 'website' (GH-140561) (GH-140976)
|
2025-11-04 14:11:08 +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-137847: Add examples for UUIDv6-8 (GH-137848) (#137901)
|
2025-08-21 21:36:35 +03:00 |
|
venv.rst
|
[3.14] Fix Windows path in venv docs (GH-138476) (#138477)
|
2025-09-11 11:50:01 +03:00 |
|
warnings.rst
|
[3.14] gh-140241: Fix documentation for the registry parameter of warnings.warn_explicit() (GH-140242) (GH-140292)
|
2025-10-18 11:02:09 +00: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
|
[3.14] gh-139707: Specify winreg, msvcrt and winsound module availability in docs (GH-140429) (GH-141351)
|
2025-11-10 17:40:46 +01:00 |
|
winsound.rst
|
[3.14] gh-139707: Specify winreg, msvcrt and winsound module availability in docs (GH-140429) (GH-141351)
|
2025-11-10 17:40:46 +01: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-139313: Improve docs on XML security (GH-139460) (GH-141065)
|
2025-11-05 19:07:03 +00:00 |
|
xml.sax.handler.rst
|
[3.14] gh-101100: Resolve reference warnings in library/xml.sax.handler.rst (GH-136612) (#138421)
|
2025-09-03 09:17:45 +03: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-140463: Fix typo in xmlrpc.client documentation (GH-140552) (#140568)
|
2025-10-24 20:53:24 +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-139707: Add docs for optional modules (GH-140171) (GH-141204)
|
2025-11-10 15:20:00 +01:00 |
|
zipimport.rst
|
[3.14] gh-133829: Remove some specifics from the `zipimport` example (GH-133835) (#138274)
|
2025-08-31 09:44:56 +03: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] Doc/library/zoneinfo.rst: Fix typo (GH-139190) (#139229)
|
2025-10-07 19:23:39 +01:00 |