summaryrefslogtreecommitdiffstats
path: root/Doc/howto
Commit message (Expand)AuthorAgeFilesLines
* 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
* [doc] Update cookbook example and add information about queue types. (GH-94854)Vinay Sajip2022-07-151-1/+6
* Docs: Convert PEP 630 (Isolating Extension Modules) to a HOWTO (GH-94489)Petr Viktorin2022-07-052-0/+537
* Docs: remove redundant "adverb-adjective" hyphens from compound modifiers (GH...Ned Batchelder2022-07-056-9/+9
* Update logging documentation: change cross-reference and add webapp r… (GH-...Vinay Sajip2022-07-041-0/+222
* bpo-39971: Change examples to be runnable (GH-32172)Stanley2022-06-251-11/+18
* gh-93851: Fix all broken links in Doc/ (GH-93853)Oleg Iarygin2022-06-211-3/+3
* Improve logging documentation with example and additional cookbook re… (GH-...Vinay Sajip2022-06-091-0/+89
* Doc: Update references and examples of old, unsupported OSes and uarches (GH-...CAM Gerlach2022-06-091-7/+12
* gh-92592: Allow logging filters to return a LogRecord. (GH-92591)Adrian Garcia Badaracco2022-06-071-0/+26
* [doc] Improve discoverability of links between logging documents. (GH-93405)Vinay Sajip2022-06-012-1/+30
* [doc] logging.rst - Change link to point directly to the Google Group. (GH-93...Moshe Kaplan2022-05-311-1/+1
* gh-91513: Add 'asyncio' taskName to logging LogRecord attributes. (GH-93193)jackh-ncl2022-05-261-0/+3
* gh-92859: Doc: add info about logging.debug() calling basicConfig() (GH-93063)Nicolas Haller2022-05-231-4/+5
* bpo-9182: Add a section on specifying positional arguments (#31810)slateny2022-05-131-0/+29
* Document Py_ssize_t. (GH-92512)Julien Palard2022-05-131-1/+1
* gh-92536: PEP 623: Remove wstr and legacy APIs from Unicode (GH-92537)Inada Naoki2022-05-121-4/+4
* 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
* bpo-32658: Regex docs: Fix metacharacter reference (GH-32230)Mike cm2022-04-051-1/+1
* bpo-14911: Corrected generator.throw() documentation (GH-32207)Dave Goncalves2022-03-311-1/+1
* bpo-47081: Replace "qualifiers" with "quantifiers" in the re module documenta...Serhiy Storchaka2022-03-221-6/+6
* [doc] Add a note in howto/logging.rst about "do not log to root logger in lib...Yuxin Wu2022-02-261-0/+7
* Improve discussion about how __getattr__ is invoked. (GH-31435)Raymond Hettinger2022-02-201-9/+7
* bpo-46730: Add more info to @property AttributeError messages (GH-31311)Alex-Blade2022-02-161-4/+4
* bpo-46613: Add PyType_GetModuleByDef to the public API (GH-31081)Petr Viktorin2022-02-111-3/+3
* Optimize images by IMGbot (GH-21348)Manish Kumar ⛄2022-02-041-0/+0
* [doc]: Spotted errors while working on rstlint. (GH-30879)Julien Palard2022-01-271-2/+1
* no-issue: Fix documentation typos. (GH-30576)Piotr Fusik2022-01-201-1/+1
* bpo-40066: [Enum] skip failing doc test (GH-30637)Kumar Aditya2022-01-171-146/+126
* Revert "bpo-40066: [Enum] update str() and format() output (GH-30582)" (GH-3...Victor Stinner2022-01-171-126/+146