cpython/Doc/library
2023-12-04 13:12:38 +00:00
..
2to3.rst
__future__.rst [3.12] gh-101100: Fix sphinx warnings in Doc/library/__future__.rst (#109814) (#112702) 2023-12-04 12:04: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
array.rst [3.12] gh-106948: Add standard external names to nitpick_ignore (GH-106949) (#107060) 2023-07-23 11:24:51 +02:00
ast.rst [3.12] Docs: Avoid the deprecated `.. cmdoption::` directive (GH-110292) (#110302) 2023-10-03 20:55:29 +03: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
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] gh-101100: Fix Sphinx reference warnings (GH-112416) (#112420) 2023-11-26 05:22:13 -07: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] Revert "Fix a code snippet typo in asyncio docs (GH-108427)" (GH-111271) (GH-111272) 2023-10-24 11:26:31 -05: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] gh-104690 Disallow thread creation and fork at interpreter finalization (GH-104826) (#105277) 2023-06-04 04:32:00 +00:00
audioop.rst
audit_events.rst
base64.rst
bdb.rst
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
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-108202: Document `calendar`'s command-line interface (GH-109020) (#109030) 2023-09-08 15:11:16 +02: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
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] GH-101100: Fix reference warnings for `__getitem__` (GH-110118) (#111073) 2023-10-19 18:33:03 +03:00
collections.rst [3.12] GH-101100: Fix reference warnings for `__getitem__` (GH-110118) (#111073) 2023-10-19 18:33:03 +03: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-110631: Fix reST indentation in Doc/library (GH-110685) (#110736) 2023-10-11 23:11:28 +02: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] gh-71770: Add more details on behavior of configparser's default_section (GH-31562) (#109088) 2023-09-08 15:22:33 +02: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] gh-103791: handle BaseExceptionGroup in contextlib.suppress() (GH-111910) (#111955) 2023-11-10 14:00:48 +00:00
contextvars.rst
copy.rst
copyreg.rst
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-110631: Fix reST indentation (GH-110724) (#110738) 2023-10-11 23:12:36 +02: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
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-110631: Fix reST indentation (GH-110724) (#110738) 2023-10-11 23:12:36 +02:00
datatypes.rst
datetime.rst [3.12] Glossary: Add "static type checker" (GH-111837) (#111854) 2023-11-08 14:45:17 +00:00
dbm.rst
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] gh-54434: Make difflib.rst doctests pass. (GH-111677) (#111678) 2023-11-03 06:28:55 +00:00
dis.rst [3.12] gh-107457: update dis documentation with changes in 3.12 (GH-108900) (#110985) 2023-10-18 00:38:42 +02:00
distribution.rst
doctest.rst [3.12] gh-101100 : Fix Sphinx warnings in library/doctest.rst (GH-112399) (#112402) 2023-11-25 12:26:00 -07: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-101100: Fix reference warnings for `__getitem__` (GH-110118) (#111073) 2023-10-19 18:33:03 +03:00
email.mime.rst
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] gh-110631: Fix reST indentation in Doc/library (GH-110685) (#110736) 2023-10-11 23:11:28 +02: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-111182: Update EnumType.__contains__ docs (GH-111184) (GH-111281) 2023-10-24 10:52:17 -07: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 sphinx warnings in library/site.rst (GH-110144) (#110187) 2023-10-02 12:02:29 +02: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
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] gh-106892: Use roles :data: and :const: for referencing module variables (GH-106894) (GH-106954) 2023-07-21 14:51:00 +03:00
functional.rst
functions.rst [3.12] gh-101100: Fix Sphinx nitpicks in library/functions.rst (GH-112669) (#112697) 2023-12-04 12:11:26 +00:00
functools.rst [3.12] gh-107619: Extend functools LRU cache docs with generators and async functions (GH-107934) (#108161) 2023-08-20 15:49:32 +02: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] gh-101100: Fix Sphinx reference warnings (GH-112416) (#112420) 2023-11-26 05:22:13 -07: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
hmac.rst
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] gh-106909: Use role :const: for referencing module constants (GH-106910) (GH-106956) 2023-07-21 14:49:39 +03: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
http.rst
http.server.rst [3.12] gh-109634: Use :samp: role (GH-109635) (#109776) 2023-09-24 13:54:36 +02:00
i18n.rst
idle.rst [3.12] gh-110631: Fix reST indentation in Doc/library (GH-110685) (#110736) 2023-10-11 23:11:28 +02: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
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: Fix most Sphinx nitpicks in inspect.rst (GH-112662) (#112666) 2023-12-03 17:39:26 +00:00
internet.rst
intro.rst
io.rst [3.12] gh-110631: Fix reST indentation in Doc/library (GH-110685) (#110736) 2023-10-11 23:11:28 +02:00
ipaddress.rst
ipc.rst
itertools.rst [3.12] Fix docstring and var name of itertools recipe (GH-112113) (#112310) 2023-11-22 05:41:53 +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] Add another example to the statistics docs (GH-107904) (#107941) 2023-08-14 16:58:54 +02:00
keyword.rst
language.rst
linecache.rst
locale.rst [3.12] gh-111276: Clarify docs and comments about the role of LC_CTYPE (GH-111319) (#111391) 2023-10-27 17:15:06 +02:00
logging.config.rst [3.12] gh-110631: Fix reST indentation in Doc/library (GH-110685) (#110736) 2023-10-11 23:11:28 +02:00
logging.handlers.rst [3.12] Fix typo in documentation of SysLogHandler.createSocket (GH-111665) (#111669) 2023-11-02 22:58:20 +00:00
logging.rst [3.12] gh-109451: Fix wrong format specifier in logging documentation (GH-109465) (#109483) 2023-09-17 22:50:37 +02: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] GH-101100: Fix reference warnings for `__getitem__` (GH-110118) (#111073) 2023-10-19 18:33:03 +03:00
mailcap.rst
markup.rst
marshal.rst
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 [3.12] gh-101100: Fix Sphinx warnings for fileno (GH-111118) (#111226) 2023-10-23 19:19:26 +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-106939: document ShareableList nul-strip quirk. (GH-107266) (#107269) 2023-07-25 21:19:25 +00: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-110631: Fix reST indentation in Doc/library (GH-110685) (#110736) 2023-10-11 23:11:28 +02: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] gh-109649: Enhance os.cpu_count() documentation (#110169) 2023-10-02 17:47:57 +02:00
ossaudiodev.rst
pathlib-inheritance.png
pathlib-inheritance.svg
pathlib.rst [3.12] GH-104375: Use versionchanged to describe new arguments in pathlib docs (GH-104376, GH-106058) 2023-06-24 16:25:47 +01:00
pdb.rst
persistence.rst
pickle.rst [3.12] Mention Ellipsis pickling in the docs (GH-103660) (#108661) 2023-08-30 15:20:45 +02:00
pickletools.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
pipes.rst
pkgutil.rst
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
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-106861: Docs: Add availability directives to all Unix-only modules (GH-108975) (#111553) 2023-10-31 16:22:50 +00: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
pydoc.rst
pyexpat.rst
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
re.rst [3.12] gh-110631: Fix reST indentation in Doc/library (GH-110685) (#110736) 2023-10-11 23:11:28 +02:00
readline.rst
reprlib.rst
resource.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
rlcompleter.rst
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-106948: Docs: Disable links for C standard library functions, OS utility functions and system calls (GH-107062) (#107154) 2023-07-23 23:13:23 +02: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-110631: Fix reST indentation in Doc/library (GH-110685) (#110736) 2023-10-11 23:11:28 +02: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] gh-109590: Update shutil.which on Windows to prefer a PATHEXT extension on executable files (GH-109995) (#110202) 2023-10-02 17:48:30 +02:00
signal.rst [3.12] gh-107091: Fix some uses of :const: role (GH-107379) (GH-107384) 2023-07-28 10:35:20 +00: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] Correct documentation for AF_PACKET (GH-112339) (#112477) 2023-11-27 23:48:59 +00:00
socketserver.rst [3.12] gh-101100: Fix sphinx warnings in library/socketserver.rst (GH-110207) (GH-110623) 2023-10-10 14:10:22 +02:00
spwd.rst
sqlite3.rst [3.12] Docs: fix typo in doc for sqlite3.Cursor.execute (GH-112442) (#112444) 2023-11-27 09:34:19 +00:00
ssl.rst [3.12] gh-110631: Fix reST indentation in Doc/library (GH-110685) (#110736) 2023-10-11 23:11:28 +02: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] Add example for linear_regression() with proportional=True. (gh-110133) (#110134) 2023-10-02 17:47:28 +02:00
stdtypes.rst [3.12] gh-111622: Fix doc for items views (GH-112051) (#112052) 2023-11-14 04:38:19 -05:00
string.rst [3.12] gh-110631: Fix reST indentation in Doc/library (GH-110685) (#110736) 2023-10-11 23:11:28 +02: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-110631: Fix reST indentation in Doc/library (GH-110685) (#110736) 2023-10-11 23:11:28 +02: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] gh-110045: Update symtable module for PEP 695 (GH-110066) (#110070) 2023-09-29 08:10:22 +02: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] gh-102249: Expand sys.call_tracing documentation (GH-102806) (#111557) 2023-10-31 18:40:12 +02: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] Docs: Avoid the deprecated `.. cmdoption::` directive (GH-110292) (#110302) 2023-10-03 20:55:29 +03:00
telnetlib.rst
tempfile.rst [3.12] gh-111282: Fix NamedTemporaryFile example code (GH-111283) (GH-111579) 2023-10-31 22:14:21 +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: Define test.regrtest module to fix references (GH-112381) (#112390) 2023-11-25 09:59:09 +02: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] gh-68166: Tkinter: Add tests and examples for element_create() (GH-111453) (GH-111857) 2023-11-27 20:14:37 +00: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
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-109184: update traceback module doc w.r.t notes (message is no longer always at the end) (#109201) (#109334) 2023-09-13 12:35:26 +02:00
tracemalloc.rst
tty.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
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
typing.rst [3.12] gh-111681: minor fixes to typing doctests; remove unused imports in test_typing (#111682) (#112035) 2023-11-13 14:08:57 +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] GH-101100: Fix reference warnings for `__enter__ and __exit__` (GH-110112) (#111075) 2023-10-19 18:34:25 +03:00
unittest.rst [3.12] gh-101100 : Fix Sphinx warnings in library/doctest.rst (GH-112399) (#112402) 2023-11-25 12:26:00 -07: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] gh-109634: Use :samp: role (GH-109635) (#109776) 2023-09-24 13:54:36 +02:00
urllib.request.rst [3.12] gh-110631: Fix reST indentation in Doc/library (GH-110685) (#110736) 2023-10-11 23:11:28 +02:00
urllib.robotparser.rst
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] gh-109414: Add some basic information about venvs in the introduction. (GH-109440) (#109481) 2023-09-17 22:50:12 +02:00
warnings.rst
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
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 reference warnings for `__getitem__` (GH-110118) (#111073) 2023-10-19 18:33:03 +03: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
xml.etree.elementtree.rst [3.12] gh-93607: document root attribute of iterparse (GH-99410) (#111555) 2023-10-31 16:27:37 +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] gh-101100: Sphinx warnings: pick the low hanging fruits (GH-107386) (GH-107419) 2023-07-29 09:16:27 +03:00
xmlrpc.client.rst
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
zipapp.rst [3.12] Docs: Avoid the deprecated `.. cmdoption::` directive (GH-110292) (#110302) 2023-10-03 20:55:29 +03:00
zipfile.rst [3.12] Docs: Avoid the deprecated `.. cmdoption::` directive (GH-110292) (#110302) 2023-10-03 20:55:29 +03: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