summaryrefslogtreecommitdiffstats
path: root/Doc/ref/ref3.tex
Commit message (Expand)AuthorAgeFilesLines
* Delete the LaTeX doc tree.Georg Brandl2007-08-151-2230/+0
* Whitespace cleanup. Also remove the empty linesŽiga Seilnacht2007-03-161-41/+38
* Patch #1623563: allow __class__ assignment for classes with __slots__.Žiga Seilnacht2007-03-161-0/+8
* Patch #1602128: clarify that richcmp methods can return NotImplementedGeorg Brandl2007-03-061-7/+9
* Bug #1637967: missing //= operator in list.Georg Brandl2007-01-171-2/+2
* Bug #1565919: document set types in the Language Reference.Georg Brandl2006-10-121-0/+35
* SF #1547931, fix typo (missing and). Will backport to 2.5Neal Norwitz2006-09-021-1/+1
* __hash__ may now return long int; the final hashMartin v. Löwis2006-08-091-0/+5
* Bug #1531349: right <-> left glitch in __rop__ description.Georg Brandl2006-07-301-1/+1
* Clarify that __op__ methods must return NotImplemented if they don't support ...Georg Brandl2006-07-301-0/+3
* Bug #1153163: describe __add__ vs __radd__ behavior when addingGeorg Brandl2006-06-141-4/+19
* minor markup nitsGeorge Yoshida2006-05-271-3/+3
* Finish bringing SVN into line with latest version of PEP 343 by getting rid o...Nick Coghlan2006-05-031-9/+6
* avoid ugly markup based on the unfortunate conversions of ">>" and "<<" toFred Drake2006-05-031-5/+5
* Get rid of __context__, per the latest changes to PEP 343 and python-devGuido van Rossum2006-05-021-16/+0
* Patch #1479438: add \keyword markup for "with".Georg Brandl2006-04-301-3/+3
* Move the PEP 343 documentation and implementation closer to theNick Coghlan2006-04-251-24/+25
* Change PEP 343 related documentation to use the term context specifier instea...Nick Coghlan2006-04-241-23/+21
* Update with statement documentation to use same terminology as 2.5a1 implemen...Nick Coghlan2006-04-231-20/+32
* bug #1462278: small fix in documentation of __op__ vs __rop__ methodsGeorg Brandl2006-04-011-8/+9
* typosGeorg Brandl2006-03-311-2/+2
* Add index entries for new-style/old-style class.Georg Brandl2006-03-311-1/+5
* Add version added info for with statement and context managersNeal Norwitz2006-03-281-0/+2
* Document the PEP 343 context manager protocol methods.Phillip J. Eby2006-03-271-0/+58
* Checking in the code for PEP 357.Guido van Rossum2006-03-071-0/+7
* Updating the short blob about old/new-style classes to reflect (IMHO) moreArmin Rigo2005-12-261-7/+35
* Add placeholder section on old and new-style classesAndrew M. Kuchling2005-12-041-0/+13
* add missing "and"Fred Drake2005-10-301-2/+3
* Better wording for integer ref entry.Georg Brandl2005-09-121-2/+2
* - fix typo report by email, only 1.5 years lateFred Drake2005-09-071-7/+7
* Clarify what is meant with "whole numbers".Georg Brandl2005-09-041-1/+2
* __new__ is a static methodGeorg Brandl2005-08-261-1/+1
* bug [ 1261229 ] __new__ is class methodGeorg Brandl2005-08-251-1/+1
* SF bug #1249837: container methods raise KeyError not IndexErrorRaymond Hettinger2005-08-211-0/+2
* Patch [ 1230615 ] Patch for (Doc) #1168746Georg Brandl2005-07-021-11/+14
* Fix typo.Raymond Hettinger2005-04-261-1/+1
* SF #1156412: document the __new__() static methodGreg Ward2005-03-081-0/+29
* SF Patch #1093896: miscellaneous doc typosRaymond Hettinger2005-01-011-1/+1
* 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