cpython/Doc/includes
Petr Viktorin afc2aeb850
gh-134160: "First extension module" tutorial improvements (GH-144183)
- Pass -v to pip, so compiler output is visible
- Move the call ``spam.system(3)`` up so that error handling is tested
  right after it's added
- Use `PyUnicode_AsUTF8AndSize` as `PyUnicode_AsUTF8` is not in the
  Limited API.
- Add a footnote about embedded NULs.
2026-02-02 15:32:25 +01:00
..
capi-extension gh-134160: "First extension module" tutorial improvements (GH-144183) 2026-02-02 15:32:25 +01:00
newtypes gh-134160: Use multi-phase init in documentation examples (#134296) 2025-05-26 21:43:35 +00:00
dbpickle.py
diff.py
email-alternative.py Docs HTML: Remove self-closing tags (#132220) 2025-04-07 18:21:13 +03:00
email-dir.py
email-headers.py
email-mime.py
email-read-alternative.py
email-simple.py
email-unpack.py
minidom-example.py
mp_newtype.py
mp_pool.py
mp_workers.py
ndiff.py
optional-module.rst gh-139707: Add docs for optional modules (GH-140171) 2025-11-06 11:49:44 +01:00
run-func.c
typestruct.h GH-132330: Synchronise `Doc/includes/typestruct.h with PyTypeObject` (#132332) 2025-04-10 01:51:56 +01:00
tzinfo_examples.py
wasm-mobile-notavail.rst gh-116622: Complete Android documentation (#124259) 2024-09-23 23:09:53 +00:00
wasm-notavail.rst