..
__future__.rst
__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
annotationlib docs: note that ForwardRef.evaluate eventually defaults to empty globals ( #134661 )
2025-05-25 17:23:28 +00:00
archiving.rst
gh-132983: Add documentation for compression.zstd (GH-133911)
2025-05-21 07:18:21 -07:00
argparse.rst
Docs: Use arguments
to replace args
in argparse.rst
(GH-135510)
2025-06-23 18:53:33 -04:00
array.rst
ast.rst
gh-134718: Omit optional Load() values in ast.dump() (GH-134934)
2025-05-31 10:32:53 +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
gh-133515: fix docs for unawaited coroutines in debug mode ( #134081 )
2025-05-16 21:01:15 +05:30
asyncio-eventloop.rst
gh-128307: Update docs for asyncio.create_task, TaskGroup.create_task, asyncio.create_task ( #134202 )
2025-05-22 15:54:56 -07:00
asyncio-exceptions.rst
asyncio-extending.rst
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
asyncio-platforms.rst
asyncio-policy.rst
Python 3.14.0a4
2025-01-14 13:52:58 +02:00
asyncio-protocol.rst
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
gh-134664: document cleanup_socket
parameter in asyncio.start_unix_server
( #134750 )
2025-05-27 08:23:06 +00:00
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
gh-128307: Update docs for asyncio.create_task, TaskGroup.create_task, asyncio.create_task ( #134202 )
2025-05-22 15:54:56 -07:00
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
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
gh-134201: Expand explanation of Base85 encodings in base64 docs ( #134288 )
2025-05-19 18:59:06 -05: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
bisect.rst
builtins.rst
gh-99030: Added documentation links for types and exceptions (GH-123857)
2024-10-20 17:36:27 -07:00
bz2.rst
calendar.rst
gh-135001: Explicitly specify the encoding parameter value of calendar.HTMLCalendar
as 'utf-8' ( #135002 )
2025-06-09 15:40:09 +02: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
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
gh-53189: Document peculiarities of InteractiveConsole in relation to pickle (GH-123069)
2025-05-20 14:08:40 +02:00
codecs.rst
gh-48181: Document codecs.charmap_build
( #135997 )
2025-06-30 15:42:08 +02:00
codeop.rst
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
compileall.rst
gh-133503: clarify compileall -s/-p
docs ( #134756 )
2025-06-01 10:18:31 +02:00
compression.rst
gh-132983: Add documentation for compression.zstd (GH-133911)
2025-05-21 07:18:21 -07:00
compression.zstd.rst
gh-134938: Add set_pledged_input_size() to ZstdCompressor (GH-135010)
2025-06-05 14:31:49 +03:00
concurrency.rst
gh-134939: Add the concurrent.interpreters Module (gh-133958)
2025-06-11 17:35:48 -06:00
concurrent.futures.rst
gh-133485: Use interpreters.Interpreter in InterpreterPoolExecutor (gh-133957)
2025-06-18 17:57:14 -06:00
concurrent.interpreters.rst
gh-134939: Fill Out the concurrent.interpreters Docs (gh-135902)
2025-06-30 10:54:53 -06:00
concurrent.rst
gh-134939: Add the concurrent.interpreters Module (gh-133958)
2025-06-11 17:35:48 -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
gh-134559: Add versionadded for `object.__replace__()
` ( #134672 )
2025-05-26 10:39:04 +01:00
copyreg.rst
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
gh-131885: Update documented signatures for csv.{writer,reader}
(GH-136085)
2025-06-30 09:32:51 -04:00
ctypes.rst
Docs: Fix duplicate word typos (GH-135958)
2025-06-26 20:00:19 -04:00
curses.ascii.rst
curses.panel.rst
curses.rst
Fix signature of _curses.assume_default_colors
in the docs ( #134409 )
2025-05-21 15:56:34 +03:00
custominterp.rst
dataclasses.rst
Fix presentation of dataclasses' unsafe_hash
default value ( #116532 )
2025-06-11 21:30:33 -04:00
datatypes.rst
datetime.rst
gh-76075: Correct datetime.timestamp
documentation ( #131202 )
2025-05-20 12:18:53 -04:00
dbm.rst
gh-66234: Add flag to disable the use of mmap in dbm.gnu (GH-135005)
2025-06-02 21:08:26 +03:00
debug.rst
decimal.rst
gh-101100: Fix Sphinx warnings in library/decimal.rst
( #134303 )
2025-05-20 17:46:13 +03:00
development.rst
devmode.rst
dialog.rst
gh-135756: Fix nonexistent parameter in tkinter docs ( #135770 )
2025-06-20 18:45:36 -04:00
difflib.rst
dis.rst
gh-135627: Remove documentation for LOAD_CONST_IMMORTAL opcode (GH-135632)
2025-06-18 10:39:41 +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
gh-108885: Use subtests for doctest examples run by unittest (GH-134890)
2025-05-31 13:01:46 +03:00
email.charset.rst
email.compat32-message.rst
email.contentmanager.rst
gh-121542: Document trailing newline behavior in set_content()
( #121543 )
2025-01-18 20:34:40 +02:00
email.encoders.rst
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
email.generator.rst
email.header.rst
Docs: Fix duplicate word typos (GH-135958)
2025-06-26 20:00:19 -04:00
email.headerregistry.rst
email.iterators.rst
email.message.rst
email.mime.rst
email.parser.rst
email.policy.rst
Docs: fix MessageDefect
references in email.policy docs ( #128468 )
2025-01-05 22:58:31 +01:00
email.rst
email.utils.rst
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
gh-87135: threading.Lock: Raise rather than hang on Python finalization (GH-135991)
2025-07-01 10:57:42 +02:00
faulthandler.rst
gh-127604: Docs: Include a C stack in the faulthandler
example (GH-136081)
2025-06-29 10:58:26 -04:00
fcntl.rst
gh-95380: Remove the 1024 bytes limit in fcntl.fcntl() and fcntl.ioctl() (GH-132907)
2025-05-13 14:44:07 +00: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
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
frameworks.rst
ftplib.rst
functional.rst
functions.rst
Docs: Fix indentation in slice
class of functions.rst
(GH-134393)
2025-06-25 13:40:00 -04:00
functools.rst
gh-125028: Prohibit placeholders in partial keywords (GH-126062)
2025-05-08 10:53:53 +03: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
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
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
gh-134978: deprecate string
keyword parameter for hash function constructors ( #134979 )
2025-06-02 10:25:50 +02:00
heapq-binary-tree.svg
gh-133530: Replace binary tree textual digram with image (gh-133591)
2025-05-07 19:05:06 -05:00
heapq.rst
gh-133530: Modify Heapq docs image settings (gh-133937)
2025-05-12 11:03:28 -05:00
hmac.rst
html.entities.rst
html.parser.rst
gh-131535: Fix stale example in html.parser docs, make examples doctests (GH-131551)
2025-05-07 18:50:05 +03:00
html.rst
http.client.rst
http.cookiejar.rst
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
http.server.rst
gh-133810: remove http.server.CGIHTTPRequestHandler
and --cgi
flag ( #133811 )
2025-05-17 09:58:16 +02: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
gh-110631: Fix some incorrect indents in the documentation ( #129312 )
2025-05-21 13:52:02 +00:00
importlib.resources.rst
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
io.rst
gh-80050: Update BufferedReader.read docs around non-blocking (GH-130653)
2025-05-21 16:06:40 +00:00
ipaddress.rst
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
gh-134150: Clarify distinction between JSON and Python objects ( #134154 )
2025-05-17 21:47:37 -04:00
kde_example.png
keyword.rst
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
Docs: Fix markups for emphasis (GH-135598)
2025-06-18 13:32:43 -04:00
logging.handlers.rst
gh-91555: add warning to docs about possibility of deadlock/infinite recursion (GH-135954)
2025-06-26 15:18:32 +01:00
logging.rst
gh-133577: Add parameter formatter
to logging.basicConfig
(GH-133578)
2025-05-14 07:45:00 +01:00
lzma.rst
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
gh-136122: Fix video link for math.tau documentation ( #136129 )
2025-06-30 17:43:39 +03: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
Docs: Fix duplicate word typos (GH-135958)
2025-06-26 20:00:19 -04: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
multiprocessing.rst
gh-80334: fix multiprocessing.freeze_support for other spawn platforms (GH-134462)
2025-05-24 03:50:19 +00:00
multiprocessing.shared_memory.rst
netdata.rst
netrc.rst
gh-135815: skip netrc
security checks if os.getuid
is missing ( #135816 )
2025-06-22 19:48:06 +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
optparse.rst
gh-126180: Remove getopt and optparse deprecation notices (GH-126227)
2024-12-23 14:17:19 +10:00
os.path.rst
gh-135034: Normalize link targets in tarfile, add os.path.realpath(strict='allow_missing')
( #135037 )
2025-06-03 12:42:11 +02: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
Docs: Fix duplicate word typos (GH-135958)
2025-06-26 20:00:19 -04:00
pdb.rst
Add documentation for remote debugging with pdb ( #134260 )
2025-05-20 19:50:49 -04: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
Docs: Emphasize parameter name in pkgutil.iter_importers
(GH-135597)
2025-06-19 08:56:43 -04:00
platform.rst
gh-133604: remove deprecated java_ver
function ( #133888 )
2025-05-16 16:17:54 +02:00
plistlib.rst
gh-101100: Fix sphinx warnings in library/plistlib.rst
( #132422 )
2025-04-13 18:35:26 +00:00
poplib.rst
posix.rst
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
pwd.rst
py_compile.rst
pyclbr.rst
pydoc.rst
Doc: Note that pydoc uses and prefers `MANPAGER
` ( #125362 )
2024-10-29 23:12:02 +00:00
pyexpat.rst
Python 3.14.0a4
2025-01-14 13:52:58 +02:00
python.rst
gh-134939: Add the concurrent.interpreters Module (gh-133958)
2025-06-11 17:35:48 -06:00
queue.rst
quopri.rst
random.rst
re.rst
gh-122055: Clarify documentation for empty matches in RE (GH-133169)
2025-05-19 15:27:50 +02: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
resource.rst
rlcompleter.rst
runpy.rst
sched.rst
secrets.rst
security_warnings.rst
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
gh-134004: Added the reorganize() methods to dbm.sqlite, dbm.dumb and shelve (GH-134028)
2025-06-01 15:30:04 +03:00
shlex.rst
shutil.rst
gh-135648: Document that shutil.copyfileobj
doesn't flush ( #135737 )
2025-06-24 08:55:50 +08:00
signal.rst
gh-110631: Fix some incorrect indents in the documentation ( #129312 )
2025-05-21 13:52:02 +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
gh-122153: indicate that Windows does not support socket.{send,recv}_fds
( #134960 )
2025-06-02 12:23:52 +02:00
socketserver.rst
Docs: Fix duplicate word typos (GH-135958)
2025-06-26 20:00:19 -04: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
gh-133390: Document SQLITE_KEYWORDS
(GH-135659)
2025-06-18 12:56:49 +02:00
ssl.rst
gh-133623: Add ssl.HAS_PSK_TLS13
to detect external TLS 1.3 PSK support ( #133624 )
2025-05-09 09:09:09 +02:00
stat.rst
statistics.rst
stdtypes.rst
gh-106318: Add example for str.expandtabs()
( #134525 )
2025-06-13 18:44:21 +03:00
string.rst
gh-134449: fix grammar for precision_with_grouping
in format description ( #134608 )
2025-06-02 11:45:48 +02:00
stringprep.rst
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
sys.monitoring.rst
Differentiate bitwise OR from the word "or" ( #132890 )
2025-04-24 23:05:02 +01:00
sys.rst
gh-135645: Added supports_isolated_interpreters
to sys.implementation
( #135667 )
2025-06-21 10:56:14 +03: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
tabnanny.rst
tarfile.rst
gh-135034: Normalize link targets in tarfile, add os.path.realpath(strict='allow_missing')
( #135037 )
2025-06-03 12:42:11 +02: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
termios.rst
test.rst
Docs: fix some typos in Doc/library
( #132511 )
2025-04-14 13:24:46 +00:00
text.rst
textwrap.rst
threading.rst
Docs: Fix duplicate word typos (GH-135958)
2025-06-26 20:00:19 -04:00
time.rst
gh-63207: Update time.time
documentation after #116822 ( #136068 )
2025-06-30 18:10:24 +02:00
timeit.rst
tk.rst
tk_msg.png
tkinter.colorchooser.rst
tkinter.dnd.rst
tkinter.font.rst
tkinter.messagebox.rst
tkinter.rst
tkinter.scrolledtext.rst
tkinter.ttk.rst
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
gh-135263: Fix typo in token.NAME documentation ( #135275 )
2025-06-08 22:59:26 +03: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
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
tty.rst
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
Fix typing.TYPE_CHECKING docs to reflect PEP 649. ( #134813 )
2025-05-27 23:08:52 -07:00
unicodedata.rst
unittest.mock-examples.rst
unittest.mock.rst
gh-133413: Fix references to removed Request.has_data (GH-133414)
2025-05-12 21:17:57 +03:00
unittest.rst
Docs: fix spelling of "test case" in unittest
documentation ( #134137 )
2025-05-17 13:36:38 +02:00
unix.rst
urllib.error.rst
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
gh-133413: Fix references to removed Request.has_data (GH-133414)
2025-05-12 21:17:57 +03:00
urllib.robotparser.rst
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
gh-89083: add links to RFC 9562 sections in UUID docs ( #135684 )
2025-06-20 11:03:41 +00:00
venv.rst
gh-130160: use .. program::
directive for documenting venv
CLI (GH-130699)
2025-06-30 06:41:57 +01: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-133873: remove deprecated mark interface for wave.Wave_{read,write}
objects ( #133874 )
2025-05-15 14:52:07 +00:00
weakref.rst
webbrowser.rst
Python 3.14.0b1
2025-05-06 18:33:52 +03:00
windows.rst
winreg.rst
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
xml.dom.pulldom.rst
xml.dom.rst
xml.etree.elementtree.rst
xml.rst
xml.sax.handler.rst
xml.sax.reader.rst
xml.sax.rst
xml.sax.utils.rst
xmlrpc.client.rst
Docs: Fix a misplaced statement in the document for ServerProxy
(GH-130616)
2025-02-27 16:14:56 +01: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
zipapp.rst
zipfile.rst
gh-84481: Add ZipFile.data_offset attribute ( #132165 )
2025-04-06 13:51:42 -07: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-134635: add zlib.{adler32,crc32}_combine
to combine checksums ( #134650 )
2025-05-27 10:48:34 +02:00
zoneinfo.rst
gh-135273: Unify ZoneInfo.from_file
signatures ( #135274 )
2025-06-19 16:47:35 +02:00