cpython/Doc/howto
Hugo van Kemenade fbdbea949f
Regex HOWTO: invalid string literals result in SyntaxWarning (#148092)
Co-authored-by: Hugo van Kemenade <1324225+hugovk@users.noreply.github.com>
2026-04-04 19:13:17 +03:00
..
a-conceptual-overview-of-asyncio.rst gh-138199: Address potential confusion regarding threading in the asyncio HOWTO (GH-138200) 2025-11-24 14:08:49 +00:00
annotations.rst gh-134370: Added clarification on instance annotations (#134387) 2025-05-22 06:46:29 -07:00
argparse-optparse.rst gh-126180: Remove getopt and optparse deprecation notices (GH-126227) 2024-12-23 14:17:19 +10:00
argparse.rst gh-126180: Remove getopt and optparse deprecation notices (GH-126227) 2024-12-23 14:17:19 +10:00
clinic.rst GH-107518: Remove the Argument Clinic How-To (#109900) 2023-10-11 14:57:51 +02:00
cporting.rst gh-133678: Document C API third party tools (#134526) 2025-05-27 17:38:30 +02:00
curses.rst gh-133579: consistently report C curses function failures (#134327) 2025-05-27 10:15:16 +00:00
descriptor.rst gh-138295: Fix a grammar issue in the descriptor HOWTO (GH-138296) 2025-08-31 11:50:23 -04:00
enum.rst Docs: replace all datetime imports with import datetime as dt (#145640) 2026-03-21 18:02:06 +02:00
free-threading-extensions.rst gh-125053: Document that ob_mutex must only be used via critical section API (#144599) 2026-03-10 17:23:39 +01:00
free-threading-python.rst gh-140281: Update free threading Python HOWTO for 3.14 (gh-140566) 2025-12-02 05:53:12 +00:00
functional.rst GH-121970: Remove Docutils list monkeypatch (#142056) 2025-11-29 14:28:23 +00:00
gdb_helpers.rst GH-65961: Stop setting __cached__ on modules (GH-142165) 2025-12-11 11:44:46 -08:00
index.rst gh-137026: Add an explainer guide for asyncio (GH-137215) 2025-08-08 22:29:51 -07:00
instrumentation.rst gh-141004: Document PyDTrace* (GH-141856) 2026-03-14 22:58:35 -04:00
ipaddress.rst bpo-44740: Make minor edits to lowercasing "internet" and "web". (GH-27385) 2021-07-27 10:57:52 +02:00
isolating-extensions.rst gh-138189: Link references to type slots (GH-141410) 2025-11-18 16:33:52 +01:00
logging-cookbook.rst Docs: replace all datetime imports with import datetime as dt (#145640) 2026-03-21 18:02:06 +02:00
logging.rst doc: Clarify logger creation example in logging HOWTO (GH-145540) 2026-03-05 17:48:48 +00:00
logging_flow.png gh-121035: Update PNG image for logging flow diagram. (GH-121323) 2024-07-03 12:33:28 +01:00
logging_flow.svg gh-121035: Further improve logging flow diagram with respect to dark/light modes. (GH-121265) 2024-07-02 18:57:34 +01:00
mro.rst Docs: fix typo in Doc/howto/mro.rst (GH-129095) 2025-01-21 10:22:13 +01:00
perf_profiling.rst gh-136459: Add perf trampoline support for macOS (#136461) 2025-07-22 16:47:24 +01:00
pyporting.rst gh-119779: Fix pyporting howto docs (#119785) 2024-05-30 18:51:22 +03:00
regex.rst Regex HOWTO: invalid string literals result in SyntaxWarning (#148092) 2026-04-04 19:13:17 +03:00
remote_debugging.rst gh-148022: Add threat model to remote debugging docs (#148024) 2026-04-03 14:20:50 +00:00
sockets.rst gh-75898: make use of thread more explicit in the "Socket Programming HOWTO" document (#125023) 2024-10-08 17:43:37 +05:30
sorting.rst Sorting techniques edits (#124701) 2024-09-27 17:19:44 -07:00
timerfd.rst Fix typo in Doc/howto/timerfd.rst (GH-118376) 2024-04-29 14:01:03 +03:00
unicode.rst gh-106318: Add example for str.isalpha() (#137557) 2025-11-24 14:10:35 +00:00
urllib2.rst Docs: Prepare for Sphinx 9 (#142057) 2025-11-29 16:49:37 +02:00