summaryrefslogtreecommitdiffstats
path: root/Doc/tut/tut.tex
Commit message (Expand)AuthorAgeFilesLines
* Patch #1550800: make exec a function.Georg Brandl2006-09-061-3/+3
* Get rid of more coerce cruft (really check in this time :-)Neal Norwitz2006-08-291-1/+1
* Part of SF patch #1513870 (the still relevant part) -- add reduce() toGuido van Rossum2006-08-261-39/+3
* Merged revisions 46753-51188 via svnmerge fromThomas Wouters2006-08-111-8/+25
* Much-needed merge (using svnmerge.py this time) of trunk changes into p3yk.Thomas Wouters2006-05-271-5/+37
* Merge p3yk branch with the trunk up to revision 45595. This breaks a fairThomas Wouters2006-04-211-17/+55
* Get rid of a bunch more raw_input referencesNeal Norwitz2006-03-171-5/+28
* Document PEP 352 changes. Also added GeneratorExit.Brett Cannon2006-03-011-0/+6
* From a suggestion on c.l.py: modernize the introduction to the tutorial.Andrew M. Kuchling2005-12-131-32/+40
* Added example for the ** operator in function callsGeorg Brandl2005-11-221-0/+14
* Add more links to the 'What Next?' section; rewrite to be brieferAndrew M. Kuchling2005-09-131-17/+51
* Shorten run-on sentenceAndrew M. Kuchling2005-09-121-1/+1
* Update linkAndrew M. Kuchling2005-09-121-4/+2
* Update linkAndrew M. Kuchling2005-09-121-1/+1
* More tutorial nits.Raymond Hettinger2005-08-231-9/+9
* SF bug #1168135: Python 2.5a0 Tutorial errors and observations (Contributed ...Raymond Hettinger2005-08-231-24/+25
* SF bug #1168135: Python 2.5a0 Tutorial errors and observationsRaymond Hettinger2005-08-231-57/+65
* In an e-mail to the webmaster alias, some suggested adding this text. Window...Andrew M. Kuchling2005-08-231-0/+10
* bug [ 969757 ] function and method objects confounded in TutorialGeorg Brandl2005-07-081-1/+1
* Note that files are iterable.Raymond Hettinger2005-06-281-0/+15
* * Show the keyword argument form of dict().Raymond Hettinger2005-06-271-2/+12
* Fix typo.Raymond Hettinger2005-06-171-1/+1
* SF bug #1219448: small output bugRaymond Hettinger2005-06-141-1/+1
* FixMichael W. Hudson2005-04-271-2/+2
* Update references specifying "Macintosh" to mean OS X semantics and not Mac OSBrett Cannon2005-02-131-2/+1
* fix typoFred Drake2005-01-121-1/+1
* Bug #1098497: various small typo's, grammar and markup nits.Johannes Gijsbers2005-01-091-4/+4
* SF Patch #1093896: miscellaneous doc typosRaymond Hettinger2005-01-011-4/+5
* Remove the deprecated whrandom module.Raymond Hettinger2004-12-041-6/+6
* SF bug #1076955: Tutorial corrections Part IIRaymond Hettinger2004-12-021-18/+19
* SF bug #1076955: Tutorial corrections Part IRaymond Hettinger2004-12-021-54/+67
* Fix nit.Raymond Hettinger2004-12-011-1/+1
* REVERT revision 1.260; the trunk is FROZEN.Fred Drake2004-11-291-1/+1
* Fix a nit.Raymond Hettinger2004-11-291-1/+1
* SF bug #1067018: Obsolete info in Tutorial 9.1Raymond Hettinger2004-11-181-9/+0
* SF bug #1067023: A small typoRaymond Hettinger2004-11-181-2/+2
* - show how to use file.write() with a non-string valueFred Drake2004-11-021-1/+10
* SF 1053956: help() not in tutorial indexRaymond Hettinger2004-10-261-0/+1
* - improve the explanation of the -*- coding: ... -*- markerFred Drake2004-10-251-6/+20
* SF patch #1035498: -m option to run a module as a scriptRaymond Hettinger2004-10-071-3/+10
* A number of list examples used 66.6, but I doubt there's any box on whichTim Peters2004-09-281-9/+9
* Raymond observed that sometimes it's better not to link modules, so I revertedJohannes Gijsbers2004-09-251-7/+6
* - Use itemize instead of plain-text '*' for marking up a list.Johannes Gijsbers2004-09-241-29/+27
* Tweak the wording. Improve examples. Make more brief.Raymond Hettinger2004-09-141-26/+15
* Cover string.Template in the tutorial's library tour.Raymond Hettinger2004-09-141-0/+77
* Patch #1025795: clarify language in Data Structures chapter of tutorial:Johannes Gijsbers2004-09-111-11/+11
* SF bug #1013760: Error in Chapter 4 of TutorialRaymond Hettinger2004-08-221-1/+1
* Minor improvements to the threading introduction:Raymond Hettinger2004-08-161-11/+15
* fix markup nitFred Drake2004-08-091-1/+2
* Patch:Michael W. Hudson2004-08-071-1/+1