Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Issue #23921: Standardized documentation whitespace formatting. | Serhiy Storchaka | 2016-05-10 | 1 | -1/+1 |
| | | | | Original patch by James Edwards. | ||||
* | Fix indentation in doc example. | Ezio Melotti | 2013-11-17 | 1 | -5/+5 |
| | |||||
* | Use "lambda expression" as preferred to "lambda form". | Georg Brandl | 2013-10-06 | 1 | -1/+1 |
| | |||||
* | Closes #18646: improve lambda docs in tutorial. Original patch by Terry Reedy. | Georg Brandl | 2013-10-06 | 1 | -11/+18 |
| | |||||
* | Use 2.x "print" syntax for this example. | Georg Brandl | 2012-11-12 | 1 | -2/+3 |
| | |||||
* | Issue #16225: Backport from 3.2: Add additional note to tutorial about looping. | Chris Jerdonek | 2012-10-16 | 1 | -11/+11 |
| | |||||
* | Fix typo in tutorial | Eli Bendersky | 2012-08-18 | 1 | -1/+1 |
| | |||||
* | Issue #15630: Add an example for "continue" statement in the tutorial. Patch by | Senthil Kumaran | 2012-08-12 | 1 | -3/+16 |
| | | | | Daniel Ellis. | ||||
* | Nudge readers towards a more accurate mental model for loop else clauses ↵ | Nick Coghlan | 2012-06-07 | 1 | -0/+7 |
| | | | | (Backport from 3.x) | ||||
* | #6570: clarify tutorial section about keyword arguments. | Ezio Melotti | 2011-12-13 | 1 | -18/+23 |
| | |||||
* | Confirm that the prime example is actually correct. We get so many ↵ | Georg Brandl | 2011-08-08 | 1 | -0/+3 |
| | | | | complaints about a "buggy example" on docs@python, let us hope this cuts them in half at least. | ||||
* | #12092: backport rephrasing of a paragraph in the tutorial. | Ezio Melotti | 2011-05-17 | 1 | -4/+3 |
| | |||||
* | Merged revisions 85530,85534,85538,85540-85542 via svnmerge from | Georg Brandl | 2010-11-26 | 1 | -1/+2 |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | svn+ssh://pythondev@svn.python.org/python/branches/py3k ........ r85530 | georg.brandl | 2010-10-15 17:32:05 +0200 (Fr, 15 Okt 2010) | 1 line Refrain from using inline suites. ........ r85534 | georg.brandl | 2010-10-15 18:19:43 +0200 (Fr, 15 Okt 2010) | 1 line #9801: document how list and dict proxies created by Managers behave w.r.t. mutable items. ........ r85538 | georg.brandl | 2010-10-15 18:35:46 +0200 (Fr, 15 Okt 2010) | 1 line #7303: add documentation for useful pkgutil functions and classes. ........ r85540 | georg.brandl | 2010-10-15 18:42:37 +0200 (Fr, 15 Okt 2010) | 1 line #6798: fix wrong docs for the arguments to several trace events. ........ r85541 | georg.brandl | 2010-10-15 18:53:24 +0200 (Fr, 15 Okt 2010) | 1 line #4968: updates to inspect.is* function docs. ........ r85542 | georg.brandl | 2010-10-15 19:01:15 +0200 (Fr, 15 Okt 2010) | 1 line #7790: move table of struct_time members to the actual description of struct_time. ........ | ||||
* | #8267: Use sorted() to get a sorted list of dict keys. | Georg Brandl | 2010-10-15 | 1 | -3/+3 |
| | |||||
* | Issue #7369: Fibonacci series should start at 0 in tutorial example. | Mark Dickinson | 2009-11-23 | 1 | -9/+9 |
| | |||||
* | #6204: use a real reference instead of "see later". | Georg Brandl | 2009-06-06 | 1 | -1/+1 |
| | |||||
* | #6211: elaborate a bit on ways to call the function. | Georg Brandl | 2009-06-06 | 1 | -5/+14 |
| | |||||
* | Use preferred form of raising exceptions. | Georg Brandl | 2009-05-30 | 1 | -1/+1 |
| | |||||
* | Remove trailing whitespace. | Georg Brandl | 2009-01-03 | 1 | -12/+12 |
| | |||||
* | pretend exceptions don't exist a while longer | Benjamin Peterson | 2008-12-24 | 1 | -28/+6 |
| | |||||
* | Add reference to enumerate() to indices example. | Georg Brandl | 2008-12-04 | 1 | -2/+5 |
| | |||||
* | Fix grammar error; reword two paragraphs | Andrew M. Kuchling | 2008-11-06 | 1 | -9/+11 |
| | |||||
* | #4247: add "pass" examples to tutorial. | Georg Brandl | 2008-11-06 | 1 | -0/+33 |
| | |||||
* | Incorporate some suggestions by Tait Stevens. | Georg Brandl | 2008-09-13 | 1 | -23/+26 |
| | |||||
* | revert last revision; code was right | Benjamin Peterson | 2008-08-02 | 1 | -3/+3 |
| | |||||
* | fix indentation that caused logic bug | Benjamin Peterson | 2008-08-02 | 1 | -3/+3 |
| | |||||
* | fix spelling | Benjamin Peterson | 2008-05-28 | 1 | -2/+2 |
| | |||||
* | update tutorial function with more appropiate one from Eric Smith | Benjamin Peterson | 2008-05-28 | 1 | -2/+2 |
| | |||||
* | update the tutorial to use str.format | Benjamin Peterson | 2008-05-26 | 1 | -2/+2 |
| | |||||
* | Typo fix | Andrew M. Kuchling | 2008-04-15 | 1 | -1/+1 |
| | |||||
* | Add *,**,@ to index, as suggested by | Andrew M. Kuchling | 2008-04-15 | 1 | -0/+6 |
| | | | | | | | | http://farmdev.com/thoughts/24/what-does-the-def-star-variable-or-def-asterisk-parameter-syntax-do-in-python-/ The right entry type to use isn't clear; operator seems wrong, because *,**,@ aren't being used in expressions here. I put them as 'statement'; 'syntax' might be better. | ||||
* | #997912: acknowledge nested scopes in tutorial. | Georg Brandl | 2008-01-21 | 1 | -4/+5 |
| | |||||
* | Add tutorial section about coding style. | Georg Brandl | 2008-01-06 | 1 | -3/+50 |
| | |||||
* | Some cleanup in the docs. | Georg Brandl | 2007-12-29 | 1 | -7/+4 |
| | |||||
* | Make example about hiding None return values at the prompt clearer. | Georg Brandl | 2007-10-30 | 1 | -1/+2 |
| | |||||
* | Move the 2.6 reST doc tree in place. | Georg Brandl | 2007-08-15 | 1 | -0/+562 |