cpython/Doc/library
mm-matthias 4f59f86382
gh-118596: Add thread-safety clarifications to the SSLContext documentation (#118597)
Add thread-safety clarifications to the SSLContext documentation. Per the issue:

This issue has also come up [here](https://github.com/psf/requests/pull/6667) where the matter was clarified by @tiran in [this comment](https://github.com/psf/requests/pull/6667):
> `SSLContext` is designed to be shared and used for multiple connections. It is thread safe as long as you don't reconfigure it once it is used by a connection. Adding new certs to the internal trust store is fine, but changing ciphers, verification settings, or mTLS certs can lead to surprising behavior. The problem is unrelated to threads and can even occur in a single-threaded program.
2024-06-16 13:27:44 -07:00
..
__future__.rst docs: module page titles should not start with a link to themselves (#117099) 2024-05-08 20:34:40 +01:00
__main__.rst docs: module page titles should not start with a link to themselves (#117099) 2024-05-08 20:34:40 +01:00
_thread.rst Format None, True, False and NotImplemented as literals (GH-118758) 2024-05-08 22:35:16 +03:00
abc.rst docs: module page titles should not start with a link to themselves (#117099) 2024-05-08 20:34:40 +01:00
allos.rst gh-118689: Doc: fix ePub build (#118690) 2024-05-10 19:24:02 +09:00
archiving.rst
argparse.rst docs: module page titles should not start with a link to themselves (#117099) 2024-05-08 20:34:40 +01:00
array.rst docs: module page titles should not start with a link to themselves (#117099) 2024-05-08 20:34:40 +01:00
ast.rst annotations: expand documentation on "simple" assignment targets (#120535) 2024-06-15 15:18:16 +00:00
asyncio-api-index.rst Doc: Found some remaining default roles. (GH-98392) 2022-10-18 15:46:18 +02:00
asyncio-dev.rst gh-108224: Fix asyncio doc inconsistency (#108230) 2023-08-21 18:08:04 +00:00
asyncio-eventloop.rst Format None, True, False and NotImplemented as literals (GH-118758) 2024-05-08 22:35:16 +03:00
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 gh-101100: Sphinx warnings: pick the low hanging fruits (GH-107386) 2023-07-29 08:48:10 +03:00
asyncio-llapi-index.rst gh-108973: Fix asyncio test_subprocess_consistent_callbacks() (#109431) 2023-09-20 15:54:19 +02:00
asyncio-platforms.rst gh-106909: Use role :const: for referencing module constants (GH-106910) 2023-07-21 12:40:37 +03:00
asyncio-policy.rst gh-113664: Improve style of Big O notation (GH-113695) 2024-01-10 15:01:18 +02:00
asyncio-protocol.rst gh-113812: Allow DatagramTransport.sendto to send empty data (#115199) 2024-02-16 18:38:07 -08:00
asyncio-queue.rst gh-96471: Correct documentation for asyncio queue shutdown (#117621) 2024-04-08 14:50:54 +00:00
asyncio-runner.rst gh-94597: Add asyncio.EventLoop (#110723) 2023-10-12 07:13:57 -07:00
asyncio-stream.rst gh-117722: Fix Stream.readuntil with non-bytes buffer objects (#117723) 2024-04-11 07:41:55 -07:00
asyncio-subprocess.rst gh-101100: Fix Sphinx warnings in whatsnew/2.7.rst and related (#115319) 2024-02-12 14:40:41 +02:00
asyncio-sync.rst gh-112202: Ensure that condition.notify() succeeds even when racing with Task.cancel() (#112201) 2024-02-03 08:19:37 -08:00
asyncio-task.rst Format None, True, False and NotImplemented as literals (GH-118758) 2024-05-08 22:35:16 +03:00
asyncio.rst docs: module page titles should not start with a link to themselves (#117099) 2024-05-08 20:34:40 +01:00
atexit.rst docs: module page titles should not start with a link to themselves (#117099) 2024-05-08 20:34:40 +01:00
audit_events.rst gh-115777: Fix double versionadded directives (GH-116269) 2024-03-05 17:41:53 +02:00
base64.rst Clarify base64.a85encode docs: *wrapcols* doesn't count the newline (GH-119409) 2024-05-24 00:11:45 +02:00
bdb.rst Format None, True, False and NotImplemented as literals (GH-118758) 2024-05-08 22:35:16 +03:00
binary.rst
binascii.rst docs: module page titles should not start with a link to themselves (#117099) 2024-05-08 20:34:40 +01:00
bisect.rst docs: module page titles should not start with a link to themselves (#117099) 2024-05-08 20:34:40 +01:00
builtins.rst docs: module page titles should not start with a link to themselves (#117099) 2024-05-08 20:34:40 +01:00
bz2.rst docs: module page titles should not start with a link to themselves (#117099) 2024-05-08 20:34:40 +01:00
calendar.rst docs: module page titles should not start with a link to themselves (#117099) 2024-05-08 20:34:40 +01:00
cmath.rst gh-109218: Improve documentation for the complex() constructor (GH-119687) 2024-05-30 20:20:07 +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-118131: Command-line interface for the random module (#118132) 2024-05-05 06:30:03 +00:00
code.rst gh-74929: PEP 667 general docs update (gh-119201) 2024-05-21 03:32:15 +00:00
codecs.rst docs: module page titles should not start with a link to themselves (#117099) 2024-05-08 20:34:40 +01:00
codeop.rst docs: module page titles should not start with a link to themselves (#117099) 2024-05-08 20:34:40 +01:00
collections.abc.rst gh-118803: Remove ByteString from typing and collections.abc (#118804) 2024-05-09 00:37:55 +01:00
collections.rst gh-120345: Fix incorrect use of the :class: role with the "()" suffix (GH-120347) 2024-06-12 17:23:03 +03:00
colorsys.rst docs: module page titles should not start with a link to themselves (#117099) 2024-05-08 20:34:40 +01:00
compileall.rst Format None, True, False and NotImplemented as literals (GH-118758) 2024-05-08 22:35:16 +03:00
concurrency.rst
concurrent.futures.rst docs: module page titles should not start with a link to themselves (#117099) 2024-05-08 20:34:40 +01:00
concurrent.rst gh-101100: Sphinx warnings: pick the low hanging fruits (GH-107386) 2023-07-29 08:48:10 +03:00
configparser.rst docs: module page titles should not start with a link to themselves (#117099) 2024-05-08 20:34:40 +01:00
constants.rst gh-118767: Improve tests and docs for bool(NotImplemented) (#118813) 2024-05-09 13:52:08 +00:00
contextlib.rst gh-119287: clarify doc on BaseExceptionGroup.derive and link to it from contextlib.suppress (#119657) 2024-06-05 11:56:01 +00:00
contextvars.rst docs: module page titles should not start with a link to themselves (#117099) 2024-05-08 20:34:40 +01:00
copy.rst docs: module page titles should not start with a link to themselves (#117099) 2024-05-08 20:34:40 +01:00
copyreg.rst docs: module page titles should not start with a link to themselves (#117099) 2024-05-08 20:34:40 +01:00
crypto.rst gh-104773: PEP 594: Remove the crypt module (#104908) 2023-05-25 15:45:46 +02:00
csv.rst Format None, True, False and NotImplemented as literals (GH-118758) 2024-05-08 22:35:16 +03:00
ctypes.rst gh-97588: Align ctypes struct layout to GCC/MSVC (GH-97702) 2024-05-29 12:02:53 +02: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 docs: fix a few typos identified by codespell (#119516) 2024-05-25 18:13:31 -07:00
custominterp.rst Docs: remove redundant "adverb-adjective" hyphens from compound modifiers (GH-94551) 2022-07-05 11:16:10 +02:00
dataclasses.rst gh-119260: Clarify is_dataclass Behavior for Subclasses in Documentation and Tests (#119480) 2024-05-29 17:26:22 +00:00
datatypes.rst
datetime.rst gh-120345: Fix incorrect use of the :class: role with the "()" suffix (GH-120347) 2024-06-12 17:23:03 +03:00
dbm.rst docs: module page titles should not start with a link to themselves (#117099) 2024-05-08 20:34:40 +01:00
debug.rst
decimal.rst gh-101575: document Decimal.__round__() (GH-101737) 2024-06-12 12:07:25 +02: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 gh-110631: Fix reST indentation in Doc/library (#110685) 2023-10-11 22:24:12 +02:00
difflib.rst docs: module page titles should not start with a link to themselves (#117099) 2024-05-08 20:34:40 +01:00
dis.rst gh-120178: Documentation typo corrections (#120179) 2024-06-06 14:35:24 -07:00
distribution.rst gh-85454: Remove distutils documentation (#95239) 2022-07-25 15:50:46 +02:00
doctest.rst docs: module page titles should not start with a link to themselves (#117099) 2024-05-08 20:34:40 +01: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 GH-101100: Fix reference warnings for `__getitem__` (#110118) 2023-10-19 18:05:05 +03:00
email.contentmanager.rst docs: module page titles should not start with a link to themselves (#117099) 2024-05-08 20:34:40 +01: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 docs: module page titles should not start with a link to themselves (#117099) 2024-05-08 20:34:40 +01: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 gh-120276: Fix incorrect email.header.Header maxlinelen default (GH-120277) 2024-06-08 20:18:58 +03:00
email.headerregistry.rst docs: module page titles should not start with a link to themselves (#117099) 2024-05-08 20:34:40 +01: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 docs: module page titles should not start with a link to themselves (#117099) 2024-05-08 20:34:40 +01:00
email.mime.rst docs: module page titles should not start with a link to themselves (#117099) 2024-05-08 20:34:40 +01:00
email.parser.rst docs: module page titles should not start with a link to themselves (#117099) 2024-05-08 20:34:40 +01:00
email.policy.rst docs: module page titles should not start with a link to themselves (#117099) 2024-05-08 20:34:40 +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-118798: Remove deprecated isdst parameter from email.utils.localtime (#118799) 2024-05-09 03:17:02 -06:00
ensurepip.rst docs: module page titles should not start with a link to themselves (#117099) 2024-05-08 20:34:40 +01:00
enum.rst gh-120361: Add nonmember test with enum flags inside to test_enum (GH-120364) 2024-06-14 10:25:35 -07:00
errno.rst docs: module page titles should not start with a link to themselves (#117099) 2024-05-08 20:34:40 +01:00
exceptions.rst gh-119287: clarify doc on BaseExceptionGroup.derive and link to it from contextlib.suppress (#119657) 2024-06-05 11:56:01 +00:00
faulthandler.rst docs: module page titles should not start with a link to themselves (#117099) 2024-05-08 20:34:40 +01:00
fcntl.rst docs: module page titles should not start with a link to themselves (#117099) 2024-05-08 20:34:40 +01:00
filecmp.rst docs: module page titles should not start with a link to themselves (#117099) 2024-05-08 20:34:40 +01:00
fileformats.rst bpo-47061: document module deprecations due to PEP 594 (GH-31984) 2022-03-21 16:16:37 -07:00
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
fnmatch.rst docs: module page titles should not start with a link to themselves (#117099) 2024-05-08 20:34:40 +01:00
fractions.rst docs: module page titles should not start with a link to themselves (#117099) 2024-05-08 20:34:40 +01:00
frameworks.rst
ftplib.rst docs: module page titles should not start with a link to themselves (#117099) 2024-05-08 20:34:40 +01:00
functional.rst
functions.rst gh-110383: Clarify "non-integral" wording in pow() docs (#119688) 2024-06-07 11:44:42 +02:00
functools.rst gh-119010: Adds docs about __type_params__ to functools.update_wrapper (#119012) 2024-05-13 20:01:05 +00:00
gc.rst Format None, True, False and NotImplemented as literals (GH-118758) 2024-05-08 22:35:16 +03:00
getopt.rst docs: module page titles should not start with a link to themselves (#117099) 2024-05-08 20:34:40 +01:00
getpass.rst docs: module page titles should not start with a link to themselves (#117099) 2024-05-08 20:34:40 +01: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 docs: module page titles should not start with a link to themselves (#117099) 2024-05-08 20:34:40 +01:00
graphlib.rst docs: module page titles should not start with a link to themselves (#117099) 2024-05-08 20:34:40 +01:00
grp.rst docs: module page titles should not start with a link to themselves (#117099) 2024-05-08 20:34:40 +01:00
gzip.rst gh-112346: Always set OS byte to 255, simpler gzip.compress function. (GH-120486) 2024-06-15 18:46:39 +00:00
hashlib-blake2-tree.png Optimize images by IMGbot (GH-21348) 2022-02-04 15:49:43 +09:00
hashlib.rst Clarify that dklen is expected in bytes for the hashlib functions (GH-106624) 2024-05-22 11:51:25 +03:00
heapq.rst docs: module page titles should not start with a link to themselves (#117099) 2024-05-08 20:34:40 +01:00
hmac.rst docs: module page titles should not start with a link to themselves (#117099) 2024-05-08 20:34:40 +01:00
html.entities.rst docs: module page titles should not start with a link to themselves (#117099) 2024-05-08 20:34:40 +01:00
html.parser.rst docs: module page titles should not start with a link to themselves (#117099) 2024-05-08 20:34:40 +01:00
html.rst docs: module page titles should not start with a link to themselves (#117099) 2024-05-08 20:34:40 +01:00
http.client.rst docs: module page titles should not start with a link to themselves (#117099) 2024-05-08 20:34:40 +01:00
http.cookiejar.rst docs: module page titles should not start with a link to themselves (#117099) 2024-05-08 20:34:40 +01:00
http.cookies.rst docs: module page titles should not start with a link to themselves (#117099) 2024-05-08 20:34:40 +01:00
http.rst docs: module page titles should not start with a link to themselves (#117099) 2024-05-08 20:34:40 +01:00
http.server.rst docs: module page titles should not start with a link to themselves (#117099) 2024-05-08 20:34:40 +01:00
i18n.rst
idle.rst Docs: fix typos in documentation (#118752) 2024-05-08 12:20:40 -06:00
imaplib.rst Format None, True, False and NotImplemented as literals (GH-118758) 2024-05-08 22:35:16 +03:00
importlib.metadata.rst Use literal syntax in origin property (#119029) 2024-05-15 22:13:47 -07:00
importlib.resources.abc.rst Format None, True, False and NotImplemented as literals (GH-118758) 2024-05-08 22:35:16 +03:00
importlib.resources.rst docs: module page titles should not start with a link to themselves (#117099) 2024-05-08 20:34:40 +01:00
importlib.rst Docs: fix typos in documentation (GH-118815) 2024-05-10 09:11:50 +01:00
index.rst gh-109435: Add Doc/library/cmdline.rst (#109436) 2023-09-19 13:57:28 +02:00
inspect.rst docs: module page titles should not start with a link to themselves (#117099) 2024-05-08 20:34:40 +01:00
internet.rst GH-97950: Use new-style index directive ('module') (#103996) 2023-05-04 10:17:12 +02:00
intro.rst gh-114099: Add documentation for iOS platform (GH-117057) 2024-03-28 04:13:13 -04:00
io.rst docs: module page titles should not start with a link to themselves (#117099) 2024-05-08 20:34:40 +01:00
ipaddress.rst gh-120128: fix description of argument to ipaddress.collapse_addresses() (#120131) 2024-06-06 00:52:40 +03:00
ipc.rst bpo-47061: document module deprecations due to PEP 594 (GH-31984) 2022-03-21 16:16:37 -07:00
itertools.rst Add unique() recipe to itertools docs (gh-119911) 2024-06-01 11:30:24 -05:00
json.rst docs: module page titles should not start with a link to themselves (#117099) 2024-05-08 20:34:40 +01: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 docs: module page titles should not start with a link to themselves (#117099) 2024-05-08 20:34:40 +01:00
locale.rst docs: module page titles should not start with a link to themselves (#117099) 2024-05-08 20:34:40 +01:00
logging.config.rst docs: module page titles should not start with a link to themselves (#117099) 2024-05-08 20:34:40 +01:00
logging.handlers.rst Format None, True, False and NotImplemented as literals (GH-118758) 2024-05-08 22:35:16 +03:00
logging.rst [doc] Clarify the nature of the root logger in the logging documentation (GH-119440) 2024-05-28 11:31:20 +01:00
lzma.rst docs: module page titles should not start with a link to themselves (#117099) 2024-05-08 20:34:40 +01:00
mailbox.rst docs: module page titles should not start with a link to themselves (#117099) 2024-05-08 20:34:40 +01:00
markup.rst
marshal.rst marshal docs: Remove reference to "Sun" (#119161) 2024-05-18 22:15:14 -04:00
math.rst Format None, True, False and NotImplemented as literals (GH-118758) 2024-05-08 22:35:16 +03:00
mimetypes.rst docs: module page titles should not start with a link to themselves (#117099) 2024-05-08 20:34:40 +01:00
mm.rst bpo-47061: document module deprecations due to PEP 594 (GH-31984) 2022-03-21 16:16:37 -07:00
mmap.rst docs: module page titles should not start with a link to themselves (#117099) 2024-05-08 20:34:40 +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
msvcrt.rst docs: module page titles should not start with a link to themselves (#117099) 2024-05-08 20:34:40 +01:00
multiprocessing.rst gh-120012: clarify the behaviour of multiprocessing.Queue.empty on closed queues. (GH-120102) 2024-06-13 19:03:01 +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 gh-68966: Deprecate the mailcap module (#91951) 2022-04-26 22:43:50 +02:00
netrc.rst docs: module page titles should not start with a link to themselves (#117099) 2024-05-08 20:34:40 +01:00
numbers.rst docs: fix a few typos identified by codespell (#119516) 2024-05-25 18:13:31 -07:00
numeric.rst
operator.rst docs: module page titles should not start with a link to themselves (#117099) 2024-05-08 20:34:40 +01:00
optparse.rst docs: fix a few typos identified by codespell (#119516) 2024-05-25 18:13:31 -07:00
os.path.rst docs: module page titles should not start with a link to themselves (#117099) 2024-05-08 20:34:40 +01:00
os.rst gh-120057: Add os.environ.refresh() method (#120059) 2024-06-10 16:34:17 +00:00
pathlib-inheritance.png
pathlib-inheritance.svg Optimize images by IMGbot (GH-21348) 2022-02-04 15:49:43 +09:00
pathlib.rst GH-73991: Add pathlib.Path.copy() (#119058) 2024-06-14 17:15:49 +01:00
pdb.rst gh-119824: Print stack entry when user input is needed (#119882) 2024-06-14 11:25:23 -07:00
persistence.rst
pickle.rst Format None, True, False and NotImplemented as literals (GH-118758) 2024-05-08 22:35:16 +03:00
pickletools.rst docs: module page titles should not start with a link to themselves (#117099) 2024-05-08 20:34:40 +01:00
pkgutil.rst docs: module page titles should not start with a link to themselves (#117099) 2024-05-08 20:34:40 +01:00
platform.rst docs: module page titles should not start with a link to themselves (#117099) 2024-05-08 20:34:40 +01:00
plistlib.rst docs: module page titles should not start with a link to themselves (#117099) 2024-05-08 20:34:40 +01: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 docs: module page titles should not start with a link to themselves (#117099) 2024-05-08 20:34:40 +01:00
profile.rst gh-74929: PEP 667 general docs update (gh-119201) 2024-05-21 03:32:15 +00: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 docs: module page titles should not start with a link to themselves (#117099) 2024-05-08 20:34:40 +01:00
pyexpat.rst docs: module page titles should not start with a link to themselves (#117099) 2024-05-08 20:34:40 +01:00
python.rst GH-103082: Document PEP-669: Low Impact Monitoring for CPython (GH-107772) 2023-09-05 12:35:52 +01:00
queue.rst docs: module page titles should not start with a link to themselves (#117099) 2024-05-08 20:34:40 +01:00
quopri.rst docs: module page titles should not start with a link to themselves (#117099) 2024-05-08 20:34:40 +01:00
random.rst docs: module page titles should not start with a link to themselves (#117099) 2024-05-08 20:34:40 +01:00
re.rst docs: module page titles should not start with a link to themselves (#117099) 2024-05-08 20:34:40 +01:00
readline.rst docs: module page titles should not start with a link to themselves (#117099) 2024-05-08 20:34:40 +01: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 docs: module page titles should not start with a link to themselves (#117099) 2024-05-08 20:34:40 +01: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 Correct the argument names for secrets.choice and secrets.randbelow in secrets.rst (GH-118098) 2024-05-10 14:30:42 +00:00
security_warnings.rst gh-104773: PEP 594: Remove cgi and cgitb modules (#104775) 2023-05-24 09:04:53 +00:00
select.rst docs: module page titles should not start with a link to themselves (#117099) 2024-05-08 20:34:40 +01:00
selectors.rst docs: module page titles should not start with a link to themselves (#117099) 2024-05-08 20:34:40 +01: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 Improve the rmtree doc for dir_fd param addition in 3.11 (#118964) 2024-05-13 05:04:14 -06:00
signal.rst docs: module page titles should not start with a link to themselves (#117099) 2024-05-08 20:34:40 +01:00
site.rst docs: module page titles should not start with a link to themselves (#117099) 2024-05-08 20:34:40 +01:00
smtplib.rst docs: module page titles should not start with a link to themselves (#117099) 2024-05-08 20:34:40 +01:00
socket.rst gh-120056: Add IP_RECVERR, IP_RECVORIGDSTADDR, IP_RECVTTL to socket module (#120058) 2024-06-11 21:00:56 -04:00
socketserver.rst docs: module page titles should not start with a link to themselves (#117099) 2024-05-08 20:34:40 +01:00
sqlite3.rst gh-118924: Remove sqlite3.version and sqlite3.version_info (#118925) 2024-05-10 20:42:34 +00:00
ssl.rst gh-118596: Add thread-safety clarifications to the SSLContext documentation (#118597) 2024-06-16 13:27:44 -07: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 Format None, True, False and NotImplemented as literals (GH-118758) 2024-05-08 22:35:16 +03:00
stdtypes.rst gh-111999: Fix the signature of str.format_map() (#119540) 2024-05-25 06:21:11 -07:00
string.rst docs: module page titles should not start with a link to themselves (#117099) 2024-05-08 20:34:40 +01: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 docs: module page titles should not start with a link to themselves (#117099) 2024-05-08 20:34:40 +01:00
subprocess.rst gh-110383: Remove references to removed popen[234] (GH-112783) 2024-05-30 12:21:37 +00:00
superseded.rst Docs: getopt is deprecated in Python 3.13 (#109438) 2023-09-18 13:45:59 +03:00
symtable.rst gh-120029: make symtable.Symbol.__repr__ correctly reflect the compiler's flags, add methods (#120099) 2024-06-12 05:14:50 -06:00
sys.monitoring.rst docs: module page titles should not start with a link to themselves (#117099) 2024-05-08 20:34:40 +01:00
sys.rst Format None, True, False and NotImplemented as literals (GH-118758) 2024-05-08 22:35:16 +03:00
sys_path_init.rst gh-105145: Remove old functions to config Python init (#105154) 2023-06-01 09:14:02 +02:00
sysconfig.rst docs: module page titles should not start with a link to themselves (#117099) 2024-05-08 20:34:40 +01: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 docs: module page titles should not start with a link to themselves (#117099) 2024-05-08 20:34:40 +01: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 Format None, True, False and NotImplemented as literals (GH-118758) 2024-05-08 22:35:16 +03:00
text.rst
textwrap.rst docs: fix a few typos identified by codespell (#119516) 2024-05-25 18:13:31 -07:00
threading.rst gh-70795: Rework RLock documentation (#103853) 2024-05-22 16:15:11 -04:00
time.rst gh-120078: Fix struct_time attr typo tm_day -> tm_mday in Doc/library/time.rst (GH-120081) 2024-06-04 19:23:12 -05: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 gh-75552: Remove deprecated tkinter.tix module (GH-104902) 2023-05-27 12:34:19 -05:00
tk_msg.png Optimize images by IMGbot (GH-21348) 2022-02-04 15:49:43 +09:00
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 docs: module page titles should not start with a link to themselves (#117099) 2024-05-08 20:34:40 +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-107015: Remove async_hacks from the tokenizer (#107018) 2023-07-26 16:34:15 +01:00
token.rst docs: module page titles should not start with a link to themselves (#117099) 2024-05-08 20:34:40 +01:00
tokenize.rst docs: module page titles should not start with a link to themselves (#117099) 2024-05-08 20:34:40 +01:00
tomllib.rst docs: module page titles should not start with a link to themselves (#117099) 2024-05-08 20:34:40 +01: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-74929: PEP 667 general docs update (gh-119201) 2024-05-21 03:32:15 +00:00
tracemalloc.rst docs: module page titles should not start with a link to themselves (#117099) 2024-05-08 20:34:40 +01:00
tty.rst Format None, True, False and NotImplemented as literals (GH-118758) 2024-05-08 22:35:16 +03:00
tulip_coro.dia
tulip_coro.png
turtle-star.pdf
turtle-star.png
turtle-star.ps
turtle.rst docs: fix a few typos identified by codespell (#119516) 2024-05-25 18:13:31 -07:00
types.rst docs: module page titles should not start with a link to themselves (#117099) 2024-05-08 20:34:40 +01:00
typing.rst gh-120572: add missing parentheses in TypeIs documentation (#120573) 2024-06-15 22:36:10 -07:00
unicodedata.rst docs: module page titles should not start with a link to themselves (#117099) 2024-05-08 20:34:40 +01:00
unittest.mock-examples.rst docs: module page titles should not start with a link to themselves (#117099) 2024-05-08 20:34:40 +01:00
unittest.mock.rst gh-118912: Remove description of issue fixed in 3.5 from autospeccing guide (#119232) 2024-05-20 20:10:53 +00:00
unittest.rst docs: module page titles should not start with a link to themselves (#117099) 2024-05-08 20:34:40 +01: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 docs: module page titles should not start with a link to themselves (#117099) 2024-05-08 20:34:40 +01:00
urllib.parse.rst docs: module page titles should not start with a link to themselves (#117099) 2024-05-08 20:34:40 +01:00
urllib.request.rst Format None, True, False and NotImplemented as literals (GH-118758) 2024-05-08 22:35:16 +03:00
urllib.robotparser.rst docs: module page titles should not start with a link to themselves (#117099) 2024-05-08 20:34:40 +01:00
urllib.rst docs: module page titles should not start with a link to themselves (#117099) 2024-05-08 20:34:40 +01:00
uuid.rst docs: module page titles should not start with a link to themselves (#117099) 2024-05-08 20:34:40 +01:00
venv.rst docs: module page titles should not start with a link to themselves (#117099) 2024-05-08 20:34:40 +01:00
warnings.rst docs: module page titles should not start with a link to themselves (#117099) 2024-05-08 20:34:40 +01:00
wave.rst docs: module page titles should not start with a link to themselves (#117099) 2024-05-08 20:34:40 +01:00
weakref.rst gh-101100: Fix Sphinx warnings in Doc/library/weakref.rst (#109881) 2023-09-26 10:46:09 +03:00
webbrowser.rst docs: module page titles should not start with a link to themselves (#117099) 2024-05-08 20:34:40 +01:00
windows.rst bpo-47061: document module deprecations due to PEP 594 (GH-31984) 2022-03-21 16:16:37 -07:00
winreg.rst docs: module page titles should not start with a link to themselves (#117099) 2024-05-08 20:34:40 +01:00
winsound.rst docs: module page titles should not start with a link to themselves (#117099) 2024-05-08 20:34:40 +01:00
wsgiref.rst docs: module page titles should not start with a link to themselves (#117099) 2024-05-08 20:34:40 +01:00
xml.dom.minidom.rst docs: module page titles should not start with a link to themselves (#117099) 2024-05-08 20:34:40 +01:00
xml.dom.pulldom.rst docs: module page titles should not start with a link to themselves (#117099) 2024-05-08 20:34:40 +01: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 Fix typo in ElementTree docs (#120342) 2024-06-11 20:01:48 +03:00
xml.rst Docs: add link roles with Sphinx extlinks (#117850) 2024-04-15 21:22:00 +03:00
xml.sax.handler.rst docs: module page titles should not start with a link to themselves (#117099) 2024-05-08 20:34:40 +01:00
xml.sax.reader.rst docs: module page titles should not start with a link to themselves (#117099) 2024-05-08 20:34:40 +01:00
xml.sax.rst docs: module page titles should not start with a link to themselves (#117099) 2024-05-08 20:34:40 +01: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 docs: module page titles should not start with a link to themselves (#117099) 2024-05-08 20:34:40 +01:00
xmlrpc.rst gh-101100: Sphinx warnings: pick the low hanging fruits (GH-107386) 2023-07-29 08:48:10 +03:00
xmlrpc.server.rst docs: module page titles should not start with a link to themselves (#117099) 2024-05-08 20:34:40 +01:00
zipapp.rst docs: module page titles should not start with a link to themselves (#117099) 2024-05-08 20:34:40 +01:00
zipfile.rst gh-119588: Update docs to reflect decision to include the change with Python 3.13 and not 3.12. (#120043) 2024-06-04 15:20:01 +00:00
zipimport.rst docs: module page titles should not start with a link to themselves (#117099) 2024-05-08 20:34:40 +01:00
zlib.rst docs: module page titles should not start with a link to themselves (#117099) 2024-05-08 20:34:40 +01:00
zoneinfo.rst docs: module page titles should not start with a link to themselves (#117099) 2024-05-08 20:34:40 +01:00