summaryrefslogtreecommitdiffstats
path: root/Doc/howto
Commit message (Expand)AuthorAgeFilesLines
...
* [3.11] gh-101100: Fix Sphinx warnings in `curses` and `curses.ascii` modules ...Miss Islington (bot)2023-05-031-21/+23
* [3.11] GH-103484: Fix redirected permanently URLs (GH-104001) (#104088)Rafael Fontenelle2023-05-021-1/+1
* [3.11] gh-101100: Fix Sphinx warnings in `argparse` module (#103289) (#103803)Hugo van Kemenade2023-04-241-7/+9
* [3.11] Descriptor HowTo: Update to include attributes added in Python 3.10 ...Miss Islington (bot)2023-04-241-8/+90
* [3.11] GH-103484: Fix broken links reported by linkcheck (GH-103608) (#103683)Rafael Fontenelle2023-04-232-4/+4
* [3.11] gh-103479: [Enum] require __new__ to be considered a data type (GH-103...Ethan Furman2023-04-131-3/+4
* [3.11] gh-93910: [Enum] remove member.member deprecation (GH-103236) (GH-103299)Ethan Furman2023-04-061-15/+3
* gh-98298, gh-74730: [Enum] update docs (GH-103163)Miss Islington (bot)2023-04-031-0/+5
* [3.11] gh-102582: Fix invalid JSON in Doc/howto/logging-cookbook.rst (GH-1026...Miss Islington (bot)2023-03-291-10/+14
* [3.11] [doc] Improve grammar/fix missing word (GH-102060) (GH-102277)Miss Islington (bot)2023-02-261-1/+1
* [3.11] gh-101440: fix json snippet error in logging-cookbook.rst (GH-101439) ...Miss Islington (bot)2023-01-311-1/+1
* [3.11] Provided better example for logging cookbook (GH-101164) (GH-101184)Miss Islington (bot)2023-01-201-10/+31
* [3.11] gh-100916: Convert argument to appropriate type (GH-100917) (GH-100918)Miss Islington (bot)2023-01-101-1/+1
* gh-99535: Add test for inheritance of annotations and update documentation (G...Miss Islington (bot)2022-12-241-0/+6
* [3.11] gh-99304: [Enum] clarify what constitutes a flag alias (GH-99395) (GH-...Miss Islington (bot)2022-11-121-3/+46
* [Enum] Typo: fix DuplicateFreeEnum example docs (GH-99265)Miss Islington (bot)2022-11-091-1/+1
* argparse howto: Use f-string in preference to "...".format() (GH-98883)Miss Islington (bot)2022-11-031-2/+2
* [3.11] [doc] Update cookbook example for socket-based logging in a production...Miss Islington (bot)2022-11-011-7/+65
* Fix wording in Functional Programming HOWTO (GH-98939)Miss Islington (bot)2022-11-011-1/+1
* Fix typo in sorting HOWTO (GH-98888)Miss Islington (bot)2022-10-311-1/+1
* [3.11] Change links to label refs (GH-98454) (#98725)Stanley2022-10-262-1/+3
* [3.11] [doc] Improve logging cookbook example. (GH-98481) (GH-98483)Miss Islington (bot)2022-10-201-0/+65
* [3.11] Docs: Fix backtick errors found by sphinx-lint (GH-97998) (#98371)C.A.M. Gerlach2022-10-173-8/+8
* GH-91415: Mention alphabetical sort ordering in the Sorting HOWTO (GH-98336)Miss Islington (bot)2022-10-161-76/+22
* [3.11] [doc] Update logging cookbook with an example of custom handli… (GH-...Vinay Sajip2022-10-151-4/+206
* gh-65046: Link to logging cookbook from asyncio docs (GH-98207)Miss Islington (bot)2022-10-121-0/+2
* Minor edits to the Descriptor HowTo Guide (GH-24901)Miss Islington (bot)2022-10-091-6/+8
* [3.11] gh-93738: Disallow pre-v3 syntax in the C domain (GH-97962) (#97976)Miss Islington (bot)2022-10-061-1/+1
* [3.11] [docs] Update logging cookbook with recipe for using a logger like an ...Miss Islington (bot)2022-10-021-0/+76
* [3.11] gh-65046: Add note about logging from async code. (GH-97602) (GH-97608)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.11] 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.11] gh-91838: Use HTTPS links in docs for resources which redirect to HTTP...Serhiy Storchaka2022-08-046-12/+12
* [3.11] [doc] Update cookbook example and add information about queue types. (...Miss Islington (bot)2022-07-151-1/+6
* Docs: Convert PEP 630 (Isolating Extension Modules) to a HOWTO (GH-94489) (GH...Miss Islington (bot)2022-07-052-0/+537
* Docs: remove redundant "adverb-adjective" hyphens from compound modifiers (GH...Miss Islington (bot)2022-07-056-9/+9
* [3.11] Update logging documentation: change cross-reference and add webapp râ...Vinay Sajip2022-07-041-1/+270
* bpo-39971: Change examples to be runnable (GH-32172)Miss Islington (bot)2022-06-251-11/+18
* gh-93851: Fix all broken links in Doc/ (GH-93853) (GH-94076)Miss Islington (bot)2022-06-211-3/+3
* [3.11] Improve logging documentation with example and additional cookbook reâ...Miss Islington (bot)2022-06-091-0/+89
* Doc: Update references and examples of old, unsupported OSes and uarches (GH-...Miss Islington (bot)2022-06-091-7/+12
* gh-92859: Doc: add info about logging.debug() calling basicConfig() (GH-93063...Miss Islington (bot)2022-05-231-4/+5
* Document Py_ssize_t. (GH-92512)Miss Islington (bot)2022-05-131-1/+1
* GH-89519: Deprecate classmethod descriptor chaining (#92379)Raymond Hettinger2022-05-061-1/+3
* Fix typo in Sorting howto (#92280)Carl Meyer2022-05-041-2/+2
* sorting howto: Add clarification on < using __lt__ (#92010)slateny2022-04-291-1/+4
* gh-91156: Use `locale.getencoding()` instead of getpreferredencoding (GH-91732)Inada Naoki2022-04-221-2/+1
* Remove python2 support in logging cookbook example. (GH-32362)Mathieu Dupuy2022-04-061-8/+1