cpython/Doc/includes
Miss Islington (bot) 258c5fbbfd
sqlite3: Modernize documentation around unicode and bytes. (GH-28652) (GH-28694)
(cherry picked from commit 1dac95c814)

Co-authored-by: Julien Palard <julien@palard.fr>
2021-10-05 23:04:27 +02:00
..
sqlite3 sqlite3: Modernize documentation around unicode and bytes. (GH-28652) (GH-28694) 2021-10-05 23:04:27 +02:00
custom.c Minor C API documentation improvements. (GH-17696) 2019-12-24 22:25:56 -06:00
custom2.c bpo-26868: Fix example usage of PyModule_AddObject. (#15725) 2019-09-12 13:11:20 +01:00
custom3.c bpo-26868: Fix example usage of PyModule_AddObject. (#15725) 2019-09-12 13:11:20 +01:00
custom4.c bpo-26868: Fix example usage of PyModule_AddObject. (#15725) 2019-09-12 13:11:20 +01:00
dbpickle.py
email-alternative.py
email-dir.py bpo-38351: Modernize email examples from %-formatting to f-strings (GH-17162) 2019-11-15 11:03:46 +02:00
email-headers.py
email-mime.py bpo-36261: Improve example of the preamble field in email docs (GH-14751) 2019-07-14 09:46:18 +02:00
email-read-alternative.py
email-simple.py bpo-38351: Modernize email examples from %-formatting to f-strings (GH-17162) 2019-11-15 11:03:46 +02:00
email-unpack.py bpo-38351: Modernize email examples from %-formatting to f-strings (GH-17162) 2019-11-15 11:03:46 +02:00
minidom-example.py
mp_newtype.py
mp_pool.py
mp_workers.py
run-func.c
setup.py
sublist.c bpo-26868: Fix example usage of PyModule_AddObject. (#15725) 2019-09-12 13:11:20 +01:00
test.py
turtle-star.py
typestruct.h bpo-43908: Document Static Types in the C API (GH-25710) 2021-04-29 10:26:34 +02:00
tzinfo_examples.py