summaryrefslogtreecommitdiffstats
path: root/Doc/howto
Commit message (Expand)AuthorAgeFilesLines
* gh-101100: Fix Sphinx warnings in `argparse` module (#103289)Hugo van Kemenade2023-04-241-7/+9
* GH-103484: Fix broken links reported by linkcheck (#103608)Rafael Fontenelle2023-04-222-4/+4
* Descriptor HowTo: Update to include attributes added in Python 3.10 (GH-103...Raymond Hettinger2023-04-221-8/+90
* gh-103596: [Enum] do not shadow mixed-in methods/attributes (GH-103600)Ethan Furman2023-04-181-3/+11
* Fix syntax typo in isolating extensions doc (#103516)AN Long2023-04-141-3/+3
* Proofread howto/perf_profiling.rst (#103530)Boris Verkhovskiy2023-04-141-10/+10
* gh-103479: [Enum] require __new__ to be considered a data type (GH-103495)Ethan Furman2023-04-131-3/+5
* gh-93910: [Enum] remove member.member deprecation (GH-103236)Ethan Furman2023-04-061-4/+3
* gh-103056: [Enum] use staticmethod decorator for _gnv_ (GH-103231)Ethan Furman2023-04-041-0/+1
* gh-98298, gh-74730: [Enum] update docs (GH-103163)Ethan Furman2023-04-031-0/+5
* gh-102582: Fix invalid JSON in Doc/howto/logging-cookbook.rst (GH-102635)Matěj Cepl2023-03-291-10/+14
* [doc] Improve grammar/fix missing word (GH-102060)VMan2023-02-261-1/+1
* gh-101440: fix json snippet error in logging-cookbook.rst (#101439)Peter Jiping Xie2023-01-311-1/+1
* gh-101386: fix typos found by codespell (#101387)Peter Jiping Xie2023-01-281-2/+2
* Provided better example for logging cookbook (GH-101164)Vladimir Malinovskii2023-01-201-10/+31
* gh-98763: Prefer "python" over "python3" for command line examples in docs. (...Mariusz Felisiak2023-01-113-56/+56
* gh-100916: Convert argument to appropriate type (GH-100917)Yao-Ching Huang2023-01-101-1/+1
* gh-99535: Add test for inheritance of annotations and update documentation (#...MonadChains2022-12-241-0/+6
* gh-99087: Add missing newline for prompts in docs (GH-98993)Stanley2022-12-091-0/+2
* gh-94943: [Enum] improve repr() when inheriting from a dataclass (GH-99740)Ethan Furman2022-12-061-0/+25
* gh-99304: [Enum] clarify what constitutes a flag alias (GH-99395)Ethan Furman2022-11-121-3/+46
* [Enum] Typo: fix DuplicateFreeEnum example docs (GH-99265)Bruno Neyra2022-11-091-1/+1
* argparse howto: Use f-string in preference to "...".format() (#98883)Skip Montanaro2022-11-031-2/+2
* [doc] Update cookbook example for socket-based logging in a production settâ€...Vinay Sajip2022-11-011-7/+65
* Fix wording in Functional Programming HOWTO (GH-98939)partev2022-11-011-1/+1
* Fix typo in sorting HOWTO (#98888)partev2022-10-311-1/+1
* gh-96143: Improve perf profiler docs (#96445)Erlend E. Aasland2022-10-271-31/+38
* docs: Change links to label refs (#98454)Stanley2022-10-262-1/+3
* [doc] Improve logging cookbook example. (GH-98481)Vinay Sajip2022-10-201-0/+65
* GH-91415: Mention alphabetical sort ordering in the Sorting HOWTO (GH-98336)Raymond Hettinger2022-10-161-76/+22
* [doc] Update logging cookbook with an example of custom handling of levels. (...Vinay Sajip2022-10-151-4/+206
* gh-65046: Link to logging cookbook from asyncio docs (#98207)Shantanu2022-10-121-0/+2
* Minor edits to the Descriptor HowTo Guide (GH-24901)GĂ©ry Ogam2022-10-091-6/+8
* gh-97956: Mention `generate_global_objects.py` in `AC How-To` (#97957)Nikita Sobolev2022-10-071-1/+9
* Docs: Fix backtick errors found by sphinx-lint (#97998)Hugo van Kemenade2022-10-074-9/+9
* gh-93738: Disallow pre-v3 syntax in the C domain (#97962)Adam Turner2022-10-061-1/+1
* I changed my surname early this year (#96671)Tshepang Mbambo2022-10-051-1/+1
* gh-97681: Remove Tools/demo/ directory (#97682)Victor Stinner2022-10-031-5/+1
* [docs] Update logging cookbook with recipe for using a logger like an outputâ...Vinay Sajip2022-10-021-0/+76
* gh-65046: Add note about logging from async code. (GH-97602)Vinay Sajip2022-09-281-0/+8
* gh-96959: Update HTTP links which are redirected to HTTPS (GH-96961)Serhiy Storchaka2022-09-241-1/+1
* gh-96143: Add some comments and minor fixes missed in the original PR (#96433)Pablo Galindo Salgado2022-08-301-0/+3
* gh-96143: Allow Linux perf profiler to see Python calls (GH-96123)Pablo Galindo Salgado2022-08-302-0/+201
* gh-77116: Add SMTP buffering example to logging cookbook. (GH-96324)Vinay Sajip2022-08-261-0/+82
* GH-95822: Need _PyType_Lookup() in descriptor howto code equivalent. (GH-95967)Raymond Hettinger2022-08-191-1/+21
* Docs: replace 'currying' by 'partial function'. (#91814)Clemens Tolboom2022-08-111-0/+2
* gh-91838: Resolve HTTP links which redirect to HTTPS (GH-95642)Serhiy Storchaka2022-08-041-1/+1
* gh-91838: Use HTTPS links in docs for resources which redirect to HTTPS (GH-9...Serhiy Storchaka2022-08-046-12/+12
* gh-95007: Remove the NoneType return converter from Argument Clinic Doc (#95529)Noam Cohen2022-08-011-5/+0
* gh-95077: [Enum] add code-based deprecation warnings for member.member access...Ethan Furman2022-07-251-15/+4