summaryrefslogtreecommitdiffstats
path: root/Doc/howto
Commit message (Expand)AuthorAgeFilesLines
* gh-101440: fix json snippet error in logging-cookbook.rst (GH-101439)Miss Islington (bot)2023-01-311-1/+1
* [3.10] Provided better example for logging cookbook (GH-101164) (GH-101183)Miss Islington (bot)2023-01-201-10/+31
* [3.10] gh-100916: Convert argument to appropriate type (GH-100917) (GH-100919)Miss Islington (bot)2023-01-101-1/+1
* [3.10] gh-99535: Add test for inheritance of annotations and update documenta...Jelle Zijlstra2022-12-271-0/+6
* argparse howto: Use f-string in preference to "...".format() (GH-98883)Miss Islington (bot)2022-11-031-2/+2
* [3.10] [doc] Update cookbook example for socket-based logging in a production...Miss Islington (bot)2022-11-011-7/+65
* [3.10] Change links to label refs (GH-98454) (#98726)Stanley2022-10-261-0/+2
* [3.10] [doc] Improve logging cookbook example. (GH-98481) (GH-98482)Miss Islington (bot)2022-10-201-0/+65
* [3.10] Docs: Fix backtick errors found by sphinx-lint (GH-97998) (#98373)C.A.M. Gerlach2022-10-171-5/+5
* [3.10] [doc] Update logging cookbook with an example of custom handli… (GH-...Vinay Sajip2022-10-151-2/+283
* gh-65046: Link to logging cookbook from asyncio docs (GH-98207)Miss Islington (bot)2022-10-121-0/+2
* [3.10] Minor edits to the Descriptor HowTo Guide (GH-24901) (GH-98114)Miss Islington (bot)2022-10-091-6/+8
* [3.10] gh-65046: Add note about logging from async code. (GH-97602) (GH-97609)Miss Islington (bot)2022-09-281-0/+8
* gh-96959: Update HTTP links which are redirected to HTTPS (GH-96961)Miss Islington (bot)2022-09-251-1/+1
* [3.10] gh-77116: Add SMTP buffering example to logging cookbook. (GH-96324) (...Miss Islington (bot)2022-08-271-0/+82
* GH-95822: Need _PyType_Lookup() in descriptor howto code equivalent. (GH-959...Miss Islington (bot)2022-08-191-1/+21
* gh-91838: Resolve HTTP links which redirect to HTTPS (GH-95642)Miss Islington (bot)2022-08-041-1/+1
* [3.10] gh-91838: Use HTTPS links in docs for resources which redirect to HTTP...Serhiy Storchaka2022-08-046-12/+12
* [3.10] [doc] Update cookbook example and add information about queue types. (...Miss Islington (bot)2022-07-151-1/+6
* [3.10] Docs: remove redundant "adverb-adjective" hyphens from compound modifi...Łukasz Langa2022-07-056-9/+9
* [3.10] Update logging documentation: change cross-reference and add webapp r...Vinay Sajip2022-07-041-10/+274
* bpo-39971: Change examples to be runnable (GH-32172)Miss Islington (bot)2022-06-251-11/+18
* [3.10] gh-93851: Fix all broken links in Doc/ (GH-93853) (GH-94078)Łukasz Langa2022-06-211-3/+3
* [3.10] Improve logging documentation with example and additional cookbook re...Miss Islington (bot)2022-06-101-0/+89
* Doc: Update references and examples of old, unsupported OSes and uarches (GH-...Miss Islington (bot)2022-06-091-7/+12
* [3.10] gh-92859: Doc: add info about logging.debug() calling basicConfig() (G...Miss Islington (bot)2022-05-231-4/+5
* Document Py_ssize_t. (GH-92512)Miss Islington (bot)2022-05-131-1/+1
* [3.10] bpo-43504: Remove effbot urls (GH-26308) (#92161)Thaddeus14992022-05-021-5/+1
* sorting howto: Add clarification on < using __lt__ (GH-92010)Miss Islington (bot)2022-04-291-1/+4
* bpo-32658: Regex docs: Fix metacharacter reference (GH-32230)Miss Islington (bot)2022-04-051-1/+1
* bpo-14911: Corrected generator.throw() documentation (GH-32207)Miss Islington (bot)2022-03-311-1/+1
* Improve discussion about how __getattr__ is invoked. (GH-31435) (GH-31437)Miss Islington (bot)2022-02-201-9/+7
* Optimize images by IMGbot (GH-21348)Miss Islington (bot)2022-02-041-0/+0
* no-issue: Fix documentation typos. (GH-30576)Miss Islington (bot)2022-01-211-1/+1
* Fix markup buglet in Doc/howto/annotations.rst (GH-29802) (GH-29805)Miss Islington (bot)2021-12-111-1/+1
* [3.10] [Doc] Add info to logging cookbook about running logging socket listen...Miss Islington (bot)2021-11-291-0/+22
* bpo-19072: Classmethod can wrap other classmethod like descriptors (GH-29634)...Miss Islington (bot)2021-11-191-1/+8
* bpo-34804: [doc] Rephrase section on side effects in functional.rst for clari...Miss Islington (bot)2021-10-061-5/+4
* Fix 404 link to the pyporting mailing list (GH-27320)Miss Islington (bot)2021-08-041-3/+3
* bpo-44740: Make minor edits to lowercasing "internet" and "web". (GH-27385) (...Miss Islington (bot)2021-07-271-1/+1
* bpo-44740: Lowercase "internet" and "web" where appropriate. (GH-27378) (GH-2...Miss Islington (bot)2021-07-263-3/+3
* [3.10] bpo-44399: Update logging cookbook to document patterns to be avoided....Miss Islington (bot)2021-07-251-0/+79
* [3.10] bpo-44559: [Enum] revert enum module to 3.9 (GH-27010)Ethan Furman2021-07-042-1417/+0
* Fix error in Enum documentation example code that was referring to the wrong ...Miss Islington (bot)2021-05-041-1/+1
* bpo-43987: Add "Annotations Best Practices" HOWTO doc. (#25746)larryhastings2021-05-022-0/+227
* Use the zero argument form of super() in examples for Python3 docs. (GH-22314)Andre Delfino2021-04-261-6/+6
* Add more tests. Fix code excerpt. (GH-25549)Raymond Hettinger2021-04-231-3/+18
* bpo-43917: Fix pure python equivalent for classmethod (GH-25544)Raymond Hettinger2021-04-231-1/+12
* Add doctests (GH-25474)Raymond Hettinger2021-04-191-3/+45
* bpo-43774: Add more links to configure options (GH-25363)Victor Stinner2021-04-121-3/+5