- 628baf6 [3.10] bpo-44399: Update logging cookbook to document patterns to be avoided. (GH-27348) (GH-27352) by Miss Islington (bot) · 4 years, 1 month ago
- 9bf7c2d [3.10] bpo-44559: [Enum] revert enum module to 3.9 (GH-27010) by Ethan Furman · 4 years, 1 month ago
- 31debfa Fix error in Enum documentation example code that was referring to the wrong enum. (GH-25837) (#25891) by Miss Islington (bot) · 4 years, 3 months ago
- 49b26fa bpo-43987: Add "Annotations Best Practices" HOWTO doc. (#25746) by larryhastings · 4 years, 3 months ago
- 52cd6d5 Use the zero argument form of super() in examples for Python3 docs. (GH-22314) by Andre Delfino · 4 years, 4 months ago
- fe24088 Add more tests. Fix code excerpt. (GH-25549) by Raymond Hettinger · 4 years, 4 months ago
- 14092b5 bpo-43917: Fix pure python equivalent for classmethod (GH-25544) by Raymond Hettinger · 4 years, 4 months ago
- 4f9ffa8 Add doctests (GH-25474) by Raymond Hettinger · 4 years, 4 months ago
- 85918e4 bpo-43774: Add more links to configure options (GH-25363) by Victor Stinner · 4 years, 4 months ago
- a41782c bpo-43774: Document configure options (GH-25283) by Victor Stinner · 4 years, 4 months ago
- c5354c0 Replace broken example code with correct simpler code. (GH-25162) by Raymond Hettinger · 4 years, 4 months ago
- e4c8895 Add more tests for the descriptor tutorial (GH-25164) by Raymond Hettinger · 4 years, 4 months ago
- e689cdc bpo-43677: Fix a minor error in Doc/howto/descriptor.rst (#25123) by Zackery Spytz · 4 years, 4 months ago
- b775106 bpo-40066: Enum: modify `repr()` and `str()` (GH-22392) by Ethan Furman · 4 years, 4 months ago
- 7bfd65e bpo-43648: Remove redundant datefmt option in logging file config (GH-25051) by Harry · 4 years, 5 months ago
- f00e82f bpo-43427: Separte the method overview from the static method specifics. (GH-24787) by Raymond Hettinger · 4 years, 5 months ago
- 5f18c22 Simple typo fix (GH-24448) by Andrew Tennikoff · 4 years, 6 months ago
- 755c6e6 Minor readability improvements. Also note performance impact of __slots__. (GH-24456) by Raymond Hettinger · 4 years, 6 months ago
- a98fe02 bpo-43082: Remove redundant 'the' in Descriptor howto (GH-24394) by diegoe · 4 years, 6 months ago
- e982fe4 bpo-42048: Clinic Howto: Document AC's defining_class converter (GH-23978) by Erlend Egeberg Aasland · 4 years, 7 months ago
- c56387f bpo-27794: Add `name` attribute to `property` class (GH-23967) by Yurii Karabas · 4 years, 8 months ago
- 41b223d bpo-9694: Fix misleading phrase "optional arguments" (GH-23858) by Raymond Hettinger · 4 years, 8 months ago
- 9d09e17 Typo: fix inverted sense of statement (GH-23288) by basak · 4 years, 9 months ago
- 85c8492 Add more tests to the descriptor howto guide (GH-23506) by Raymond Hettinger · 4 years, 9 months ago
- 2d44a6b Add doctests to the descriptor HowTo (GH-23500) by Raymond Hettinger · 4 years, 9 months ago
- ffae932 Descriptor HowTo: Improve the fidelity of the member object simulation (GH-23475) by Raymond Hettinger · 4 years, 9 months ago
- c272d40 More updates to the descriptor howto guide (GH-23238) by Raymond Hettinger · 4 years, 9 months ago
- 8031877 Minor grammar edits for the descriptor howto guide (GH-#23175) by Raymond Hettinger · 4 years, 9 months ago
- 4b9aad4 bpo-42236: Enhance init and encoding documentation (GH-23109) by Victor Stinner · 4 years, 9 months ago
- e9208f0 Minor formatting edits to the descriptor howto guide (GH-23092) by Raymond Hettinger · 4 years, 9 months ago
- 74fa464 Add member objects to the descriptor howto guide (GH-23084) by Raymond Hettinger · 4 years, 9 months ago
- 148c76b Expand and clarify the "Invoking Descriptors" section of the Descriptor HowTo (GH-23078) by Raymond Hettinger · 4 years, 9 months ago
- e6a7ea4 Split-out a fourth section in the descriptor HowTo guide (GH-22965) by Raymond Hettinger · 4 years, 10 months ago
- 4a9c637 Second round of updates to the descriptor howto guide (GH-22946) by Raymond Hettinger · 4 years, 10 months ago
- 8e5b0fd bpo-19072: Update descriptor howto for decorator chaining (GH-22934) by Raymond Hettinger · 4 years, 10 months ago
- 8d3d731 Create a primer section for the descriptor howto guide (GH-22906) by Raymond Hettinger · 4 years, 10 months ago
- e8a2076 Revert "Fix all Python Cookbook links (#22205)" (GH-22424) by Andre Delfino · 4 years, 11 months ago
- ac0333e Fix all Python Cookbook links (#22205) by Andre Delfino · 5 years ago
- cdbff35 [doc] Update documentation on logging optimization. (GH-22075) by Vinay Sajip · 5 years ago
- 43577c0 bpo-40204: Fix Sphinx sytanx in howto/instrumentation.rst (GH-21858) by Victor Stinner · 5 years ago
- f6a16e8 Remove incorrect mention of method.__class__ in descriptor docs (GH-21665) by Yonatan Goldschmidt · 5 years ago
- 714217f Fixes dead links to Django's logging config docs (GH-20823) by kevin seelbach · 5 years ago
- 7efb826 Use f-strings in argparse HOWTO (GH-20070) by Rémi Lapeyre · 5 years ago
- 6546056 Doc: change 'Posix' for 'POSIX' (GH-20001) by Mathieu Dupuy · 5 years ago
- 8ea10a9 closes bpo-40166: Change Unicode Howto so that it does not have a specific number of assigned code points. (GH-19328) by amaajemyfren · 5 years ago
- 51796e5 Update some www.unicode.org URLs to use HTTPS. (GH-18912) by Benjamin Peterson · 5 years ago
- 7598a93 PyPy already supports Python 3 (GH-18774) by Slam · 5 years ago
- 35eac45 Doc: Fix external links to functional programming tutorial. (GH-18249) by Julien Palard · 6 years ago
- 8271441 bpo-39374: Updated sorting documentation (GH-18177) by Juhana Jauhiainen · 6 years ago
- e6ae90d Replace links in howto/pyporting.rst with sphinx references (GH-17781) by Oleg Höfling · 6 years ago
- 5383956 bpo-38830: Correct slot signature in Qt example. (GH-17220) by Vinay Sajip · 6 years ago
- e835b31 bpo-38600: NULL -> ``NULL``. (GH-17001) by Serhiy Storchaka · 6 years ago
- 32a960f Correct Roman-numeral example in Unicode HOWTO. (GH-15541) by Greg Price · 6 years ago
- 5eca7f3 bpo-15999: Always pass bool instead of int to socket.setblocking(). (GH-15621) by Serhiy Storchaka · 6 years ago
- 03acba6 bpo-25777: Wording describes a lookup, not a call (GH-15573) by Raymond Hettinger · 6 years ago
- 77df9a1 correct roman numeral VII description (GH-15523) by Ethan Furman · 6 years ago
- 472eced Refined Qt GUI example in the logging cookbook. (GH-15045) by Vinay Sajip · 6 years ago
- 1ed915e Add Qt GUI example to the logging cookbook. (GH-14978) by Vinay Sajip · 6 years ago
- d309352 Update logging cookbook to show multiple worker processes using the concurrent.futures module. (#14905) by Vinay Sajip · 6 years ago
- 84de34e bpo-32934: Clarified meaning of 'capacity' for BufferingHandler and MemoryHandler. (GH-14498) by Vinay Sajip · 6 years ago
- 8b2aa1f Use `python -m pip install` in porting guide and venv docs (GH-13257) by Brad · 6 years ago
- ca7b504 bpo-37111: Add 'encoding' and 'errors' parameters to logging.basicCon… (GH-14008) by Vinay Sajip · 6 years ago
- e042a45 Do not use explicit inheritance from object in the documentation. (GH-13936) by Serhiy Storchaka · 6 years ago
- 70c5f2a Use more PEP 570 syntax in the documentation. (GH-13720) by Serhiy Storchaka · 6 years ago
- b82e17e bpo-36842: Implement PEP 578 (GH-12613) by Steve Dower · 6 years ago
- f98c3c5 docs 36789: resolve incorrect note regarding UTF-8 (GH-13111) by redshiftzero · 6 years ago
- cbb6484 Doc: Replace the deprecated highlightlang directive by highlight. (#13377) by Stéphane Wirtel · 6 years ago
- 3b2f9ab doc: fix broken link on howto/unicode page (#13160) by redshiftzero · 6 years ago
- a6de52c bpo-32913: Added re.Match.groupdict example to regex HOWTO (GH-5821) by josh · 6 years ago
- abbdd1f bpo-23984: Improve descriptor documentation (GH-1034) by Shubham Aggarwal · 6 years ago
- 97c288d bpo-20906: Various revisions to the Unicode howto (#8394) by Andrew Kuchling · 6 years ago
- 3bacf61 bpo-35584: Clarify role of caret in a class class (GH-11946) by Raymond Hettinger · 6 years ago
- cda73a5 bpo-35781: Changed references to deprecated 'warn' method in logging documentation in favour of 'warning' (GH-11654) by yuji38kwmt · 7 years ago
- f0c7436 bpo-35722: Updated the documentation for the 'disable_existing_loggers' parameter (GH-11525) by Géry Ogam · 7 years ago
- 2b57c43 bpo-35506: Remove redundant and incorrect links from keywords. (GH-11174) by Serhiy Storchaka · 7 years ago
- 3f819ca bpo-35110: Fix unintentional spaces around hyphens and dashes. (GH-10231) by Serhiy Storchaka · 7 years ago
- 12e696b bpo-35042: Use the :pep: role where a PEP is specified (#10036) by Stéphane Wirtel · 7 years ago
- 12d0ff1 Remove ">>>" from testsetup. (GH-10017) by Benjamin Peterson · 7 years ago
- 890a4b9 bpo-35020: Link to sorting examples from list.sort() (GH-9931) by Xtreak · 7 years ago
- 1a4a10d Added CLI starter example to logging cookbook. (GH-9910) by Vinay Sajip · 7 years ago
- 11c4eaa Remove recent from logging cookbook (GH-9636) by Cheryl Sabella · 7 years ago
- 5b3cbcd Improved the more elaborate multiprocessing example in the logging cookbook (GH-9326) by Géry Ogam · 7 years ago
- 2d3ff2b bpo-24937: Replace the extension module porting HOWTO by links to external projects (GH-9317) by Petr Viktorin · 7 years ago
- 271818f Fix "Python" casing in a few places (GH-9001) by Andrés Delfino · 7 years ago
- 28ea4c2 switch descriptor howto to return value annotation (GH-7796) by NotAFile · 7 years ago
- 290a60b Revert "Fix misindented yaml in logging how to example (GH-8604)" (GH-9081) by Rémy HUBSCHER · 7 years ago
- 10b59f1 Fix misindented yaml in logging how to example (GH-8604) by Rémy HUBSCHER · 7 years ago
- db8707c Make code examples in Functional Programming HOWTO to be PEP 8 compliant. (GH-8646) by Sergey Fedoseev · 7 years ago
- 7cb7bcf bpo-20260: Implement non-bitwise unsigned int converters for Argument Clinic. (GH-8434) by Serhiy Storchaka · 7 years ago
- 5e5bbbe bpo-34083: Update dict order in Functional HOWTO (GH-8230) by Stig Johan Berggren · 7 years ago
- c6cd164 bpo-30660: Doc: Optimize PNG files by optipng (GH-8032) by INADA Naoki · 7 years ago
- 0a36ac1 bpo-33641: Convert RFC references into links. (GH-7103) by Serhiy Storchaka · 7 years ago
- 4054b17 bpo-26103: Fix inspect.isdatadescriptor() and a data descriptor definition. (GH-1959) by Aaron Hall, MBA · 7 years ago
- 9572132 Docs: be less specific about python versions (GH-6985) by Eitan Adler · 7 years ago
- 19177fb bpo-33503: Fix the broken pypi link in the source and the documentation (GH-6814) by Stéphane Wirtel · 7 years ago
- c4994dc bpo-33400: Clarified documentation to indicate no strict adherence to ISO 8601. (GH-6702) by Vinay Sajip · 7 years ago
- c89b221 Remove to-be-deprecated urllib.request.urlretrieve function reference (#6454) by Andrés Delfino · 7 years ago
- 46936d5 Improve highlighting of some code blocks. (GH-6401) by Serhiy Storchaka · 7 years ago
- 6677142 bpo-32614: Modify re examples to use a raw string to prevent warning (GH-5265) by Cheryl Sabella · 8 years ago
- 338cd83 bpo-25910: Link redirections in docs (#1933) by Sanyam Khurana · 8 years ago