cpython/Doc/library
Vinay Sajip cc2cf85d03
gh-107877: Update logging levels reference table with usage criteria. (#107894)
Co-authored-by: Alex Waygood <Alex.Waygood@Gmail.com>
2023-08-13 14:19:41 +01:00
..
__future__.rst
__main__.rst
_thread.rst gh-101100: Fix some broken sphinx references (#107095) 2023-07-23 03:23:44 -06:00
abc.rst
allos.rst
archiving.rst
argparse.rst
array.rst gh-106948: Add standard external names to nitpick_ignore (GH-106949) 2023-07-22 21:35:22 +03:00
ast.rst gh-107015: Remove async_hacks from the tokenizer (#107018) 2023-07-26 16:34:15 +01:00
asyncio-api-index.rst
asyncio-dev.rst gh-106909: Use role :const: for referencing module constants (GH-106910) 2023-07-21 12:40:37 +03:00
asyncio-eventloop.rst gh-106909: Use role :const: for referencing module constants (GH-106910) 2023-07-21 12:40:37 +03:00
asyncio-exceptions.rst
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
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
asyncio-protocol.rst
asyncio-queue.rst
asyncio-runner.rst
asyncio-stream.rst
asyncio-subprocess.rst gh-106909: Use role :const: for referencing module constants (GH-106910) 2023-07-21 12:40:37 +03:00
asyncio-sync.rst
asyncio-task.rst
asyncio.rst
atexit.rst
audit_events.rst
base64.rst
bdb.rst
binary.rst
binascii.rst
bisect.rst
builtins.rst
bz2.rst gh-101100: Sphinx warnings: pick the low hanging fruits (GH-107386) 2023-07-29 08:48:10 +03:00
calendar.rst
cmath.rst
cmd.rst
code.rst gh-101100: Sphinx warnings: pick the low hanging fruits (GH-107386) 2023-07-29 08:48:10 +03:00
codecs.rst
codeop.rst gh-101100: Fix some broken sphinx references (#107095) 2023-07-23 03:23:44 -06:00
collections.abc.rst
collections.rst gh-107421: Clarify OrderedDict Examples and Recipes (#107613) 2023-08-10 23:43:13 -05:00
colorsys.rst
compileall.rst
concurrency.rst
concurrent.futures.rst
concurrent.rst gh-101100: Sphinx warnings: pick the low hanging fruits (GH-107386) 2023-07-29 08:48:10 +03:00
configparser.rst
constants.rst gh-101100: Fix some broken sphinx references (#107095) 2023-07-23 03:23:44 -06:00
contextlib.rst
contextvars.rst
copy.rst
copyreg.rst
crypto.rst
csv.rst
ctypes.rst Docs: Fix more Sphinx annotations in ctypes.rst (#107708) 2023-08-07 15:11:05 +02:00
curses.ascii.rst
curses.panel.rst
curses.rst gh-101100: Sphinx warnings: pick the low hanging fruits (GH-107386) 2023-07-29 08:48:10 +03:00
custominterp.rst
dataclasses.rst
datatypes.rst
datetime.rst
dbm.rst gh-107122: Add clear method to dbm.ndbm module (gh-107126) 2023-07-23 14:26:23 +00:00
debug.rst
decimal.rst
development.rst
devmode.rst
dialog.rst
difflib.rst
dis.rst GH-105848: Simplify the arrangement of CALL's stack (GH-107788) 2023-08-09 18:19:39 +00:00
distribution.rst
doctest.rst
email.charset.rst gh-101100: Sphinx warnings: pick the low hanging fruits (GH-107386) 2023-07-29 08:48:10 +03:00
email.compat32-message.rst
email.contentmanager.rst
email.encoders.rst gh-101100: Sphinx warnings: pick the low hanging fruits (GH-107386) 2023-07-29 08:48:10 +03:00
email.errors.rst
email.examples.rst
email.generator.rst gh-101100: Sphinx warnings: pick the low hanging fruits (GH-107386) 2023-07-29 08:48:10 +03:00
email.header.rst
email.headerregistry.rst
email.iterators.rst
email.message.rst gh-101100: Sphinx warnings: pick the low hanging fruits (GH-107386) 2023-07-29 08:48:10 +03:00
email.mime.rst
email.parser.rst gh-101100: Sphinx warnings: pick the low hanging fruits (GH-107386) 2023-07-29 08:48:10 +03:00
email.policy.rst
email.rst
email.utils.rst
ensurepip.rst
enum.rst
errno.rst
exceptions.rst gh-106909: Use role :const: for referencing module constants (GH-106910) 2023-07-21 12:40:37 +03:00
faulthandler.rst
fcntl.rst gh-107091: Fix some uses of :const: role (GH-107379) 2023-07-28 13:26:28 +03:00
filecmp.rst gh-101100: Sphinx warnings: pick the low hanging fruits (GH-107386) 2023-07-29 08:48:10 +03:00
fileformats.rst
fileinput.rst gh-101100: Sphinx warnings: pick the low hanging fruits (GH-107386) 2023-07-29 08:48:10 +03:00
filesys.rst
fnmatch.rst
fractions.rst gh-107091: Fix some uses of :const: role (GH-107379) 2023-07-28 13:26:28 +03:00
frameworks.rst
ftplib.rst gh-106909: Use role :const: for referencing module constants (GH-106910) 2023-07-21 12:40:37 +03:00
functional.rst
functions.rst GH-100425: Note improved commutativity in sum(). (GH-107785) 2023-08-08 18:30:33 +01:00
functools.rst
gc.rst
getopt.rst
getpass.rst
gettext.rst gh-54738: Add argparse i18n howto (#104562) 2023-07-23 11:10:38 +02:00
glob.rst
graphlib.rst gh-101100: Sphinx warnings: pick the low hanging fruits (GH-107386) 2023-07-29 08:48:10 +03:00
grp.rst
gzip.rst gh-101100: Sphinx warnings: pick the low hanging fruits (GH-107386) 2023-07-29 08:48:10 +03:00
hashlib-blake2-tree.png
hashlib.rst gh-101100: Sphinx warnings: pick the low hanging fruits (GH-107386) 2023-07-29 08:48:10 +03:00
heapq.rst
hmac.rst
html.entities.rst
html.parser.rst
html.rst
http.client.rst gh-106909: Use role :const: for referencing module constants (GH-106910) 2023-07-21 12:40:37 +03:00
http.cookiejar.rst
http.cookies.rst
http.rst
http.server.rst
i18n.rst
idle.rst
imaplib.rst gh-106909: Use role :const: for referencing module constants (GH-106910) 2023-07-21 12:40:37 +03:00
importlib.metadata.rst
importlib.resources.abc.rst gh-101100: Sphinx warnings: pick the low hanging fruits (GH-107386) 2023-07-29 08:48:10 +03:00
importlib.resources.rst
importlib.rst gh-107307: Update the importlib Docs for PEP 684 (gh-107400) 2023-07-28 16:00:03 -06:00
index.rst
inspect.rst
internet.rst
intro.rst
io.rst gh-106909: Use role :const: for referencing module constants (GH-106910) 2023-07-21 12:40:37 +03:00
ipaddress.rst
ipc.rst
itertools.rst
json.rst gh-101100: Sphinx warnings: pick the low hanging fruits (GH-107386) 2023-07-29 08:48:10 +03:00
kde_example.png Add another example to the statistics docs (GH-107904) 2023-08-13 08:01:23 -05:00
keyword.rst
language.rst
linecache.rst
locale.rst
logging.config.rst
logging.handlers.rst gh-107091: Fix some uses of :const: role (GH-107379) 2023-07-28 13:26:28 +03:00
logging.rst gh-107877: Update logging levels reference table with usage criteria. (#107894) 2023-08-13 14:19:41 +01:00
lzma.rst gh-101100: Sphinx warnings: pick the low hanging fruits (GH-107386) 2023-07-29 08:48:10 +03:00
mailbox.rst gh-106948: Docs: Disable links for C standard library functions, OS utility functions and system calls (#107062) 2023-07-23 22:56:56 +02:00
markup.rst
marshal.rst
math.rst
mimetypes.rst
mm.rst
mmap.rst
modulefinder.rst
modules.rst
msvcrt.rst gh-101100: Sphinx warnings: pick the low hanging fruits (GH-107386) 2023-07-29 08:48:10 +03:00
multiprocessing.rst gh-106909: Use role :const: for referencing module constants (GH-106910) 2023-07-21 12:40:37 +03:00
multiprocessing.shared_memory.rst gh-106939: document ShareableList nul-strip quirk. (#107266) 2023-07-25 14:09:25 -07:00
netdata.rst
netrc.rst gh-101100: Sphinx warnings: pick the low hanging fruits (GH-107386) 2023-07-29 08:48:10 +03:00
numbers.rst
numeric.rst
operator.rst gh-101100: Sphinx warnings: pick the low hanging fruits (GH-107386) 2023-07-29 08:48:10 +03:00
optparse.rst gh-106909: Use role :const: for referencing module constants (GH-106910) 2023-07-21 12:40:37 +03:00
os.path.rst
os.rst gh-107091: Fix some uses of :const: role (GH-107379) 2023-07-28 13:26:28 +03:00
pathlib-inheritance.png
pathlib-inheritance.svg
pathlib.rst GH-70303: Emit FutureWarning when pathlib glob pattern ends with ** (GH-105413) 2023-08-04 23:12:12 +00:00
pdb.rst
persistence.rst
pickle.rst
pickletools.rst
pkgutil.rst
platform.rst
plistlib.rst
poplib.rst gh-101100: Sphinx warnings: pick the low hanging fruits (GH-107386) 2023-07-29 08:48:10 +03:00
posix.rst
pprint.rst gh-101100: Sphinx warnings: pick the low hanging fruits (GH-107386) 2023-07-29 08:48:10 +03:00
profile.rst
pty.rst gh-101100: Sphinx warnings: pick the low hanging fruits (GH-107386) 2023-07-29 08:48:10 +03:00
pwd.rst
py_compile.rst
pyclbr.rst
pydoc.rst
pyexpat.rst
python.rst
queue.rst
quopri.rst
random.rst
re.rst gh-102111: Add link to string escape sequences in re module (#106995) 2023-07-23 02:50:38 -06:00
readline.rst
reprlib.rst
resource.rst
rlcompleter.rst
runpy.rst Improve cross-references in runpy docs (#107673) 2023-08-06 21:11:16 +00:00
sched.rst gh-101100: Sphinx warnings: pick the low hanging fruits (GH-107386) 2023-07-29 08:48:10 +03:00
secrets.rst
security_warnings.rst
select.rst gh-106948: Docs: Disable links for C standard library functions, OS utility functions and system calls (#107062) 2023-07-23 22:56:56 +02:00
selectors.rst gh-101100: Sphinx warnings: pick the low hanging fruits (GH-107386) 2023-07-29 08:48:10 +03:00
shelve.rst gh-106909: Use role :const: for referencing module constants (GH-106910) 2023-07-21 12:40:37 +03:00
shlex.rst
shutil.rst gh-101100: Sphinx warnings: pick the low hanging fruits (GH-107386) 2023-07-29 08:48:10 +03:00
signal.rst gh-107091: Fix some uses of :const: role (GH-107379) 2023-07-28 13:26:28 +03:00
site.rst
smtplib.rst gh-106909: Use role :const: for referencing module constants (GH-106910) 2023-07-21 12:40:37 +03:00
socket.rst gh-106909: Use role :const: for referencing module constants (GH-106910) 2023-07-21 12:40:37 +03:00
socketserver.rst
sqlite3.rst gh-106909: Use role :const: for referencing module constants (GH-106910) 2023-07-21 12:40:37 +03:00
ssl.rst gh-107091: Fix some uses of :const: role (GH-107379) 2023-07-28 13:26:28 +03:00
stat.rst gh-101100: Sphinx warnings: pick the low hanging fruits (GH-107386) 2023-07-29 08:48:10 +03:00
statistics.rst Add another example to the statistics docs (GH-107904) 2023-08-13 08:01:23 -05:00
stdtypes.rst gh-101100: Sphinx warnings: pick the low hanging fruits (GH-107386) 2023-07-29 08:48:10 +03:00
string.rst
stringprep.rst
struct.rst gh-106948: Add standard external names to nitpick_ignore (GH-106949) 2023-07-22 21:35:22 +03:00
subprocess.rst gh-107091: Fix some uses of :const: role (GH-107379) 2023-07-28 13:26:28 +03:00
superseded.rst
symtable.rst
sys.rst gh-98154: Clarify Usage of "Reference Count" In the Docs (gh-107552) 2023-08-07 15:40:59 -06:00
sys_path_init.rst
sysconfig.rst gh-101100: Sphinx warnings: pick the low hanging fruits (GH-107386) 2023-07-29 08:48:10 +03:00
syslog.rst
tabnanny.rst
tarfile.rst
tempfile.rst gh-106909: Use role :const: for referencing module constants (GH-106910) 2023-07-21 12:40:37 +03:00
termios.rst
test.rst gh-106909: Use role :const: for referencing module constants (GH-106910) 2023-07-21 12:40:37 +03:00
text.rst
textwrap.rst gh-101100: Sphinx warnings: pick the low hanging fruits (GH-107386) 2023-07-29 08:48:10 +03:00
threading.rst
time.rst
timeit.rst
tk.rst
tk_msg.png
tkinter.colorchooser.rst
tkinter.dnd.rst
tkinter.font.rst
tkinter.messagebox.rst
tkinter.rst
tkinter.scrolledtext.rst
tkinter.ttk.rst
token-list.inc gh-107015: Remove async_hacks from the tokenizer (#107018) 2023-07-26 16:34:15 +01:00
token.rst gh-107015: Remove async_hacks from the tokenizer (#107018) 2023-07-26 16:34:15 +01:00
tokenize.rst
tomllib.rst
trace.rst
traceback.rst
tracemalloc.rst
tty.rst
tulip_coro.dia
tulip_coro.png
turtle-star.pdf
turtle-star.png
turtle-star.ps
turtle.rst gh-106996: Rewrite turtle explanation (#107244) 2023-07-27 11:02:19 +03:00
types.rst
typing.rst Clarify Self interaction with subclasses (#107511) 2023-08-01 13:20:25 -07:00
unicodedata.rst
unittest.mock-examples.rst
unittest.mock.rst gh-106909: Use role :const: for referencing module constants (GH-106910) 2023-07-21 12:40:37 +03:00
unittest.rst
unix.rst
urllib.error.rst gh-101100: Sphinx warnings: pick the low hanging fruits (GH-107386) 2023-07-29 08:48:10 +03:00
urllib.parse.rst
urllib.request.rst gh-106909: Use role :const: for referencing module constants (GH-106910) 2023-07-21 12:40:37 +03:00
urllib.robotparser.rst
urllib.rst
uuid.rst
venv.rst gh-106948: Add standard external names to nitpick_ignore (GH-106949) 2023-07-22 21:35:22 +03:00
warnings.rst
wave.rst
weakref.rst
webbrowser.rst gh-106948: Add standard external names to nitpick_ignore (GH-106949) 2023-07-22 21:35:22 +03:00
windows.rst
winreg.rst gh-101100: Sphinx warnings: pick the low hanging fruits (GH-107386) 2023-07-29 08:48:10 +03:00
winsound.rst gh-101100: Sphinx warnings: pick the low hanging fruits (GH-107386) 2023-07-29 08:48:10 +03:00
wsgiref.rst
xml.dom.minidom.rst
xml.dom.pulldom.rst
xml.dom.rst
xml.etree.elementtree.rst
xml.rst gh-101100: Sphinx warnings: pick the low hanging fruits (GH-107386) 2023-07-29 08:48:10 +03:00
xml.sax.handler.rst gh-101100: Sphinx warnings: pick the low hanging fruits (GH-107386) 2023-07-29 08:48:10 +03:00
xml.sax.reader.rst
xml.sax.rst
xml.sax.utils.rst gh-101100: Sphinx warnings: pick the low hanging fruits (GH-107386) 2023-07-29 08:48:10 +03:00
xmlrpc.client.rst
xmlrpc.rst gh-101100: Sphinx warnings: pick the low hanging fruits (GH-107386) 2023-07-29 08:48:10 +03:00
xmlrpc.server.rst
zipapp.rst
zipfile.rst
zipimport.rst
zlib.rst
zoneinfo.rst