summaryrefslogtreecommitdiffstats
path: root/Doc/ref/ref3.tex
Commit message (Expand)AuthorAgeFilesLines
* 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
* 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
* Minor change to match the style guide.Fred Drake2001-07-141-1/+1
* Fix a very minor (but annoying when looking for things!) markup nit.Fred Drake2001-06-231-0/+2
* Bring the notes on the relationship between __cmp__(), __eq__(), andFred Drake2001-05-291-10/+15
* Make sure we include all of Python's numeric types in the data modelFred Drake2001-05-141-1/+2
* Implement, test and document "key in dict" and "key not in dict".Guido van Rossum2001-04-201-3/+8
* Work around the conversion of ">>" and "<<" to guillemets. Reported by Ping.Fred Drake2001-04-131-51/+56
* Add nested scopes spec to appendix.Jeremy Hylton2001-03-231-12/+29
* 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
* 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
* __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
* Fix typoAndrew M. Kuchling2000-12-191-1/+1
* 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
* Added a note that objects which emulate built-in types should onlyFred Drake2000-12-071-0/+7
* Denis S. Otkidach <ods@users.sourceforge.net>:Fred Drake2000-09-211-0/+42
* Note that __getitem__() may receive a slice object as the index;Fred Drake2000-09-211-2/+3