summaryrefslogtreecommitdiff
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
* bpo-21196: Clarify name mangling rules in tutorial (GH-5667)Miss Islington (bot)2018-10-191-0/+5
* bpo-28677: Improve phrasing of when instance attribute is referenced (GH-6208)Miss Islington (bot)2018-07-251-2/+2
* bpo-33892: Doc: Use gender neutral words (GH-7770)Andrés Delfino2018-06-191-10/+10
* [2.7] bpo-33503: Fix the broken pypi link in the source and the documentation...Stéphane Wirtel2018-05-161-1/+1
* [2.7] bpo-13525: Fix incorrect encoding name in the tutorial example. (GH-673...Serhiy Storchaka2018-05-091-2/+2
* [2.7] bpo-33297: Mention Pillow to work with more image formats. (GH-6505) (G...Andrés Delfino2018-04-211-1/+1
* bpo-32963: Fix the tutorial to state source has a default encoding of ASCII (...Brett Cannon2018-03-021-8/+1
* [2.7] bpo-25059: Clarify the print separator usage in tutorial (GH-5879)Cheryl Sabella2018-02-251-1/+1
* bpo-31454: Include information about "import X as Y" in Modules tutorial (GH-...Miss Islington (bot)2018-02-251-0/+19
* bpo-32452: clarify term 'brackets' in generator tutorial (GH-5079) (#5082)Miss Islington (bot)2018-01-021-3/+3
* Improve the String tutorial docs (GH-4541) (GH-4546)Miss Islington (bot)2017-11-241-7/+7
* Clarification to the `break` statement (GH-2453) (GH-2459)regexaurus2017-06-271-1/+1
* bpo-30621: Update Input Output Tutorial Example(GH-2074) (GH-2120)Mariatta2017-06-111-0/+1
* [2.7] bpo-28315: Improve code examples in docs (GH-1372) (#1447)Mariatta2017-05-034-4/+4
* Remove redundant footnote (#181)Qingpeng "Q.P." Zhang2017-02-191-1/+1
* Issue #29381: Clarify ordering of UNIX shebang line as source encoding lineMariatta Wijaya2017-02-011-29/+19
* 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
* Issue #28820: Fix spelling of “practice” as a nounMartin Panter2016-11-301-1/+1
* Issue #28815: Change '?' to '<module>' in some doc examples.Terry Jan Reedy2016-09-301-9/+9
* Issue #26462: Doc: avoid literal_block warnings, fix syntax highlighting.Martin Panter2016-07-263-3/+9
* Issue #25523: Correct "a" article to "an" articleMartin Panter2015-11-021-1/+1
* Issue #24314: Add links for general attributes like __name__, __dict__Martin Panter2016-06-181-2/+2
* Issue #23921: Standardized documentation whitespace formatting.Serhiy Storchaka2016-05-109-18/+26
* Issue #26736: Used HTTPS for external links in the documentation if possible.Serhiy Storchaka2016-05-072-2/+2
* Issue #26778: Fixed "a/an/and" typos in code comment and documentation.Serhiy Storchaka2016-04-172-2/+2
* Issue #25179: Preparatory cleanup of existing docs on string formattingMartin Panter2016-02-081-3/+2
* Marked keystrokes with the :kbd: role.Serhiy Storchaka2015-09-122-2/+2
* Improve tutorial suggestion for looping techniquesRaymond Hettinger2015-09-011-11/+11
* Fix minor docs markup errors.Serhiy Storchaka2015-03-141-3/+3
* remove parenthesis from print statement (closes #23396)Benjamin Peterson2015-02-041-1/+1
* Closes #23181: codepoint -> code pointGeorg Brandl2015-01-141-1/+1
* Issue #23070: Fix a comment in the tutorial.Berker Peksag2014-12-171-1/+1
* Issue #12602: Add missing cross-references to runpy and using/cmdline docs.Berker Peksag2014-12-101-0/+2
* Fix description.Georg Brandl2014-11-141-1/+1
* Closes #22868: make example less ambiguous.Georg Brandl2014-11-141-3/+3
* minor grammar fixes (from docs@python.org)Georg Brandl2014-10-311-2/+2
* Fixing broken links in doc, part 3: the restGeorg Brandl2014-10-291-2/+2
* Use https:// URLs when referring to python.org hosts.Georg Brandl2014-10-293-6/+6
* Issue #16827: Make Interpreter introduction section of the tutorial moreSenthil Kumaran2014-09-183-111/+128
* Issue #20643: Fixed references to the next() method (distinguish from theSerhiy Storchaka2014-09-051-5/+5
* Fix grammarAndrew Svetlov2014-07-241-1/+1
* Issue #14097: Backport 796d1371605d and subsequent changes.Zachary Ware2014-07-011-289/+267
* Issue #11974: Add tutorial section on class and instance variablesRaymond Hettinger2014-06-231-0/+71
* Issue 21575: Show list.sort() arguments in the tutorial.Raymond Hettinger2014-05-261-2/+3
* Issue #21545: Add .pop example and tweak comment about pure mutation methods.Terry Jan Reedy2014-05-231-0/+9
* Issue #18840: Introduce the json module in the tutorial, and deemphasize the ...Antoine Pitrou2013-12-051-30/+47
* Fix indentation in doc example.Ezio Melotti2013-11-171-5/+5