- c272d40 More updates to the descriptor howto guide (GH-23238) by Raymond Hettinger · 4 years ago
- 8031877 Minor grammar edits for the descriptor howto guide (GH-#23175) by Raymond Hettinger · 4 years ago
- 4b9aad4 bpo-42236: Enhance init and encoding documentation (GH-23109) by Victor Stinner · 4 years ago
- e9208f0 Minor formatting edits to the descriptor howto guide (GH-23092) by Raymond Hettinger · 4 years ago
- 74fa464 Add member objects to the descriptor howto guide (GH-23084) by Raymond Hettinger · 4 years ago
- 148c76b Expand and clarify the "Invoking Descriptors" section of the Descriptor HowTo (GH-23078) by Raymond Hettinger · 4 years ago
- e6a7ea4 Split-out a fourth section in the descriptor HowTo guide (GH-22965) by Raymond Hettinger · 4 years ago
- 4a9c637 Second round of updates to the descriptor howto guide (GH-22946) by Raymond Hettinger · 4 years ago
- 8e5b0fd bpo-19072: Update descriptor howto for decorator chaining (GH-22934) by Raymond Hettinger · 4 years ago
- 8d3d731 Create a primer section for the descriptor howto guide (GH-22906) by Raymond Hettinger · 4 years, 1 month ago
- e8a2076 Revert "Fix all Python Cookbook links (#22205)" (GH-22424) by Andre Delfino · 4 years, 1 month ago
- ac0333e Fix all Python Cookbook links (#22205) by Andre Delfino · 4 years, 2 months ago
- cdbff35 [doc] Update documentation on logging optimization. (GH-22075) by Vinay Sajip · 4 years, 2 months ago
- 43577c0 bpo-40204: Fix Sphinx sytanx in howto/instrumentation.rst (GH-21858) by Victor Stinner · 4 years, 3 months ago
- f6a16e8 Remove incorrect mention of method.__class__ in descriptor docs (GH-21665) by Yonatan Goldschmidt · 4 years, 3 months ago
- 714217f Fixes dead links to Django's logging config docs (GH-20823) by kevin seelbach · 4 years, 5 months ago
- 7efb826 Use f-strings in argparse HOWTO (GH-20070) by Rémi Lapeyre · 4 years, 6 months ago
- 6546056 Doc: change 'Posix' for 'POSIX' (GH-20001) by Mathieu Dupuy · 4 years, 6 months 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 · 4 years, 7 months ago
- 51796e5 Update some www.unicode.org URLs to use HTTPS. (GH-18912) by Benjamin Peterson · 4 years, 8 months ago
- 7598a93 PyPy already supports Python 3 (GH-18774) by Slam · 4 years, 8 months ago
- 35eac45 Doc: Fix external links to functional programming tutorial. (GH-18249) by Julien Palard · 4 years, 9 months ago
- 8271441 bpo-39374: Updated sorting documentation (GH-18177) by Juhana Jauhiainen · 4 years, 10 months ago
- e6ae90d Replace links in howto/pyporting.rst with sphinx references (GH-17781) by Oleg Höfling · 4 years, 10 months ago
- 5383956 bpo-38830: Correct slot signature in Qt example. (GH-17220) by Vinay Sajip · 5 years ago
- e835b31 bpo-38600: NULL -> ``NULL``. (GH-17001) by Serhiy Storchaka · 5 years ago
- 32a960f Correct Roman-numeral example in Unicode HOWTO. (GH-15541) by Greg Price · 5 years ago
- 5eca7f3 bpo-15999: Always pass bool instead of int to socket.setblocking(). (GH-15621) by Serhiy Storchaka · 5 years ago
- 03acba6 bpo-25777: Wording describes a lookup, not a call (GH-15573) by Raymond Hettinger · 5 years ago
- 77df9a1 correct roman numeral VII description (GH-15523) by Ethan Furman · 5 years ago
- 472eced Refined Qt GUI example in the logging cookbook. (GH-15045) by Vinay Sajip · 5 years ago
- 1ed915e Add Qt GUI example to the logging cookbook. (GH-14978) by Vinay Sajip · 5 years ago
- d309352 Update logging cookbook to show multiple worker processes using the concurrent.futures module. (#14905) by Vinay Sajip · 5 years ago
- 84de34e bpo-32934: Clarified meaning of 'capacity' for BufferingHandler and MemoryHandler. (GH-14498) by Vinay Sajip · 5 years ago
- 8b2aa1f Use `python -m pip install` in porting guide and venv docs (GH-13257) by Brad · 5 years ago
- ca7b504 bpo-37111: Add 'encoding' and 'errors' parameters to logging.basicCon… (GH-14008) by Vinay Sajip · 5 years ago
- e042a45 Do not use explicit inheritance from object in the documentation. (GH-13936) by Serhiy Storchaka · 5 years ago
- 70c5f2a Use more PEP 570 syntax in the documentation. (GH-13720) by Serhiy Storchaka · 5 years ago
- b82e17e bpo-36842: Implement PEP 578 (GH-12613) by Steve Dower · 5 years ago
- f98c3c5 docs 36789: resolve incorrect note regarding UTF-8 (GH-13111) by redshiftzero · 5 years ago
- cbb6484 Doc: Replace the deprecated highlightlang directive by highlight. (#13377) by Stéphane Wirtel · 5 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 · 6 years ago
- f0c7436 bpo-35722: Updated the documentation for the 'disable_existing_loggers' parameter (GH-11525) by Géry Ogam · 6 years ago
- 2b57c43 bpo-35506: Remove redundant and incorrect links from keywords. (GH-11174) by Serhiy Storchaka · 6 years ago
- 3f819ca bpo-35110: Fix unintentional spaces around hyphens and dashes. (GH-10231) by Serhiy Storchaka · 6 years ago
- 12e696b bpo-35042: Use the :pep: role where a PEP is specified (#10036) by Stéphane Wirtel · 6 years ago
- 12d0ff1 Remove ">>>" from testsetup. (GH-10017) by Benjamin Peterson · 6 years ago
- 890a4b9 bpo-35020: Link to sorting examples from list.sort() (GH-9931) by Xtreak · 6 years ago
- 1a4a10d Added CLI starter example to logging cookbook. (GH-9910) by Vinay Sajip · 6 years ago
- 11c4eaa Remove recent from logging cookbook (GH-9636) by Cheryl Sabella · 6 years ago
- 5b3cbcd Improved the more elaborate multiprocessing example in the logging cookbook (GH-9326) by Géry Ogam · 6 years ago
- 2d3ff2b bpo-24937: Replace the extension module porting HOWTO by links to external projects (GH-9317) by Petr Viktorin · 6 years ago
- 271818f Fix "Python" casing in a few places (GH-9001) by Andrés Delfino · 6 years ago
- 28ea4c2 switch descriptor howto to return value annotation (GH-7796) by NotAFile · 6 years ago
- 290a60b Revert "Fix misindented yaml in logging how to example (GH-8604)" (GH-9081) by Rémy HUBSCHER · 6 years ago
- 10b59f1 Fix misindented yaml in logging how to example (GH-8604) by Rémy HUBSCHER · 6 years ago
- db8707c Make code examples in Functional Programming HOWTO to be PEP 8 compliant. (GH-8646) by Sergey Fedoseev · 6 years ago
- 7cb7bcf bpo-20260: Implement non-bitwise unsigned int converters for Argument Clinic. (GH-8434) by Serhiy Storchaka · 6 years ago
- 5e5bbbe bpo-34083: Update dict order in Functional HOWTO (GH-8230) by Stig Johan Berggren · 6 years ago
- c6cd164 bpo-30660: Doc: Optimize PNG files by optipng (GH-8032) by INADA Naoki · 6 years ago
- 0a36ac1 bpo-33641: Convert RFC references into links. (GH-7103) by Serhiy Storchaka · 6 years ago
- 4054b17 bpo-26103: Fix inspect.isdatadescriptor() and a data descriptor definition. (GH-1959) by Aaron Hall, MBA · 6 years ago
- 9572132 Docs: be less specific about python versions (GH-6985) by Eitan Adler · 6 years ago
- 19177fb bpo-33503: Fix the broken pypi link in the source and the documentation (GH-6814) by Stéphane Wirtel · 6 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 · 7 years ago
- 338cd83 bpo-25910: Link redirections in docs (#1933) by Sanyam Khurana · 7 years ago
- fbb490f bpo-32308: Replace empty matches adjacent to a previous non-empty match in re.sub(). (#4846) by Serhiy Storchaka · 7 years ago
- 4f29f3c trivial: link updates in documentation (#2765) by jimmy · 7 years ago
- 1b4587a bpo-25910: Fixes redirection from http to https (#4674) by Sanyam Khurana · 7 years ago
- 610e5af bpo-30004: Fix the code example of using group in Regex Howto Docs (GH-4443) by Mandeep Bhutani · 7 years ago
- 12d6056 Add version{changed,added} markers and make minor style changes (GH-4273) by Berker Peksag · 7 years ago
- cd195e2 bpo-31714: Improved regular expression documentation. (#3907) by Serhiy Storchaka · 7 years ago
- 0b5e61d bpo-30397: Add re.Pattern and re.Match. (#1646) by Serhiy Storchaka · 7 years ago
- 3d2b407 bpo-31574: importlib dtrace (#3749) by Christian Heimes · 7 years ago
- 0d4497b bpo-23702: Update Descriptor-HOWTO to reflect the removal of unbound methods (#3739) by Raymond Hettinger · 7 years ago
- 586c050 bpo-31294: Fix ZeroMQSocketListener and ZeroMQSocketHandler examples (#3229) by Pablo Galindo · 7 years ago
- 384899d bpo-30737: Update DevGuide links to new URL (GH-3228) by Lisa Hewus Fresh · 7 years ago
- a3110a0 Fix a minor grammar issue in the logging cookbook (GH-3136) by Brett Cannon · 7 years ago
- d439d3e Minor typo in curses.rst (#2763) by waxmoon · 7 years ago
- b066edf bpo-30709: Improve code example in Descriptor HowTo doc (GH-2339) by _ = NaN · 7 years ago
- ec19ba2 bpo-29596: Improve clinic howto documentation (GH-1710) by gfyoung · 7 years ago
- 1bced56 bpo-30530: Update Descriptor How To Documentation (GH-1845) by Mariano Anaya · 7 years ago
- 9be4ff3 bpo-30538: Update count() in Functional Programming HOWTO (#1919) by csabella · 7 years ago
- 3378b20 Fix typos in multiple `.rst` files (#1668) by delirious-lettuce · 7 years ago
- d97b7dc bpo-30380: Fix Sphinx 1.6.1 warnings. (#1613) by Serhiy Storchaka · 7 years ago
- 8856940 bpo-28315: Improve code examples in docs (GH-1372) by UltimateCoder · 8 years ago
- 6fde770 Use the correct name for ISO in Unicode HOWTO. (#1312) by Jesse Gonzalez · 8 years ago
- 8526fb7 Remove redundant comma in argparse HOWTO (#1141) by Berker Peksag · 8 years ago
- 84b8e92 bpo-29918: Add missed "const" modifiers in C API documentation. (#846) by Serhiy Storchaka · 8 years ago
- 4659ddc Merge doc fixes from 3.5 by Martin Panter · 8 years ago
- 8f13783 Avoid line breaks after hyphens, otherwise they are turned into spaces by Martin Panter · 8 years ago
- 73224c4 Merge by Brett Cannon · 8 years ago