summaryrefslogtreecommitdiffstats
path: root/Doc/howto
Commit message (Expand)AuthorAgeFilesLines
* [3.12] Docs: add link roles with Sphinx extlinks (GH-117850) (#117910)Hugo van Kemenade2024-04-152-9/+6
* [3.12] Add 'The Python 2.3 Method Resolution Order' (GH-116435) (#117885)Hugo van Kemenade2024-04-152-1/+672
* [3.12] [doc] Update logging documentation to improve grammar and elucidate an...Miss Islington (bot)2024-04-041-4/+64
* [3.12] [docs] Fix typo in docstring and add example to logging cookbook. (GH-...Miss Islington (bot)2024-03-221-14/+126
* [3.12] gh-98731: Improvements to the logging documentation (GH-101618) (GH-11...Miss Islington (bot)2024-03-131-77/+41
* [3.12] [doc]: Update cookbook recipe for Qt6. (GH-116719) (GH-116729)Miss Islington (bot)2024-03-131-13/+36
* [3.12] gh-89480: Document the gdb helpers (GH-115657) (GH-115857)Miss Islington (bot)2024-02-232-0/+450
* [3.12] gh-114785: Remove content from `Porting from Python2` how-to (GH-11480...Miss Islington (bot)2024-02-212-411/+19
* [3.12] Make the title match the content (GH-115702) (gh-115703)Miss Islington (bot)2024-02-202-5/+5
* [3.12] Modernize the Sorting HowTo guide (gh-115479) (gh-115701)Miss Islington (bot)2024-02-201-6/+54
* [3.12] gh-115233: Fix an example in the Logging Cookbook (GH-115325) (GH-115355)Serhiy Storchaka2024-02-121-6/+4
* [3.12] Update LOGGING example taken from Django docs. (GH-114903) (#114951)Miss Islington (bot)2024-02-031-14/+11
* [3.12] gh-101100: Fix sphinx warnings in `howto/logging.rst` (GH-114846) (#11...Hugo van Kemenade2024-02-011-21/+22
* [3.12] gh-101100: Fix Sphinx warnings in `howto/urllib2.rst` and `library/htt...Hugo van Kemenade2024-01-141-9/+9
* [3.12] gh-113625: Align object addresses in the Descriptor HowTo Guide (GH-11...Miss Islington (bot)2024-01-101-1/+1
* [3.12] gh-101100: Fix Sphinx warnings in `howto/isolating-extensions.rst` (GH...Miss Islington (bot)2023-12-261-2/+2
* [3.12] gh-101100: Improve documentation on function attributes (GH-112933) (#...Hugo van Kemenade2023-12-122-4/+7
* [3.12] [Enum] update class creation for RuntimeError changes (GH-111815) (GH-...Miss Islington (bot)2023-11-291-1/+0
* [3.12] Descriptor HowTo: Sync the error-messages with the C code. Add tests....Miss Islington (bot)2023-11-251-3/+40
* [3.12] Remove bogus annotations from the descriptor howto guide (GH-112349) (...Miss Islington (bot)2023-11-231-3/+3
* [3.12] gh-110812: Isolating Extension Modules HOWTO: List GC-related gotchas ...Miss Islington (bot)2023-11-161-6/+97
* [3.12] Fix typo in perf profiling docs (GH-112112) (#112117)Miss Islington (bot)2023-11-151-1/+1
* [3.12] gh-111895: Convert definition list to bullet list for readability on m...Miss Islington (bot)2023-11-091-6/+6
* [3.12] Glossary: Add "static type checker" (GH-111837) (#111854)Miss Islington (bot)2023-11-081-2/+3
* [3.12] gh-111724: Fix doctest `ResourceWarning` in `howto/descriptor.rst` (GH...Miss Islington (bot)2023-11-041-0/+4
* [3.12] gh-111181: Fix enum doctests (GH-111180) (GH-111518)Miss Islington (bot)2023-10-311-3/+6
* [3.12] gh-110383: Italicize variable name (GH-111206) (#111207)Miss Islington (bot)2023-10-231-1/+1
* [3.12] gh-110383: Added explanation about simplest regex use case for quantif...Miss Islington (bot)2023-10-231-0/+3
* [3.12] GH-107518: Remove the Argument Clinic How-To (#109900) (#110760)Erlend E. Aasland2023-10-122-1892/+5
* [3.12] gh-110631: Fix reST indentation (GH-110724) (#110738)Ezio Melotti2023-10-112-15/+14
* [3.12] Fix env var typo in perf profiling docs (GH-110404) (#110414)Miss Islington (bot)2023-10-051-2/+1
* [3.12] gh-101100: Fix references to ``URLError`` and ``HTTPError`` in ``howto...Miss Islington (bot)2023-09-291-8/+8
* [3.12] gh-109634: Use :samp: role (GH-109635) (#109776)Miss Islington (bot)2023-09-242-3/+3
* [3.12] gh-108682: [Enum] raise TypeError if super().__new__ called in custom ...Miss Islington (bot)2023-08-311-1/+22
* [3.12] gh-101100: Fix Sphinx warnings in the Logging Cookbook (GH-108678) (#1...Miss Islington (bot)2023-08-301-4/+11
* [3.12] gh-107432 Update Porting Python 2 Code to Python 3 how-to (GH-107434) ...Miss Islington (bot)2023-08-241-121/+94
* [3.12] docs: fix grammar in isolating-extensions.rst (GH-108037) (#108218)Miss Islington (bot)2023-08-211-1/+1
* [3.12] Docs: Argument Clinic: Move the CConverter class to the reference (GH-...Miss Islington (bot)2023-08-071-64/+69
* [3.12] Docs: Argument Clinic: Improve 'How to write a custom converter' (GH-1...Miss Islington (bot)2023-08-061-24/+26
* [3.12] gh-107432 Fix incorrect indentation in annotations HOWTO (GH-107445) (...Miss Islington (bot)2023-08-051-163/+163
* [3.12] gh-107306: Add a Doc Entry for Py_mod_multiple_interpreters (GH-107403...Miss Islington (bot)2023-07-311-0/+2
* [3.12] gh-107507: Replace 'The goals of Argument Clinic' with a summary (GH-1...Miss Islington (bot)2023-07-311-54/+4
* [3.12] gh-101100: Sphinx warnings: pick the low hanging fruits (GH-107386) (G...Serhiy Storchaka2023-07-291-1/+1
* [3.12] gh-107298: Fix yet more Sphinx warnings in the C API doc (GH-107345) (...Serhiy Storchaka2023-07-281-5/+5
* [3.12] Docs: Argument Clinic: Restructure "Basic concepts and usage" (GH-1069...Miss Islington (bot)2023-07-271-43/+129
* [3.12] Docs: Remove the numbered steps from the Argument Clinic tutorial (GH-...Miss Islington (bot)2023-07-261-314/+310
* [3.12] gh-107091: Fix some uses of :c:member: role (GH-107129) (GH-107310)Miss Islington (bot)2023-07-261-1/+1
* [3.12] Docs: Add missing markup to Argument Clinic docs (GH-106876) (#107181)Miss Islington (bot)2023-07-241-126/+143
* [3.12] Docs: Remove duplicate word in Argument Clinic howto heading (GH-10716...Miss Islington (bot)2023-07-241-2/+2
* [3.12] gh-106948: Docs: Disable links for C standard library functions, OS ut...Miss Islington (bot)2023-07-231-3/+3