summaryrefslogtreecommitdiffstats
path: root/Doc/ref
Commit message (Expand)AuthorAgeFilesLines
...
* Clean up a sad sentence in the yield description.Fred Drake2001-12-111-5/+5
* Document generators and the yield statement, avoiding implementation details.Fred Drake2001-12-112-1/+65
* Fix whitespace in example of bad indentation: a comment indicated that oneFred Drake2001-12-111-8/+8
* Add change notes where im_class is discussed, since the exact meaning changesFred Drake2001-12-071-0/+2
* Correct the description of im_class. (Fred, this is changed in 2.2.Guido van Rossum2001-12-071-6/+5
* Add a note to the description of the interaction between the softspaceFred Drake2001-12-051-9/+12
* Import the keyword module instead of relying on our own list ofGuido van Rossum2001-12-041-11/+2
* Put the keywords back in alphabetical order. Apparently somebodyGuido van Rossum2001-12-041-2/+2
* Remove most references to __members__ and __methods__, leaving only one pairFred Drake2001-12-031-8/+1
* Clean up some markup cruft. A number of the macros that take noFred Drake2001-11-283-11/+11
* Fred observes that the typo was not the only problem with this sentence.Jeremy Hylton2001-11-141-1/+1
* typoJeremy Hylton2001-11-141-2/+2
* When describing "import *", add a level of indirection between "*" and theFred Drake2001-10-241-3/+17
* Use the \note and \warning macros where appropriate.Fred Drake2001-10-202-6/+6
* Fix typo reported by Michael Soulier.Fred Drake2001-10-181-1/+1
* Removed stray backslash (a typo -- my fault).Tim Peters2001-10-011-1/+1
* The description of dictionary comparison was out of date. Rather thanTim Peters2001-10-011-9/+12
* Refer to the objects which define __len__(), __*item__(), and __iter__()Fred Drake2001-10-011-17/+35
* Fix minor usage and consistency nits.Fred Drake2001-09-181-4/+5
* Work around a LaTeX2HTML bug that caused the "m" in "mutable" to be droppedFred Drake2001-09-101-1/+1
* SF patch #455966: Allow leading 0 in float/imag literals.Tim Peters2001-08-301-7/+7
* Docs for the PEP 264 changes.Michael W. Hudson2001-08-271-11/+23
* Add material about the "r" and "u" prefixes for string literals; shouldFred Drake2001-08-141-8/+14
* Add information about __floordiv__() and __truediv__() methods forFred Drake2001-08-141-5/+17
* "Thin" version of floor division docs: add // to the list of operatorsFred Drake2001-08-081-3/+3
* User-defined methods *can* contain things other than user-defined functionsFred Drake2001-08-021-1/+2
* Explain that __init__() methods do not get to return values.Fred Drake2001-08-021-8/+9
* Removed unnecessary section "Unicode literals"; all the discussion isFred Drake2001-07-201-6/+1
* Fix typo in description of raw strings: "value" --> "valid"Fred Drake2001-07-201-1/+1
* 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