Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Guido grants a Christmas wish: | Raymond Hettinger | 2003-12-17 | 1 | -2/+2 |
| | | | | sorted() becomes a regular function instead of a classmethod. | ||||
* | As discussed on python-dev, added two extractor functions to the | Raymond Hettinger | 2003-12-01 | 1 | -0/+33 |
| | | | | operator module. | ||||
* | Patch #849350: Update to document bool return values. Backported to 2.3. | Martin v. Löwis | 2003-11-27 | 1 | -1/+1 |
| | |||||
* | SF patch #834444: add versionadd to new functions | Raymond Hettinger | 2003-11-02 | 1 | -0/+2 |
| | | | | (Contributed by George Yoshida.) | ||||
* | Fill in missing table entries. | Raymond Hettinger | 2003-02-21 | 1 | -1/+5 |
| | |||||
* | SF patch #670423: Add missing identity tests to operator.c | Raymond Hettinger | 2003-01-18 | 1 | -1/+9 |
| | |||||
* | Try to make a sentance more readable. | Neal Norwitz | 2003-01-12 | 1 | -1/+1 |
| | |||||
* | Minor correction and clarification. | Fred Drake | 2003-01-11 | 1 | -1/+3 |
| | |||||
* | Add versionadded for operator.pow | Neal Norwitz | 2002-08-19 | 1 | -0/+1 |
| | |||||
* | Added __pow__(a,b) to the operator module. Completes the pattern of | Raymond Hettinger | 2002-08-19 | 1 | -0/+7 |
| | | | | | | all operators having a counterpart in the operator module. Closes SF bug #577513. | ||||
* | Use the \note and \warning macros where appropriate. | Fred Drake | 2001-10-20 | 1 | -8/+8 |
| | |||||
* | Added documentation for the new rich comparison support. | Fred Drake | 2001-08-10 | 1 | -73/+147 |
| | | | | | | | | | This closes SF patch #428320. Added documentation for the new floordiv() and truediv() functions. This is part of SF bug #449093. Re-organized the listing of functions to get better logical grouping. | ||||
* | Grant Griffin <grant.griffin@honeywell.com>: | Fred Drake | 2000-12-15 | 1 | -2/+3 |
| | | | | Clarify that invert() is a *bitwise* operation. | ||||
* | Added missing entry for invert() function. | Fred Drake | 2000-10-22 | 1 | -0/+60 |
| | | | | | Added table mapping abstract operations to syntax to functions, based on a suggestion from Bob Weiner <weiner@beopen.com>. | ||||
* | It turns out that Guido does not like or encourage the use of the term | Fred Drake | 2000-10-06 | 1 | -2/+2 |
| | | | | | "disciplines" for the __*__() methods, so they should be referred to as "methods" or "special methods", as appropriate in context. | ||||
* | Add documentation and warnings for the isCallable(), isMappingType(), | Fred Drake | 2000-10-02 | 1 | -0/+50 |
| | | | | | | isNumberType(), and isSequenceType() functions. This closes SourceForge bug #115789. | ||||
* | Added documentation for new functions. | Fred Drake | 2000-09-17 | 1 | -3/+11 |
| | | | | | | | Deprecated sequenceIncludes(). Based on patch by Denis S. Otkidach <ods@users.sourceforge.net>, this closes SourceForge patch #101390. | ||||
* | Added note to __not__() description that this operation is defined | Fred Drake | 1999-06-15 | 1 | -1/+3 |
| | | | | | | only by the interpreter core and is not overridable by objects. Based on comment from David Ascher on the list. | ||||
* | New section header style. | Fred Drake | 1998-08-10 | 1 | -4/+4 |
| | | | | Fix up a few synopses. | ||||
* | Adjusted to use the new module synopsis support macros. | Fred Drake | 1998-07-23 | 1 | -2/+4 |
| | |||||
* | Document missing functions: xor, not, truth, countOf, indexOf, and | Guido van Rossum | 1998-05-22 | 1 | -0/+28 |
| | | | | (new!) contains. | ||||
* | Remove all uses of \sectcode; we can now use logical markup everywhere. | Fred Drake | 1998-04-04 | 1 | -1/+1 |
| | |||||
* | Some logical markup. | Fred Drake | 1998-03-08 | 1 | -89/+23 |
| | | | | | Combine function pairs: add() and __add__() go together. This way they share a single description and use less space. | ||||
* | Added \label{} for logical addressing. | Fred Drake | 1998-02-17 | 1 | -0/+1 |
| | |||||
* | Remove all \bcode / \ecode cruft; this is no longer needed. See previous | Fred Drake | 1998-02-13 | 1 | -3/+3 |
| | | | | | | | | | checkin of myformat.sty. Change "\renewcommand{\indexsubitem}{(...)}" to "\setindexsubitem{(...)}" everywhere. Some other minor nits that I happened to come across. | ||||
* | Remove unneeded "{}" that confused makeinfo. | Fred Drake | 1997-12-29 | 1 | -1/+1 |
| | |||||
* | Descriptions for delitem(), __delitem__(): These delete a value, not set it. | Fred Drake | 1997-12-16 | 1 | -46/+50 |
| | | | | Lots of little nits: parameter names in text should be \var{}, etc. | ||||
* | Fixed index references to modules. (This is *not* the spam module!) | Fred Drake | 1997-12-16 | 1 | -1/+1 |
| | |||||
* | Removed unnecessary escaping. | Fred Drake | 1997-12-04 | 1 | -39/+39 |
| | |||||
* | AMK's megapatch: | Guido van Rossum | 1997-07-17 | 1 | -2/+2 |
| | | | | | | | * \bcode, \ecode added everywhere * \label{module-foo} added everywhere * A few \seealso sections added. * Indentation fixed inside verbatim in lib*tex files | ||||
* | Added section for operator module (compiled Skip Montanaro). | Guido van Rossum | 1996-12-06 | 1 | -0/+193 |