| Commit message (Expand) | Author | Age | Files | Lines |
* | Fix for | Michael W. Hudson | 2001-12-12 | 1 | -2/+45 |
|
|
* | Add a note about yield requiring a __future__ directive. | Fred Drake | 2001-12-12 | 1 | -0/+10 |
|
|
* | Clean up a sad sentence in the yield description. | Fred Drake | 2001-12-11 | 1 | -5/+5 |
|
|
* | Document generators and the yield statement, avoiding implementation details. | Fred Drake | 2001-12-11 | 2 | -1/+65 |
|
|
* | Fix whitespace in example of bad indentation: a comment indicated that one | Fred Drake | 2001-12-11 | 1 | -8/+8 |
|
|
* | Add change notes where im_class is discussed, since the exact meaning changes | Fred Drake | 2001-12-07 | 1 | -0/+2 |
|
|
* | Correct the description of im_class. (Fred, this is changed in 2.2. | Guido van Rossum | 2001-12-07 | 1 | -6/+5 |
|
|
* | Add a note to the description of the interaction between the softspace | Fred Drake | 2001-12-05 | 1 | -9/+12 |
|
|
* | Import the keyword module instead of relying on our own list of | Guido van Rossum | 2001-12-04 | 1 | -11/+2 |
|
|
* | Put the keywords back in alphabetical order. Apparently somebody | Guido van Rossum | 2001-12-04 | 1 | -2/+2 |
|
|
* | Remove most references to __members__ and __methods__, leaving only one pair | Fred Drake | 2001-12-03 | 1 | -8/+1 |
|
|
* | Clean up some markup cruft. A number of the macros that take no | Fred Drake | 2001-11-28 | 3 | -11/+11 |
|
|
* | Fred observes that the typo was not the only problem with this sentence. | Jeremy Hylton | 2001-11-14 | 1 | -1/+1 |
|
|
* | typo | Jeremy Hylton | 2001-11-14 | 1 | -2/+2 |
|
|
* | When describing "import *", add a level of indirection between "*" and the | Fred Drake | 2001-10-24 | 1 | -3/+17 |
|
|
* | Use the \note and \warning macros where appropriate. | Fred Drake | 2001-10-20 | 2 | -6/+6 |
|
|
* | Fix typo reported by Michael Soulier. | Fred Drake | 2001-10-18 | 1 | -1/+1 |
|
|
* | Removed stray backslash (a typo -- my fault). | Tim Peters | 2001-10-01 | 1 | -1/+1 |
|
|
* | The description of dictionary comparison was out of date. Rather than | Tim Peters | 2001-10-01 | 1 | -9/+12 |
|
|
* | Refer to the objects which define __len__(), __*item__(), and __iter__() | Fred Drake | 2001-10-01 | 1 | -17/+35 |
|
|
* | Fix minor usage and consistency nits. | Fred Drake | 2001-09-18 | 1 | -4/+5 |
|
|
* | Work around a LaTeX2HTML bug that caused the "m" in "mutable" to be dropped | Fred Drake | 2001-09-10 | 1 | -1/+1 |
|
|
* | SF patch #455966: Allow leading 0 in float/imag literals. | Tim Peters | 2001-08-30 | 1 | -7/+7 |
|
|
* | Docs for the PEP 264 changes. | Michael W. Hudson | 2001-08-27 | 1 | -11/+23 |
|
|
* | Add material about the "r" and "u" prefixes for string literals; should | Fred Drake | 2001-08-14 | 1 | -8/+14 |
|
|
* | Add information about __floordiv__() and __truediv__() methods for | Fred Drake | 2001-08-14 | 1 | -5/+17 |
|
|
* | "Thin" version of floor division docs: add // to the list of operators | Fred Drake | 2001-08-08 | 1 | -3/+3 |
|
|
* | User-defined methods *can* contain things other than user-defined functions | Fred Drake | 2001-08-02 | 1 | -1/+2 |
|
|
* | Explain that __init__() methods do not get to return values. | Fred Drake | 2001-08-02 | 1 | -8/+9 |
|
|
* | Removed unnecessary section "Unicode literals"; all the discussion is | Fred Drake | 2001-07-20 | 1 | -6/+1 |
|
|
* | Fix typo in description of raw strings: "value" --> "valid" | Fred Drake | 2001-07-20 | 1 | -1/+1 |
|
|
* | Minor change to match the style guide. | Fred Drake | 2001-07-14 | 1 | -1/+1 |
|
|
* | Change the grammar productions to use the new productionlist environment; | Fred Drake | 2001-07-06 | 5 | -261/+410 |
|
|
* | Fix typo | Andrew M. Kuchling | 2001-06-23 | 1 | -1/+1 |
|
|
* | Remove some bogus trailing whitespace. | Fred Drake | 2001-06-23 | 1 | -2/+2 |
|
|
* | Fix minor markup nits. | Fred Drake | 2001-06-23 | 2 | -6/+2 |
|
|
* | Use a named reference to another chapter instead of hard coding the | Fred Drake | 2001-06-23 | 1 | -2/+2 |
|
|
* | Fix a very minor (but annoying when looking for things!) markup nit. | Fred Drake | 2001-06-23 | 7 | -0/+43 |
|
|
* | Add "yeild" to the list of keywords. | Fred Drake | 2001-06-23 | 1 | -2/+18 |
|
|
* | Update to include the license information in a less annoying place. | Fred Drake | 2001-06-20 | 1 | -0/+3 |
|
|
* | Update a "Programmer's note" about lambda forms and scoping to reflect | Fred Drake | 2001-06-05 | 1 | -5/+19 |
|
|
* | Bring the notes on the relationship between __cmp__(), __eq__(), and | Fred Drake | 2001-05-29 | 1 | -10/+15 |
|
|
* | Fix typo reported in SF bug #427783. | Fred Drake | 2001-05-29 | 1 | -1/+1 |
|
|
* | Make sure we include all of Python's numeric types in the data model | Fred Drake | 2001-05-14 | 1 | -1/+2 |
|
|
* | Fix typo reported by David Goodger. This closes SF patch #422383. | Fred Drake | 2001-05-10 | 1 | -1/+1 |
|
|
* | Fix the operator precedence table: exponentiation binds tighter than | Fred Drake | 2001-05-09 | 1 | -2/+2 |
|
|
* | Implement, test and document "key in dict" and "key not in dict". | Guido van Rossum | 2001-04-20 | 2 | -4/+11 |
|
|
* | Work around the conversion of ">>" and "<<" to guillemets. Reported by Ping. | Fred Drake | 2001-04-13 | 1 | -1/+1 |
|
|
* | Work around the conversion of ">>" and "<<" to guillemets. Reported by Ping. | Fred Drake | 2001-04-13 | 1 | -51/+56 |
|
|
* | Work around the conversion of ">>" and "<<" to guillemets. Reported by | Fred Drake | 2001-04-12 | 1 | -1/+1 |
|
|