| Commit message (Expand) | Author | Age | Files | Lines |
* | Exceptions in interactive examlpes did not always include the indication of | Fred Drake | 2001-09-21 | 1 | -19/+85 |
|
|
* | Clarified the interaction between string literals and continuation lines. | Fred Drake | 2001-09-06 | 1 | -5/+28 |
|
|
* | Make the examples for "Default Argument Values" more presentable and | Fred Drake | 2001-09-06 | 1 | -9/+13 |
|
|
* | Clarify the prompt in an example. | Fred Drake | 2001-08-14 | 1 | -1/+1 |
|
|
* | Minor re-wording in the exaplantion of sequence comparisons. | Fred Drake | 2001-08-01 | 1 | -3/+4 |
|
|
* | Add a more substantial example startup file for the interactive shell; | Fred Drake | 2001-07-18 | 1 | -7/+44 |
|
|
* | Minor changes to match the style guide. | Fred Drake | 2001-07-14 | 1 | -4/+4 |
|
|
* | Fix up a few style nits -- avoid "e.g." and "i.e." -- these make | Fred Drake | 2001-07-06 | 1 | -58/+62 |
|
|
* | Use the more conventional "self" as the name of the self parameter in an | Fred Drake | 2001-06-29 | 1 | -1/+1 |
|
|
* | Update to include the license information in a less annoying place. | Fred Drake | 2001-06-20 | 1 | -0/+3 |
|
|
* | Clarification in the fp appendix suggested on c.l.py by Michael Chermside. | Tim Peters | 2001-06-17 | 1 | -2/+3 |
|
|
* | Fix the attributions for the new floating point text. | Fred Drake | 2001-06-08 | 1 | -2/+1 |
|
|
* | Added credits in the right places. | Fred Drake | 2001-06-08 | 1 | -0/+2 |
|
|
* | Text from Tim & Guido discussing floating point arithmetic and what users | Fred Drake | 2001-06-08 | 1 | -0/+265 |
|
|
* | Changed all the examples with ugly platform-dependent float output to use | Tim Peters | 2001-05-22 | 1 | -16/+20 |
|
|
* | Update output to reflect additional precision produced by the repr() of | Fred Drake | 2001-05-21 | 1 | -2/+3 |
|
|
* | Correct two floating-point representations printed by the interpreter in | Fred Drake | 2001-04-25 | 1 | -2/+2 |
|
|
* | Update to reflect the new string repr -- \n instead of \012. This is the | Fred Drake | 2001-04-12 | 1 | -5/+5 |
|
|
* | Based on a comment by Konrad Hinsen on python-list: | Fred Drake | 2001-04-11 | 1 | -4/+4 |
|
|
* | Make reference to the Library Reference in the "What Now?" chapter a | Fred Drake | 2001-04-03 | 1 | -5/+7 |
|
|
* | Add some LaTeX magic so that Latin-1 characters do not get so badly | Fred Drake | 2001-03-13 | 1 | -0/+1 |
|
|
* | Correct typos in Ping's email address. | Fred Drake | 2001-03-06 | 1 | -4/+4 |
|
|
* | Reflect change in traceback format: | Fred Drake | 2001-02-14 | 1 | -12/+12 |
|
|
* | Update to properly explain that the default Unicode encoding is ASCII, &c. | Ka-Ping Yee | 2001-02-13 | 1 | -22/+40 |
|
|
* | Show '\011', '\012', and '\015' as '\t', '\n', '\r' in strings. | Ka-Ping Yee | 2001-01-24 | 1 | -14/+6 |
|
|
* | Clarify comments about returning None using a return without an expression; | Fred Drake | 2001-01-19 | 1 | -3/+2 |
|
|
* | Fix up an awkward sentence, pointed out by Chris Ryland <cpr@emsoftware.com>. | Fred Drake | 2001-01-01 | 1 | -1/+1 |
|
|
* | Fix broken backslashes in Unicode strings section. | Fred Drake | 2000-11-29 | 1 | -2/+2 |
|
|
* | Partial fix for SF bug 123730: extra backslash in tutorial. | Tim Peters | 2000-11-29 | 1 | -1/+1 |
|
|
* | SF non-bug 123520: fleshed out the tutorial's lambda example a little more. | Tim Peters | 2000-11-27 | 1 | -2/+9 |
|
|
* | Updates to reflect pending changes to the XML conversion process. | Fred Drake | 2000-11-22 | 1 | -1/+1 |
|
|
* | Typo: shorted --> shorter | Fred Drake | 2000-10-25 | 1 | -1/+1 |
|
|
* | Update the display of some floating point values at the interactive prompt | Fred Drake | 2000-10-20 | 1 | -6/+6 |
|
|
* | Spelling: internalization --> internationalization | Fred Drake | 2000-09-29 | 1 | -56/+48 |
|
|
* | Correct some bitrot; some things have become inaccurate in the tutorial. | Fred Drake | 2000-09-22 | 1 | -5/+9 |
|
|
* | When referring to namespaces, always say "namespaces" instead of | Fred Drake | 2000-09-12 | 1 | -49/+50 |
|
|
* | require list comprehensions to start with a for clause | Skip Montanaro | 2000-08-22 | 1 | -4/+20 |
|
|
* | Ka-Ping Yee <ping@lfw.org>: | Fred Drake | 2000-08-16 | 1 | -6/+10 |
|
|
* | Fix some markup errors that prevented formatting, and one that didn't. | Fred Drake | 2000-08-12 | 1 | -4/+5 |
|
|
* | list comprehensions. see | Skip Montanaro | 2000-08-12 | 1 | -0/+21 |
|
|
* | Rip out the information about the PSA, since the fate of that is not | Fred Drake | 2000-07-27 | 1 | -13/+9 |
|
|
* | More of Rob W. W. Hooft's spelling fixes. The only ones left now are the | Thomas Wouters | 2000-07-16 | 1 | -4/+4 |
|
|
* | Markup improvements in sections relating to interactive behavior. | Fred Drake | 2000-07-08 | 1 | -45/+51 |
|
|
* | Update version numbering from 1.6 to 2.0. | Fred Drake | 2000-06-30 | 1 | -1/+1 |
|
|
* | Clarify the description of the else clause for try/except, and add an | Fred Drake | 2000-04-17 | 1 | -3/+8 |
|
|
* | Marc-Andre Lemburg <mal@lemburg.com>: | Fred Drake | 2000-04-06 | 1 | -0/+101 |
|
|
* | Fixed typo in example code; spotted by Everett Lipman | Fred Drake | 2000-04-04 | 1 | -1/+1 |
|
|
* | Merge in changes from the 1.5.2p2 release. | Fred Drake | 2000-04-03 | 1 | -267/+410 |
|
|
* | Use \citetitle and \programopt as appropriate. | Fred Drake | 1999-11-10 | 1 | -44/+44 |
|
|
* | Added "import string" to a couple of examples that describe string | Fred Drake | 1999-09-14 | 1 | -0/+2 |
|
|