summaryrefslogtreecommitdiffstats
path: root/Doc/ref
Commit message (Expand)AuthorAgeFilesLines
* Minor change to match the style guide.Fred Drake2001-07-141-1/+1
* Change the grammar productions to use the new productionlist environment;Fred Drake2001-07-065-261/+410
* Fix typoAndrew M. Kuchling2001-06-231-1/+1
* Remove some bogus trailing whitespace.Fred Drake2001-06-231-2/+2
* Fix minor markup nits.Fred Drake2001-06-232-6/+2
* Use a named reference to another chapter instead of hard coding theFred Drake2001-06-231-2/+2
* Fix a very minor (but annoying when looking for things!) markup nit.Fred Drake2001-06-237-0/+43
* Add "yeild" to the list of keywords.Fred Drake2001-06-231-2/+18
* Update to include the license information in a less annoying place.Fred Drake2001-06-201-0/+3
* Update a "Programmer's note" about lambda forms and scoping to reflectFred Drake2001-06-051-5/+19
* Bring the notes on the relationship between __cmp__(), __eq__(), andFred Drake2001-05-291-10/+15
* Fix typo reported in SF bug #427783.Fred Drake2001-05-291-1/+1
* Make sure we include all of Python's numeric types in the data modelFred Drake2001-05-141-1/+2
* Fix typo reported by David Goodger. This closes SF patch #422383.Fred Drake2001-05-101-1/+1
* Fix the operator precedence table: exponentiation binds tighter thanFred Drake2001-05-091-2/+2
* Implement, test and document "key in dict" and "key not in dict".Guido van Rossum2001-04-202-4/+11
* Work around the conversion of ">>" and "<<" to guillemets. Reported by Ping.Fred Drake2001-04-131-1/+1
* Work around the conversion of ">>" and "<<" to guillemets. Reported by Ping.Fred Drake2001-04-131-51/+56
* Work around the conversion of ">>" and "<<" to guillemets. Reported byFred Drake2001-04-121-1/+1
* Typo: "ariables" --> "variables"Fred Drake2001-03-281-1/+1
* Add nested scopes spec to appendix.Jeremy Hylton2001-03-233-32/+134
* No quotes around the "future" in the first use of the term "futureFred Drake2001-03-231-1/+1
* Include the futures appendix.Fred Drake2001-03-231-0/+3
* Revise the markup so that this formats and uses markup consistently withFred Drake2001-03-231-28/+32
* Add some initial text for the appendix on future statements and nested scopes.Jeremy Hylton2001-03-231-0/+149
* Note that assignments to __debug__ are illegalJeremy Hylton2001-03-231-0/+2
* Revert to ver 1.22, which was the version before the nested scopesJeremy Hylton2001-03-231-91/+106
* Do not refer to "sub-modules" since that is not a defined term.Fred Drake2001-03-061-7/+8
* Re-word the explanation of the in/not in operators for increased contentFred Drake2001-03-061-6/+14
* 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