summaryrefslogtreecommitdiffstats
path: root/Doc/howto
Commit message (Expand)AuthorAgeFilesLines
* 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
* Add more tests for the descriptor tutorial (GH-25164)Raymond Hettinger2021-04-031-7/+57
* bpo-43677: Fix a minor error in Doc/howto/descriptor.rst (#25123)Zackery Spytz2021-04-011-1/+1
* bpo-40066: Enum: modify `repr()` and `str()` (GH-22392)Ethan Furman2021-03-312-0/+1417
* bpo-43648: Remove redundant datefmt option in logging file config (GH-25051)Harry2021-03-291-1/+0
* bpo-43427: Separte the method overview from the static method specifics. (GH...Raymond Hettinger2021-03-131-2/+6
* Simple typo fix (GH-24448)Andrew Tennikoff2021-02-051-1/+1
* Minor readability improvements. Also note performance impact of __slots__. (...Raymond Hettinger2021-02-051-8/+11
* bpo-43082: Remove redundant 'the' in Descriptor howto (GH-24394)diegoe2021-02-031-1/+1
* bpo-42048: Clinic Howto: Document AC's defining_class converter (GH-23978)Erlend Egeberg Aasland2021-01-201-0/+62
* bpo-27794: Add `name` attribute to `property` class (GH-23967)Yurii Karabas2020-12-301-6/+16
* bpo-9694: Fix misleading phrase "optional arguments" (GH-23858)Raymond Hettinger2020-12-231-11/+12
* Typo: fix inverted sense of statement (GH-23288)basak2020-11-251-1/+1
* Add more tests to the descriptor howto guide (GH-23506)Raymond Hettinger2020-11-251-4/+25
* Add doctests to the descriptor HowTo (GH-23500)Raymond Hettinger2020-11-251-57/+397
* Descriptor HowTo: Improve the fidelity of the member object simulation (GH-23...Raymond Hettinger2020-11-231-11/+46
* More updates to the descriptor howto guide (GH-23238)Raymond Hettinger2020-11-161-45/+62
* Minor grammar edits for the descriptor howto guide (GH-#23175)Raymond Hettinger2020-11-061-10/+10
* bpo-42236: Enhance init and encoding documentation (GH-23109)Victor Stinner2020-11-021-5/+5
* Minor formatting edits to the descriptor howto guide (GH-23092)Raymond Hettinger2020-11-021-19/+20
* Add member objects to the descriptor howto guide (GH-23084)Raymond Hettinger2020-11-021-0/+156
* Expand and clarify the "Invoking Descriptors" section of the Descriptor HowTo...Raymond Hettinger2020-11-011-37/+78
* Split-out a fourth section in the descriptor HowTo guide (GH-22965)Raymond Hettinger2020-10-251-46/+50
* Second round of updates to the descriptor howto guide (GH-22946)Raymond Hettinger2020-10-251-96/+156
* bpo-19072: Update descriptor howto for decorator chaining (GH-22934)Raymond Hettinger2020-10-241-3/+13
* Create a primer section for the descriptor howto guide (GH-22906)Raymond Hettinger2020-10-231-58/+494
* Revert "Fix all Python Cookbook links (#22205)" (GH-22424)Andre Delfino2020-09-271-1/+1
* Fix all Python Cookbook links (#22205)Andre Delfino2020-09-151-1/+1
* [doc] Update documentation on logging optimization. (GH-22075)Vinay Sajip2020-09-031-14/+16
* bpo-40204: Fix Sphinx sytanx in howto/instrumentation.rst (GH-21858)Victor Stinner2020-08-131-13/+11
* Remove incorrect mention of method.__class__ in descriptor docs (GH-21665)Yonatan Goldschmidt2020-07-281-4/+2
* Fixes dead links to Django's logging config docs (GH-20823)kevin seelbach2020-06-141-2/+2
* Use f-strings in argparse HOWTO (GH-20070)Rémi Lapeyre2020-05-211-17/+17
* Doc: change 'Posix' for 'POSIX' (GH-20001)Mathieu Dupuy2020-05-171-1/+1
* closes bpo-40166: Change Unicode Howto so that it does not have a specific nu...amaajemyfren2020-04-071-2/+3
* Update some www.unicode.org URLs to use HTTPS. (GH-18912)Benjamin Peterson2020-03-111-3/+3
* PyPy already supports Python 3 (GH-18774)Slam2020-03-061-2/+1
* Doc: Fix external links to functional programming tutorial. (GH-18249)Julien Palard2020-01-291-3/+3
* bpo-39374: Updated sorting documentation (GH-18177)Juhana Jauhiainen2020-01-251-4/+6
* Replace links in howto/pyporting.rst with sphinx references (GH-17781)Oleg Höfling2020-01-051-7/+3
* bpo-38830: Correct slot signature in Qt example. (GH-17220)Vinay Sajip2019-11-181-1/+1