summaryrefslogtreecommitdiffstats
path: root/Doc/howto
Commit message (Expand)AuthorAgeFilesLines
* [3.6] bpo-35110: Fix unintentional spaces around hyphens and dashes. (GH-1023...Serhiy Storchaka2018-10-311-1/+1
* Revert "Fix misindented yaml in logging how to example (GH-8604)" (GH-9081)Miss Islington (bot)2018-09-101-3/+3
* Fix misindented yaml in logging how to example (GH-8604)Miss Islington (bot)2018-08-131-3/+3
* Make code examples in Functional Programming HOWTO to be PEP 8 compliant. (GH...Miss Islington (bot)2018-08-071-23/+23
* more pypi.python.org -> pypi.org for 3.6 (GH-7616)Ned Deily2018-06-111-1/+1
* [3.6] bpo-33641: Convert RFC references into links. (GH-7103) (GH-7276)Serhiy Storchaka2018-05-313-8/+8
* Docs: be less specific about python versions (GH-6985)Miss Islington (bot)2018-05-201-2/+2
* [3.6] bpo-33503: Fix the broken pypi link in the source and the documentation...Stéphane Wirtel2018-05-162-9/+9
* bpo-33400: Clarified documentation to indicate no strict adherence to ISO 860...Miss Islington (bot)2018-05-041-3/+3
* Remove to-be-deprecated urllib.request.urlretrieve function reference (GH-6454)Miss Islington (bot)2018-04-161-4/+12
* [3.6] Improve highlighting of some code blocks. (GH-6401). (GH-6424)Serhiy Storchaka2018-04-098-64/+154
* [3.6] bpo-32614: Modify re examples to use a raw string to prevent wa… ...Terry Jan Reedy2018-02-022-7/+22
* trivial: link updates in documentation (GH-2765) (#4835)Miss Islington (bot)2017-12-131-1/+1
* bpo-30004: Fix the code example of using group in Regex Howto Docs (GH-4443) ...Miss Islington (bot)2017-11-251-3/+3
* [3.6] bpo-31714: Improved regular expression documentation. (GH-3907). (#3994)Serhiy Storchaka2017-10-141-81/+91
* [3.6] bpo-23702: Update Descriptor-HOWTO to reflect the removal of unbound me...Miss Islington (bot)2017-09-251-23/+33
* [3.6] bpo-31294: Fix ZeroMQSocketListener and ZeroMQSocketHandler examples (G...Miss Islington (bot)2017-09-071-8/+8
* [3.6] bpo-30737: Update DevGuide links to new URL (GH-3228) (GH-3390)Miss Islington (bot)2017-09-061-1/+1
* [3.6] Minor typo in curses.rst (GH-2763) (#2853)Terry Jan Reedy2017-07-241-1/+1
* [3.6] bpo-30709: Improve code example in Descriptor HowTo doc (GH-2339) (GH-2...Mariatta2017-06-231-3/+3
* bpo-29596: Improve clinic howto documentation (GH-1710) (GH-1976)gfyoung2017-06-061-3/+3
* bpo-30538: Update count() in Functional Programming HOWTO (GH-1919) (GH-1943)csabella2017-06-051-9/+14
* bpo-30530: Update Descriptor How To Documentation (GH-1845) (GH-1953)Mariatta2017-06-051-1/+1
* [3.6] Fix typos in multiple `.rst` files (GH-1668) (#1702)delirious-lettuce2017-05-211-1/+1
* [3.6] bpo-30380: Fix Sphinx 1.6.1 warnings. (GH-1613) (#1614)Serhiy Storchaka2017-05-161-5/+5
* [3.6] bpo-28315: Improve code examples in docs (GH-1372) (#1445)Mariatta2017-05-041-3/+3
* [3.6] bpo-30182: Use the correct name for ISO in Unicode HOWTO. (GH-1312) (GH...Mariatta2017-04-271-3/+3
* Remove redundant comma in argparse HOWTO (GH-1141)Berker Peksag2017-04-201-1/+1
* Merge doc fixes from 3.5Martin Panter2017-01-141-2/+2
|\
| * Avoid line breaks after hyphens, otherwise they are turned into spacesMartin Panter2017-01-141-2/+2
* | MergeBrett Cannon2016-12-221-4/+4
|\ \ | |/
| * Grammatical fixes following #d95f19892fd0Brett Cannon2016-12-221-4/+4
* | Merge for porting HOWTO updateBrett Cannon2016-12-171-49/+61
|\ \ | |/
| * Update porting HOWTO to drop unicode_literals and mention static type checkingBrett Cannon2016-12-171-49/+61
* | Issue #28820: Merge spelling fixes from 3.5Martin Panter2016-12-101-1/+1
|\ \ | |/
| * Issue #28820: Fix spelling of “practice” as a nounMartin Panter2016-12-101-1/+1
* | Issues #28755, #28753: Merge Arg Clinic howto from 3.5Martin Panter2016-12-101-24/+39
|\ \ | |/
| * Issue #28755: Improve syntax highlighting in Arg Clinic howtoMartin Panter2016-12-101-15/+29
| * Issue 28753: Argument Clinic howto docfix, courtesy Julien Palard.Martin Panter2016-12-101-14/+15
* | Fixed double hyphens that are rendered to literal en-dashes in the documenation.Serhiy Storchaka2016-12-041-2/+2
|\ \ | |/
| * Fixed double hyphens that are rendered to literal en-dashes in the documenation.Serhiy Storchaka2016-12-041-2/+2
* | Issue #28763: Use double hyphens (rendered as en-dashes) in numerical rangesSerhiy Storchaka2016-11-261-2/+2
|\ \ | |/
| * Issue #28763: Use double hyphens (rendered as en-dashes) in numerical rangesSerhiy Storchaka2016-11-261-2/+2
* | Merge doc fixups from 3.5Martin Panter2016-11-212-16/+16
|\ \ | |/
| * Change double hyphens (en dashes) to em (longer) dashesMartin Panter2016-11-212-16/+16
* | Issue #21590: Silence Sphinx warnings in instrumentation.rstBerker Peksag2016-11-061-26/+23
* | Issue #19795: Mark up True and False as literal text instead of bold.Serhiy Storchaka2016-10-191-3/+3
|\ \ | |/
| * Issue #19795: Mark up True and False as literal text instead of bold.Serhiy Storchaka2016-10-191-3/+3
* | Issue #19795: Mark up None as literal text.Serhiy Storchaka2016-10-193-3/+3
|\ \ | |/
| * Issue #19795: Mark up None as literal text.Serhiy Storchaka2016-10-193-3/+3