Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Issue #23921: Standardized documentation whitespace formatting. | Serhiy Storchaka | 2016-05-10 | 1 | -4/+4 |
| | | | | Original patch by James Edwards. | ||||
* | Issue #26778: Fixed "a/an/and" typos in code comment and documentation. | Serhiy Storchaka | 2016-04-17 | 1 | -1/+1 |
| | |||||
* | Issue #25179: Preparatory cleanup of existing docs on string formatting | Martin Panter | 2016-02-08 | 1 | -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 Peterson | 2015-02-05 | 1 | -1/+1 |
| | |||||
* | Issue #23070: Fix a comment in the tutorial. | Berker Peksag | 2014-12-17 | 1 | -1/+1 |
| | | | | | | "Python" has 6 characters, not 7. Reported by Ross Burnett. | ||||
* | Issue #14097: Backport 796d1371605d and subsequent changes. | Zachary Ware | 2014-07-01 | 1 | -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 Jerdonek | 2012-09-25 | 1 | -2/+1 |
| | |||||
* | I do not think we will ever have auto-indent at the prompt, that is for ↵ | Georg Brandl | 2011-12-25 | 1 | -7/+7 |
| | | | | IPython and the like. | ||||
* | remove duplicated paragraph in the tutorial | Eli Bendersky | 2011-11-16 | 1 | -7/+0 |
| | |||||
* | Merged revisions 86310 via svnmerge from | Senthil Kumaran | 2010-11-08 | 1 | -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 Brandl | 2010-06-27 | 1 | -1/+1 |
| | |||||
* | Introduce copy by slicing, used in later chapters. | Georg Brandl | 2010-03-21 | 1 | -0/+6 |
| | |||||
* | #6828: fix wrongly highlighted blocks. | Georg Brandl | 2009-09-03 | 1 | -5/+9 |
| | |||||
* | part of #4144: fix exception message in console session. | Georg Brandl | 2009-05-17 | 1 | -2/+2 |
| | |||||
* | #1530012: move TQS section before raw strings. | Georg Brandl | 2009-03-31 | 1 | -15/+14 |
| | |||||
* | Remove trailing whitespace. | Georg Brandl | 2009-01-03 | 1 | -8/+8 |
| | |||||
* | Incorporate some suggestions by Tait Stevens. | Georg Brandl | 2008-09-13 | 1 | -3/+14 |
| | |||||
* | update the tutorial to use str.format | Benjamin Peterson | 2008-05-26 | 1 | -2/+6 |
| | |||||
* | Add tutorial section about coding style. | Georg Brandl | 2008-01-06 | 1 | -2/+2 |
| | |||||
* | Some cleanup in the docs. | Georg Brandl | 2007-12-29 | 1 | -11/+2 |
| | |||||
* | Fix misleading example. | Georg Brandl | 2007-11-09 | 1 | -1/+2 |
| | |||||
* | Move the 2.6 reST doc tree in place. | Georg Brandl | 2007-08-15 | 1 | -0/+645 |