cpython/Doc/library
Miss Islington (bot) 9c6c40ec90
[3.12] gh-114913: Add newline to subprocess doc (GH-114941) (#114942)
*creationflags* is a separate topic from *startupinfo*.
Start sentence with 'If given', like previous sentence.
(cherry picked from commit 1183f1e6bf)

Co-authored-by: Terry Jan Reedy <tjreedy@udel.edu>
2024-02-02 23:22:22 +00:00
..
2to3.rst
__future__.rst [3.12] gh-110893: Improve the documentation for __future__ module (GH-114642) (#114702) 2024-01-29 09:46:48 +00:00
__main__.rst [3.12] gh-112165: Fix typo in __main__.py (GH-112183) (#112184) 2023-11-17 01:11:46 +00:00
_thread.rst [3.12] gh-110631: Fix reST indentation in Doc/library (GH-110685) (#110736) 2023-10-11 23:11:28 +02:00
abc.rst [3.12] gh-101100: Fix Sphinx nitpicks in library/abc.rst (#112703) (#112705) 2023-12-04 13:12:38 +00:00
aifc.rst
allos.rst
archiving.rst
argparse.rst [3.12] Docs: align usage of versionadded/versionchanged with recommended practice (#114409) (#114472) 2024-01-23 10:39:57 +01:00
array.rst [3.12] gh-114115: Update documentation of array.array (GH-114117) (GH-114417) 2024-01-22 09:37:16 +00:00
ast.rst [3.12] gh-101100: Fix Sphinx warnings in library/ast.rst (GH-113289) (#113290) 2023-12-19 18:12:30 +02:00
asyncio-api-index.rst
asyncio-dev.rst [3.12] gh-108224: Fix asyncio doc inconsistency (GH-108230) (#108231) 2023-08-21 21:44:08 +02:00
asyncio-eventloop.rst [3.12] gh-101100: Fix sphinx warnings in library/asyncio-eventloop.rst (GH-111222) (#111469) 2023-10-29 19:39:27 +00:00
asyncio-exceptions.rst [3.12] Clarify state of CancelledError in doc (GH-106453) (#106454) 2023-07-06 16:34:43 +05:30
asyncio-extending.rst [3.12] gh-101100: Sphinx warnings: pick the low hanging fruits (GH-107386) (GH-107419) 2023-07-29 09:16:27 +03:00
asyncio-future.rst [3.12] gh-101100: Sphinx warnings: pick the low hanging fruits (GH-107386) (GH-107419) 2023-07-29 09:16:27 +03:00
asyncio-llapi-index.rst [3.12] gh-108973: Fix asyncio test_subprocess_consistent_callbacks() (GH-109431) (#109609) 2023-10-02 17:03:51 +02:00
asyncio-platforms.rst [3.12] gh-106909: Use role :const: for referencing module constants (GH-106910) (GH-106956) 2023-07-21 14:49:39 +03:00
asyncio-policy.rst [3.12] gh-113664: Improve style of Big O notation (GH-113695) (GH-113909) 2024-01-10 13:08:08 +00:00
asyncio-protocol.rst [3.12] gh-108973: Fix asyncio test_subprocess_consistent_callbacks() (GH-109431) (#109609) 2023-10-02 17:03:51 +02:00
asyncio-queue.rst
asyncio-runner.rst
asyncio-stream.rst [3.12] Docs: align usage of versionadded/versionchanged with recommended practice (#114409) (#114472) 2024-01-23 10:39:57 +01:00
asyncio-subprocess.rst [3.12] gh-106892: Use roles :data: and :const: for referencing module variables (GH-106894) (GH-106954) 2023-07-21 14:51:00 +03:00
asyncio-sync.rst
asyncio-task.rst [3.12] gh-101100: Fix sphinx warnings in asyncio-task.rst (GH-114469) (#114519) 2024-01-24 00:40:22 -07:00
asyncio.rst [3.12] gh-111151: Convert monospaced directives to :ref: (GH-111152) (#111269) 2023-10-24 15:30:21 +00:00
atexit.rst [3.12] Correct Skip Montanaro's email address (GH-114677) (#114679) 2024-01-28 14:59:06 +00:00
audioop.rst
audit_events.rst
base64.rst Fix duplicated words in the docs (GH-102629) 2023-03-12 11:03:59 -07:00
bdb.rst [3.12] Docs: align usage of versionadded/versionchanged with recommended practice (#114409) (#114472) 2024-01-23 10:39:57 +01:00
binary.rst
binascii.rst [3.12] gh-110631: Fix reST indentation in Doc/library (GH-110685) (#110736) 2023-10-11 23:11:28 +02:00
bisect.rst [3.12] gh-113664: Improve style of Big O notation (GH-113695) (GH-113909) 2024-01-10 13:08:08 +00:00
builtins.rst
bz2.rst [3.12] gh-101100: Fix Sphinx warnings for fileno (GH-111118) (#111226) 2023-10-23 19:19:26 +00:00
calendar.rst [3.12] gh-101100: Fix Sphinx warnings in library/calendar.rst (GH-113500) (#113509) 2023-12-27 09:45:32 +00:00
cgi.rst
cgitb.rst
chunk.rst
cmath.rst [3.12] gh-101100: Docs: Fix references to several numeric dunders (GH-106278) (#106281) 2023-06-30 15:39:52 +01:00
cmd.rst [3.12] gh-101100: Fix Sphinx warnings in library/cmd.rst (GH-113502) (#113511) 2023-12-27 10:27:13 +00:00
cmdline.rst [3.12] gh-108826: Document dis module CLI and rename _test function to main (#108827) (#110681) 2023-10-11 14:47:38 -06:00
code.rst [3.12] gh-101100: Sphinx warnings: pick the low hanging fruits (GH-107386) (GH-107419) 2023-07-29 09:16:27 +03:00
codecs.rst [3.12] gh-101100: Fix sphinx warnings in library/codecs.rst (GH-110979) (#111070) 2023-10-20 11:09:18 +03:00
codeop.rst [3.12] gh-101100: Fix some broken sphinx references (GH-107095) (#107103) 2023-07-23 12:00:31 +02:00
collections.abc.rst [3.12] Fix typo in collections.abc docs example (GH-113310) (#113311) 2023-12-20 09:57:48 +00:00
collections.rst [3.12] gh-113664: Improve style of Big O notation (GH-113695) (GH-113909) 2024-01-10 13:08:08 +00:00
colorsys.rst
compileall.rst [3.12] gh-108826: Document dis module CLI and rename _test function to main (#108827) (#110681) 2023-10-11 14:47:38 -06:00
concurrency.rst
concurrent.futures.rst [3.12] gh-101100: Fix sphinx warnings in concurrent.futures.rst (GH-114521) (#114525) 2024-01-24 13:44:22 +00:00
concurrent.rst [3.12] gh-101100: Sphinx warnings: pick the low hanging fruits (GH-107386) (GH-107419) 2023-07-29 09:16:27 +03:00
configparser.rst [3.12] Docs: align usage of versionadded/versionchanged with recommended practice (#114409) (#114472) 2024-01-23 10:39:57 +01:00
constants.rst [3.12] gh-101100: Fix some broken sphinx references (GH-107095) (#107103) 2023-07-23 12:00:31 +02:00
contextlib.rst [3.12] Fix a typo in the contextlib documentation (GH-114507) (#114514) 2024-01-24 04:22:37 +00:00
contextvars.rst [3.12] gh-113664: Improve style of Big O notation (GH-113695) (GH-113909) 2024-01-10 13:08:08 +00:00
copy.rst GH-97950: Use new-style index directive ('module') (#103996) 2023-05-04 10:17:12 +02:00
copyreg.rst GH-97950: Use new-style index directive ('module') (#103996) 2023-05-04 10:17:12 +02:00
crypt.rst [3.12] gh-96747: Mention the PyPI passlib package in the crypt deprecation doc (GH-106660) (#106660) 2023-07-12 14:58:51 -07:00
crypto.rst
csv.rst [3.12] gh-67230: Add versionadded notes for QUOTE_NOTNULL and QUOTE_STRINGS (GH-114816) (#114840) 2024-02-01 03:17:56 +00:00
ctypes.rst [3.12] gh-110631: Fix reST indentation in Doc/library (GH-110685) (#110736) 2023-10-11 23:11:28 +02:00
curses.ascii.rst gh-101100: Fix Sphinx warnings in curses and curses.ascii modules (#103457) 2023-05-02 23:09:04 -06:00
curses.panel.rst
curses.rst [3.12] gh-110631: Fix reST indentation in Doc/library (GH-110685) (#110736) 2023-10-11 23:11:28 +02:00
custominterp.rst
dataclasses.rst [3.12] gh-88531 Fix dataclass __post_init__/__init__ interplay documentation (gh-107404) (#114162) 2024-01-17 01:33:02 +00:00
datatypes.rst
datetime.rst [3.12] Correct timedelta description (GH-101417) (GH-114938) 2024-02-02 21:48:44 +00:00
dbm.rst [3.12] Docs: mark up dbm.gnu.open() and dbm.ndbm.open() using param list (GH-114762) (#114783) 2024-01-31 07:06:13 +00:00
debug.rst
decimal.rst [3.12] gh-110631: Fix reST indentation (GH-110724) (#110738) 2023-10-11 23:12:36 +02:00
development.rst
devmode.rst [3.12] gh-101100: Fix sphinx warnings in library/devmode.rst (GH-109963) (#109966) 2023-09-27 17:38:42 +02:00
dialog.rst [3.12] gh-110631: Fix reST indentation in Doc/library (GH-110685) (#110736) 2023-10-11 23:11:28 +02:00
difflib.rst [3.12] Docs: align usage of versionadded/versionchanged with recommended practice (#114409) (#114472) 2024-01-23 10:39:57 +01:00
dis.rst [3.12] Docs: Fix typo in code snippet (GH-114421) (GH-114434) 2024-01-22 16:03:22 +00:00
distribution.rst
doctest.rst [3.12] gh-108303: Move all doctest related files and tests to Lib/test/test_doctest/ (GH-112109) (#114254) 2024-01-18 16:25:04 +00:00
email.charset.rst [3.12] gh-101100: Sphinx warnings: pick the low hanging fruits (GH-107386) (GH-107419) 2023-07-29 09:16:27 +03:00
email.compat32-message.rst [3.12] GH-101100: Fix reference warnings for `__getitem__` (GH-110118) (#111073) 2023-10-19 18:33:03 +03:00
email.contentmanager.rst [3.12] gh-110631: Fix reST indentation in Doc/library (GH-110685) (#110736) 2023-10-11 23:11:28 +02:00
email.encoders.rst [3.12] gh-101100: Sphinx warnings: pick the low hanging fruits (GH-107386) (GH-107419) 2023-07-29 09:16:27 +03:00
email.errors.rst [3.12] gh-101100: Fix Sphinx reference warnings (GH-112416) (#112420) 2023-11-26 05:22:13 -07:00
email.examples.rst
email.generator.rst [3.12] gh-101100: Sphinx warnings: pick the low hanging fruits (GH-107386) (GH-107419) 2023-07-29 09:16:27 +03:00
email.header.rst
email.headerregistry.rst
email.iterators.rst
email.message.rst [3.12] gh-114211: Update EmailMessage doc about ordered keys (GH-114224) (#114225) 2024-01-17 21:55:40 -05:00
email.mime.rst [3.12] gh-101100: Fix sphinx warnings in library/email.mime.rst (GH-114635) (GH-114640) 2024-01-27 08:53:34 +00:00
email.parser.rst [3.12] gh-101100: Sphinx warnings: pick the low hanging fruits (GH-107386) (GH-107419) 2023-07-29 09:16:27 +03:00
email.policy.rst [3.12] Docs: align usage of versionadded/versionchanged with recommended practice (#114409) (#114472) 2024-01-23 10:39:57 +01:00
email.rst
email.utils.rst [3.12] gh-106669: Revert "gh-102988: Detect email address parsing errors ... (GH-105127)" (GH-106733) (#106941) 2023-07-21 04:05:46 +00:00
ensurepip.rst [3.12] gh-109634: Use :samp: role (GH-109635) (#109776) 2023-09-24 13:54:36 +02:00
enum.rst [3.12] gh-114231: Fix indentation in enum.rst (GH-114232) (#114234) 2024-01-18 09:29:34 +00:00
errno.rst [3.12] gh-107453: Document errno.{ECANCELED,EOWNERDEAD,ENOTRECOVERABLE,ENOTSUP} (GH-107486) (#108529) 2023-08-27 16:13:26 +02:00
exceptions.rst [3.12] gh-101100: Fix various Sphinx warnings for dunder references in the library/ directory (GH-113163) (#113183) 2023-12-15 17:22:07 +00:00
faulthandler.rst
fcntl.rst [3.12] gh-106861: Docs: Add availability directives to all Unix-only modules (GH-108975) (#111553) 2023-10-31 16:22:50 +00:00
filecmp.rst [3.12] gh-101100: Sphinx warnings: pick the low hanging fruits (GH-107386) (GH-107419) 2023-07-29 09:16:27 +03:00
fileformats.rst
fileinput.rst [3.12] gh-101100: Sphinx warnings: pick the low hanging fruits (GH-107386) (GH-107419) 2023-07-29 09:16:27 +03:00
filesys.rst
fnmatch.rst [3.12] gh-94220: Align fnmatch docs with the implementation and amend markup (GH-114152) (#114155) 2024-01-16 23:42:29 +01:00
fractions.rst [3.12] gh-107091: Fix some uses of :const: role (GH-107379) (GH-107384) 2023-07-28 10:35:20 +00:00
frameworks.rst
ftplib.rst [3.12] Docs: mark up the FTP_TLS() docs with param list (GH-114510) (#114532) 2024-01-24 17:28:34 +01:00
functional.rst
functions.rst [3.12] Docs: align usage of versionadded/versionchanged with recommended practice (#114409) (#114472) 2024-01-23 10:39:57 +01:00
functools.rst [3.12] Docs: align usage of versionadded/versionchanged with recommended practice (#114409) (#114472) 2024-01-23 10:39:57 +01:00
gc.rst [3.12] gh-106892: Use roles :data: and :const: for referencing module variables (GH-106894) (GH-106954) 2023-07-21 14:51:00 +03:00
getopt.rst
getpass.rst [3.12] gh-101100: Fix sphinx warnings in library/getpass.rst (GH-110461) (#111080) 2023-10-19 15:38:58 +00:00
gettext.rst [3.12] gh-101100: Fix Sphinx warning in library/gettext.rst (GH-112668) (#112674) 2023-12-03 20:32:57 +00:00
glob.rst
graphlib.rst [3.12] gh-110631: Fix reST indentation in Doc/library (GH-110685) (#110736) 2023-10-11 23:11:28 +02:00
grp.rst [3.12] gh-106861: Docs: Add availability directives to all Unix-only modules (GH-108975) (#111553) 2023-10-31 16:22:50 +00:00
gzip.rst [3.12] Correct description of inheriting from another class (GH-114660) (#114868) 2024-02-01 18:15:11 +00:00
hashlib-blake2-tree.png
hashlib.rst [3.12] Fix extraneous backslashes in hashlib docs (GH-109468) (#109530) 2023-09-18 12:29:19 +02:00
heapq.rst [3.12] gh-113664: Improve style of Big O notation (GH-113695) (GH-113909) 2024-01-10 13:08:08 +00:00
hmac.rst [3.12] gh-112999: Replace the outdated "deprecated" directives with "versionchanged" (GH-113000) (GH-113019) 2023-12-12 17:20:51 +00:00
html.entities.rst
html.parser.rst [3.12] gh-109634: Use :samp: role (GH-109635) (#109776) 2023-09-24 13:54:36 +02:00
html.rst
http.client.rst [3.12] Docs: align usage of versionadded/versionchanged with recommended practice (#114409) (#114472) 2024-01-23 10:39:57 +01:00
http.cookiejar.rst [3.12] gh-110497: Add note about OSError being an alias to IOError in docs (GH-110498) (#110546) 2023-10-09 11:42:17 +02:00
http.cookies.rst [3.12] gh-101100: Fix Sphinx warning in library/http.cookies.rst (GH-112908) (#112929) 2023-12-10 12:59:25 +00:00
http.rst
http.server.rst [3.12] Docs: align usage of versionadded/versionchanged with recommended practice (#114409) (#114472) 2024-01-23 10:39:57 +01:00
i18n.rst
idle.rst [3.12] gh-72284: Revise lists in IDLE doc (GH-114174) (#114175) 2024-01-17 03:35:19 -05:00
imaplib.rst [3.12] gh-106909: Use role :const: for referencing module constants (GH-106910) (GH-106956) 2023-07-21 14:49:39 +03:00
imghdr.rst
importlib.metadata.rst gh-102215: importlib documentation cleanups 2023-05-06 03:40:19 +01:00
importlib.resources.abc.rst [3.12] gh-105189: fix importlib.resources.abc deprecation docs (GH-105232) (#109363) 2023-09-13 12:37:24 +02:00
importlib.resources.rst [3.12] gh-101100: Fix Sphinx reference warnings (GH-112416) (#112420) 2023-11-26 05:22:13 -07:00
importlib.rst [3.12] Docs: fix markup for importlib.machinery.NamespaceLoader (GH-112479) (#112481) 2023-11-28 00:21:47 +00:00
index.rst [3.12] gh-108826: Document dis module CLI and rename _test function to main (#108827) (#110681) 2023-10-11 14:47:38 -06:00
inspect.rst [3.12] gh-101100: Improve documentation on function attributes (GH-112933) (#112974) 2023-12-12 10:10:27 +00:00
internet.rst GH-97950: Use new-style index directive ('module') (#103996) 2023-05-04 10:17:12 +02:00
intro.rst
io.rst [3.12] Correct description of inheriting from another class (GH-114660) (#114868) 2024-02-01 18:15:11 +00:00
ipaddress.rst
ipc.rst
itertools.rst [3.12] Minor algebraic simplification for the totient() recipe (gh-113822) (gh-113823) 2024-01-08 19:22:42 +00:00
json.rst [3.12] Docs: Avoid the deprecated `.. cmdoption::` directive (GH-110292) (#110302) 2023-10-03 20:55:29 +03:00
kde_example.png [3.12] Improve kde graph with better caption and number formatting (gh-113967) (gh-113968) 2024-01-11 18:49:10 -06:00
keyword.rst
language.rst
linecache.rst
locale.rst [3.12] gh-101100: Fix sphinx warnings in Doc/library/locale.rst (GH-114425) (#114477) 2024-01-23 13:23:31 +02:00
logging.config.rst [3.12] Docs: align usage of versionadded/versionchanged with recommended practice (#114409) (#114472) 2024-01-23 10:39:57 +01:00
logging.handlers.rst [3.12] Docs: align usage of versionadded/versionchanged with recommended practice (#114409) (#114472) 2024-01-23 10:39:57 +01:00
logging.rst [3.12] gh-101100: Fix sphinx warnings in howto/logging.rst (GH-114846) (#114878) 2024-02-01 20:45:51 +00:00
lzma.rst [3.12] gh-110631: Fix reST indentation in Doc/library (GH-110685) (#110736) 2023-10-11 23:11:28 +02:00
mailbox.rst [3.12] Fix more references to datetime and time classes (GH-114717) (GH-114725) 2024-01-29 17:01:24 +00:00
mailcap.rst
markup.rst
marshal.rst GH-97950: Use new-style index directive ('module') (#103996) 2023-05-04 10:17:12 +02:00
math.rst gh-94906: Support multiple steps in math.nextafter (#103881) 2023-05-19 21:03:49 +01:00
mimetypes.rst
mm.rst
mmap.rst gh-81489: Use Unicode APIs for mmap tagname on Windows (GH-14133) 2024-01-11 23:13:02 +00:00
modulefinder.rst
modules.rst
msilib.rst
msvcrt.rst [3.12] gh-101100: Sphinx warnings: pick the low hanging fruits (GH-107386) (GH-107419) 2023-07-29 09:16:27 +03:00
multiprocessing.rst [3.12] gh-101100: Fix Sphinx warnings for fileno (GH-111118) (#111226) 2023-10-23 19:19:26 +00:00
multiprocessing.shared_memory.rst [3.12] gh-89891: Refer SharedMemory implementation as POSIX (GH-104678) (GH-114873) 2024-02-01 22:35:43 +02:00
netdata.rst
netrc.rst [3.12] gh-101100: Sphinx warnings: pick the low hanging fruits (GH-107386) (GH-107419) 2023-07-29 09:16:27 +03:00
nis.rst
nntplib.rst
numbers.rst [3.12] gh-101100: Fix Sphinx nitpicks in library/numbers.rst (GH-113162) (#113182) 2023-12-15 17:21:09 +00:00
numeric.rst
operator.rst [3.12] GH-101100: Fix reference warnings for `__getitem__` (GH-110118) (#111073) 2023-10-19 18:33:03 +03:00
optparse.rst [3.12] gh-106909: Use role :const: for referencing module constants (GH-106910) (GH-106956) 2023-07-21 14:49:39 +03:00
os.path.rst [3.12] gh-106892: Use roles :data: and :const: for referencing module variables (GH-106894) (GH-106954) 2023-07-21 14:51:00 +03:00
os.rst [3.12] Docs: align usage of versionadded/versionchanged with recommended practice (#114409) (#114472) 2024-01-23 10:39:57 +01:00
ossaudiodev.rst
pathlib-inheritance.png
pathlib-inheritance.svg
pathlib.rst [3.12] GH-105900: Fix pathlib.Path.symlink_to(target_is_directory=...) docs (GH-114035) (#114464) 2024-01-23 05:36:16 +00:00
pdb.rst [3.12] Docs: align usage of versionadded/versionchanged with recommended practice (#114409) (#114472) 2024-01-23 10:39:57 +01:00
persistence.rst
pickle.rst [3.12] Correct description of inheriting from another class (GH-114660) (#114868) 2024-02-01 18:15:11 +00:00
pickletools.rst [3.12] Docs: align usage of versionadded/versionchanged with recommended practice (#114409) (#114472) 2024-01-23 10:39:57 +01:00
pipes.rst
pkgutil.rst gh-97850: Deprecate find_loader and get_loader in pkgutil (GH-98520) 2023-05-03 16:11:54 -07:00
platform.rst [3.12] gh-106892: Use roles :data: and :const: for referencing module variables (GH-106894) (GH-106954) 2023-07-21 14:51:00 +03:00
plistlib.rst GH-103484: Fix redirected permanently URLs (#104001) 2023-05-02 09:34:44 +03:00
poplib.rst [3.12] gh-101100: Sphinx warnings: pick the low hanging fruits (GH-107386) (GH-107419) 2023-07-29 09:16:27 +03:00
posix.rst [3.12] gh-106861: Docs: Add availability directives to all Unix-only modules (GH-108975) (#111553) 2023-10-31 16:22:50 +00:00
pprint.rst [3.12] gh-101100: Sphinx warnings: pick the low hanging fruits (GH-107386) (GH-107419) 2023-07-29 09:16:27 +03:00
profile.rst [3.12] gh-110383: Fix documentation profile cumtime fix (GH-112221) (#112262) 2023-11-19 10:03:07 +00:00
pty.rst [3.12] gh-105912: document gotcha with using os.fork on macOS (GH-112871) (#113133) 2023-12-16 10:12:10 +01:00
pwd.rst [3.12] gh-106861: Docs: Add availability directives to all Unix-only modules (GH-108975) (#111553) 2023-10-31 16:22:50 +00:00
py_compile.rst [3.12] gh-108826: Document dis module CLI and rename _test function to main (#108827) (#110681) 2023-10-11 14:47:38 -06:00
pyclbr.rst [3.12] gh-101100: Fix Sphinx warnings in library/pyclbr.rst (GH-113739) (#113748) 2024-01-05 21:36:31 +02:00
pydoc.rst
pyexpat.rst GH-97950: Use new-style index directive ('module') (#103996) 2023-05-04 10:17:12 +02:00
python.rst [3.12] GH-103082: Document PEP-669: Low Impact Monitoring for CPython (GH-107772) (#108909) 2023-09-05 15:07:11 +02:00
queue.rst
quopri.rst
random.rst [3.12] gh-101100: Fix Sphinx warnings in library/random.rst (GH-112981) (#113551) 2023-12-28 12:40:21 -07:00
re.rst [3.12] gh-114332: Fix the flags reference for `re.compile()` (GH-114334) (#114339) 2024-01-20 11:23:37 +00:00
readline.rst [3.12] Correct Skip Montanaro's email address (GH-114677) (#114679) 2024-01-28 14:59:06 +00:00
reprlib.rst [3.12] gh-101100: Fix Sphinx nitpicks in library/reprlib.rst (GH-112811) (#112813) 2023-12-06 20:22:42 +00:00
resource.rst [3.12] gh-101100: Fix Sphinx warning in references with asterisks (GH-113029) (#113043) 2023-12-13 08:59:47 +00:00
rlcompleter.rst [3.12] gh-101100: Fix Sphinx nitpicks in library/rlcompleter.rst (GH-113125) (#113158) 2023-12-15 09:04:31 +00:00
runpy.rst [3.12] Improve cross-references in runpy docs (GH-107673) (#107698) 2023-08-07 00:48:48 +02:00
sched.rst [3.12] gh-101100: Sphinx warnings: pick the low hanging fruits (GH-107386) (GH-107419) 2023-07-29 09:16:27 +03:00
secrets.rst
security_warnings.rst
select.rst [3.12] gh-113664: Improve style of Big O notation (GH-113695) (GH-113909) 2024-01-10 13:08:08 +00:00
selectors.rst [3.12] gh-101100: Fix Sphinx warnings for fileno (GH-111118) (#111226) 2023-10-23 19:19:26 +00:00
shelve.rst [3.12] gh-74573: document that ndbm can silently corrupt databases on macOS (GH-113354) (#113431) 2023-12-23 13:49:33 +01:00
shlex.rst [3.12] shlex docs: remove outdated note (GH-106463) (#106466) 2023-07-05 13:57:49 -07:00
shutil.rst [3.12] Move "format" param doc of shutil.make_archive() on its own paragraph (GH-103829) (GH-114897) 2024-02-02 12:28:32 +02:00
signal.rst [3.12] gh-89414: Document that SIGCLD is not available on macOS (GH-113580) (#113585) 2023-12-30 18:09:50 +01:00
site.rst [3.12] Docs: Avoid the deprecated `.. cmdoption::` directive (GH-110292) (#110302) 2023-10-03 20:55:29 +03:00
smtplib.rst [3.12] gh-106909: Use role :const: for referencing module constants (GH-106910) (GH-106956) 2023-07-21 14:49:39 +03:00
sndhdr.rst
socket.rst [3.12] gh-101100: Fix Sphinx warning in references with asterisks (GH-113029) (#113043) 2023-12-13 08:59:47 +00:00
socketserver.rst [3.12] gh-111112: Avoid potential confusion in TCP server example. (GH-111113) (#114831) 2024-02-01 00:50:34 +00:00
spwd.rst
sqlite3.rst [3.12] Docs: align sqlite3 docs with versionadded/versionchanged recommendations (#114400) (#114402) 2024-01-21 20:04:01 +00:00
ssl.rst [3.12] gh-104360: remove reference to removed module-level wrap_socket (GH-104361) (GH-114528) 2024-01-24 14:31:34 +00:00
stat.rst [3.12] gh-101100: Sphinx warnings: pick the low hanging fruits (GH-107386) (GH-107419) 2023-07-29 09:16:27 +03:00
statistics.rst [3.12] Update KDE recipe to match the standard use of the h parameter (gh-113958) (#114098) 2024-01-15 22:46:01 -06:00
stdtypes.rst [3.12] gh-103360: Add link in stdtypes.rst to escape sequences in lexical_analysis.rst (GH-103638) (GH-114907) 2024-02-02 13:38:58 +00:00
string.rst [3.12] Docs: Link tokens in the format string grammars (GH-108184) (#113839) 2024-01-09 02:54:07 +00:00
stringprep.rst [3.12] Fix grammatical error in stringprep documentation (GH-108414) (#108537) 2023-08-27 17:00:07 +02:00
struct.rst [3.12] gh-106948: Add standard external names to nitpick_ignore (GH-106949) (#107060) 2023-07-23 11:24:51 +02:00
subprocess.rst [3.12] gh-114913: Add newline to subprocess doc (GH-114941) (#114942) 2024-02-02 23:22:22 +00:00
sunau.rst
superseded.rst [3.12] Docs: Superseded modules: list only module names (GH-109439) (#109445) 2023-09-15 16:11:17 +02:00
symtable.rst [3.12] Correct description of inheriting from another class (GH-114660) (#114868) 2024-02-01 18:15:11 +00:00
sys.monitoring.rst [3.12] GH-111963: Clarify sys.monitoring.free_tool_id's limitations (GH-112304) 2023-11-21 23:06:13 +00:00
sys.rst [3.12] Add note to sys.orig_argv clarifying the difference from sys.argv (GH-114630) (#114821) 2024-01-31 21:40:11 +00:00
sys_path_init.rst
sysconfig.rst [3.12] gh-108826: Document dis module CLI and rename _test function to main (#108827) (#110681) 2023-10-11 14:47:38 -06:00
syslog.rst [3.12] gh-106861: Docs: Add availability directives to all Unix-only modules (GH-108975) (#111553) 2023-10-31 16:22:50 +00:00
tabnanny.rst
tarfile.rst [3.12] gh-89159: Add some TarFile attribute types (GH-114520) (GH-114714) 2024-01-29 14:25:46 +00:00
telnetlib.rst
tempfile.rst [3.12] gh-101100: Fix Sphinx nitpicks in library/tempfile.rst (#112886) (#112910) 2023-12-09 22:47:01 +00:00
termios.rst [3.12] gh-106861: Docs: Add availability directives to all Unix-only modules (GH-108975) (#111553) 2023-10-31 16:22:50 +00:00
test.rst [3.12] gh-101100: Fix class reference in library/test.rst (GH-114769) (GH-114794) 2024-01-31 09:41:10 +00:00
text.rst
textwrap.rst [3.12] Fix typo in Doc/library/textwrap.rst (GH-110328) (#110473) 2023-10-06 14:33:16 +00:00
threading.rst [3.12] gh-101100: Fix sphinx warnings in threading.rst (GH-108684) (#108707) 2023-08-31 15:32:39 +02:00
time.rst [3.12] gh-101100: Fix sphinx warnings in library/time.rst (GH-110862) (#110877) 2023-10-14 14:28:58 +00:00
timeit.rst [3.12] gh-110383 TimeIt Docs Spelling Fix (GH-110407) (#110409) 2023-10-05 17:42:52 +00:00
tk.rst
tk_msg.png
tkinter.colorchooser.rst
tkinter.dnd.rst
tkinter.font.rst
tkinter.messagebox.rst [3.12] gh-111576: Improve documention for tkinter.messagebox (GH-111578) (GH-111597) 2023-11-01 12:43:14 +02:00
tkinter.rst [3.12] gh-110930: Correct book title by Alan D. Moore (GH-112490) (#112523) 2023-11-29 15:55:46 +00:00
tkinter.scrolledtext.rst
tkinter.tix.rst
tkinter.ttk.rst [3.12] Fix typo in tkinter.ttk.rst (GH-106157) (GH-114200) 2024-01-17 21:23:50 +02:00
token-list.inc gh-102856: Python tokenizer implementation for PEP 701 (#104323) 2023-05-21 01:03:02 +01:00
token.rst gh-102856: Python tokenizer implementation for PEP 701 (#104323) 2023-05-21 01:03:02 +01:00
tokenize.rst [3.12] Docs: Avoid the deprecated `.. cmdoption::` directive (GH-110292) (#110302) 2023-10-03 20:55:29 +03:00
tomllib.rst [3.12] gh-113234: tomllib docs: reorder conversion table & add remaining types (GH-113236) (GH-113283) 2023-12-19 10:35:40 +00:00
trace.rst [3.12] Docs: Avoid the deprecated `.. cmdoption::` directive (GH-110292) (#110302) 2023-10-03 20:55:29 +03:00
traceback.rst [3.12] gh-101100: Fix Sphinx nitpicks in library/traceback.rst (GH-113106) (#113111) 2023-12-14 14:17:28 +00:00
tracemalloc.rst
tty.rst [3.12] gh-114328: tty cbreak mode should not alter ICRNL (GH-114335) (#114410) 2024-01-21 23:41:03 +00:00
tulip_coro.dia
tulip_coro.png
turtle-star.pdf
turtle-star.png
turtle-star.ps
turtle.rst [3.12] gh-101100: Fix sphinx warnings in turtle.rst (GH-109394) (#109416) 2023-09-15 00:41:18 +02:00
types.rst [3.12] gh-108731: Add description of __slots__ to MemberDescriptorType docs (GH-108745) (GH-114536) 2024-01-24 20:05:24 +00:00
typing.rst [3.12] gh-113255: Clarify docs for typing.reveal_type (GH-113286) (#113323) 2023-12-20 17:36:45 +00:00
unicodedata.rst
unittest.mock-examples.rst [3.12] bpo-38157: Add example about per file output for mock_open. (GH-16090) (#109071) 2023-09-08 15:21:51 +02:00
unittest.mock.rst [3.12] Link to the glossary for "magic methods" in `MagicMock` (GH-111292) (#114002) 2024-01-12 23:00:50 +00:00
unittest.rst [3.12] Docs: align usage of versionadded/versionchanged with recommended practice (#114409) (#114472) 2024-01-23 10:39:57 +01:00
unix.rst
urllib.error.rst [3.12] gh-110497: Add note about OSError being an alias to IOError in docs (GH-110498) (#110546) 2023-10-09 11:42:17 +02:00
urllib.parse.rst [3.12] Docs: align usage of versionadded/versionchanged with recommended practice (#114409) (#114472) 2024-01-23 10:39:57 +01:00
urllib.request.rst [3.12] gh-101100: Fix Sphinx warnings in howto/urllib2.rst and library/http.client.rst (GH-114060) (#114063) 2024-01-14 21:14:08 +00:00
urllib.robotparser.rst [3.12] Correct Skip Montanaro's email address (GH-114677) (#114679) 2024-01-28 14:59:06 +00:00
urllib.rst
uu.rst
uuid.rst [3.12] Docs: Avoid the deprecated `.. cmdoption::` directive (GH-110292) (#110302) 2023-10-03 20:55:29 +03:00
venv.rst [3.12] Docs: align usage of versionadded/versionchanged with recommended practice (#114409) (#114472) 2024-01-23 10:39:57 +01:00
warnings.rst [3.12] gh-114811: Change '\*' to '*' in warnings.rst (GH-114819) (#114837) 2024-02-01 01:54:25 +00:00
wave.rst [3.12] gh-105096: Reformat wave documentation (#105136) (#105138) 2023-05-31 12:04:21 +00:00
weakref.rst [3.12] gh-101100: Fix Sphinx warnings in Doc/library/weakref.rst (GH-109881) (#109884) 2023-09-26 17:03:31 +02:00
webbrowser.rst gh-102871: Remove obsolete browsers from webbrowser (#102872) 2023-03-31 11:02:47 -04:00
windows.rst
winreg.rst [3.12] gh-101100: Sphinx warnings: pick the low hanging fruits (GH-107386) (GH-107419) 2023-07-29 09:16:27 +03:00
winsound.rst [3.12] gh-101100: Sphinx warnings: pick the low hanging fruits (GH-107386) (GH-107419) 2023-07-29 09:16:27 +03:00
wsgiref.rst [3.12] gh-101100: Fix various Sphinx warnings for dunder references in the library/ directory (GH-113163) (#113183) 2023-12-15 17:22:07 +00:00
xdrlib.rst
xml.dom.minidom.rst
xml.dom.pulldom.rst [3.12] GH-101100: Fix reference warnings for `__getitem__` (GH-110118) (#111073) 2023-10-19 18:33:03 +03:00
xml.dom.rst [3.12] gh-101100: Fix Sphinx warning in references with asterisks (GH-113029) (#113043) 2023-12-13 08:59:47 +00:00
xml.etree.elementtree.rst [3.12] Fix typos in ElementTree documentation (GH-108848) (GH-114854) 2024-02-01 09:41:01 +00:00
xml.rst [3.12] gh-101100: Fix Sphinx reference warnings (GH-112416) (#112420) 2023-11-26 05:22:13 -07:00
xml.sax.handler.rst [3.12] gh-101100: Sphinx warnings: pick the low hanging fruits (GH-107386) (GH-107419) 2023-07-29 09:16:27 +03:00
xml.sax.reader.rst
xml.sax.rst
xml.sax.utils.rst [3.12] Docs: align usage of versionadded/versionchanged with recommended practice (#114409) (#114472) 2024-01-23 10:39:57 +01:00
xmlrpc.client.rst [3.12] gh-101100: Fix various Sphinx warnings for dunder references in the library/ directory (GH-113163) (#113183) 2023-12-15 17:22:07 +00:00
xmlrpc.rst [3.12] gh-101100: Sphinx warnings: pick the low hanging fruits (GH-107386) (GH-107419) 2023-07-29 09:16:27 +03:00
xmlrpc.server.rst [3.12] gh-101100: Improve documentation on function attributes (GH-112933) (#112974) 2023-12-12 10:10:27 +00:00
zipapp.rst [3.12] Docs: align usage of versionadded/versionchanged with recommended practice (#114409) (#114472) 2024-01-23 10:39:57 +01:00
zipfile.rst [3.12] Docs: align usage of versionadded/versionchanged with recommended practice (#114409) (#114472) 2024-01-23 10:39:57 +01:00
zipimport.rst [3.12] gh-110497: Add note about OSError being an alias to IOError in docs (GH-110498) (#110546) 2023-10-09 11:42:17 +02:00
zlib.rst
zoneinfo.rst