cpython/Doc/library
Alex Waygood 499b79d0b9
[3.11] gh-102500: Remove mention of bytes shorthand (#104281) (#104288)
gh-102500: Remove mention of bytes shorthand (#104281)

The bytes shorthand was removed in PEP 688:
https://peps.python.org/pep-0688/#no-special-meaning-for-bytes

The reference to collections.abc.ByteString is also removed, since that object is deprecated (#91896) and has different semantics (#102092)

Although PEP 688 is new in Python 3.12, type checkers are expected to implement the new semantics for type annotations even if users are using an older version of Python, so this docs PR is backported to Python 3.11.

Co-authored-by: Shantanu <12621235+hauntsaninja@users.noreply.github.com>
2023-05-08 15:23:10 +01:00
..
2to3.rst Use mdash-es consistently in the library docs index (GH-92762) 2022-07-08 07:52:02 -07:00
__future__.rst gh-92436: __future__ docs: add note on expectations for "from __future__ import annotations" (GH-92568) 2022-05-12 07:37:59 -07:00
__main__.rst [3.11] Docs: fix dunders with too many underscores (#103955) (#103957) 2023-04-27 22:27:59 +00:00
_thread.rst [3.11] GH-97950: Use new-style index directive ('module') (GH-103996) (#104154) 2023-05-04 11:39:15 +03:00
abc.rst GH-101898: Fix missing term references for hashable definition (GH-101899) 2023-02-14 02:45:42 -08:00
aifc.rst gh-92611: Clarify planned removal version in PEP 594-deprecated modules (GH-92793) (GH-93026) 2022-05-20 15:33:12 -07:00
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 gh-100925: Move array methods under class in array doc (GH-101485) 2023-02-02 16:12:09 -08:00
ast.rst gh-96959: Update more HTTP links (GH-97536) 2022-10-22 20:05:59 +01:00
asynchat.rst gh-95451: Update docs for wasm32-emscripten and -wasi platforms (GH-95452) 2022-08-02 12:13:07 -07:00
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 GH-65046: Fix docs about logging in asyncio (GH-97559) 2022-10-22 20:06:00 +01:00
asyncio-eventloop.rst [3.11] GH-103484: Fix redirected permanently URLs (GH-104001) (#104088) 2023-05-02 14:50:16 +03:00
asyncio-exceptions.rst
asyncio-extending.rst gh-91323: Revert "Allow overriding a future compliance check in asyncio.Task (GH-32197)" (GH-95442) (GH-95652) 2022-08-04 18:07:39 +02:00
asyncio-future.rst GH-90985: Revert "Deprecate passing a message into cancel()" (GH-97999) 2022-10-24 17:09:41 +01: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
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 bpo-46777: Fix incorrect use of directives in asyncio documentation (GH-31388) 2022-02-18 10:58:48 +02:00
asyncio-runner.rst Clarify asyncio.Runner docs re: loop_factory (GH-95979) 2022-08-14 09:02:07 -07:00
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 Fix broken link in asyncio-subprocesses doc (GH-99214) 2022-11-08 08:33:51 -08:00
asyncio-sync.rst [docs] fix some asyncio.Barrier.wait docs grammar (GH-93552) (GH-93553) 2022-06-06 20:51:13 +02:00
asyncio-task.rst [3.11] gh-104254: Document the optional keyword-only "context" argument to Task constructor (GH-104251) (#104258) 2023-05-07 09:52:23 +05:30
asyncio.rst Added asyncio REPL example to docs. (GH-101243) 2023-01-23 03:39:01 -08:00
asyncore.rst gh-95451: Update docs for wasm32-emscripten and -wasi platforms (GH-95452) 2022-08-02 12:13:07 -07:00
atexit.rst
audioop.rst gh-92611: Clarify planned removal version in PEP 594-deprecated modules (GH-92793) (GH-93026) 2022-05-20 15:33:12 -07:00
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 gh-103266: Fix a typo in example code for bisect() function (GH-103267) 2023-04-06 17:45:07 -07:00
builtins.rst
bz2.rst [3.11] Docs: Fix backtick errors found by sphinx-lint (GH-97998) (#98371) 2022-10-22 20:38:26 +01:00
calendar.rst bpo-46659: Enhance LocaleTextCalendar for C locale (GH-31214) 2022-02-24 14:29:08 +01:00
cgi.rst gh-95451: Update docs for wasm32-emscripten and -wasi platforms (GH-95452) 2022-08-02 12:13:07 -07:00
cgitb.rst gh-92611: Clarify planned removal version in PEP 594-deprecated modules (GH-92793) (GH-93026) 2022-05-20 15:33:12 -07:00
chunk.rst gh-92611: Clarify planned removal version in PEP 594-deprecated modules (GH-92793) (GH-93026) 2022-05-20 15:33:12 -07:00
cmath.rst [3.11] GH-97950: Use new-style index directive ('module') (GH-103996) (#104154) 2023-05-04 11:39:15 +03:00
cmd.rst
code.rst
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 Minor docs improvements fix for codeop (GH-103123) 2023-03-30 15:58:54 -07: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 gh-100472: Fix docs claim that compileall parameters could be bytes (GH-100473) 2022-12-24 12:29:50 -08: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
configparser.rst gh-93573: Replace wrong example domains in configparser doc (GH-93574) 2023-02-16 07:25:31 -08:00
constants.rst
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 gh-95451: Update docs for wasm32-emscripten and -wasi platforms (GH-95452) 2022-08-02 12:13:07 -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] ctypes docs: fix missing not in variadic functions section (GH-102611) (#103425) 2023-04-25 16:21:39 +05:30
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: Fix Sphinx warnings in curses and curses.ascii modules (GH-103457) (#104124) 2023-05-02 23:20:50 -06:00
custominterp.rst Docs: remove redundant "adverb-adjective" hyphens from compound modifiers (GH-94551) (GH-94557) 2022-07-05 14:30:19 +02:00
dataclasses.rst [3.11] gh-91687: modernize dataclass example typing (GH-103773) (#103774) 2023-04-25 18:16:05 +02: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 gh-101100: Fix Sphinx warnings in decimal module (GH-102125) 2023-02-25 01:58:52 -08:00
development.rst
devmode.rst
dialog.rst
difflib.rst [3.11] gh-91838: Use HTTPS links in docs for resources which redirect to HTTPS (GH-95527) (GH-95643) 2022-08-04 11:45:03 +03:00
dis.rst [3.11] GH-97950: Use new-style index directive ('builtin') (GH-104164) (#104221) 2023-05-06 07:14:37 +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
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
email.errors.rst [doc]: Spotted errors while working on rstlint. (GH-30879) 2022-01-27 08:57:43 +01:00
email.examples.rst
email.generator.rst Fix capitalization of Unix in documentation (GH-96913) 2022-10-22 20:05:49 +01:00
email.header.rst gh-86986: Drop compatibility support for Sphinx 2 (GH-93737) 2022-06-21 10:50:47 -07:00
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
email.mime.rst gh-101021: Document binary parameters as bytes (GH-101024) 2023-01-14 12:22:08 -08:00
email.parser.rst
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 gh-103365: [Enum] STRICT boundary corrections (GH-103494) 2023-04-13 08:55:53 -07:00
errno.rst [3.11] gh-96005: Handle WASI ENOTCAPABLE in getpath (GH-96006) (GH-96034) (GH-96038) 2022-09-13 13:00:45 +02:00
exceptions.rst [3.11] GH-97950: Use new-style index directive ('statement') (GH-104162) (#104163) 2023-05-04 13:57:14 +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 gh-95451: Update docs for wasm32-emscripten and -wasi platforms (GH-95452) 2022-08-02 12:13:07 -07:00
filecmp.rst
fileformats.rst bpo-47061: document module deprecations due to PEP 594 (GH-31984) 2022-03-21 16:16:37 -07:00
fileinput.rst bpo-46586: Fix more erroneous doc links to builtins (#31429) 2022-05-02 16:32:44 -06: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 GH-101898: Fix missing term references for hashable definition (GH-101899) 2023-02-14 02:45:42 -08:00
frameworks.rst
ftplib.rst gh-95451: Update docs for wasm32-emscripten and -wasi platforms (GH-95452) 2022-08-02 12:13:07 -07:00
functional.rst
functions.rst [3.11] GH-97950: Use new-style index directive ('builtin') (GH-104164) (#104221) 2023-05-06 07:14:37 +03: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-103059: Clarify gc.freeze documentation (GH-103058) (#103416) 2023-04-10 11:17:48 -06:00
getopt.rst
getpass.rst gh-95451: Update docs for wasm32-emscripten and -wasi platforms (GH-95452) 2022-08-02 12:13:07 -07:00
gettext.rst [3.11] gh-91838: Use HTTPS links in docs for resources which redirect to HTTPS (GH-95527) (GH-95643) 2022-08-04 11:45:03 +03:00
glob.rst Docs: remove redundant "adverb-adjective" hyphens from compound modifiers (GH-94551) (GH-94557) 2022-07-05 14:30:19 +02:00
graphlib.rst GH-101898: Fix missing term references for hashable definition (GH-101899) 2023-02-14 02:45:42 -08:00
grp.rst gh-82180: Document support for non-integer arg removed from grp.getgrgid in 3.10 (GH-95346) (GH-95929) 2022-08-12 19:03:04 +02:00
gzip.rst [3.11] gh-101100: Document PyObject_ClearWeakRefs, gzip's name, and asyncio.iscoroutine (#103001) 2023-03-25 09:43:52 +02:00
hashlib-blake2-tree.png Optimize images by IMGbot (GH-21348) 2022-02-04 15:49:43 +09:00
hashlib.rst [3.11] GH-103484: Fix redirected permanently URLs (GH-104001) (#104088) 2023-05-02 14:50:16 +03:00
heapq.rst
hmac.rst Docs: remove redundant "adverb-adjective" hyphens from compound modifiers (GH-94551) (GH-94557) 2022-07-05 14:30:19 +02:00
html.entities.rst gh-93851: Fix all broken links in Doc/ (GH-93853) (GH-94076) 2022-06-21 21:06:05 +02:00
html.parser.rst Update html.parser.rst (GH-30678) 2022-02-17 04:20:40 -08:00
html.rst
http.client.rst [3.11] GH-97950: Use new-style index directive ('module') (GH-103996) (#104154) 2023-05-04 11:39:15 +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 gh-86986: Drop compatibility support for Sphinx 2 (GH-93737) 2022-06-21 10:50:47 -07:00
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 gh-75510: Edit idlelib entry in doc (GH-95869) 2022-08-10 20:02:09 -07:00
imaplib.rst gh-95451: Update docs for wasm32-emscripten and -wasi platforms (GH-95452) 2022-08-02 12:13:07 -07:00
imghdr.rst gh-92611: Clarify planned removal version in PEP 594-deprecated modules (GH-92793) (GH-93026) 2022-05-20 15:33:12 -07:00
imp.rst gh-92611: Clarify planned removal version in PEP 594-deprecated modules (GH-92793) (GH-93026) 2022-05-20 15:33:12 -07:00
importlib.metadata.rst [3.11] gh-102354: change python3 to python in docs examples (GH-102696) (#102697) 2023-03-14 12:52:33 -06:00
importlib.resources.abc.rst [3.11] GH-99818: improve the documentation for zipfile.Path and Traversable (GH-101589) (#102266) 2023-02-25 23:42:30 +00:00
importlib.resources.rst [3.11] gh-91838: Use HTTPS links in docs for resources which redirect to HTTPS (GH-95527) (GH-95643) 2022-08-04 11:45:03 +03:00
importlib.rst [3.11] gh-101390: Fix docs for imporlib.util.LazyLoader.factory to properly call it a class method (GH-101391) (#GH-101813) 2023-02-10 16:24:28 -08: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 gh-91485: Avoid unnecessary use of non-Python syntax in io docs (GH-101177) 2023-01-20 14:12:26 -08:00
ipaddress.rst
ipc.rst bpo-47061: document module deprecations due to PEP 594 (GH-31984) 2022-03-21 16:16:37 -07:00
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 gh-96959: Update more HTTP links (GH-97536) 2022-10-22 20:05:59 +01: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] [doc] Add a section on logging handler configuration order. (GH-101380) (GH-101382) 2023-01-27 19:12:18 +00:00
logging.handlers.rst [3.11] gh-98307: Add docstring and documentation for SysLogHandler.cr… (GH-98325) 2022-10-16 18:45:59 +01:00
logging.rst gh-102873: logging.LogRecord docs: improve description of msg parameter (GH-102875) 2023-03-24 08:08:48 -07:00
lzma.rst [3.11] Docs: Fix backtick errors found by sphinx-lint (GH-97998) (#98371) 2022-10-22 20:38:26 +01:00
mailbox.rst gh-96959: Update more HTTP links (GH-97536) 2022-10-22 20:05:59 +01:00
mailcap.rst [3.11] gh-68966: Make mailcap refuse to match unsafe filenames/types/params (GH-91993) (GH-93458) 2022-06-03 08:25:58 -07:00
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 bpo-47061: document module deprecations due to PEP 594 (GH-31984) 2022-03-21 16:16:37 -07:00
mmap.rst gh-95451: Update docs for wasm32-emscripten and -wasi platforms (GH-95452) 2022-08-02 12:13:07 -07:00
modulefinder.rst bpo-47152: Convert the re module into a package (GH-32177) 2022-04-02 11:35:13 +03:00
modules.rst gh-93610: Improve docs for importlib.resources (GH-93611) (GH-95247) 2022-07-25 18:26:46 +02:00
msilib.rst gh-92611: Clarify planned removal version in PEP 594-deprecated modules (GH-92793) (GH-93026) 2022-05-20 15:33:12 -07:00
msvcrt.rst
multiprocessing.rst [3.11] Revert "Avoid error lexing multiprocessing docs code block on Pygments 2.15.0" (GH-103616) (#103695) 2023-04-22 16:13:22 -06:00
multiprocessing.shared_memory.rst gh-96959: Update HTTP links which are redirected to HTTPS (GH-96961) 2022-09-25 01:20:45 -07:00
netdata.rst gh-68966: Deprecate the mailcap module (#91951) 2022-04-26 22:43:50 +02:00
netrc.rst
nis.rst gh-95451: Update docs for wasm32-emscripten and -wasi platforms (GH-95452) 2022-08-02 12:13:07 -07:00
nntplib.rst gh-95451: Update docs for wasm32-emscripten and -wasi platforms (GH-95452) 2022-08-02 12:13:07 -07:00
numbers.rst [3.11] gh-68163: Correct conversion of Rational instances to float (GH-25619) (#96556) 2022-09-08 12:03:53 +01:00
numeric.rst
operator.rst GH-101898: Fix missing term references for hashable definition (GH-101899) 2023-02-14 02:45:42 -08:00
optparse.rst [3.11] gh-101100: Fix Sphinx warnings in argparse module (#103289) (#103803) 2023-04-24 22:15:04 +00:00
os.path.rst [3.11] GH-97950: Use new-style index directive ('module') (GH-103996) (#104154) 2023-05-04 11:39:15 +03:00
os.rst [3.11] GH-97950: Use new-style index directive ('module') (GH-103996) (#104154) 2023-05-04 11:39:15 +03:00
ossaudiodev.rst gh-92611: Clarify planned removal version in PEP 594-deprecated modules (GH-92793) (GH-93026) 2022-05-20 15:33:12 -07:00
pathlib-inheritance.png
pathlib-inheritance.svg Optimize images by IMGbot (GH-21348) 2022-02-04 15:49:43 +09:00
pathlib.rst GH-101898: Fix missing term references for hashable definition (GH-101899) 2023-02-14 02:45:42 -08: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 gh-96959: Update HTTP links which are redirected to HTTPS (GH-96961) 2022-09-25 01:20:45 -07:00
pickletools.rst
pipes.rst [3.11] gh-95415: Make availability directive consistent (GH-95416) (GH-95438) 2022-08-01 14:26:19 +02:00
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 Doc: Update references and examples of old, unsupported OSes and uarches (GH-92791) (GH-93638) 2022-06-09 16:15:33 +02:00
plistlib.rst [3.11] GH-103484: Fix redirected permanently URLs (GH-104001) (#104088) 2023-05-02 14:50:16 +03:00
poplib.rst gh-95451: Update docs for wasm32-emscripten and -wasi platforms (GH-95452) 2022-08-02 12:13:07 -07: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-97950: Use new-style index directive ('builtin') (GH-104164) (#104221) 2023-05-06 07:14:37 +03:00
profile.rst gh-102994: Profile docs has typo in example (GH-103074) 2023-04-02 15:52:11 -07:00
pty.rst
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 bpo-92336: [doc] clarify that the dfile is read by the traceback display code (GH-94409) 2022-06-29 13:53:42 -07:00
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 GH-102653: Make recipe docstring show the correct distribution (GH-102742) 2023-03-16 07:42:23 -07:00
re.rst [3.11] Clarify re docs for byte pattern group names (GH-99308) (#101001) 2023-03-04 13:36:42 -08: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] GH-97950: Use new-style index directive ('module') (GH-103996) (#104154) 2023-05-04 11:39:15 +03:00
sched.rst gh-103417: use time.monotonic in the example for sched.scheduler (GH-103418) 2023-04-12 02:09:08 -07: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 gh-81054: Document that SimpleHTTPRequestHandler follows symbolic links (GH-94416) (GH-94492) 2022-07-01 18:41:24 +02:00
select.rst [3.11] GH-103484: Fix redirected permanently URLs (GH-104001) (#104088) 2023-05-02 14:50:16 +03:00
selectors.rst gh-95451: Update docs for wasm32-emscripten and -wasi platforms (GH-95452) 2022-08-02 12:13:07 -07:00
shelve.rst [3.11] GH-97950: Use new-style index directive ('module') (GH-103996) (#104154) 2023-05-04 11:39:15 +03:00
shlex.rst
shutil.rst [3.11] gh-102950: Implement PEP 706 – Filter for tarfile.extractall (GH-102953) (GH-103832) 2023-04-28 17:41:09 +02:00
signal.rst [3.11] gh-85073: Add some missing links to source (GH-99363) (#99586) 2022-11-25 23:19:40 +05:30
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 gh-95451: Update docs for wasm32-emscripten and -wasi platforms (GH-95452) 2022-08-02 12:13:07 -07:00
smtplib.rst [3.11] gh-101879: docs - italicize argument in smtplib.SMPT() description (GH-101886) (#103888) 2023-04-26 16:37:32 -04:00
sndhdr.rst gh-85525: Remove extra row in doc (GH-98337) 2022-10-17 15:08:10 -07:00
socket.rst [3.11] GH-97950: Use new-style index directive ('object') (GH-104158) (#104159) 2023-05-04 13:14:16 +03:00
socketserver.rst Docs: improve accuracy of socketserver reference (GH-24767) 2022-11-29 12:43:09 -08:00
spwd.rst gh-95451: Update docs for wasm32-emscripten and -wasi platforms (GH-95452) 2022-08-02 12:13:07 -07:00
sqlite3.rst [3.11] gh-100021: Document that sqlite3's executemany() discards resulting rows (#103939) (#103966) 2023-04-28 08:05:14 +00:00
ssl.rst [3.11] GH-103484: Fix redirected permanently URLs (GH-104001) (#104088) 2023-05-02 14:50:16 +03:00
stat.rst bpo-45114: Use lstat() instead of stat() in stat docs example (GH-29845) 2022-04-02 13:58:26 -07: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-97950: Use new-style index directive ('builtin') (GH-104164) (#104221) 2023-05-06 07:14:37 +03:00
string.rst Quote literal tokens in standard format specifier grammar (GH-102902) 2023-03-31 05:52:52 -07:00
stringprep.rst
struct.rst [3.11] GH-103484: Fix redirected permanently URLs (GH-104001) (#104088) 2023-05-02 14:50:16 +03:00
subprocess.rst [3.11] gh-87452: Improve the Popen.returncode docs (#103771) 2023-04-25 18:15:48 +02:00
sunau.rst gh-92611: Clarify planned removal version in PEP 594-deprecated modules (GH-92793) (GH-93026) 2022-05-20 15:33:12 -07:00
superseded.rst gh-68966: Deprecate the mailcap module (#91951) 2022-04-26 22:43:50 +02:00
symtable.rst Change list to view object (GH-93661) 2022-06-11 04:20:52 -07:00
sys.rst [3.11] GH-97950: Use new-style index directive ('object') (GH-104158) (#104159) 2023-05-04 13:14:16 +03:00
sys_path_init.rst bpo-31582: Created a new documentation section describing sys.path initialization (GH-31082) 2022-03-23 17:29:40 +00:00
sysconfig.rst GH-100206: use versionadded for the addition of sysconfig.get_default_scheme (GH-100207) 2022-12-13 03:02:41 -08:00
syslog.rst [3.11] Clarifying the documentation on library/syslog (GH-92587) (GH-95492) 2022-08-05 10:18:44 +02:00
tabnanny.rst
tarfile.rst [3.11] gh-102950: Implement PEP 706 – Filter for tarfile.extractall (GH-102953) (GH-103832) 2023-04-28 17:41:09 +02:00
telnetlib.rst gh-95451: Update docs for wasm32-emscripten and -wasi platforms (GH-95452) 2022-08-02 12:13:07 -07:00
tempfile.rst [3.11] gh-51574: Document behaviour of mkdtemp on 3.11 and lower (#103844) 2023-04-27 07:56:55 -07:00
termios.rst termios docs: fix indentation (GH-93080) 2022-05-22 16:11:36 -07:00
test.rst gh-103109: Document ignore_warnings() test support helper (GH-103110) 2023-04-02 15:42:43 -07:00
text.rst
textwrap.rst bpo-44544: add textwrap placeholder arg (GH-27671) 2022-03-19 14:27:37 +02: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 [3.11] gh-95415: Make availability directive consistent (GH-95416) (GH-95438) 2022-08-01 14:26:19 +02:00
timeit.rst bpo-23183: Document the timeit output (GH-30359) 2022-01-14 17:25:36 +00:00
tk.rst [doc]: Spotted errors while working on rstlint. (GH-30879) 2022-01-27 08:57:43 +01:00
tk_msg.png Optimize images by IMGbot (GH-21348) 2022-02-04 15:49:43 +09:00
tkinter.colorchooser.rst [doc]: Spotted errors while working on rstlint. (GH-30879) 2022-01-27 08:57:43 +01:00
tkinter.dnd.rst [doc]: Spotted errors while working on rstlint. (GH-30879) 2022-01-27 08:57:43 +01:00
tkinter.font.rst
tkinter.messagebox.rst [doc]: Spotted errors while working on rstlint. (GH-30879) 2022-01-27 08:57:43 +01:00
tkinter.rst gh-96959: Update more HTTP links (GH-97536) 2022-10-22 20:05:59 +01: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 gh-96959: Update more HTTP links (GH-97536) 2022-10-22 20:05:59 +01:00
token-list.inc
token.rst
tokenize.rst
tomllib.rst bpo-40059: Add tomllib (PEP-680) (GH-31498) 2022-03-08 09:26:13 +01:00
trace.rst
traceback.rst [3.11] GH-97950: Use new-style index directive ('object') (GH-104158) (#104159) 2023-05-04 13:14:16 +03:00
tracemalloc.rst
tty.rst
tulip_coro.dia
tulip_coro.png
turtle-star.pdf
turtle-star.png
turtle-star.ps
turtle.rst gh-101100: Fix Sphinx warnings in turtle module (GH-102340) 2023-03-13 04:33:38 -07: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] gh-102500: Remove mention of bytes shorthand (#104281) (#104288) 2023-05-08 15:23:10 +01: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 Correct trivial grammar in reset_mock docs (GH-101861) 2023-02-13 01:20:18 -08:00
unittest.rst [3.11] GH-103484: Fix redirected permanently URLs (GH-104001) (#104088) 2023-05-02 14:50:16 +03:00
unix.rst bpo-47061: document module deprecations due to PEP 594 (GH-31984) 2022-03-21 16:16:37 -07:00
urllib.error.rst
urllib.parse.rst [3.11] gh-91708: Revert params note in urllib.parse.urlparse table (GH-96699) (#98052) 2022-10-22 20:04:55 +01:00
urllib.request.rst [3.11] Docs: Fix getstatus() -> getcode() typos (GH-101296) (#101805) 2023-02-11 00:26:41 +02:00
urllib.robotparser.rst
urllib.rst
uu.rst gh-92611: Clarify planned removal version in PEP 594-deprecated modules (GH-92793) (GH-93026) 2022-05-20 15:33:12 -07:00
uuid.rst Docs: remove redundant "adverb-adjective" hyphens from compound modifiers (GH-94551) (GH-94557) 2022-07-05 14:30:19 +02:00
venv.rst [3.11] Adjust expression from == to != in alignment with the meaning of the paragraph. (GH-104021) (GH-104031) 2023-05-01 06:58:33 +01:00
warnings.rst Docs: remove redundant "adverb-adjective" hyphens from compound modifiers (GH-94551) (GH-94557) 2022-07-05 14:30:19 +02:00
wave.rst gh-77171: Document that wave only supports simple PCM files (GH-97510) 2022-10-22 20:06:02 +01: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 gh-95451: Update docs for wasm32-emscripten and -wasi platforms (GH-95452) 2022-08-02 12:13:07 -07:00
windows.rst bpo-47061: document module deprecations due to PEP 594 (GH-31984) 2022-03-21 16:16:37 -07:00
winreg.rst gh-95423: Update winreg.DeleteKeyEx documentation and remove dynamic function load (GH-95521) 2022-08-03 22:25:47 +01:00
winsound.rst
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 gh-92611: Clarify planned removal version in PEP 594-deprecated modules (GH-92793) (GH-93026) 2022-05-20 15:33:12 -07:00
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 Update the OMG link (GH-30383) 2022-02-14 13:49:11 -08:00
xml.etree.elementtree.rst bpo-46879: Fix incorrect sphinx object names in doc (GH-31615) (GH-92974) 2022-05-19 17:56:59 +02:00
xml.rst Docs: remove redundant "adverb-adjective" hyphens from compound modifiers (GH-94551) (GH-94557) 2022-07-05 14:30:19 +02:00
xml.sax.handler.rst bpo-6686: Replace String with Bytes in xml.sax.handler documentation (#30612) 2022-05-02 16:26:42 -06:00
xml.sax.reader.rst
xml.sax.rst
xml.sax.utils.rst
xmlrpc.client.rst [3.11] GH-103484: Fix redirected permanently URLs (GH-104001) (#104088) 2023-05-02 14:50:16 +03:00
xmlrpc.rst
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 Docs: remove redundant "adverb-adjective" hyphens from compound modifiers (GH-94551) (GH-94557) 2022-07-05 14:30:19 +02:00
zoneinfo.rst [3.11] gh-85073: Add some missing links to source (GH-99363) (#99586) 2022-11-25 23:19:40 +05:30