| Commit message (Expand) | Author | Age | Files | Lines |
* | Discuss calling new-style types. | Fred Drake | 2003-07-15 | 1 | -1/+9 |
|
|
* | Minor fixes to punctuation and grammar. | Raymond Hettinger | 2003-06-29 | 1 | -5/+5 |
|
|
* | * Markup nits for the Invoking Descriptors section | Raymond Hettinger | 2003-06-27 | 1 | -7/+121 |
|
|
* | remove _ from label: LaTeX rejects this due to all the magic we use to | Fred Drake | 2003-06-26 | 1 | -1/+1 |
|
|
* | * Document how descriptors are invoked. | Raymond Hettinger | 2003-06-25 | 1 | -3/+63 |
|
|
* | Add explicit text for where an obindex call for generators was since obindex ... | Brett Cannon | 2003-06-15 | 1 | -1/+2 |
|
|
* | Add a specific mention of the term "operator overloading" and add an | Fred Drake | 2003-05-12 | 1 | -1/+4 |
|
|
* | - apply SF patch #700798: fixes and cleanups for descriptor info | Fred Drake | 2003-03-20 | 1 | -13/+13 |
|
|
* | I thought it was common practice to check things compiled before | Michael W. Hudson | 2003-03-05 | 1 | -5/+5 |
|
|
* | SF doc patch #692001, properties and __getattribute__. I added some | Guido van Rossum | 2003-02-28 | 1 | -8/+54 |
|
|
* | Document __module__. | Jeremy Hylton | 2003-01-31 | 1 | -3/+11 |
|
|
* | Fix typo | Raymond Hettinger | 2003-01-19 | 1 | -1/+1 |
|
|
* | SF patch #634866: Alex Martelli's corrections to the ref manual. | Raymond Hettinger | 2003-01-19 | 1 | -37/+75 |
|
|
* | This is Richie Hindle's patch | Michael W. Hudson | 2002-12-17 | 1 | -5/+7 |
|
|
* | Another try at clarifying what goes into and comes out of Unicode objects. | Fred Drake | 2002-09-24 | 1 | -12/+20 |
|
|
* | Clarified that the footnote applies to versions 1.5 and after instead of | Raymond Hettinger | 2002-09-08 | 1 | -4/+4 |
|
|
* | A few days ago, Guido said (in the thread "[Python-Dev] Python | Michael W. Hudson | 2002-07-19 | 1 | -0/+9 |
|
|
* | SF 563530 added missing methods for emulating numeric types | Raymond Hettinger | 2002-06-20 | 1 | -1/+5 |
|
|
* | This is my nearly two year old patch | Michael W. Hudson | 2002-06-11 | 1 | -0/+7 |
|
|
* | Fix up Guido's markup. | Fred Drake | 2002-06-04 | 1 | -24/+24 |
|
|
* | Addressed SF bug 421973 (finally). | Guido van Rossum | 2002-06-03 | 1 | -46/+88 |
|
|
* | Closes SF patch: 552468. | Raymond Hettinger | 2002-05-12 | 1 | -4/+2 |
|
|
* | Remove repeated index entry; adds nothing different. | Fred Drake | 2002-04-16 | 1 | -2/+1 |
|
|
* | Document __unicode__. Fixes #541245. | Martin v. Löwis | 2002-04-11 | 1 | -0/+7 |
|
|
* | Add the 'bool' type and its values 'False' and 'True', as described in | Guido van Rossum | 2002-04-03 | 1 | -3/+17 |
|
|
* | Update documentation of code objects. | Jeremy Hylton | 2002-04-01 | 1 | -10/+15 |
|
|
* | Small fixes for description of function attributes. | Jeremy Hylton | 2002-04-01 | 1 | -5/+3 |
|
|
* | Update information about __del__() & reference cycles for CPython. | Fred Drake | 2001-12-14 | 1 | -7/+18 |
|
|
* | Document generators and the yield statement, avoiding implementation details. | Fred Drake | 2001-12-11 | 1 | -1/+13 |
|
|
* | 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 |
|
|
* | 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 | 1 | -3/+3 |
|
|
* | Use the \note and \warning macros where appropriate. | Fred Drake | 2001-10-20 | 1 | -4/+4 |
|
|
* | 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 |
|
|
* | Add information about __floordiv__() and __truediv__() methods for | Fred Drake | 2001-08-14 | 1 | -5/+17 |
|
|
* | 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 |
|
|
* | Minor change to match the style guide. | Fred Drake | 2001-07-14 | 1 | -1/+1 |
|
|
* | Fix a very minor (but annoying when looking for things!) markup nit. | Fred Drake | 2001-06-23 | 1 | -0/+2 |
|
|
* | Bring the notes on the relationship between __cmp__(), __eq__(), and | Fred Drake | 2001-05-29 | 1 | -10/+15 |
|
|
* | Make sure we include all of Python's numeric types in the data model | Fred Drake | 2001-05-14 | 1 | -1/+2 |
|
|
* | Implement, test and document "key in dict" and "key not in dict". | Guido van Rossum | 2001-04-20 | 1 | -3/+8 |
|
|
* | Work around the conversion of ">>" and "<<" to guillemets. Reported by Ping. | Fred Drake | 2001-04-13 | 1 | -51/+56 |
|
|
* | Add nested scopes spec to appendix. | Jeremy Hylton | 2001-03-23 | 1 | -12/+29 |
|
|
* | Updates to describe function attributes. | Barry Warsaw | 2001-02-27 | 1 | -4/+12 |
|
|
* | Sequence indexes are non-negative, not natural (0 is not a natural number). | Fred Drake | 2001-02-22 | 1 | -32/+32 |
|
|
* | Updated note about collection of cyclic garbage, based on comments from | Fred Drake | 2001-01-22 | 1 | -3/+6 |
|
|