summaryrefslogtreecommitdiffstats
path: root/Doc/ref
Commit message (Expand)AuthorAgeFilesLines
* Updates to describe function attributes.Barry Warsaw2001-02-271-4/+12
* Sequence indexes are non-negative, not natural (0 is not a natural number).Fred Drake2001-02-221-32/+32
* Feeble attempt to repair obsolete info about hex escapes.Tim Peters2001-02-141-4/+2
* Minor markup adjustments.Fred Drake2001-02-021-15/+13
* Allow 'continue' inside 'try' clauseJeremy Hylton2001-02-011-9/+11
* Remove spurious "\end{description}" that caused formatting to fail.Fred Drake2001-02-011-2/+0
* update section 4.1 to describe nested scopesJeremy Hylton2001-02-011-94/+83
* Remove note about the compiler not checking for two kinds of illegalJeremy Hylton2001-01-301-5/+0
* Typo: coplete --> completeFred Drake2001-01-261-1/+1
* Updated note about collection of cyclic garbage, based on comments fromFred Drake2001-01-221-3/+6
* Document rich comparisons.Guido van Rossum2001-01-181-5/+42
* Fix a variety of minor nits and typos caught by Chris RylandFred Drake2001-01-141-7/+7
* Steve Holden <sholden@holdenweb.com>:Fred Drake2001-01-091-13/+13
* __rcmp__() description: Changed to indicate that this is no longerFred Drake2001-01-041-8/+1
* Document the NotImplemented object.Neil Schemenauer2001-01-041-0/+9
* Improve description of else clause of the try/except/else statement.Fred Drake2001-01-021-6/+11
* Change documentation of 'else' clause of 'try/except' to make clear that itThomas Wouters2000-12-311-3/+5
* Fix typoAndrew M. Kuchling2000-12-191-1/+1
* Updated string literals description to encompass Unicode literals and theFred Drake2000-12-191-11/+24
* Clarify __repr__ and __str__.Guido van Rossum2000-12-191-7/+10
* Additional docs for __iadd__ and family, closing SF bug #117178 and SF patchThomas Wouters2000-12-111-0/+26
* Adjust explanation of operator precedence summary -- exponentiation groupsFred Drake2000-12-111-1/+2
* Fix error noted by Gerrit Holl (old; had been buried in my INBOX):Fred Drake2000-12-071-3/+3
* Added a note that objects which emulate built-in types should onlyFred Drake2000-12-071-0/+7
* Updates to reflect pending changes to the XML conversion process.Fred Drake2000-11-221-1/+1
* Note that readframes() returns data in linear format, even if the originalFred Drake2000-11-171-0/+6
* Denis S. Otkidach <ods@users.sourceforge.net>:Fred Drake2000-09-211-0/+42
* Lots of minor fixes, many suggested by Detlef LannertFred Drake2000-09-211-7/+8
* Note that __getitem__() may receive a slice object as the index;Fred Drake2000-09-211-2/+3
* Moshe Zadka <mzadka@geocities.com>:Fred Drake2000-09-191-0/+10
* Many small clarifications, including many suggested by email.Fred Drake2000-09-191-17/+18
* Thomas Wouters <thomas@xs4all.net>:Fred Drake2000-09-121-0/+39
* add index entries for list comprehensionsSkip Montanaro2000-09-111-0/+2
* Document "print >> None"Barry Warsaw2000-08-291-3/+4
* Rough and incomplete documentation on augmented assignment, which followsThomas Wouters2000-08-242-4/+11
* fix list comprehension discussion to use \keyword macro instead of simplySkip Montanaro2000-08-231-3/+4
* require list comprehensions to start with a for clauseSkip Montanaro2000-08-221-2/+3
* PEP 214, Extended print Statement, has been accepted by the BDFL.Barry Warsaw2000-08-211-0/+12
* Disallow "import mod.submod as m", because the result is ambiguous. Does itThomas Wouters2000-08-191-1/+6
* Adjust the way __getslice__() is marked as deprecated; this will alsoFred Drake2000-08-181-2/+4
* Apply SF patch #101135, adding 'import module as m' and 'from module importThomas Wouters2000-08-171-8/+12
* Apply SF patch #101029: call __getitem__ with a proper slice object if thereThomas Wouters2000-08-171-9/+18
* Fix error made in applying Thomas's patch.Fred Drake2000-08-151-1/+1
* Thomas Wouters <thomas@xs4all.net>:Fred Drake2000-08-151-1/+2
* list comprehensions. seeSkip Montanaro2000-08-121-5/+14
* Change as suggested by Peter Funk <pf@artcom-gmbh.de>:Fred Drake2000-07-311-2/+3
* More of Rob W. W. Hooft's spelling fixes. The only ones left now are theThomas Wouters2000-07-164-8/+8
* Improve the descriptions of expected exceptions for __getitem__(),Fred Drake2000-07-131-4/+14
* Moshe Zadka <mzadka@geocities.com>:Fred Drake2000-07-111-8/+29
* Typo: "This table table" -> "This table is"Fred Drake2000-07-061-1/+1