cpython/Doc/howto
Miss Islington (bot) 36a1e1aaf7
[3.14] gh-137026: Add an explainer guide for asyncio (GH-137215) (#137581)
Co-authored-by: Alexander Nordin <alexander.f.nordin@gmail.com>
Co-authored-by: Peter Bierma <zintensitydev@gmail.com>
Co-authored-by: 🇺🇦 Sviatoslav Sydorenko (Святослав Сидоренко) <wk.cvs.github@sydorenko.org.ua>
Co-authored-by: Carol Willing <carolcode@willingconsulting.com>
Co-authored-by: Kumar Aditya <kumaraditya@python.org>
Co-authored-by: Stan Ulbrych <89152624+StanFromIreland@users.noreply.github.com>
2025-08-15 13:14:39 +03:00
..
a-conceptual-overview-of-asyncio.rst [3.14] gh-137026: Add an explainer guide for asyncio (GH-137215) (#137581) 2025-08-15 13:14:39 +03:00
annotations.rst [3.14] gh-134370: Added clarification on instance annotations (GH-134387) (#134509) 2025-05-22 13:52:37 +00: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
cporting.rst [3.14] gh-133678: Document C API third party tools (GH-134526) (#134793) 2025-05-27 15:45:08 +00:00
curses.rst Fix example code in curses tutorial (#126446) 2025-04-10 15:06:38 +03:00
descriptor.rst gh-101100: Fix sphinx warnings in howto/* (#127084) 2024-11-26 10:17:54 +02:00
enum.rst gh-101100: Fix sphinx warnings in howto/* (#127084) 2024-11-26 10:17:54 +02:00
free-threading-extensions.rst [3.14] gh-137043: mention PyList_GET_ITEM as unsafe borrowed API in free-threading docs (GH-137042) (#137045) 2025-07-23 20:45:55 +03:00
free-threading-python.rst [3.14] gh-119132: Remove "experimental" tag from the CPython free-threading. (gh-135550) (gh-135565) 2025-06-16 14:58:14 +00:00
functional.rst [3.14] gh-136135: Doc: Fix some broken links (GH-136137) (GH-136220) 2025-07-03 00:57:39 +00:00
gdb_helpers.rst [Docs] GDB howto: Fix block type of a cast example (#127621) 2024-12-05 22:52:58 +02:00
index.rst [3.14] gh-137026: Add an explainer guide for asyncio (GH-137215) (#137581) 2025-08-15 13:14:39 +03:00
instrumentation.rst gh-123492: Remove unnecessary :func: parentheses (#123493) 2024-08-30 14:34:09 +03:00
ipaddress.rst
isolating-extensions.rst [3.14] Replace capi-sig mailing list with discuss.python.org (GH-136211) (#136213) 2025-07-02 20:55:08 +03:00
logging-cookbook.rst [3.14] gh-94503: Update logging cookbook example with info on addressing log injection. (GH-136446) (GH-136449) 2025-07-09 09:00:30 +01:00
logging.rst [3.14] gh-136882: Update stale link in the basic logging tutorial. (GH-136885) (#136905) 2025-07-21 12:04:39 +03: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-130861: Add clarification to the perf docs on optimization levels (#131098) 2025-04-18 14:42:20 +01:00
pyporting.rst gh-119779: Fix pyporting howto docs (#119785) 2024-05-30 18:51:22 +03:00
regex.rst [3.14] Docs: Add missing lines between regex and text (GH-134505) (GH-135718) 2025-06-19 15:07:12 +00:00
remote_debugging.rst Docs: fix a couple typos in Doc/ (GH-132927) 2025-04-27 15:56:58 -07: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
urllib2.rst [3.14] gh-134835: Remove outdated list from howto/urllib2.rst (GH-134844) (#134984) 2025-05-31 17:55:48 +00:00