summaryrefslogtreecommitdiffstats
path: root/Doc/tutorial
Commit message (Expand)AuthorAgeFilesLines
* Issue #16827: Make Interpreter introduction section of the tutorial moreSenthil Kumaran2014-09-183-111/+128
* Issue #20643: Fixed references to the next() method (distinguish from theSerhiy Storchaka2014-09-051-5/+5
* Fix grammarAndrew Svetlov2014-07-241-1/+1
* Issue #14097: Backport 796d1371605d and subsequent changes.Zachary Ware2014-07-011-289/+267
* Issue #11974: Add tutorial section on class and instance variablesRaymond Hettinger2014-06-241-0/+71
* Issue 21575: Show list.sort() arguments in the tutorial.Raymond Hettinger2014-05-271-2/+3
* Issue #21545: Add .pop example and tweak comment about pure mutation methods.Terry Jan Reedy2014-05-231-0/+9
* Issue #18840: Introduce the json module in the tutorial, and deemphasize the ...Antoine Pitrou2013-12-051-30/+47
* Fix indentation in doc example.Ezio Melotti2013-11-171-5/+5
* Issue #19193: Improved cross-references in the tutorial.Serhiy Storchaka2013-10-092-33/+38
* Fix typo in example file name. Found by John Bokma on docs@.Georg Brandl2013-10-061-1/+1
* Small logical fix in filter() example description.Georg Brandl2013-10-061-1/+1
* Clarify section about source code encoding.Georg Brandl2013-10-061-2/+2
* Fix merging mistake: wrong Python version.Georg Brandl2013-10-061-1/+1
* Fix wrong Python highlighting in directory hierarchy code block.Georg Brandl2013-10-061-1/+3
* Use "lambda expression" as preferred to "lambda form".Georg Brandl2013-10-061-1/+1
* Closes #18646: improve lambda docs in tutorial. Original patch by Terry Reedy.Georg Brandl2013-10-061-11/+18
* Issue #18031: %-formatting isn't dead yet and might pull through.Raymond Hettinger2013-05-231-4/+0
* #15575: Clarify tutorial description of when modules are executed.R David Murray2013-04-211-1/+2
* #13510: clarify that f.readlines() is note necessary to iterate over a file. ...Ezio Melotti2013-04-151-15/+4
* Clarify that the function *definition* creates the function and the binding i...Georg Brandl2013-04-141-2/+2
* Modernize unittest exampleRaymond Hettinger2013-03-221-2/+4
* Issue #8890: Stop advertising an insecure use of /tmp in docsPetri Lehtinen2013-02-231-4/+4
* Drop double newlines printed in some file iteration examples.Andrew Svetlov2012-12-082-3/+3
* Update section about dir() in the tutorial.Ezio Melotti2012-11-171-26/+33
* #16470: mention set and dict comprehension in the tutorial. Patch by Yongzhi...Ezio Melotti2012-11-171-8/+19
* Remove versionadded from the tutorial, at a location where it produces more q...Georg Brandl2012-11-151-2/+0
* Use 2.x "print" syntax for this example.Georg Brandl2012-11-121-2/+3
* Backport from 3.2: improve FAQ link in documentation (for issue #16435).Chris Jerdonek2012-11-101-3/+2
* Backport from 3.2: remove "Release" and "Date" markers from index pages.Chris Jerdonek2012-10-281-3/+0
* Closes #16294: 8 space indent in tutorialJesus Cea2012-10-221-2/+2
* Issue #16225: Backport from 3.2: Add additional note to tutorial about looping.Chris Jerdonek2012-10-162-11/+24
* Issue #16015: Fix NameError doctest example in tutorial introduction.Chris Jerdonek2012-09-251-2/+1
* #16019, #16020: fix syntax highlight.Ezio Melotti2012-09-241-2/+6
* #16017: capitalize URLs.Ezio Melotti2012-09-241-1/+1
* Fix typo in tutorialEli Bendersky2012-08-181-1/+1
* fix typoSandro Tosi2012-08-141-1/+1
* Issue #15630: Add an example for "continue" statement in the tutorial. Patch bySenthil Kumaran2012-08-121-3/+16
* add missing period; thanks to Gaston Fiore from docs@Sandro Tosi2012-08-041-1/+1
* #14840: Add a bit on the difference between tuples and lists. Initial patch ...Ezio Melotti2012-06-171-9/+21
* #8652: update errors tutorial.R David Murray2012-06-081-3/+11
* Nudge readers towards a more accurate mental model for loop else clauses (Bac...Nick Coghlan2012-06-071-0/+7
* Improve section heading for better discoverability.Raymond Hettinger2012-04-241-2/+2
* Reorder the entries to put the type specific technique last.Raymond Hettinger2012-04-241-10/+10
* Issue #11948: clarify modules search pathSandro Tosi2012-01-191-18/+16
* update to new C roles and directivesSandro Tosi2012-01-141-1/+1
* Minor correction. Closes #11418Terry Jan Reedy2012-01-111-2/+2
* I do not think we will ever have auto-indent at the prompt, that is for IPyth...Georg Brandl2011-12-251-7/+7
* #6570: clarify tutorial section about keyword arguments.Ezio Melotti2011-12-131-18/+23
* #13549: improve tutorial section about listcomps.Ezio Melotti2011-12-131-62/+112