summaryrefslogtreecommitdiffstats
path: root/Doc/ref/ref3.tex
Commit message (Expand)AuthorAgeFilesLines
* Delete the LaTeX doc tree.Georg Brandl2007-08-151-2093/+0
* Remove useless \withsubitem.Georg Brandl2007-08-021-1/+0
* Merged revisions 55817-55961 via svnmerge fromGuido van Rossum2007-06-131-9/+3
* Merged revisions 55631-55794 via svnmerge fromGuido van Rossum2007-06-061-7/+4
* Merged revisions 55328-55341 via svnmerge fromGuido van Rossum2007-05-151-2/+3
* Merged revisions 55270-55324 via svnmerge fromGuido van Rossum2007-05-141-6/+3
* Merged revisions 53952-54987 via svnmerge fromGuido van Rossum2007-04-271-45/+52
* PEP 3114: rename .next() to .__next__() and add next() builtin.Georg Brandl2007-04-211-1/+1
* put a missing curly braceGeorge Yoshida2007-02-261-1/+1
* Change all the function attributes from func_* -> __*__. This gets ridNeal Norwitz2007-02-251-21/+21
* Merged revisions 53451-53537 via svnmerge fromThomas Wouters2007-02-011-2/+2
* Four months of trunk changes (including a few releases...)Thomas Wouters2006-12-131-1/+36
* - patch #1600346 submitted by Tomer FilibaJack Diederich2006-11-281-7/+7
* Patch #1550786: ellipsis literal.Georg Brandl2006-09-061-3/+2
* Get rid of most of the remaining uses of <>. There's still Tools/* thogh.Neal Norwitz2006-08-291-2/+1
* Get rid of most of the rest of coerce (slot is still there for now).Neal Norwitz2006-08-211-125/+2
* Merged revisions 46753-51188 via svnmerge fromThomas Wouters2006-08-111-4/+27
* Much-needed merge (using svnmerge.py this time) of trunk changes into p3yk.Thomas Wouters2006-05-271-43/+35
* Merge p3yk branch with the trunk up to revision 45595. This breaks a fairThomas Wouters2006-04-211-11/+76
* 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