| Commit message (Expand) | Author | Age | Files | Lines |
* | Doc: Fix: Proper UpperCamelCase and lowercase. (GH-14644) | Julien Palard | 2019-07-08 | 1 | -1/+1 |
|
|
* | bpo-29414: Change 'the for statement is such an iterator' in Tutorial (GH-273) | Marco Buttu | 2019-06-01 | 1 | -10/+16 |
|
|
* | bpo-36739: Update controlflow.rst (GH-12983) | pbhd | 2019-05-29 | 1 | -3/+5 |
|
|
* | bpo-36540: Documentation for PEP570 - Python positional only arguments (#13202) | Pablo Galindo | 2019-05-28 | 1 | -0/+170 |
|
|
* | Doc: Add missing forward reference in the tutorial. (GH-13499) | Julien Palard | 2019-05-28 | 1 | -3/+3 |
|
|
* | Revert "Minor doc improvement (GH-10341)" (GH-12597) | Raymond Hettinger | 2019-03-28 | 1 | -2/+2 |
|
|
* | Minor doc improvement (GH-10341) | Andre Delfino | 2019-03-27 | 1 | -2/+2 |
|
|
* | bpo-35566: Add links to annotation glossary term (GH-11291) | Cheryl Sabella | 2018-12-24 | 1 | -4/+4 |
|
|
* | bpo-35506: Remove redundant and incorrect links from keywords. (GH-11174) | Serhiy Storchaka | 2018-12-19 | 1 | -17/+17 |
|
|
* | bpo-35110: Fix unintentional spaces around hyphens and dashes. (GH-10231) | Serhiy Storchaka | 2018-10-31 | 1 | -2/+2 |
|
|
* | bpo-35054: Add yet more index entries for symbols. (GH-10121) | Serhiy Storchaka | 2018-10-28 | 1 | -2/+2 |
|
|
* | bpo-35054: Add more index entries for symbols. (GH-10064) | Serhiy Storchaka | 2018-10-26 | 1 | -3/+4 |
|
|
* | Mention both relevant PEPs in function annotations tutorial (GH-6304) | Neeraj Badlani | 2018-04-25 | 1 | -2/+2 |
|
|
* | controlflow: Use full example for "5 through 9" (GH-5907) | Steven M. Vascellaro | 2018-03-09 | 1 | -1/+1 |
|
|
* | Clarification to the `break` statement (GH-2453) | regexaurus | 2017-06-27 | 1 | -1/+1 |
|
|
* | bpo-28315: Improve code examples in docs (GH-1372) | UltimateCoder | 2017-05-03 | 1 | -1/+1 |
|
|
* | bpo-29453: Remove reference to undefined dictionary ordering in Tutorial (GH-... | Jim Fasarakis-Hilliard | 2017-02-21 | 1 | -6/+5 |
|
|
* | Issue #26462: Merge code block fixes from 3.5 | Martin Panter | 2016-07-29 | 1 | -1/+3 |
|\ |
|
| * | Issue #26462: Doc: reduce literal_block warnings, fix syntax highlighting. | Martin Panter | 2016-07-26 | 1 | -1/+3 |
|
|
* | | Issue #23116: Merge from 3.5 | Berker Peksag | 2016-06-02 | 1 | -3/+3 |
|\ \
| |/ |
|
| * | Issue #23116: Improve ask_ok() example in the Python tutorial | Berker Peksag | 2016-06-02 | 1 | -3/+3 |
|
|
* | | Issue #23921: Standardized documentation whitespace formatting. | Serhiy Storchaka | 2016-05-10 | 1 | -2/+2 |
|\ \
| |/ |
|
| * | Issue #23921: Standardized documentation whitespace formatting. | Serhiy Storchaka | 2016-05-10 | 1 | -2/+2 |
|
|
* | | Minor clarification in tutorial. | Georg Brandl | 2016-02-15 | 1 | -0/+3 |
|/ |
|
* | Issue #23932: Update the tutorial section on function annotations. | Zachary Ware | 2015-04-13 | 1 | -11/+10 |
|
|
* | Get rid of deprecated IOError in the doc | Andrew Svetlov | 2014-03-31 | 1 | -1/+1 |
|
|
* | Use different word | Andrew Kuchling | 2014-02-03 | 1 | -2/+1 |
|
|
* | 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 |
|
|
* | Issue #14893: Add function annotation example to function tutorial. | Andrew Svetlov | 2012-11-01 | 1 | -0/+34 |
|
|
* | Issue #16225: Add additional note to tutorial about changing sequence while l... | Chris Jerdonek | 2012-10-16 | 1 | -11/+11 |
|
|
* | tutorial typo fix | 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 |
|
|
* | Nudge readers towards a more accurate mental model for loop else clauses | Nick Coghlan | 2012-06-07 | 1 | -0/+7 |
|
|
* | #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 complaint... | Georg Brandl | 2011-08-08 | 1 | -0/+3 |
|
|
* | Refrain from using inline suites. | Georg Brandl | 2010-10-15 | 1 | -2/+4 |
|
|
* | Wording fix. | Georg Brandl | 2010-06-27 | 1 | -4/+1 |
|
|
* | Merged revisions 76460 via svnmerge from | Mark Dickinson | 2009-11-23 | 1 | -9/+9 |
|
|
* | Elaborate encoding recommendations, and fix ambiguous wording for list compre... | Georg Brandl | 2009-06-08 | 1 | -1/+6 |
|
|
* | Merged revisions 73190,73213,73257-73258,73260,73275,73294 via svnmerge from | Georg Brandl | 2009-06-08 | 1 | -5/+13 |
|
|
* | Remove trailing whitespace. | Georg Brandl | 2009-01-03 | 1 | -26/+26 |
|
|
* | Merged revisions 67889-67892,67895,67898,67904-67907,67912,67918,67920-67921,... | Benjamin Peterson | 2008-12-27 | 1 | -28/+6 |
|
|
* | Merged revisions 67531-67532,67538,67553-67554,67556-67557,67571,67574-67575,... | Georg Brandl | 2008-12-07 | 1 | -2/+6 |
|
|
* | Merged revisions 67117-67119,67123-67124,67143 via svnmerge from | Georg Brandl | 2008-11-07 | 1 | -0/+35 |
|
|
* | Forward-port of r66447. | Georg Brandl | 2008-09-13 | 1 | -24/+27 |
|
|
* | #3503: fix print statements in 3k doc. | Georg Brandl | 2008-08-05 | 1 | -1/+1 |
|
|
* | Merged revisions 63724,63726,63732,63744,63754-63755,63757-63758,63760,63775,... | Georg Brandl | 2008-06-10 | 1 | -2/+2 |
|
|
* | Merged revisions 63655 via svnmerge from | Benjamin Peterson | 2008-05-26 | 1 | -2/+2 |
|
|