summaryrefslogtreecommitdiffstats
path: root/Doc/howto
Commit message (Expand)AuthorAgeFilesLines
* [docs] Fix typo in docstring and add example to logging cookbook. (GH-117157)Vinay Sajip2024-03-221-14/+126
* gh-98731: Improvements to the logging documentation (GH-101618)Nir Friedman2024-03-131-77/+41
* [doc]: Update cookbook recipe for Qt6. (GH-116719)Vinay Sajip2024-03-131-13/+36
* gh-89480: Document the gdb helpers (GH-115657)Pablo Galindo Salgado2024-02-232-0/+450
* gh-101860: Expose __name__ on property (GH-101876)Eugene Toder2024-02-201-4/+15
* gh-113157: Document and test __get__ for MethodType (gh-115492)Raymond Hettinger2024-02-201-2/+18
* Make the title match the content (GH-115702)Raymond Hettinger2024-02-202-5/+5
* Modernize the Sorting HowTo guide (gh-115479)Raymond Hettinger2024-02-201-6/+54
* gh-115233: Fix an example in the Logging Cookbook (GH-115325)Serhiy Storchaka2024-02-121-6/+4
* gh-114785: Remove content from `Porting from Python2` how-to (#114805)Nikita Sobolev2024-02-122-411/+19
* gh-114803: Mention that `@dataclass` should not be applied on enums (GH-114891)Nikita Sobolev2024-02-031-1/+18
* Update LOGGING example taken from Django docs. (#114903)Mariusz Felisiak2024-02-031-14/+11
* gh-101100: Fix sphinx warnings in `howto/logging.rst` (#114846)Nikita Sobolev2024-02-011-21/+22
* gh-101100: Fix Sphinx warnings in `howto/urllib2.rst` and `library/http.clien...Hugo van Kemenade2024-01-141-9/+9
* gh-113625: Align object addresses in the Descriptor HowTo Guide (#113894)Raymond Hettinger2024-01-101-1/+1
* gh-113350: Improve the wording of python logging docs to remove an ambiguity ...Vaishnavi Maheshwari2023-12-272-7/+6
* gh-101100: Fix Sphinx warnings in `howto/isolating-extensions.rst` (#113493)Hugo van Kemenade2023-12-261-2/+2
* gh-101100: Improve documentation on function attributes (#112933)Alex Waygood2023-12-112-4/+7
* gh-112328: [Enum] Make some private attributes public. (GH-112514)Ethan Furman2023-12-051-20/+47
* [Enum] update class creation for RuntimeError changes (GH-111815)Ethan Furman2023-11-291-1/+0
* Descriptor HowTo: Sync the error-messages with the C code. Add tests. (gh-11...Raymond Hettinger2023-11-251-3/+40
* Remove bogus annotations from the descriptor howto guide (#112349)Raymond Hettinger2023-11-231-3/+3
* gh-110812: Isolating Extension Modules HOWTO: List GC-related gotchas (GH-111...Petr Viktorin2023-11-161-6/+97
* Fix typo in perf profiling docs (#112112)Ryuji Tsutsui2023-11-151-1/+1
* gh-111895: Convert definition list to bullet list for readability on mobile (...Hugo van Kemenade2023-11-091-6/+6
* Glossary: Add "static type checker" (#111837)Jelle Zijlstra2023-11-081-2/+3
* gh-111724: Fix doctest `ResourceWarning` in `howto/descriptor.rst` (#111725)Nikita Sobolev2023-11-041-0/+4
* gh-111181: Fix enum doctests (GH-111180)Nikita Sobolev2023-10-301-3/+6
* gh-89519: Remove classmethod descriptor chaining, deprecated since 3.11 (gh-1...Raymond Hettinger2023-10-271-31/+10
* gh-110383: Italicize variable name (#111206)Nick2023-10-231-1/+1
* gh-110383: Added explanation about simplest regex use case for quantifiers. (...Nick2023-10-231-0/+3
* gh-110631: Fix reST indentation (#110724)Ezio Melotti2023-10-112-15/+14
* GH-107518: Remove the Argument Clinic How-To (#109900)Adam Turner2023-10-112-2062/+5
* gh-108277: Add os.timerfd_create() function (#108382)Masaru Tsuchiyama2023-10-072-0/+231
* Fix env var typo in perf profiling docs (#110404)Harmen Stoppels2023-10-051-2/+1
* gh-101100: Fix references to ``URLError`` and ``HTTPError`` in ``howto/urllib...Yuki K2023-09-291-8/+8
* gh-109634: Use :samp: role (GH-109635)Serhiy Storchaka2023-09-232-3/+3
* gh-108682: [Enum] raise TypeError if super().__new__ called in custom __new__...Ethan Furman2023-08-311-1/+22
* gh-108494: Argument Clinic: Document how to generate code that uses the limit...Victor Stinner2023-08-301-1/+22
* gh-101100: Fix Sphinx warnings in the Logging Cookbook (#108678)Hugo van Kemenade2023-08-301-4/+11
* gh-107432 Update Porting Python 2 Code to Python 3 how-to (GH-107434)Daniele Procida2023-08-241-121/+94
* docs: fix grammar in isolating-extensions.rst (#108037)David Lechner2023-08-211-1/+1
* gh-107704: Argument Clinic: add support for deprecating keyword use of parame...Serhiy Storchaka2023-08-191-22/+43
* Docs: clean up Argument Clinic howto's (#107797)Erlend E. Aasland2023-08-091-10/+11
* gh-104683: Add --exclude option to Argument Clinic CLI (#107770)Erlend E. Aasland2023-08-081-0/+5
* gh-86457: Add docs for Argument Clinic @text_signature directive (#107747)Erlend E. Aasland2023-08-081-0/+34
* gh-95065: Add Argument Clinic support for deprecating positional use of param...Erlend E. Aasland2023-08-071-0/+88
* Docs: Argument Clinic: Move the CConverter class to the reference (#107671)Erlend E. Aasland2023-08-071-64/+69
* Docs: Argument Clinic: Improve 'How to write a custom converter' (#107328)Erlend E. Aasland2023-08-051-24/+26
* gh-107432 Fix incorrect indentation in annotations HOWTO (#107445)Daniele Procida2023-08-051-163/+163