cpython/Doc/howto
slateny 53ca774497
sorting howto: Add clarification on < using __lt__ (#92010)
2022-04-29 16:08:07 -06:00
..
annotations.rst Fix markup buglet in Doc/howto/annotations.rst (#29802) 2021-11-26 14:10:01 -08:00
argparse.rst bpo-9694: Fix misleading phrase "optional arguments" (GH-23858) 2020-12-23 09:40:56 -08:00
clinic.rst bpo-46613: Add PyType_GetModuleByDef to the public API (GH-31081) 2022-02-11 17:22:11 +01:00
cporting.rst Doc: Replace the deprecated highlightlang directive by highlight. (#13377) 2019-05-17 15:25:34 +05:30
curses.rst gh-91156: Use `locale.getencoding()` instead of getpreferredencoding (GH-91732) 2022-04-22 10:39:24 +09:00
descriptor.rst Improve discussion about how __getattr__ is invoked. (GH-31435) 2022-02-19 23:02:30 -06:00
enum.rst [doc]: Spotted errors while working on rstlint. (GH-30879) 2022-01-27 08:57:43 +01:00
functional.rst bpo-14911: Corrected generator.throw() documentation (GH-32207) 2022-03-31 16:56:48 +03:00
index.rst bpo-43987: Add "Annotations Best Practices" HOWTO doc. (#25746) 2021-05-01 21:19:24 -07:00
instrumentation.rst bpo-43774: Add more links to configure options (GH-25363) 2021-04-12 23:27:35 +02:00
ipaddress.rst bpo-44740: Make minor edits to lowercasing "internet" and "web". (GH-27385) 2021-07-27 10:57:52 +02:00
logging-cookbook.rst Remove python2 support in logging cookbook example. (GH-32362) 2022-04-06 17:57:54 +01:00
logging.rst [doc] Add a note in howto/logging.rst about "do not log to root logger in libraries" (GH-31271) 2022-02-26 18:29:51 +00:00
logging_flow.png Optimize images by IMGbot (GH-21348) 2022-02-04 15:49:43 +09:00
pyporting.rst Fix 404 link to the pyporting mailing list (GH-27320) 2021-08-04 20:53:58 +02:00
regex.rst bpo-32658: Regex docs: Fix metacharacter reference (GH-32230) 2022-04-04 19:46:54 -07:00
sockets.rst bpo-44740: Lowercase "internet" and "web" where appropriate. (#27378) 2021-07-27 00:11:55 +02:00
sorting.rst sorting howto: Add clarification on < using __lt__ (#92010) 2022-04-29 16:08:07 -06:00
unicode.rst bpo-42236: Enhance init and encoding documentation (GH-23109) 2020-11-02 16:49:54 +01:00
urllib2.rst Simple typo fix (GH-24448) 2021-02-05 10:17:01 -08:00