summaryrefslogtreecommitdiffstats
path: root/Doc/tutorial
Commit message (Expand)AuthorAgeFilesLines
* Add a reference to the name mangling description in the tutorial to the index...Miss Islington (bot)2018-11-071-0/+3
* Fix a typo about a comma. (GH-10306)Miss Islington (bot)2018-11-031-1/+1
* [3.6] bpo-35110: Fix unintentional spaces around hyphens and dashes. (GH-1023...Serhiy Storchaka2018-10-311-2/+2
* [3.6] bpo-35054: Add yet more index entries for symbols. (GH-10121). (GH-10182)Serhiy Storchaka2018-10-282-3/+3
* [3.6] bpo-35054: Add more index entries for symbols. (GH-10064). (GH-10119)Serhiy Storchaka2018-10-262-3/+6
* bpo-21196: Clarify name mangling rules in tutorial (GH-5667)Miss Islington (bot)2018-10-201-0/+5
* bpo-28677: Improve phrasing of when instance attribute is referenced (GH-6208)Miss Islington (bot)2018-07-251-2/+2
* Fix documentation for input and output tutorial (GH-8231)Miss Islington (bot)2018-07-111-1/+1
* use rich markup for PEP reference (GH-7939)Miss Islington (bot)2018-06-271-1/+1
* bpo-33892: Doc: Use gender neutral words (GH-7770)Miss Islington (bot)2018-06-181-10/+10
* [3.6] bpo-33641: Convert RFC references into links. (GH-7103) (GH-7276)Serhiy Storchaka2018-05-311-1/+1
* [3.6] bpo-33503: Fix the broken pypi link in the source and the documentation...Stéphane Wirtel2018-05-162-2/+2
* bpo-13525: Fix incorrect encoding name in the tutorial example. (GH-6738)Miss Islington (bot)2018-05-091-2/+2
* Mention both relevant PEPs in function annotations tutorial (GH-6304)Miss Islington (bot)2018-04-251-2/+2
* bpo-33297: Mention Pillow to work with more image formats. (GH-6505)Miss Islington (bot)2018-04-211-1/+1
* [3.6] Improve highlighting of some code blocks. (GH-6401). (GH-6424)Serhiy Storchaka2018-04-091-1/+1
* controlflow: Use full example for "5 through 9" (GH-5907)Miss Islington (bot)2018-03-091-1/+1
* bpo-31454: Include information about "import X as Y" in Modules tutorial (GH-...Miss Islington (bot)2018-02-251-0/+19
* bpo-25059: Clarify the print separator usage in tutorial (GH-5879)Miss Islington (bot)2018-02-251-1/+1
* bpo-32452: clarify term 'brackets' in generator tutorial (GH-5079) (#5081)Miss Islington (bot)2018-01-021-3/+3
* Improve the String tutorial docs (GH-4541) (GH-4545)Miss Islington (bot)2017-11-241-7/+7
* bpo-30466: Add brief explanation of classes to tutorial (GH-1804) (GH-2700)Trey Hunner2017-07-211-0/+6
* Clarification to the `break` statement (GH-2453) (#GH-2457)regexaurus2017-06-281-1/+1
* bpo-6519: Improve Python Input Output Tutorial (GH-2143) (GH-2145)Mariatta2017-06-131-21/+29
* bpo-30621: Update Input Output Tutorial Example(GH-2074) (GH-2118)Mariatta2017-06-121-0/+1
* bpo-30312: Small correction in datastructures set code sample (GH-2081) (GH-2...KatherineMichel2017-06-101-1/+1
* [3.6] bpo-30361: Use better example for mixed-type operands (GH-1701) (#1856)Mariatta2017-05-291-4/+2
* [3.6] bpo-28315: Improve code examples in docs (GH-1372) (#1445)Mariatta2017-05-044-4/+4
* Fix small typos in introduction and datastructures of tutorial (GH-272) (GH-297)Mariatta2017-02-262-5/+5
* bpo-29453: Remove reference to undefined dictionary ordering in Tutorial (GH-...Mariatta2017-02-211-6/+5
* 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
|\
| * #29005: clarify terminology in tutorial 'method' discussion.R David Murray2016-12-181-3/+2
* | 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 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 #28587: Improve list examples in the tutorialRaymond Hettinger2016-11-221-24/+20
* | Issue 28587: list.index documentation missing start and stop arguments. (Con...Raymond Hettinger2016-11-211-3/+10
* | Closes #28713 uses OSError in the tutorialKushal Das2016-11-161-1/+1
* | 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
* | 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
* | Issue #28306: Merge from 3.5Berker Peksag2016-09-281-1/+1
|\ \ | |/
| * Issue #28306: Update exception message of ZeroDivisionErrorBerker Peksag2016-09-281-1/+1