| Commit message (Expand) | Author | Age | Files | Lines |
* | bpo-34451: Document prompt and output toggle feature in html tutorial (GH-27105) | Thomas | 2021-10-21 | 1 | -0/+7 |
|
|
* | introduce omitted index default before using it (GH-27775) | Jefferson Oliveira | 2021-08-17 | 1 | -8/+8 |
|
|
* | bpo-43729: Clarify comment in tutorial example (GH-25191) | Erlend Egeberg Aasland | 2021-05-14 | 1 | -1/+1 |
|
|
* | bpo-14112: Allow beginners to explore shallowness in greater depth ;-) (GH-15... | Raymond Hettinger | 2019-08-24 | 1 | -1/+2 |
|
|
* | bpo-36189: Fixing typo in tutorial introduction (GH-13090) | Jonatan | 2019-05-04 | 1 | -1/+1 |
|
|
* | bpo-35054: Add yet more index entries for symbols. (GH-10121) | Serhiy Storchaka | 2018-10-28 | 1 | -1/+1 |
|
|
* | bpo-35054: Add more index entries for symbols. (GH-10064) | Serhiy Storchaka | 2018-10-26 | 1 | -0/+2 |
|
|
* | bpo-33460: remove ellipsis that look like continuation prompts (GH-7851) | Lew Kurtz | 2018-09-11 | 1 | -4/+10 |
|
|
* | bpo-33892: Doc: Use gender neutral words (GH-7770) | Andrés Delfino | 2018-06-18 | 1 | -10/+10 |
|
|
* | Improve the String tutorial docs (GH-4541) | Will White | 2017-11-24 | 1 | -7/+7 |
|
|
* | bpo-31757: Make Fibonacci examples consistent (#3991) | Raymond Hettinger | 2017-10-14 | 1 | -8/+10 |
|
|
* | bpo-30361: Use better example for mixed-type operands (#1701) | gfyoung | 2017-05-29 | 1 | -4/+2 |
|
|
* | Fix small typos in introduction and datastructures of tutorial (GH-272) | Jim Fasarakis-Hilliard | 2017-02-25 | 1 | -1/+1 |
|
|
* | Issue #23921: Standardized documentation whitespace formatting. | Serhiy Storchaka | 2016-05-10 | 1 | -4/+4 |
|\ |
|
| * | Issue #23921: Standardized documentation whitespace formatting. | Serhiy Storchaka | 2016-05-10 | 1 | -4/+4 |
|
|
* | | Issue #25179: Documentation for formatted string literals aka f-strings | Martin Panter | 2016-02-13 | 1 | -0/+3 |
|/ |
|
* | Issue #25179: Preparatory cleanup of existing docs on string formatting | Martin Panter | 2016-02-08 | 1 | -3/+2 |
|
|
* | Issue #25523: Correct "a" article to "an" article | Martin Panter | 2015-11-02 | 1 | -1/+1 |
|
|
* | Remove UTF-8 BOMs. | Serhiy Storchaka | 2015-05-25 | 1 | -1/+1 |
|
|
* | Issue #23286: Fix typo in the tutorial. | Berker Peksag | 2015-01-27 | 1 | -1/+1 |
|
|
* | Issue #23070: Fix a comment in the tutorial. | Berker Peksag | 2014-12-17 | 1 | -1/+1 |
|
|
* | Merge in all documentation changes since branching 3.4.0rc1. | Larry Hastings | 2014-03-16 | 1 | -4/+4 |
|
|
* | Fix typo. Found by David Pesta on docs@. | Zachary Ware | 2014-01-14 | 1 | -1/+1 |
|
|
* | Fix typo. Found by David Pesta on docs@. | Zachary Ware | 2014-01-14 | 1 | -1/+1 |
|
|
* | #18403: fix an off-by-one typo noticed by Xue Fuqiao. | Ezio Melotti | 2013-07-08 | 1 | -1/+1 |
|
|
* | Issue #18079: Fix a typo in the tutorial. | Serhiy Storchaka | 2013-05-28 | 1 | -2/+2 |
|
|
* | #14097: improve the "introduction" page of the tutorial. | Ezio Melotti | 2013-05-20 | 1 | -344/+257 |
|
|
* | end is a keyword argument | Benjamin Peterson | 2013-01-20 | 1 | -2/+2 |
|
|
* | expressions -> arguments | Benjamin Peterson | 2013-01-20 | 1 | -6/+6 |
|
|
* | Fix and add more links. | Ezio Melotti | 2012-10-12 | 1 | -1/+1 |
|
|
* | Issue #16015: Fix NameError doctest example in tutorial introduction. | Chris Jerdonek | 2012-09-25 | 1 | -2/+1 |
|
|
* | Issue #15444: Use proper spelling for non-ASCII contributor names. | Antoine Pitrou | 2012-08-11 | 1 | -1/+1 |
|
|
* | I do not think we will ever have auto-indent at the prompt, that is for IPyth... | Georg Brandl | 2011-12-25 | 1 | -7/+7 |
|
|
* | (no commit message) | Terry Reedy | 2010-11-12 | 1 | -5/+6 |
|
|
* | Extra space caught by the post-commit-hook, aka Taggnostr :) | Senthil Kumaran | 2010-11-08 | 1 | -1/+1 |
|
|
* | Fix Issue 10303: a small clarification in the tutorial. | Senthil Kumaran | 2010-11-08 | 1 | -2/+2 |
|
|
* | Merged revisions 80605-80609,80642-80646,80651-80652,80674,80684-80686,80748,... | Benjamin Peterson | 2010-06-27 | 1 | -1/+1 |
|
|
* | Merged revisions 78966,78970,79018,79026-79027,79055,79156,79159,79163-79164,... | Benjamin Peterson | 2010-03-21 | 1 | -0/+6 |
|
|
* | #6998: fix missing () on a print | Ezio Melotti | 2009-09-25 | 1 | -2/+2 |
|
|
* | Merged revisions 74277,74321,74323,74326,74355,74465,74467,74488,74492,74513,... | Benjamin Peterson | 2009-09-11 | 1 | -4/+24 |
|
|
* | Issue #6354 continued: reword confusing tutorial note on the (no-longer | Mark Dickinson | 2009-06-28 | 1 | -10/+3 |
|
|
* | Issue #6354: More fixes for code examples involving the repr of a float. | Mark Dickinson | 2009-06-28 | 1 | -1/+1 |
|
|
* | #6190: Remove duplicate paragraph. | Georg Brandl | 2009-06-03 | 1 | -7/+0 |
|
|
* | Merged revisions 72703 via svnmerge from | Georg Brandl | 2009-05-17 | 1 | -2/+2 |
|
|
* | Merged revisions 70712,70714,70764-70765,70769-70771,70773,70776-70777,70788-... | Benjamin Peterson | 2009-04-05 | 1 | -20/+9 |
|
|
* | Remove trailing whitespace. | Georg Brandl | 2009-01-03 | 1 | -14/+14 |
|
|
* | Forward-port of r66447. | Georg Brandl | 2008-09-13 | 1 | -5/+16 |
|
|
* | #3503: fix print statements in 3k doc. | Georg Brandl | 2008-08-05 | 1 | -7/+3 |
|
|
* | Merged revisions 63655 via svnmerge from | Benjamin Peterson | 2008-05-26 | 1 | -2/+6 |
|
|
* | Fix merge glitch. | Georg Brandl | 2008-01-07 | 1 | -2/+2 |
|
|