Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Bug #1375599: Correct grammar error in tutorial | Georg Brandl | 2005-12-27 | 1 | -1/+1 |
| | |||||
* | added example for the ** operator in function calls | Georg Brandl | 2005-11-22 | 1 | -0/+14 |
| | |||||
* | SF bug #1168135: Python 2.5a0 Tutorial errors and observations | Raymond Hettinger | 2005-08-23 | 1 | -24/+25 |
| | | | | (Contributed 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.) | ||||
* | backport bug [ 969757 ] function and method objects confounded in Tutorial | Georg Brandl | 2005-07-08 | 1 | -1/+1 |
| | |||||
* | Note that file objects 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 |
| | |||||
* | Backport 1.270 | Raymond Hettinger | 2005-04-28 | 1 | -2/+2 |
| | |||||
* | Update refences to "Macintosh" to reflect the state of affairs for OS X and not | Brett Cannon | 2005-02-13 | 1 | -2/+1 |
| | | | | | | Mac OS 9. Backport of patch #1095802. | ||||
* | fix typo | Fred Drake | 2005-01-12 | 1 | -1/+1 |
| | |||||
* | SF Patch #1093896: miscellaneous doc typos | Raymond Hettinger | 2005-01-01 | 1 | -4/+5 |
| | |||||
* | Backport minor documentation fixups. | Raymond Hettinger | 2004-12-02 | 1 | -72/+86 |
| | |||||
* | REVERT revision 1.260; the trunk is FROZEN. | Fred Drake | 2004-11-29 | 1 | -1/+1 |
| | | | | | This change can be made on the trunk and release24-maint branch after the trunk is unfrozen. | ||||
* | Fix a nit. | Raymond Hettinger | 2004-11-29 | 1 | -1/+1 |
| | |||||
* | SF bug #1067018: Obsolete info in Tutorial 9.1 | Raymond Hettinger | 2004-11-18 | 1 | -9/+0 |
| | | | | | | Removed a section that is out of date after type/class unification. While there was still some validity, the paragraph offered more confusion that insight. | ||||
* | SF bug #1067023: A small typo | Raymond Hettinger | 2004-11-18 | 1 | -2/+2 |
| | | | | Make a minor clarification between "written" and "displayed". | ||||
* | - show how to use file.write() with a non-string value | Fred Drake | 2004-11-02 | 1 | -1/+10 |
| | | | | | (closes SF bug #621057) - add missing whitespace around assignment operator | ||||
* | SF 1053956: help() not in tutorial index | Raymond Hettinger | 2004-10-26 | 1 | -0/+1 |
| | |||||
* | - improve the explanation of the -*- coding: ... -*- marker | Fred Drake | 2004-10-25 | 1 | -6/+20 |
| | | | | - fix a minor formatting nit that affected the typeset version | ||||
* | SF patch #1035498: -m option to run a module as a script | Raymond Hettinger | 2004-10-07 | 1 | -3/+10 |
| | | | | (Contributed by Nick Coghlan.) | ||||
* | A number of list examples used 66.6, but I doubt there's any box on which | Tim Peters | 2004-09-28 | 1 | -9/+9 |
| | | | | | | repr(66.6) == "66.6", so doubt that the claimed output has ever been seen. Changed it to 66.25 everywhere, and manually verified that the new claimed output is correct. | ||||
* | Raymond observed that sometimes it's better not to link modules, so I reverted | Johannes Gijsbers | 2004-09-25 | 1 | -7/+6 |
| | | | | part of my previous last changes. | ||||
* | - Use itemize instead of plain-text '*' for marking up a list. | Johannes Gijsbers | 2004-09-24 | 1 | -29/+27 |
| | | | | - Add more ulink's to modules (this should probably become a standard macro). | ||||
* | Tweak the wording. Improve examples. Make more brief. | Raymond Hettinger | 2004-09-14 | 1 | -26/+15 |
| | |||||
* | Cover string.Template in the tutorial's library tour. | Raymond Hettinger | 2004-09-14 | 1 | -0/+77 |
| | |||||
* | Patch #1025795: clarify language in Data Structures chapter of tutorial: | Johannes Gijsbers | 2004-09-11 | 1 | -11/+11 |
| | | | | | | | | | | - Dictionary keys are in arbitrary order, but not random (which implies, well, intentional randomness). - Move a footnote closer to what it's talking about so that it doesn't look like we're saying that "0 == 0.0" can't be relied on. - Minor language tweaks in the vicinity. Thanks Dima Dorfman! | ||||
* | SF bug #1013760: Error in Chapter 4 of Tutorial | Raymond Hettinger | 2004-08-22 | 1 | -1/+1 |
| | | | | Fit a nit. | ||||
* | Minor improvements to the threading introduction: | Raymond Hettinger | 2004-08-16 | 1 | -11/+15 |
| | | | | | | | | | | | | | | * Expand the example to show a join. * Mention the use case of I/O running concurrent with a computational thread. * Be a tad more forceful about recommending Queue over other approaches to synchonization. * Eliminate discussion around having a single interpreter. This is a more advanced discussion that belongs in the library reference and in a section on extending and embedding. | ||||
* | fix markup nit | Fred Drake | 2004-08-09 | 1 | -1/+2 |
| | |||||
* | Patch: | Michael W. Hudson | 2004-08-07 | 1 | -1/+1 |
| | | | | [ 1003863 ] adds an index entry for __all__ to the tutorial | ||||
* | revise wording to avoid confusion for non-native English speakers | Fred Drake | 2004-07-21 | 1 | -1/+1 |
| | | | | (second occurance of the same wording) | ||||
* | revise wording to avoid confusion for non-native English speakers | Fred Drake | 2004-07-21 | 1 | -1/+1 |
| | |||||
* | Fix decimal write-up nits. | Raymond Hettinger | 2004-07-11 | 1 | -7/+7 |
| | |||||
* | Fix typo. | Raymond Hettinger | 2004-07-10 | 1 | -1/+1 |
| | |||||
* | Add a link to the decimal module docs. | Raymond Hettinger | 2004-07-09 | 1 | -8/+8 |
| | |||||
* | Fix markup and nits. | Raymond Hettinger | 2004-07-08 | 1 | -9/+9 |
| | |||||
* | Typo repair. | Tim Peters | 2004-07-07 | 1 | -1/+1 |
| | |||||
* | add omitted markup | Fred Drake | 2004-07-01 | 1 | -2/+3 |
| | |||||
* | * Fix typos. | Raymond Hettinger | 2004-07-01 | 1 | -14/+70 |
| | | | | | * Format an example so that the identation is more obvious. * Add a section on the decimal module to the Brief Tour Part II. | ||||
* | if we must argue over the/they, we can just remove the unecessary word | Fred Drake | 2004-06-03 | 1 | -1/+1 |
| | |||||
* | Fix typo: the-->they | Raymond Hettinger | 2004-06-03 | 1 | -2/+2 |
| | |||||
* | Fixup spacing in an example. | Raymond Hettinger | 2004-05-31 | 1 | -2/+2 |
| | |||||
* | Fill-in the introductory paragraph for the library tour. | Raymond Hettinger | 2004-05-26 | 1 | -0/+3 |
| | |||||
* | Add a further tour of the standard library. | Raymond Hettinger | 2004-05-26 | 1 | -0/+290 |
| | |||||
* | Follow official recommendation for domain names in examples. | Raymond Hettinger | 2004-05-25 | 1 | -3/+3 |
| | |||||
* | Add more docs for generator expressions. | Raymond Hettinger | 2004-05-19 | 1 | -0/+33 |
| | | | | | * Put in a brief, example driven tutorial entry. * Use better examples in whatsnew24.tex. | ||||
* | Patch #940026: Explain "in" when it is first used. | Martin v. Löwis | 2004-05-06 | 1 | -0/+3 |
| | | | | Backported to 2.3. | ||||
* | Update timeit example to reflect current performance. | Raymond Hettinger | 2004-03-26 | 1 | -3/+3 |
| |