| Commit message (Expand) | Author | Age | Files | Lines |
* | Fix a variety of minor nits and typos caught by Chris Ryland | Fred Drake | 2001-01-14 | 1 | -7/+7 |
|
|
* | Steve Holden <sholden@holdenweb.com>: | Fred Drake | 2001-01-09 | 1 | -13/+13 |
|
|
* | __rcmp__() description: Changed to indicate that this is no longer | Fred Drake | 2001-01-04 | 1 | -8/+1 |
|
|
* | Document the NotImplemented object. | Neil Schemenauer | 2001-01-04 | 1 | -0/+9 |
|
|
* | Improve description of else clause of the try/except/else statement. | Fred Drake | 2001-01-02 | 1 | -6/+11 |
|
|
* | Change documentation of 'else' clause of 'try/except' to make clear that it | Thomas Wouters | 2000-12-31 | 1 | -3/+5 |
|
|
* | Fix typo | Andrew M. Kuchling | 2000-12-19 | 1 | -1/+1 |
|
|
* | Updated string literals description to encompass Unicode literals and the | Fred Drake | 2000-12-19 | 1 | -11/+24 |
|
|
* | Clarify __repr__ and __str__. | Guido van Rossum | 2000-12-19 | 1 | -7/+10 |
|
|
* | Additional docs for __iadd__ and family, closing SF bug #117178 and SF patch | Thomas Wouters | 2000-12-11 | 1 | -0/+26 |
|
|
* | Adjust explanation of operator precedence summary -- exponentiation groups | Fred Drake | 2000-12-11 | 1 | -1/+2 |
|
|
* | Fix error noted by Gerrit Holl (old; had been buried in my INBOX): | Fred Drake | 2000-12-07 | 1 | -3/+3 |
|
|
* | Added a note that objects which emulate built-in types should only | Fred Drake | 2000-12-07 | 1 | -0/+7 |
|
|
* | Updates to reflect pending changes to the XML conversion process. | Fred Drake | 2000-11-22 | 1 | -1/+1 |
|
|
* | Note that readframes() returns data in linear format, even if the original | Fred Drake | 2000-11-17 | 1 | -0/+6 |
|
|
* | Denis S. Otkidach <ods@users.sourceforge.net>: | Fred Drake | 2000-09-21 | 1 | -0/+42 |
|
|
* | Lots of minor fixes, many suggested by Detlef Lannert | Fred Drake | 2000-09-21 | 1 | -7/+8 |
|
|
* | Note that __getitem__() may receive a slice object as the index; | Fred Drake | 2000-09-21 | 1 | -2/+3 |
|
|
* | Moshe Zadka <mzadka@geocities.com>: | Fred Drake | 2000-09-19 | 1 | -0/+10 |
|
|
* | Many small clarifications, including many suggested by email. | Fred Drake | 2000-09-19 | 1 | -17/+18 |
|
|
* | Thomas Wouters <thomas@xs4all.net>: | Fred Drake | 2000-09-12 | 1 | -0/+39 |
|
|
* | add index entries for list comprehensions | Skip Montanaro | 2000-09-11 | 1 | -0/+2 |
|
|
* | Document "print >> None" | Barry Warsaw | 2000-08-29 | 1 | -3/+4 |
|
|
* | Rough and incomplete documentation on augmented assignment, which follows | Thomas Wouters | 2000-08-24 | 2 | -4/+11 |
|
|
* | fix list comprehension discussion to use \keyword macro instead of simply | Skip Montanaro | 2000-08-23 | 1 | -3/+4 |
|
|
* | require list comprehensions to start with a for clause | Skip Montanaro | 2000-08-22 | 1 | -2/+3 |
|
|
* | PEP 214, Extended print Statement, has been accepted by the BDFL. | Barry Warsaw | 2000-08-21 | 1 | -0/+12 |
|
|
* | Disallow "import mod.submod as m", because the result is ambiguous. Does it | Thomas Wouters | 2000-08-19 | 1 | -1/+6 |
|
|
* | Adjust the way __getslice__() is marked as deprecated; this will also | Fred Drake | 2000-08-18 | 1 | -2/+4 |
|
|
* | Apply SF patch #101135, adding 'import module as m' and 'from module import | Thomas Wouters | 2000-08-17 | 1 | -8/+12 |
|
|
* | Apply SF patch #101029: call __getitem__ with a proper slice object if there | Thomas Wouters | 2000-08-17 | 1 | -9/+18 |
|
|
* | Fix error made in applying Thomas's patch. | Fred Drake | 2000-08-15 | 1 | -1/+1 |
|
|
* | Thomas Wouters <thomas@xs4all.net>: | Fred Drake | 2000-08-15 | 1 | -1/+2 |
|
|
* | list comprehensions. see | Skip Montanaro | 2000-08-12 | 1 | -5/+14 |
|
|
* | Change as suggested by Peter Funk <pf@artcom-gmbh.de>: | Fred Drake | 2000-07-31 | 1 | -2/+3 |
|
|
* | More of Rob W. W. Hooft's spelling fixes. The only ones left now are the | Thomas Wouters | 2000-07-16 | 4 | -8/+8 |
|
|
* | Improve the descriptions of expected exceptions for __getitem__(), | Fred Drake | 2000-07-13 | 1 | -4/+14 |
|
|
* | Moshe Zadka <mzadka@geocities.com>: | Fred Drake | 2000-07-11 | 1 | -8/+29 |
|
|
* | Typo: "This table table" -> "This table is" | Fred Drake | 2000-07-06 | 1 | -1/+1 |
|
|
* | Revise the description of when functions retrieved from class instances | Fred Drake | 2000-06-28 | 1 | -9/+11 |
|
|
* | Fix markup error that hid a tilde character; reported long ago by | Fred Drake | 2000-06-15 | 1 | -1/+12 |
|
|
* | Added a note to the section on 'exec' about the need for a trailing newline | Greg Ward | 2000-04-27 | 1 | -1/+10 |
|
|
* | Removed some extraneous and confusing parenthesized expressions. | Fred Drake | 2000-04-25 | 1 | -3/+3 |
|
|
* | But don't do the funny \UNICODE macro; we're trying to get away from | Fred Drake | 2000-04-06 | 1 | -1/+1 |
|
|
* | Patch from Marc-Andre Lemburg <mal@lemburg.com>: | Fred Drake | 2000-04-06 | 1 | -0/+15 |
|
|
* | Merged changes from the 1.5.2p2 release. | Fred Drake | 2000-04-03 | 5 | -37/+40 |
|
|
* | Use \citetitle as appropriate. | Fred Drake | 1999-11-10 | 3 | -30/+30 |
|
|
* | Use \programopt in one place. | Fred Drake | 1999-11-09 | 1 | -1/+1 |
|
|
* | Added sentence "All exceptions must have an executable block."; from | Fred Drake | 1999-08-24 | 1 | -1/+2 |
|
|
* | Change an {\em ...} to \var{...} and a {\bf ...} to \program{...} (the | Fred Drake | 1999-07-29 | 1 | -1/+1 |
|
|