summaryrefslogtreecommitdiff
path: root/Doc/tut/tut.tex
Commit message (Collapse)AuthorAgeFilesLines
* Delete the LaTeX doc tree.Georg Brandl2007-08-151-5946/+0
|
* Bug #1769002: fix a now-wrong sentence in the tutorial.Georg Brandl2007-08-071-7/+6
|
* try-except-finally is new in 2.5.Georg Brandl2007-07-291-1/+3
|
* Bug #1637365: add subsection about "__name__ == __main__" to theGeorg Brandl2007-07-121-0/+38
| | | | Python tutorial.
* Revert last change for SF #1738754, there's no print in there.Neal Norwitz2007-06-181-1/+1
|
* SF #1738754, remove extra backslash in stringNeal Norwitz2007-06-181-1/+1
|
* SF #1734732, lower case the module names per PEP 8.Neal Norwitz2007-06-111-26/+26
| | | | Will backport.
* Remove Amoeba doc which was removed in version 1.0! according to Misc/HISTORY.Neal Norwitz2007-05-131-2/+2
| | | | Hopefully Guido won't shed a tear. :-)
* Bug #1710295: exceptions are now new-style classes.Georg Brandl2007-05-011-1/+1
|
* Version fix (bug #1708710)Georg Brandl2007-04-271-4/+4
|
* Minor wording change on slicing aide-memoire.Steve Holden2007-04-261-1/+1
|
* SF #1382213: Tutorial section 9.5.1 ignores MRO for new-style classesRaymond Hettinger2007-04-031-11/+20
|
* fix typo (extraneous ")")Fred Drake2007-01-261-1/+1
|
* Bug #1560114: the Mac filesystem does have accurate informationGeorg Brandl2006-10-121-1/+1
| | | | about the case of filenames.
* Bug #1567375: a minor logical glitch in example description.Georg Brandl2006-09-301-2/+4
|
* SF bug #1567976 : fix typoGeorge Yoshida2006-09-301-1/+1
| | | | Will backport to 2.5.
* evalfile() should be execfile().Georg Brandl2006-09-011-1/+1
|
* Update the tutorial section on relative importsNick Coghlan2006-07-061-8/+25
|
* Conversion of exceptions over from faked-up classes to new-style C types.Richard Jones2006-05-271-1/+1
|
* avoid ugly markup based on the unfortunate conversions of ">>" and "<<" toFred Drake2006-05-031-3/+3
| | | | guillemets; no need for magic here
* minor adjustment suggested by Peter GephardtFred Drake2006-04-261-1/+1
|
* Take 2 on mentioning the with statement, this time without inadvertently ↵Nick Coghlan2006-04-231-3/+5
| | | | killing the Unicode examples
* Add a (very) brief mention of the with statement to the end of chapter 8Nick Coghlan2006-04-231-3/+33
|
* Add two entries about how to actually clear a list.Georg Brandl2006-04-131-5/+13
|
* end the sentence...Fredrik Lundh2006-04-021-1/+1
|
* Update tutorial wrt PEP 341 try-except-finally statementGeorg Brandl2006-03-191-13/+43
|
* 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
| | | | | | | | * Remove talk of shell scripting, replacing it by some more current examples * Mention C++ and Java as well as C Raymond H., please feel free to rewrite or revert as you see fit. If the changes are OK, they could be backported to the 2.4-maint branch.
* 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
| | | | by Michael R Bax.)
* SF bug #1168135: Python 2.5a0 Tutorial errors and observationsRaymond Hettinger2005-08-231-57/+65
| | | | (Contributed by Michael R Bax.)
* In an e-mail to the webmaster alias, some suggested adding this text. ↵Andrew M. Kuchling2005-08-231-0/+10
| | | | Windows users, please correct/expand as necessary.
* 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
| | | | * Note that dict works with the "in" keyword.
* 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
| | | | | | [ python-Bugs-1190599 ] dir() docs show incorrect output though not entirely how it's suggested in the bug report.
* Update references specifying "Macintosh" to mean OS X semantics and not Mac OSBrett Cannon2005-02-131-2/+1
| | | | | | 9. Applies patch #1095802. Thanks Jack Jansen.
* 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
| | | | (Submitted by some anonymous person with an amazing eye for grammer nits.)