summaryrefslogtreecommitdiffstats
path: root/Doc/howto
Commit message (Expand)AuthorAgeFilesLines
* [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
* bpo-40066: [Enum] update str() and format() output (GH-30582)Ethan Furman2022-01-161-146/+126
* bpo-45331: [Enum] add rule to docs that mixin type must be subclassable (GH-3...Nikita Sobolev2022-01-101-4/+7
* bpo-45535: Improve output of Enum ``dir()`` (GH-29316)Alex Waygood2021-12-021-3/+4
* [Doc] Add info to logging cookbook about running logging socket listeners iâ€...Vinay Sajip2021-11-291-0/+22
* Fix markup buglet in Doc/howto/annotations.rst (#29802)Guido van Rossum2021-11-261-1/+1
* bpo-19072: Classmethod can wrap other classmethod like descriptors (GH-29634)Raymond Hettinger2021-11-191-1/+8
* bpo-45740: [Enum] add versionadded markers to docs (GH-29443)Ethan Furman2021-11-061-7/+6
* bpo-44174: [Enum] add reference to name mangling (GH-29116)Ethan Furman2021-10-211-1/+2
* bpo-45320: Remove long-deprecated inspect methods (GH-28618)Hugo van Kemenade2021-10-201-3/+0
* bpo-34804: [doc] Rephrase section on side effects in functional.rst for clari...DonnaDia2021-10-061-5/+4
* Fix 404 link to the pyporting mailing list (GH-27320)Rohit Nishad2021-08-041-3/+3
* bpo-44399: Document another example of unexpected behavior. (GH-27407)Vinay Sajip2021-07-281-1/+3
* bpo-44740: Make minor edits to lowercasing "internet" and "web". (GH-27385)Mariusz Felisiak2021-07-271-1/+1
* bpo-44740: Lowercase "internet" and "web" where appropriate. (#27378)Mariusz Felisiak2021-07-263-3/+3
* Small text fixes for enum.rst (#27322)Elliot Waite2021-07-261-8/+9
* bpo-44399: Update logging cookbook to document patterns to be avoided. (GH-27...Vinay Sajip2021-07-251-0/+79
* Remove effbot urls (GH-26308)E-Paine2021-05-221-5/+1
* Fix error in Enum documentation example code that was referring to the wrong ...krisaoe2021-05-041-1/+1
* bpo-43987: Add "Annotations Best Practices" HOWTO doc. (#25746)larryhastings2021-05-022-0/+227
* Use the zero argument form of super() in examples for Python3 docs. (GH-22314)Andre Delfino2021-04-261-6/+6
* Add more tests. Fix code excerpt. (GH-25549)Raymond Hettinger2021-04-231-3/+18
* bpo-43917: Fix pure python equivalent for classmethod (GH-25544)Raymond Hettinger2021-04-231-1/+12
* Add doctests (GH-25474)Raymond Hettinger2021-04-191-3/+45
* bpo-43774: Add more links to configure options (GH-25363)Victor Stinner2021-04-121-3/+5
* bpo-43774: Document configure options (GH-25283)Victor Stinner2021-04-081-1/+1
* Replace broken example code with correct simpler code. (GH-25162)Raymond Hettinger2021-04-031-2/+2