| Commit message (Collapse) | Author | Age | Files | Lines | |
|---|---|---|---|---|---|
| * | Bug #1531349: right <-> left glitch in __rop__ description. | Georg Brandl | 2006-07-30 | 1 | -1/+1 |
| | | | | | (backport from rev. 50990) | ||||
| * | Bug #1153163: describe __add__ vs __radd__ behavior when adding | Georg Brandl | 2006-06-14 | 1 | -4/+19 |
| | | | | | | objects of same type/of subclasses of the other. (backport from rev. 46952) | ||||
| * | bug #1462278: small fix in documentation of __op__ vs __rop__ methods | Georg Brandl | 2006-04-01 | 1 | -8/+9 |
| | | | | | (backport from rev. 43521) | ||||
| * | add missing "and" | Fred Drake | 2005-10-30 | 1 | -2/+3 |
| | | |||||
| * | Better wording for integer ref entry (from HEAD 1.131). | Georg Brandl | 2005-09-12 | 1 | -2/+2 |
| | | |||||
| * | - fix typo report by email, only 1.5 years late | Fred Drake | 2005-09-07 | 1 | -7/+7 |
| | | | | | | - fix several consistency nits relating to \method{...()} (backport of trunk revision 1.130) | ||||
| * | Clarify what is meant with "whole numbers". | Georg Brandl | 2005-09-04 | 1 | -1/+2 |
| | | |||||
| * | __new__ is a static method | Georg Brandl | 2005-08-26 | 1 | -1/+1 |
| | | |||||
| * | backport bug [ 1261229 ] __new__ is class method | Georg Brandl | 2005-08-25 | 1 | -1/+1 |
| | | |||||
| * | SF bug #1249837: container methods raise KeyError not IndexError | Raymond Hettinger | 2005-08-21 | 1 | -0/+2 |
| | | | | | Minor clarification. | ||||
| * | backport patch [ 1230615 ] Patch for (Doc) #1168746 (frame.f_exc_*) | Georg Brandl | 2005-07-02 | 1 | -11/+14 |
| | | | | | backport bug [ 1204734 ] incorrect description of __getattribute__ | ||||
| * | Fix typo. | Raymond Hettinger | 2005-04-26 | 1 | -1/+1 |
| | | |||||
| * | SF #1156412: document the __new__() static method. | Greg Ward | 2005-03-08 | 1 | -0/+29 |
| | | |||||
| * | SF Patch #1093896: miscellaneous doc typos | Raymond Hettinger | 2005-01-01 | 1 | -1/+1 |
| | | |||||
| * | This is my patch | Michael W. Hudson | 2004-08-12 | 1 | -22/+49 |
| | | | | | | | | [ 1004703 ] Make func_name writable plus fixing a couple of nits in the documentation changes spotted by MvL and a Misc/NEWS entry. | ||||
| * | Add a missing space. | Brett Cannon | 2004-06-29 | 1 | -1/+1 |
| | | |||||
| * | note that descriptor objects must be instances of new-style types | Fred Drake | 2004-05-06 | 1 | -1/+2 |
| | | | | | (closes SF bug #817742) | ||||
| * | clean up indexing for None, NotImplemented | Fred Drake | 2004-01-01 | 1 | -4/+2 |
| | | | | | closes SF bug #820344 | ||||
| * | Patch #821093: Fix various typos. | Martin v. Löwis | 2003-10-19 | 1 | -1/+1 |
| | | |||||
| * | SF 810242. Fix doubled word errors. | Raymond Hettinger | 2003-09-22 | 1 | -1/+1 |
| | | |||||
| * | Added doubled word warnings. | Raymond Hettinger | 2003-08-25 | 1 | -1/+1 |
| | | |||||
| * | Fix representation of ^= operator in __ixor__() documentation. | Fred Drake | 2003-07-23 | 1 | -1/+1 |
| | | | | | Closes SF bug #776181. Should be backported. | ||||
| * | Minor corrections. | Raymond Hettinger | 2003-07-17 | 1 | -1/+1 |
| | | |||||
| * | - improve the description of how user-defined method | Fred Drake | 2003-07-17 | 1 | -25/+85 |
| | | | | | | | | | objects get made - improve the description of attribute retrieval from classes and class instances - add brief documentation of static method and class method objects. | ||||
| * | Clarify the lack of relationship between rich comparison operators. | Raymond Hettinger | 2003-07-16 | 1 | -0/+5 |
| | | | | | Prompted by a discussion on comp.lang.python. | ||||
| * | Indexing is a mess; try to get the link targets closer to the relevant | Fred Drake | 2003-07-15 | 1 | -3/+2 |
| | | | | | text. There needs to be a better way. | ||||
| * | Discuss calling new-style types. | Fred Drake | 2003-07-15 | 1 | -1/+9 |
| | | | | | Closes SF bug #453683. | ||||
| * | Minor fixes to punctuation and grammar. | Raymond Hettinger | 2003-06-29 | 1 | -5/+5 |
| | | |||||
| * | * Markup nits for the Invoking Descriptors section | Raymond Hettinger | 2003-06-27 | 1 | -7/+121 |
| | | | | | | | | * Documented __slots__ * Documented __metaclass__ Shamelessly plagarized from Guido's tutorial. | ||||
| * | remove _ from label: LaTeX rejects this due to all the magic we use to | Fred Drake | 2003-06-26 | 1 | -1/+1 |
| | | | | | get the _ character to format like a normal character | ||||
| * | * Document how descriptors are invoked. | Raymond Hettinger | 2003-06-25 | 1 | -3/+63 |
| | | | | | * Fix minor parenthesis matching errors in ref3.tex. | ||||
| * | Add explicit text for where an obindex call for generators was since obindex ↵ | Brett Cannon | 2003-06-15 | 1 | -1/+2 |
| | | | | | does not cause output of its argument. | ||||
| * | Add a specific mention of the term "operator overloading" and add an | Fred Drake | 2003-05-12 | 1 | -1/+4 |
| | | | | | index entry. Suggested to python-docs. | ||||
| * | - apply SF patch #700798: fixes and cleanups for descriptor info | Fred Drake | 2003-03-20 | 1 | -13/+13 |
| | | | | | - use a TeX "tie" to prevent word-wrapping in "section x.y"-like text | ||||
| * | I thought it was common practice to check things compiled before | Michael W. Hudson | 2003-03-05 | 1 | -5/+5 |
| | | | | | | | | checking them in? Oh well, this fixes various obvious mistakes and changes a subsubsubsection (which doesn't exist) into a subsubsection (which does). I'm not sure this matches the intent, but it seems to read OK on a quick skim. | ||||
| * | SF doc patch #692001, properties and __getattribute__. I added some | Guido van Rossum | 2003-02-28 | 1 | -8/+54 |
| | | | | | stuff, and changed 'property' to 'descriptor'. | ||||
| * | Document __module__. | Jeremy Hylton | 2003-01-31 | 1 | -3/+11 |
| | | |||||
| * | Fix typo | Raymond Hettinger | 2003-01-19 | 1 | -1/+1 |
| | | |||||
| * | SF patch #634866: Alex Martelli's corrections to the ref manual. | Raymond Hettinger | 2003-01-19 | 1 | -37/+75 |
| | | | | | | Backport candidate. All but one or two of these changes are applicable to 2.2.2. | ||||
| * | This is Richie Hindle's patch | Michael W. Hudson | 2002-12-17 | 1 | -5/+7 |
| | | | | | | | | | [ 643835 ] Set Next Statement for Python debuggers with a few tweaks by me: adding an unsigned or two, mentioning that not all jumps are allowed in the doc for pdb, adding a NEWS item and a note to whatsnew, and AuCTeX doing something cosmetic to libpdb.tex. | ||||
| * | Another try at clarifying what goes into and comes out of Unicode objects. | Fred Drake | 2002-09-24 | 1 | -12/+20 |
| | | | | | Document the indices() method of slice objects. | ||||
| * | Clarified that the footnote applies to versions 1.5 and after instead of | Raymond Hettinger | 2002-09-08 | 1 | -4/+4 |
| | | | | | just version 1.5. Closes SF bug 577793. | ||||
| * | A few days ago, Guido said (in the thread "[Python-Dev] Python | Michael W. Hudson | 2002-07-19 | 1 | -0/+9 |
| | | | | | | | | | version of PySlice_GetIndicesEx"): > OK. Michael, if you want to check in indices(), go ahead. Then I did what was needed, but didn't check it in. Here it is. | ||||
| * | SF 563530 added missing methods for emulating numeric types | Raymond Hettinger | 2002-06-20 | 1 | -1/+5 |
| | | |||||
| * | This is my nearly two year old patch | Michael W. Hudson | 2002-06-11 | 1 | -0/+7 |
| | | | | | | | | | | [ 400998 ] experimental support for extended slicing on lists somewhat spruced up and better tested than it was when I wrote it. Includes docs & tests. The whatsnew section needs expanding, and arrays should support extended slices -- later. | ||||
| * | Fix up Guido's markup. | Fred Drake | 2002-06-04 | 1 | -24/+24 |
| | | |||||
| * | Addressed SF bug 421973 (finally). | Guido van Rossum | 2002-06-03 | 1 | -46/+88 |
| | | | | | | | | | | | | | | | | | | Rewrote the subsection on coercion rules (and made it a proper subsection, with a label). The new section is much less precise, because precise rules would be too hard to give (== I don't know what they are any more :-). OTOH, the new section gives much more up-to-date information. Also noted that __coerce__ may return NotImplemented, with the same meaning as None. I beg Fred forgiveness: my use of \code{} is probably naive. Please fix this and other markup nits. An index entry would be nice. This could be a 2.2 bugfix candidate, if we bother about old docs (Fred?) | ||||
| * | Closes SF patch: 552468. | Raymond Hettinger | 2002-05-12 | 1 | -4/+2 |
| | | | | | Type class unification invalidated the statement: x.__getitem__[i] is not equivalent to x[i]. | ||||
| * | Remove repeated index entry; adds nothing different. | Fred Drake | 2002-04-16 | 1 | -2/+1 |
| | | | | | Closes SF bug #518985. | ||||
| * | Document __unicode__. Fixes #541245. | Martin v. Löwis | 2002-04-11 | 1 | -0/+7 |
| | | |||||
