summaryrefslogtreecommitdiffstats
path: root/Doc/ref/ref3.tex
Commit message (Expand)AuthorAgeFilesLines
* This is my patchMichael W. Hudson2004-08-121-22/+49
* Add a missing space.Brett Cannon2004-06-291-1/+1
* note that descriptor objects must be instances of new-style typesFred Drake2004-05-061-1/+2
* clean up indexing for None, NotImplementedFred Drake2004-01-011-4/+2
* Patch #821093: Fix various typos.Martin v. Löwis2003-10-191-1/+1
* SF 810242. Fix doubled word errors.Raymond Hettinger2003-09-221-1/+1
* Added doubled word warnings.Raymond Hettinger2003-08-251-1/+1
* Fix representation of ^= operator in __ixor__() documentation.Fred Drake2003-07-231-1/+1
* Minor corrections.Raymond Hettinger2003-07-171-1/+1
* - improve the description of how user-defined methodFred Drake2003-07-171-25/+85
* Clarify the lack of relationship between rich comparison operators.Raymond Hettinger2003-07-161-0/+5
* Indexing is a mess; try to get the link targets closer to the relevantFred Drake2003-07-151-3/+2
* Discuss calling new-style types.Fred Drake2003-07-151-1/+9
* Minor fixes to punctuation and grammar.Raymond Hettinger2003-06-291-5/+5
* * Markup nits for the Invoking Descriptors sectionRaymond Hettinger2003-06-271-7/+121
* remove _ from label: LaTeX rejects this due to all the magic we use toFred Drake2003-06-261-1/+1
* * Document how descriptors are invoked.Raymond Hettinger2003-06-251-3/+63
* Add explicit text for where an obindex call for generators was since obindex ...Brett Cannon2003-06-151-1/+2
* Add a specific mention of the term "operator overloading" and add anFred Drake2003-05-121-1/+4
* - apply SF patch #700798: fixes and cleanups for descriptor infoFred Drake2003-03-201-13/+13
* I thought it was common practice to check things compiled beforeMichael W. Hudson2003-03-051-5/+5
* SF doc patch #692001, properties and __getattribute__. I added someGuido van Rossum2003-02-281-8/+54
* Document __module__.Jeremy Hylton2003-01-311-3/+11
* Fix typoRaymond Hettinger2003-01-191-1/+1
* SF patch #634866: Alex Martelli's corrections to the ref manual.Raymond Hettinger2003-01-191-37/+75
* This is Richie Hindle's patchMichael W. Hudson2002-12-171-5/+7
* Another try at clarifying what goes into and comes out of Unicode objects.Fred Drake2002-09-241-12/+20
* Clarified that the footnote applies to versions 1.5 and after instead ofRaymond Hettinger2002-09-081-4/+4
* A few days ago, Guido said (in the thread "[Python-Dev] PythonMichael W. Hudson2002-07-191-0/+9
* SF 563530 added missing methods for emulating numeric typesRaymond Hettinger2002-06-201-1/+5
* This is my nearly two year old patchMichael W. Hudson2002-06-111-0/+7
* Fix up Guido's markup.Fred Drake2002-06-041-24/+24
* Addressed SF bug 421973 (finally).Guido van Rossum2002-06-031-46/+88
* Closes SF patch: 552468.Raymond Hettinger2002-05-121-4/+2
* Remove repeated index entry; adds nothing different.Fred Drake2002-04-161-2/+1
* Document __unicode__. Fixes #541245.Martin v. Löwis2002-04-111-0/+7
* Add the 'bool' type and its values 'False' and 'True', as described inGuido van Rossum2002-04-031-3/+17
* Update documentation of code objects.Jeremy Hylton2002-04-011-10/+15
* Small fixes for description of function attributes.Jeremy Hylton2002-04-011-5/+3
* Update information about __del__() & reference cycles for CPython.Fred Drake2001-12-141-7/+18
* Document generators and the yield statement, avoiding implementation details.Fred Drake2001-12-111-1/+13
* 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
* 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-281-3/+3
* Use the \note and \warning macros where appropriate.Fred Drake2001-10-201-4/+4
* 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
* Add information about __floordiv__() and __truediv__() methods forFred Drake2001-08-141-5/+17