summaryrefslogtreecommitdiffstats
path: root/Doc/tutorial
Commit message (Collapse)AuthorAgeFilesLines
* bpo-32452: clarify term 'brackets' in generator tutorial (#5079)Emily Morehouse2018-01-021-3/+3
| | | Updates documentation for generator expressions in classes tutorial: Clarify usage of ambiguous term "brackets" by replacing with "square brackets". Updated subsequent lines to respect line breaks. (#5079)
* bpo-25910: Fixes redirection from http to https (#4674)Sanyam Khurana2017-12-061-1/+1
|
* Improve the String tutorial docs (GH-4541)Will White2017-11-241-7/+7
| | | | | The paragraph that contains example of string literal concatenation was placed after the section about concatenation using the '+' sign. Moved the paragraph to the appropriate section.
* bpo-31757: Make Fibonacci examples consistent (#3991)Raymond Hettinger2017-10-142-18/+20
|
* bpo-30466: Add brief explanation of classes to tutorial (GH-1804)Trey Hunner2017-07-131-0/+6
|
* Clarification to the `break` statement (GH-2453)regexaurus2017-06-271-1/+1
| | | Clarify that the break statement breaks out of the innermost enclosing for or while loop.
* bpo-6519: Improve Python Input Output Tutorial (GH-2143)Andrew Kuchling2017-06-131-21/+29
| | | Move up the discussion about 'with' keyword, so it appears earlier in the document.
* bpo-30621: Update Input Output Tutorial Example(GH-2074)suketa2017-06-121-0/+1
| | | import json before using json module
* bpo-30312: Small correction in datastructures set code sample (GH-2081)KatherineMichel2017-06-101-1/+1
|
* bpo-30361: Use better example for mixed-type operands (#1701)gfyoung2017-05-291-4/+2
|
* bpo-28315: Improve code examples in docs (GH-1372)UltimateCoder2017-05-034-4/+4
| | | | | | Replace File "<stdin>", line 1, in ? with File "<stdin>", line 1, in <module>
* bpo-29756: Improve documentation for list methods that compare items by ↵Xiang Zhang2017-03-131-2/+2
| | | | | | equality (GH-572)
* Fix small typos in introduction and datastructures of tutorial (GH-272)Jim Fasarakis-Hilliard2017-02-252-5/+5
| | | | | * Fix small typos in introduction and datastructures * Use iterable instead of L in the doc for list.extend
* bpo-29453: Remove reference to undefined dictionary ordering in Tutorial ↵Jim Fasarakis-Hilliard2017-02-211-6/+5
| | | | | | | | | (GH-140) As of Python 3.6 **kwargs are ordered, thus, remove the paragraph stating that ordering is undefined and change snippet to remove the unecessary sorted call. * Add sentence mentioning guaranteed output order of kwargs
* Issue #29381: merge with 3.6Mariatta Wijaya2017-02-021-11/+10
|\
| * Issue #29381: Clarify ordering of UNIX shebang line as source encoding lineMariatta Wijaya2017-02-021-11/+10
| |
| * Backed out changeset 3d712292f2faMariatta Wijaya2017-02-021-14/+15
| |
| * Issue #29381: Clarify ordering of UNIX shebang line as source encoding lineMariatta Wijaya2017-02-021-15/+14
| |
* | Merge: #29005: clarify terminology in tutorial 'method' discussion.R David Murray2016-12-181-3/+2
|\ \ | |/
| * Merge: #29005: clarify terminology in tutorial 'method' discussion.R David Murray2016-12-181-3/+2
| |\
| | * #29005: clarify terminology in tutorial 'method' discussion.R David Murray2016-12-181-3/+2
| | | | | | | | | | | | Patch by Jim Fasarakis-Hilliard.
* | | Issue #28820: Merge typo fixes from 3.6Martin Panter2016-12-101-1/+1
|\ \ \ | |/ /
| * | 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
| | |
* | | Fixed mismatching title overline.Serhiy Storchaka2016-12-041-1/+1
|\ \ \ | |/ /
| * | Fixed mismatching title overline.Serhiy Storchaka2016-12-041-1/+1
| |\ \ | | |/
| | * Fixed mismatching title overline.Serhiy Storchaka2016-12-041-1/+1
| | |
* | | 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
| |\ \ | | |/
| | * Fixed double hyphens that are rendered to literal en-dashes in the documenation.Serhiy Storchaka2016-12-041-2/+2
| | |
* | | mergeRaymond Hettinger2016-11-221-24/+20
|\ \ \ | |/ /
| * | Issue #28587: Improve list examples in the tutorialRaymond Hettinger2016-11-221-24/+20
| | |
* | | mergeRaymond Hettinger2016-11-211-3/+10
|\ \ \ | |/ /
| * | Issue 28587: list.index documentation missing start and stop arguments. ↵Raymond Hettinger2016-11-211-3/+10
| | | | | | | | | | | | (Contributed by Mariatta Wijaya.)
* | | Closes #28713 uses OSError in the tutorialKushal Das2016-11-161-1/+1
|\ \ \ | |/ /
| * | Closes #28713 uses OSError in the tutorialKushal Das2016-11-161-1/+1
| | |
* | | Issue #21864: Merge from 3.6Berker Peksag2016-11-062-50/+31
|\ \ \ | |/ /
| * | Issue #21864: Merge from 3.5Berker Peksag2016-11-062-50/+31
| |\ \ | | |/
| | * Issue #21864: Remove outdated section about exceptions from the tutorialBerker Peksag2016-11-062-50/+31
| | | | | | | | | | | | | | | Move the still relevant parts of it to the previous chapter, "Errors and Exceptions".
* | | Merge with 3.6Terry Jan Reedy2016-09-301-8/+8
|\ \ \ | |/ /
| * | Merge with 3.5Terry Jan Reedy2016-09-301-8/+8
| |\ \ | | |/
| | * Issue #28815: Change '?' to '<module>' in some doc examples.Terry Jan Reedy2016-09-301-8/+8
| | | | | | | | | | | | Patch by Mariatta Wijaya.
* | | Issue #28306: Merge from 3.6Berker Peksag2016-09-281-1/+1
|\ \ \ | |/ /
| * | Issue #28306: Merge from 3.5Berker Peksag2016-09-281-1/+1
| |\ \ | | |/
| | * Issue #28306: Update exception message of ZeroDivisionErrorBerker Peksag2016-09-281-1/+1
| | |
* | | Bump to 3.7.0a0Ned Deily2016-09-123-6/+6
|/ /
* | mergeRaymond Hettinger2016-08-121-23/+1
|\ \ | |/
| * Issue 27719: Remove a doc example that is not applicable in Python 3Raymond Hettinger2016-08-121-23/+1
| |
* | Closes #27206: Merge with 3.5Zachary Ware2016-08-091-0/+4
|\ \ | |/
| * Issue #27206: Fix doctests in Doc/tutorial.Zachary Ware2016-08-091-0/+4
| | | | | | | | Patch by Jelle Zijlstra.