cpython/Doc/howto
Victor Stinner 43577c01a2
bpo-40204: Fix Sphinx sytanx in howto/instrumentation.rst (GH-21858)
Use generic '.. object::' to declare markers, rather than abusing
'..  c:function::' which fails on Sphinx 3.
2020-08-13 19:15:38 +02:00
..
argparse.rst Use f-strings in argparse HOWTO (GH-20070) 2020-05-20 21:22:59 -07:00
clinic.rst bpo-38600: NULL -> ``NULL``. (GH-17001) 2019-10-30 21:37:16 +02:00
cporting.rst
curses.rst
descriptor.rst Remove incorrect mention of method.__class__ in descriptor docs (GH-21665) 2020-07-28 16:56:26 -07:00
functional.rst Doc: Fix external links to functional programming tutorial. (GH-18249) 2020-01-29 14:10:54 +01:00
index.rst
instrumentation.rst bpo-40204: Fix Sphinx sytanx in howto/instrumentation.rst (GH-21858) 2020-08-13 19:15:38 +02:00
ipaddress.rst
logging-cookbook.rst Fixes dead links to Django's logging config docs (GH-20823) 2020-06-14 10:23:47 -07:00
logging.rst PyPy already supports Python 3 (GH-18774) 2020-03-06 11:08:17 +00:00
logging_flow.png
pyporting.rst Replace links in howto/pyporting.rst with sphinx references (GH-17781) 2020-01-05 17:08:14 -05:00
regex.rst
sockets.rst Doc: change 'Posix' for 'POSIX' (GH-20001) 2020-05-17 23:29:51 +02:00
sorting.rst bpo-39374: Updated sorting documentation (GH-18177) 2020-01-25 14:18:58 -08:00
unicode.rst closes bpo-40166: Change Unicode Howto so that it does not have a specific number of assigned code points. (GH-19328) 2020-04-06 23:16:02 -05:00
urllib2.rst