Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Delete the LaTeX doc tree. | Georg Brandl | 2007-08-15 | 1 | -5946/+0 |
| | |||||
* | Bug #1769002: fix a now-wrong sentence in the tutorial. | Georg Brandl | 2007-08-07 | 1 | -7/+6 |
| | |||||
* | try-except-finally is new in 2.5. | Georg Brandl | 2007-07-29 | 1 | -1/+3 |
| | |||||
* | Bug #1637365: add subsection about "__name__ == __main__" to the | Georg Brandl | 2007-07-12 | 1 | -0/+38 |
| | | | | Python tutorial. | ||||
* | Revert last change for SF #1738754, there's no print in there. | Neal Norwitz | 2007-06-18 | 1 | -1/+1 |
| | |||||
* | SF #1738754, remove extra backslash in string | Neal Norwitz | 2007-06-18 | 1 | -1/+1 |
| | |||||
* | SF #1734732, lower case the module names per PEP 8. | Neal Norwitz | 2007-06-11 | 1 | -26/+26 |
| | | | | Will backport. | ||||
* | Remove Amoeba doc which was removed in version 1.0! according to Misc/HISTORY. | Neal Norwitz | 2007-05-13 | 1 | -2/+2 |
| | | | | Hopefully Guido won't shed a tear. :-) | ||||
* | Bug #1710295: exceptions are now new-style classes. | Georg Brandl | 2007-05-01 | 1 | -1/+1 |
| | |||||
* | Version fix (bug #1708710) | Georg Brandl | 2007-04-27 | 1 | -4/+4 |
| | |||||
* | Minor wording change on slicing aide-memoire. | Steve Holden | 2007-04-26 | 1 | -1/+1 |
| | |||||
* | SF #1382213: Tutorial section 9.5.1 ignores MRO for new-style classes | Raymond Hettinger | 2007-04-03 | 1 | -11/+20 |
| | |||||
* | fix typo (extraneous ")") | Fred Drake | 2007-01-26 | 1 | -1/+1 |
| | |||||
* | Bug #1560114: the Mac filesystem does have accurate information | Georg Brandl | 2006-10-12 | 1 | -1/+1 |
| | | | | about the case of filenames. | ||||
* | Bug #1567375: a minor logical glitch in example description. | Georg Brandl | 2006-09-30 | 1 | -2/+4 |
| | |||||
* | SF bug #1567976 : fix typo | George Yoshida | 2006-09-30 | 1 | -1/+1 |
| | | | | Will backport to 2.5. | ||||
* | evalfile() should be execfile(). | Georg Brandl | 2006-09-01 | 1 | -1/+1 |
| | |||||
* | Update the tutorial section on relative imports | Nick Coghlan | 2006-07-06 | 1 | -8/+25 |
| | |||||
* | Conversion of exceptions over from faked-up classes to new-style C types. | Richard Jones | 2006-05-27 | 1 | -1/+1 |
| | |||||
* | avoid ugly markup based on the unfortunate conversions of ">>" and "<<" to | Fred Drake | 2006-05-03 | 1 | -3/+3 |
| | | | | guillemets; no need for magic here | ||||
* | minor adjustment suggested by Peter Gephardt | Fred Drake | 2006-04-26 | 1 | -1/+1 |
| | |||||
* | Take 2 on mentioning the with statement, this time without inadvertently ↵ | Nick Coghlan | 2006-04-23 | 1 | -3/+5 |
| | | | | killing the Unicode examples | ||||
* | Add a (very) brief mention of the with statement to the end of chapter 8 | Nick Coghlan | 2006-04-23 | 1 | -3/+33 |
| | |||||
* | Add two entries about how to actually clear a list. | Georg Brandl | 2006-04-13 | 1 | -5/+13 |
| | |||||
* | end the sentence... | Fredrik Lundh | 2006-04-02 | 1 | -1/+1 |
| | |||||
* | Update tutorial wrt PEP 341 try-except-finally statement | Georg Brandl | 2006-03-19 | 1 | -13/+43 |
| | |||||
* | Document PEP 352 changes. Also added GeneratorExit. | Brett Cannon | 2006-03-01 | 1 | -0/+6 |
| | |||||
* | From a suggestion on c.l.py: modernize the introduction to the tutorial. | Andrew M. Kuchling | 2005-12-13 | 1 | -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 calls | Georg Brandl | 2005-11-22 | 1 | -0/+14 |
| | |||||
* | Add more links to the 'What Next?' section; rewrite to be briefer | Andrew M. Kuchling | 2005-09-13 | 1 | -17/+51 |
| | |||||
* | Shorten run-on sentence | Andrew M. Kuchling | 2005-09-12 | 1 | -1/+1 |
| | |||||
* | Update link | Andrew M. Kuchling | 2005-09-12 | 1 | -4/+2 |
| | |||||
* | Update link | Andrew M. Kuchling | 2005-09-12 | 1 | -1/+1 |
| | |||||
* | More tutorial nits. | Raymond Hettinger | 2005-08-23 | 1 | -9/+9 |
| | |||||
* | SF bug #1168135: Python 2.5a0 Tutorial errors and observations (Contributed ↵ | Raymond Hettinger | 2005-08-23 | 1 | -24/+25 |
| | | | | by Michael R Bax.) | ||||
* | SF bug #1168135: Python 2.5a0 Tutorial errors and observations | Raymond Hettinger | 2005-08-23 | 1 | -57/+65 |
| | | | | (Contributed by Michael R Bax.) | ||||
* | In an e-mail to the webmaster alias, some suggested adding this text. ↵ | Andrew M. Kuchling | 2005-08-23 | 1 | -0/+10 |
| | | | | Windows users, please correct/expand as necessary. | ||||
* | bug [ 969757 ] function and method objects confounded in Tutorial | Georg Brandl | 2005-07-08 | 1 | -1/+1 |
| | |||||
* | Note that files are iterable. | Raymond Hettinger | 2005-06-28 | 1 | -0/+15 |
| | |||||
* | * Show the keyword argument form of dict(). | Raymond Hettinger | 2005-06-27 | 1 | -2/+12 |
| | | | | * Note that dict works with the "in" keyword. | ||||
* | Fix typo. | Raymond Hettinger | 2005-06-17 | 1 | -1/+1 |
| | |||||
* | SF bug #1219448: small output bug | Raymond Hettinger | 2005-06-14 | 1 | -1/+1 |
| | |||||
* | Fix | Michael W. Hudson | 2005-04-27 | 1 | -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 OS | Brett Cannon | 2005-02-13 | 1 | -2/+1 |
| | | | | | | 9. Applies patch #1095802. Thanks Jack Jansen. | ||||
* | fix typo | Fred Drake | 2005-01-12 | 1 | -1/+1 |
| | |||||
* | Bug #1098497: various small typo's, grammar and markup nits. | Johannes Gijsbers | 2005-01-09 | 1 | -4/+4 |
| | |||||
* | SF Patch #1093896: miscellaneous doc typos | Raymond Hettinger | 2005-01-01 | 1 | -4/+5 |
| | |||||
* | Remove the deprecated whrandom module. | Raymond Hettinger | 2004-12-04 | 1 | -6/+6 |
| | |||||
* | SF bug #1076955: Tutorial corrections Part II | Raymond Hettinger | 2004-12-02 | 1 | -18/+19 |
| | |||||
* | SF bug #1076955: Tutorial corrections Part I | Raymond Hettinger | 2004-12-02 | 1 | -54/+67 |
| | | | | (Submitted by some anonymous person with an amazing eye for grammer nits.) |