cpython/Doc/library
Miss Islington (bot) 5d366f28ae
[3.11] gh-107980: fix doc role for asyncio.timeouts (GH-108126) (#108153)
gh-107980: fix doc role for asyncio.timeouts (GH-108126)
(cherry picked from commit a47c13cae5)

Co-authored-by: Tin Tvrtković <tinchester@gmail.com>
2023-08-20 11:12:15 +01:00
..
2to3.rst
__future__.rst
__main__.rst [3.11] gh-106892: Use roles :data: and :const: for referencing module variables (GH-106894) (GH-106955) 2023-07-21 14:49:21 +03:00
_thread.rst [3.11] gh-101100: Fix some broken sphinx references (GH-107095). (#107120) 2023-07-23 05:56:09 -06:00
abc.rst GH-101898: Fix missing term references for hashable definition (GH-101899) 2023-02-14 02:45:42 -08:00
aifc.rst
allos.rst
archiving.rst
argparse.rst [3.11] gh-101100: Fix Sphinx warnings in argparse module (#103289) (#103803) 2023-04-24 22:15:04 +00:00
array.rst [3.11] gh-106948: Add standard external names to nitpick_ignore (GH-106949) (#107061) 2023-07-23 11:24:37 +02:00
ast.rst [3.11] gh-92788: Add docs for ast.Module, ast.Expression, and others (GH-101055) (#106138) 2023-06-27 13:44:32 +00:00
asynchat.rst
asyncio-api-index.rst [3.11] Docs: Bump sphinx-lint and use double backticks for inline literals (GH-98441) (#98445) 2022-10-20 06:07:33 -07:00
asyncio-dev.rst [3.11] gh-106909: Use role :const: for referencing module constants (GH-106910) (GH-106957) 2023-07-21 14:49:57 +03:00
asyncio-eventloop.rst [3.11] gh-106909: Use role :const: for referencing module constants (GH-106910) (GH-106957) 2023-07-21 14:49:57 +03:00
asyncio-exceptions.rst [3.11] Clarify state of CancelledError in doc (GH-106453) (#106456) 2023-07-05 11:16:56 -07:00
asyncio-extending.rst [3.11] gh-101100: Sphinx warnings: pick the low hanging fruits (GH-107386) (GH-107418) 2023-07-29 09:17:20 +03:00
asyncio-future.rst [3.11] gh-101100: Sphinx warnings: pick the low hanging fruits (GH-107386) (GH-107418) 2023-07-29 09:17:20 +03:00
asyncio-llapi-index.rst [3.11] gh-93453: Only emit deprecation warning in asyncio.get_event_loop when a new event loop is created (#99949) 2022-12-06 16:15:44 +01:00
asyncio-platforms.rst [3.11] gh-106909: Use role :const: for referencing module constants (GH-106910) (GH-106957) 2023-07-21 14:49:57 +03:00
asyncio-policy.rst [3.11] gh-100160: Tweak the documentation for the default asyncio policy (GH-100969) 2023-01-13 10:15:23 +02:00
asyncio-protocol.rst GH-91635: clarify docs about closing of transport in asyncio (GH-98563) 2022-10-24 11:00:18 -07:00
asyncio-queue.rst
asyncio-runner.rst
asyncio-stream.rst [3.11] gh-100226: Clarify StreamReader.read behavior (GH-101807) (#102001) 2023-02-23 19:05:59 +05:30
asyncio-subprocess.rst [3.11] gh-106909: Use role :const: for referencing module constants (GH-106910) (GH-106957) 2023-07-21 14:49:57 +03:00
asyncio-sync.rst
asyncio-task.rst [3.11] gh-107980: fix doc role for asyncio.timeouts (GH-108126) (#108153) 2023-08-20 11:12:15 +01:00
asyncio.rst Added asyncio REPL example to docs. (GH-101243) 2023-01-23 03:39:01 -08:00
asyncore.rst
atexit.rst [3.11] gh-67056: document that registering/unregistering an atexit func from within an atexit func is undefined (GH-104473) (#104500) 2023-05-15 10:15:07 +01:00
audioop.rst
audit_events.rst
base64.rst [3.11] Fix duplicated words in the docs (#102644) 2023-03-13 14:31:50 +00:00
bdb.rst [3.11] Docs: Fix backtick errors found by sphinx-lint (GH-97998) (#98371) 2022-10-22 20:38:26 +01:00
binary.rst
binascii.rst [3.11] GH-97950: Use new-style index directive ('module') (GH-103996) (#104154) 2023-05-04 11:39:15 +03:00
bisect.rst [3.11] GH-104145: Use fully-qualified cross reference types for the bisect module (GH-104172) (#104295) 2023-05-08 17:41:20 +01:00
builtins.rst
bz2.rst [3.11] gh-101100: Sphinx warnings: pick the low hanging fruits (GH-107386) (GH-107418) 2023-07-29 09:17:20 +03:00
calendar.rst
cgi.rst
cgitb.rst
chunk.rst
cmath.rst [3.11] gh-101100: Docs: Fix references to several numeric dunders (GH-106278) (#106282) 2023-06-30 15:40:13 +01:00
cmd.rst
code.rst [3.11] gh-101100: Sphinx warnings: pick the low hanging fruits (GH-107386) (GH-107418) 2023-07-29 09:17:20 +03:00
codecs.rst gh-51511: Note that codecs.open()'s encoding parameter affects automatic conversion to binary mode (GH-94370) 2022-10-21 16:27:41 -07:00
codeop.rst [3.11] gh-101100: Fix some broken sphinx references (GH-107095). (#107120) 2023-07-23 05:56:09 -06:00
collections.abc.rst GH-101898: Fix missing term references for hashable definition (GH-101899) 2023-02-14 02:45:42 -08:00
collections.rst GH-101898: Fix missing term references for hashable definition (GH-101899) 2023-02-14 02:45:42 -08:00
colorsys.rst
compileall.rst [3.11] gh-106892: Use roles :data: and :const: for referencing module variables (GH-106894) (GH-106955) 2023-07-21 14:49:21 +03:00
concurrency.rst
concurrent.futures.rst gh-102627: Replace address pointing toward malicious web page (GH-102630) 2023-03-13 15:43:16 -07:00
concurrent.rst [3.11] gh-101100: Sphinx warnings: pick the low hanging fruits (GH-107386) (GH-107418) 2023-07-29 09:17:20 +03:00
configparser.rst gh-93573: Replace wrong example domains in configparser doc (GH-93574) 2023-02-16 07:25:31 -08:00
constants.rst [3.11] gh-101100: Fix some broken sphinx references (GH-107095). (#107120) 2023-07-23 05:56:09 -06:00
contextlib.rst Formatting fixes in contextlib docs (GH-98111) 2022-10-22 20:04:43 +01:00
contextvars.rst Clarify that every thread has its own default context in contextvars (GH-99246) 2022-12-20 03:44:55 -08:00
copy.rst [3.11] GH-97950: Use new-style index directive ('module') (GH-103996) (#104154) 2023-05-04 11:39:15 +03:00
copyreg.rst [3.11] GH-97950: Use new-style index directive ('module') (GH-103996) (#104154) 2023-05-04 11:39:15 +03:00
crypt.rst [3.11] [3.12] gh-96747: Mention the PyPI passlib package in the crypt deprecation doc (GH-106660) (GH-106660) (#106697) 2023-07-12 14:59:54 -07:00
crypto.rst
csv.rst Fix incorrectly documented attribute in csv docs (GH-101250) 2023-02-18 17:04:01 -08:00
ctypes.rst [3.11] gh-107442: Document all valid types for ctypes _as_parameter_ (GH-107443) (#107718) 2023-08-07 16:42:19 +02:00
curses.ascii.rst [3.11] gh-101100: Fix Sphinx warnings in curses and curses.ascii modules (GH-103457) (#104124) 2023-05-02 23:20:50 -06:00
curses.panel.rst
curses.rst [3.11] gh-101100: Sphinx warnings: pick the low hanging fruits (GH-107386) (GH-107418) 2023-07-29 09:17:20 +03:00
custominterp.rst
dataclasses.rst [3.11] gh-106107: document correct error that's raised when a mutable default value for a field is detected (gh-106109) (gh-106116) 2023-06-26 14:12:40 -04:00
datatypes.rst
datetime.rst [3.11] gh-99032: datetime docs: Encoding is no longer relevant (GH-93365) (#103788) 2023-04-28 20:09:55 -07:00
dbm.rst
debug.rst
decimal.rst [3.11] GH-105774: Clarify operation of normalize() (GH-106093) (GH-106129) 2023-06-26 23:32:43 -05:00
development.rst
devmode.rst [3.11] gh-106892: Use roles :data: and :const: for referencing module variables (GH-106894) (GH-106955) 2023-07-21 14:49:21 +03:00
dialog.rst
difflib.rst
dis.rst [3.11] gh-106919: Use role :c:macro: for referencing the C "constants" (GH-106920) (GH-106952) 2023-07-21 14:48:30 +03:00
distribution.rst
distutils.rst
doctest.rst doc: Remove backslashes in doctest grammar docs (GH-29346) 2022-11-26 22:46:33 -08:00
email.charset.rst [3.11] gh-101100: Sphinx warnings: pick the low hanging fruits (GH-107386) (GH-107418) 2023-07-29 09:17:20 +03:00
email.compat32-message.rst [3.11] Docs: Fix backtick errors found by sphinx-lint (GH-97998) (#98371) 2022-10-22 20:38:26 +01:00
email.contentmanager.rst
email.encoders.rst [3.11] gh-101100: Sphinx warnings: pick the low hanging fruits (GH-107386) (GH-107418) 2023-07-29 09:17:20 +03:00
email.errors.rst
email.examples.rst
email.generator.rst [3.11] gh-101100: Sphinx warnings: pick the low hanging fruits (GH-107386) (GH-107418) 2023-07-29 09:17:20 +03:00
email.header.rst
email.headerregistry.rst [3.11] Docs: Fix backtick errors found by sphinx-lint (GH-97998) (#98371) 2022-10-22 20:38:26 +01:00
email.iterators.rst
email.message.rst [3.11] gh-101100: Sphinx warnings: pick the low hanging fruits (GH-107386) (GH-107418) 2023-07-29 09:17:20 +03:00
email.mime.rst gh-101021: Document binary parameters as bytes (GH-101024) 2023-01-14 12:22:08 -08:00
email.parser.rst [3.11] gh-101100: Sphinx warnings: pick the low hanging fruits (GH-107386) (GH-107418) 2023-07-29 09:17:20 +03:00
email.policy.rst
email.rst
email.utils.rst
ensurepip.rst [3.11] gh-85073: Add some missing links to source (GH-99363) (#99586) 2022-11-25 23:19:40 +05:30
enum.rst [3.11] gh-104659: Consolidate python examples in enum documentation (#104665) (#104666) 2023-05-19 23:12:57 +03:00
errno.rst
exceptions.rst [3.11] gh-106909: Use role :const: for referencing module constants (GH-106910) (GH-106957) 2023-07-21 14:49:57 +03:00
faulthandler.rst GH-56426: Add cross-reference to the documentation for faulthandler, traceback, and pdb. (GH-101157) 2023-02-03 19:56:57 -08:00
fcntl.rst [3.11] gh-107091: Fix some uses of :const: role (GH-107379) (GH-107385) 2023-07-28 10:36:19 +00:00
filecmp.rst [3.11] gh-101100: Sphinx warnings: pick the low hanging fruits (GH-107386) (GH-107418) 2023-07-29 09:17:20 +03:00
fileformats.rst
fileinput.rst [3.11] gh-101100: Sphinx warnings: pick the low hanging fruits (GH-107386) (GH-107418) 2023-07-29 09:17:20 +03:00
filesys.rst
fnmatch.rst [3.11] GH-97950: Use new-style index directive ('module') (GH-103996) (#104154) 2023-05-04 11:39:15 +03:00
fractions.rst [3.11] gh-107091: Fix some uses of :const: role (GH-107379) (GH-107385) 2023-07-28 10:36:19 +00:00
frameworks.rst
ftplib.rst [3.11] gh-106909: Use role :const: for referencing module constants (GH-106910) (GH-106957) 2023-07-21 14:49:57 +03:00
functional.rst
functions.rst [3.11] gh-107662: Switch 'any' and 'anext' in functions.rst (GH-107663) (#107665) 2023-08-05 18:25:21 +01:00
functools.rst [3.11] gh-104112: link from cached_property docs to method-caching FAQ (GH-104113) (#104182) 2023-05-04 17:10:34 -06:00
gc.rst [3.11] gh-106892: Use roles :data: and :const: for referencing module variables (GH-106894) (GH-106955) 2023-07-21 14:49:21 +03:00
getopt.rst
getpass.rst
gettext.rst [3.11] gh-54738: Add argparse i18n howto (GH-104562) (#107101) 2023-07-23 11:23:51 +02:00
glob.rst
graphlib.rst [3.11] gh-101100: Sphinx warnings: pick the low hanging fruits (GH-107386) (GH-107418) 2023-07-29 09:17:20 +03:00
grp.rst
gzip.rst [3.11] gh-101100: Sphinx warnings: pick the low hanging fruits (GH-107386) (GH-107418) 2023-07-29 09:17:20 +03:00
hashlib-blake2-tree.png
hashlib.rst [3.11] gh-101100: Sphinx warnings: pick the low hanging fruits (GH-107386) (GH-107418) 2023-07-29 09:17:20 +03:00
heapq.rst
hmac.rst
html.entities.rst
html.parser.rst
html.rst
http.client.rst [3.11] gh-106909: Use role :const: for referencing module constants (GH-106910) (GH-106957) 2023-07-21 14:49:57 +03:00
http.cookiejar.rst gh-61105: Add default param, note on using cookiejar subclass (GH-95427) 2022-10-22 20:04:54 +01:00
http.cookies.rst
http.rst [3.11] Fix misspelling in docs for http.HTTPMethod (GH-99376) (#99451) 2022-11-25 18:26:50 -05:00
http.server.rst [3.11] gh-100001: Remove doc typo, add versionadded (GH-100042) (#100043) 2022-12-06 11:34:20 +01:00
i18n.rst
idle.rst
imaplib.rst [3.11] gh-106909: Use role :const: for referencing module constants (GH-106910) (GH-106957) 2023-07-21 14:49:57 +03:00
imghdr.rst
imp.rst [3.11] GH-97950: Fix old-style index directive in Doc/library/imp.rst (#107246) 2023-07-26 08:17:44 +03:00
importlib.metadata.rst [3.11] gh-102215: importlib documentation cleanups (#108056) 2023-08-17 09:57:48 -04:00
importlib.resources.abc.rst [3.11] gh-101100: Sphinx warnings: pick the low hanging fruits (GH-107386) (GH-107418) 2023-07-29 09:17:20 +03:00
importlib.resources.rst [3.11] gh-102215: importlib documentation cleanups (#108056) 2023-08-17 09:57:48 -04:00
importlib.rst [3.11] gh-106892: Use roles :data: and :const: for referencing module variables (GH-106894) (GH-106955) 2023-07-21 14:49:21 +03:00
index.rst Update reference to the size of PyPI (GH-99076) 2022-11-09 11:36:10 -08:00
inspect.rst gh-98239: Document that inspect.getsource() can raise TypeError (GH-101689) 2023-03-23 12:42:54 -07:00
internet.rst [3.11] GH-97950: Use new-style index directive ('module') (GH-103996) (#104154) 2023-05-04 11:39:15 +03:00
intro.rst Doc: Fix broken link to emscripten networking website (GH-99531) 2023-04-19 07:37:14 -07:00
io.rst [3.11] Docs: Fix Sphinx warnings in io.rst (GH-107903) (#108094) 2023-08-17 19:29:10 +00:00
ipaddress.rst
ipc.rst
itertools.rst [3.11] Minor readability improvement to the factor() recipe (GH-102971) (GH-102972) 2023-03-23 14:56:35 -05:00
json.rst [3.11] gh-101100: Sphinx warnings: pick the low hanging fruits (GH-107386) (GH-107418) 2023-07-29 09:17:20 +03:00
keyword.rst
language.rst
linecache.rst
locale.rst [3.11] GH-97950: Use new-style index directive ('module') (GH-103996) (#104154) 2023-05-04 11:39:15 +03:00
logging.config.rst [3.11] gh-103606: Improve error message from logging.config.FileConfig (GH-103628) (#104687) 2023-05-21 12:17:18 -07:00
logging.handlers.rst [3.11] gh-107091: Fix some uses of :const: role (GH-107379) (GH-107385) 2023-07-28 10:36:19 +00:00
logging.rst [3.11] gh-107877: Update logging levels reference table with usage criteria. (GH-107894) (GH-107921) 2023-08-13 14:43:14 +01:00
lzma.rst [3.11] gh-101100: Sphinx warnings: pick the low hanging fruits (GH-107386) (GH-107418) 2023-07-29 09:17:20 +03:00
mailbox.rst [3.11] gh-106948: Docs: Disable links for C standard library functions, OS utility functions and system calls (#107062) (#107157) 2023-07-23 23:49:48 +02:00
mailcap.rst
markup.rst
marshal.rst [3.11] GH-97950: Use new-style index directive ('module') (GH-103996) (#104154) 2023-05-04 11:39:15 +03:00
math.rst Clarify that the expression is regular math notation, not Python. (GH-96903) (GH-96908) 2022-10-22 20:06:11 +01:00
mimetypes.rst
mm.rst
mmap.rst
modulefinder.rst
modules.rst
msilib.rst
msvcrt.rst [3.11] gh-101100: Sphinx warnings: pick the low hanging fruits (GH-107386) (GH-107418) 2023-07-29 09:17:20 +03:00
multiprocessing.rst [3.11] gh-106909: Use role :const: for referencing module constants (GH-106910) (GH-106957) 2023-07-21 14:49:57 +03:00
multiprocessing.shared_memory.rst [3.11] gh-106939: document ShareableList nul-strip quirk. (GH-107266) (#107270) 2023-07-25 21:18:23 +00:00
netdata.rst
netrc.rst [3.11] gh-101100: Sphinx warnings: pick the low hanging fruits (GH-107386) (GH-107418) 2023-07-29 09:17:20 +03:00
nis.rst
nntplib.rst
numbers.rst
numeric.rst
operator.rst [3.11] gh-101100: Sphinx warnings: pick the low hanging fruits (GH-107386) (GH-107418) 2023-07-29 09:17:20 +03:00
optparse.rst [3.11] gh-106909: Use role :const: for referencing module constants (GH-106910) (GH-106957) 2023-07-21 14:49:57 +03:00
os.path.rst [3.11] gh-106892: Use roles :data: and :const: for referencing module variables (GH-106894) (GH-106955) 2023-07-21 14:49:21 +03:00
os.rst [3.11] Docs: Remove links to external C functions and macros in os.rst (GH-108138) (#108144) 2023-08-19 17:11:29 +00:00
ossaudiodev.rst
pathlib-inheritance.png
pathlib-inheritance.svg
pathlib.rst [3.11] gh-103960: Dark mode: invert image brightness (GH-103983) (#104358) 2023-05-10 14:19:38 +00:00
pdb.rst [3.11] GH-97950: Use new-style index directive ('module') (GH-103996) (#104154) 2023-05-04 11:39:15 +03:00
persistence.rst
pickle.rst
pickletools.rst
pipes.rst
pkgutil.rst [3.11] gh-103765: Fix 'Warning: py:class reference target not found: ModuleSpec' (GH-103769) (#103799) 2023-04-24 15:57:21 -06:00
platform.rst [3.11] gh-106892: Use roles :data: and :const: for referencing module variables (GH-106894) (GH-106955) 2023-07-21 14:49:21 +03:00
plistlib.rst [3.11] GH-103484: Fix redirected permanently URLs (GH-104001) (#104088) 2023-05-02 14:50:16 +03:00
poplib.rst [3.11] gh-101100: Sphinx warnings: pick the low hanging fruits (GH-107386) (GH-107418) 2023-07-29 09:17:20 +03:00
posix.rst [3.11] GH-97950: Use new-style index directive ('module') (GH-103996) (#104154) 2023-05-04 11:39:15 +03:00
pprint.rst [3.11] gh-101100: Sphinx warnings: pick the low hanging fruits (GH-107386) (GH-107418) 2023-07-29 09:17:20 +03:00
profile.rst gh-102994: Profile docs has typo in example (GH-103074) 2023-04-02 15:52:11 -07:00
pty.rst [3.11] gh-101100: Sphinx warnings: pick the low hanging fruits (GH-107386) (GH-107418) 2023-07-29 09:17:20 +03:00
pwd.rst [3.11] GH-97950: Use new-style index directive ('module') (GH-103996) (#104154) 2023-05-04 11:39:15 +03:00
py_compile.rst
pyclbr.rst
pydoc.rst gh-100583: Improve the pydoc documentation (GH-100590) 2022-12-29 07:24:11 -08:00
pyexpat.rst [3.11] GH-97950: Use new-style index directive ('module') (GH-103996) (#104154) 2023-05-04 11:39:15 +03:00
python.rst
queue.rst GH-101777: queue.rst: use 2 spaces after a period to be consistent. (GH-102143) 2023-02-22 13:39:05 -08:00
quopri.rst
random.rst [3.11] Change non-integral to non-integer in random docs (GH-106975) (#106985) 2023-07-22 02:37:16 -06:00
re.rst [3.11] Fix Sphinx warnings in re module docs (GH-107044). (#107055) 2023-07-22 17:39:46 +01:00
readline.rst [3.11] GH-103484: Fix broken links reported by linkcheck (GH-103608) (#103683) 2023-04-23 23:26:15 +03:00
reprlib.rst
resource.rst [3.11] GH-103484: Fix redirected permanently URLs (GH-104001) (#104088) 2023-05-02 14:50:16 +03:00
rlcompleter.rst
runpy.rst [3.11] Improve cross-references in runpy docs (GH-107673) (#107699) 2023-08-06 21:20:24 +00:00
sched.rst [3.11] gh-101100: Sphinx warnings: pick the low hanging fruits (GH-107386) (GH-107418) 2023-07-29 09:17:20 +03:00
secrets.rst [3.11] gh-99502: mention bytes-like objects as input in secrets.compare_digest (GH-99512) (#99791) 2022-11-26 15:19:23 +05:30
security_warnings.rst
select.rst [3.11] gh-106948: Docs: Disable links for C standard library functions, OS utility functions and system calls (#107062) (#107157) 2023-07-23 23:49:48 +02:00
selectors.rst [3.11] gh-101100: Sphinx warnings: pick the low hanging fruits (GH-107386) (GH-107418) 2023-07-29 09:17:20 +03:00
shelve.rst [3.11] gh-106909: Use role :const: for referencing module constants (GH-106910) (GH-106957) 2023-07-21 14:49:57 +03:00
shlex.rst
shutil.rst [3.11] gh-101100: Sphinx warnings: pick the low hanging fruits (GH-107386) (GH-107418) 2023-07-29 09:17:20 +03:00
signal.rst [3.11] gh-107091: Fix some uses of :const: role (GH-107379) (GH-107385) 2023-07-28 10:36:19 +00:00
site.rst [3.11] GH-97950: Use new-style index directive ('statement') (GH-104162) (#104163) 2023-05-04 13:57:14 +03:00
smtpd.rst
smtplib.rst [3.11] gh-106909: Use role :const: for referencing module constants (GH-106910) (GH-106957) 2023-07-21 14:49:57 +03:00
sndhdr.rst
socket.rst [3.11] gh-106909: Use role :const: for referencing module constants (GH-106910) (GH-106957) 2023-07-21 14:49:57 +03:00
socketserver.rst Docs: improve accuracy of socketserver reference (GH-24767) 2022-11-29 12:43:09 -08:00
spwd.rst
sqlite3.rst [3.11] gh-106909: Use role :const: for referencing module constants (GH-106910) (GH-106957) 2023-07-21 14:49:57 +03:00
ssl.rst [3.11] gh-107091: Fix some uses of :const: role (GH-107379) (GH-107385) 2023-07-28 10:36:19 +00:00
stat.rst [3.11] gh-101100: Sphinx warnings: pick the low hanging fruits (GH-107386) (GH-107418) 2023-07-29 09:17:20 +03:00
statistics.rst [3.11] GH-103484: Fix redirected permanently URLs (GH-104001) (#104088) 2023-05-02 14:50:16 +03:00
stdtypes.rst [3.11] gh-101100: Sphinx warnings: pick the low hanging fruits (GH-107386) (GH-107418) 2023-07-29 09:17:20 +03:00
string.rst [3.11] GH-95088: Clarify rules for parsing an item key for format strings (GH-103779) (#105418) 2023-06-06 20:56:03 -07:00
stringprep.rst
struct.rst [3.11] gh-106948: Add standard external names to nitpick_ignore (GH-106949) (#107061) 2023-07-23 11:24:37 +02:00
subprocess.rst [3.11] gh-107091: Fix some uses of :const: role (GH-107379) (GH-107385) 2023-07-28 10:36:19 +00:00
sunau.rst
superseded.rst
symtable.rst
sys.rst [3.11] Docs: format sys.float_info properly (GH-108107) (#108131) 2023-08-19 10:13:09 +01:00
sys_path_init.rst
sysconfig.rst [3.11] Fix misspellings in sysconfig docs (GH-108156) (#108158) 2023-08-20 08:20:57 +00:00
syslog.rst
tabnanny.rst
tarfile.rst [3.11] gh-106892: Use roles :data: and :const: for referencing module variables (GH-106894) (GH-106955) 2023-07-21 14:49:21 +03:00
telnetlib.rst
tempfile.rst [3.11] gh-106909: Use role :const: for referencing module constants (GH-106910) (GH-106957) 2023-07-21 14:49:57 +03:00
termios.rst
test.rst [3.11] gh-106909: Use role :const: for referencing module constants (GH-106910) (GH-106957) 2023-07-21 14:49:57 +03:00
text.rst
textwrap.rst [3.11] gh-101100: Sphinx warnings: pick the low hanging fruits (GH-107386) (GH-107418) 2023-07-29 09:17:20 +03:00
threading.rst gh-86509: Add link to Lib/_threading_local.py in threading docs (GH-101824) 2023-03-10 04:30:24 -08:00
time.rst
timeit.rst
tk.rst
tk_msg.png
tkinter.colorchooser.rst
tkinter.dnd.rst
tkinter.font.rst
tkinter.messagebox.rst
tkinter.rst [3.11] gh-106892: Use roles :data: and :const: for referencing module variables (GH-106894) (GH-106955) 2023-07-21 14:49:21 +03:00
tkinter.scrolledtext.rst
tkinter.tix.rst gh-96959: Update more HTTP links (GH-97536) 2022-10-22 20:05:59 +01:00
tkinter.ttk.rst [3.11] Fix typo in tkinter docs (GH-106936) (#106938) 2023-07-21 00:12:00 +01:00
token-list.inc
token.rst
tokenize.rst [3.11] Clarify the supported cases in the tokenize module (GH-105569) (#105574) 2023-06-09 16:00:53 +00:00
tomllib.rst
trace.rst
traceback.rst [3.11] gh-89412: Add missing attributes (added in 3.10) to traceback module docs (GH-105046) (#105328) 2023-06-05 19:02:23 +02:00
tracemalloc.rst
tty.rst
tulip_coro.dia
tulip_coro.png
turtle-star.pdf
turtle-star.png
turtle-star.ps
turtle.rst [3.11] gh-106996: Rewrite turtle explanation (GH-107244) (#107336) 2023-07-27 08:12:17 +00:00
types.rst [3.11] GH-97950: Use new-style index directive ('builtin') (GH-104164) (#104221) 2023-05-06 07:14:37 +03:00
typing.rst [3.11] Clarify Self interaction with subclasses (GH-107511) (#107549) 2023-08-01 20:31:22 +00:00
unicodedata.rst
unittest.mock-examples.rst [3.11] GH-103484: Fix redirected permanently URLs (GH-104001) (#104088) 2023-05-02 14:50:16 +03:00
unittest.mock.rst [3.11] gh-106909: Use role :const: for referencing module constants (GH-106910) (GH-106957) 2023-07-21 14:49:57 +03:00
unittest.rst [3.11] gh-106892: Use roles :data: and :const: for referencing module variables (GH-106894) (GH-106955) 2023-07-21 14:49:21 +03:00
unix.rst
urllib.error.rst [3.11] gh-101100: Sphinx warnings: pick the low hanging fruits (GH-107386) (GH-107418) 2023-07-29 09:17:20 +03:00
urllib.parse.rst [3.11] GH-104554: Add RTSPS support to urllib/parse.py (GH-104605) (#105760) 2023-07-05 13:02:36 +02:00
urllib.request.rst [3.11] gh-106909: Use role :const: for referencing module constants (GH-106910) (GH-106957) 2023-07-21 14:49:57 +03:00
urllib.robotparser.rst
urllib.rst
uu.rst
uuid.rst
venv.rst [3.11] gh-106948: Add standard external names to nitpick_ignore (GH-106949) (#107061) 2023-07-23 11:24:37 +02:00
warnings.rst
wave.rst [3.11] gh-105096: Reformat wave documentation (#105136) (#105138) (#105155) 2023-05-31 16:40:25 +00:00
weakref.rst gh-91081: Add note on WeakKeyDictionary behavior when deleting a replaced entry (GH-91499) 2022-12-20 19:34:17 -08:00
webbrowser.rst
windows.rst
winreg.rst [3.11] gh-101100: Sphinx warnings: pick the low hanging fruits (GH-107386) (GH-107418) 2023-07-29 09:17:20 +03:00
winsound.rst [3.11] gh-101100: Sphinx warnings: pick the low hanging fruits (GH-107386) (GH-107418) 2023-07-29 09:17:20 +03:00
wsgiref.rst gh-102011: use sys.exception() instead of sys.exc_info() in docs where possible (GH-102012) 2023-02-21 03:06:20 -08:00
xdrlib.rst
xml.dom.minidom.rst [3.11] Docs: Fix backtick errors found by sphinx-lint (GH-97998) (#98371) 2022-10-22 20:38:26 +01:00
xml.dom.pulldom.rst
xml.dom.rst
xml.etree.elementtree.rst
xml.rst [3.11] gh-101100: Sphinx warnings: pick the low hanging fruits (GH-107386) (GH-107418) 2023-07-29 09:17:20 +03:00
xml.sax.handler.rst [3.11] gh-101100: Sphinx warnings: pick the low hanging fruits (GH-107386) (GH-107418) 2023-07-29 09:17:20 +03:00
xml.sax.reader.rst
xml.sax.rst
xml.sax.utils.rst [3.11] gh-101100: Sphinx warnings: pick the low hanging fruits (GH-107386) (GH-107418) 2023-07-29 09:17:20 +03:00
xmlrpc.client.rst [3.11] GH-103484: Fix redirected permanently URLs (GH-104001) (#104088) 2023-05-02 14:50:16 +03:00
xmlrpc.rst [3.11] gh-101100: Sphinx warnings: pick the low hanging fruits (GH-107386) (GH-107418) 2023-07-29 09:17:20 +03:00
xmlrpc.server.rst [3.11] Docs: Fix backtick errors found by sphinx-lint (GH-97998) (#98371) 2022-10-22 20:38:26 +01:00
zipapp.rst gh-101100: Fix sphinx warnings in zipapp and zipfile modules (GH-102526) 2023-03-08 00:30:44 -08:00
zipfile.rst [3.11] GH-103484: Fix redirected permanently URLs (GH-104001) (#104088) 2023-05-02 14:50:16 +03:00
zipimport.rst
zlib.rst
zoneinfo.rst [3.11] gh-85073: Add some missing links to source (GH-99363) (#99586) 2022-11-25 23:19:40 +05:30