summaryrefslogtreecommitdiffstats
path: root/Doc/ref/ref3.tex
Commit message (Expand)AuthorAgeFilesLines
* 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
* 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