summaryrefslogtreecommitdiffstats
path: root/Doc/tutorial/introduction.rst
Commit message (Collapse)AuthorAgeFilesLines
* Issue #23921: Standardized documentation whitespace formatting.Serhiy Storchaka2016-05-101-4/+4
| | | | Original patch by James Edwards.
* Issue #26778: Fixed "a/an/and" typos in code comment and documentation.Serhiy Storchaka2016-04-171-1/+1
|
* Issue #25179: Preparatory cleanup of existing docs on string formattingMartin Panter2016-02-081-3/+2
| | | | | | | | | * There was a link pointing to the section on the string.Formatter class (and multiple links in Python 3), when the section on the common format string syntax is probably more appropriate * Fix references to various format() functions and methods * Nested replacement fields may contain conversions and format specifiers, and this is tested in Python 3; see Issue #19729 for instance
* remove parenthesis from print statement (closes #23396)Benjamin Peterson2015-02-051-1/+1
|
* Issue #23070: Fix a comment in the tutorial.Berker Peksag2014-12-171-1/+1
| | | | | | "Python" has 6 characters, not 7. Reported by Ross Burnett.
* Issue #14097: Backport 796d1371605d and subsequent changes.Zachary Ware2014-07-011-289/+267
| | | | | The 2.7 tutorial introduction now matches the 3.x introduction as rewritten by Ezio Melotti, with appropriate changes for 2.x.
* Issue #16015: Fix NameError doctest example in tutorial introduction.Chris Jerdonek2012-09-251-2/+1
|
* I do not think we will ever have auto-indent at the prompt, that is for ↵Georg Brandl2011-12-251-7/+7
| | | | IPython and the like.
* remove duplicated paragraph in the tutorialEli Bendersky2011-11-161-7/+0
|
* Merged revisions 86310 via svnmerge fromSenthil Kumaran2010-11-081-0/+7
| | | | | | | | | | svn+ssh://pythondev@svn.python.org/python/branches/py3k ........ r86310 | senthil.kumaran | 2010-11-08 09:53:13 +0800 (Mon, 08 Nov 2010) | 3 lines Fix Issue 10303: a small clarification in the tutorial. ........
* Confusing punctuation.Georg Brandl2010-06-271-1/+1
|
* Introduce copy by slicing, used in later chapters.Georg Brandl2010-03-211-0/+6
|
* #6828: fix wrongly highlighted blocks.Georg Brandl2009-09-031-5/+9
|
* part of #4144: fix exception message in console session.Georg Brandl2009-05-171-2/+2
|
* #1530012: move TQS section before raw strings.Georg Brandl2009-03-311-15/+14
|
* Remove trailing whitespace.Georg Brandl2009-01-031-8/+8
|
* Incorporate some suggestions by Tait Stevens.Georg Brandl2008-09-131-3/+14
|
* update the tutorial to use str.formatBenjamin Peterson2008-05-261-2/+6
|
* Add tutorial section about coding style.Georg Brandl2008-01-061-2/+2
|
* Some cleanup in the docs.Georg Brandl2007-12-291-11/+2
|
* Fix misleading example.Georg Brandl2007-11-091-1/+2
|
* Move the 2.6 reST doc tree in place.Georg Brandl2007-08-151-0/+645