summaryrefslogtreecommitdiffstats
path: root/Doc/lib/liboperator.tex
Commit message (Collapse)AuthorAgeFilesLines
* Guido grants a Christmas wish:Raymond Hettinger2003-12-171-2/+2
| | | | sorted() becomes a regular function instead of a classmethod.
* As discussed on python-dev, added two extractor functions to theRaymond Hettinger2003-12-011-0/+33
| | | | operator module.
* Patch #849350: Update to document bool return values. Backported to 2.3.Martin v. Löwis2003-11-271-1/+1
|
* SF patch #834444: add versionadd to new functionsRaymond Hettinger2003-11-021-0/+2
| | | | (Contributed by George Yoshida.)
* Fill in missing table entries.Raymond Hettinger2003-02-211-1/+5
|
* SF patch #670423: Add missing identity tests to operator.cRaymond Hettinger2003-01-181-1/+9
|
* Try to make a sentance more readable.Neal Norwitz2003-01-121-1/+1
|
* Minor correction and clarification.Fred Drake2003-01-111-1/+3
|
* Add versionadded for operator.powNeal Norwitz2002-08-191-0/+1
|
* Added __pow__(a,b) to the operator module. Completes the pattern ofRaymond Hettinger2002-08-191-0/+7
| | | | | | all operators having a counterpart in the operator module. Closes SF bug #577513.
* Use the \note and \warning macros where appropriate.Fred Drake2001-10-201-8/+8
|
* Added documentation for the new rich comparison support.Fred Drake2001-08-101-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 Drake2000-12-151-2/+3
| | | | Clarify that invert() is a *bitwise* operation.
* Added missing entry for invert() function.Fred Drake2000-10-221-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 termFred Drake2000-10-061-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 Drake2000-10-021-0/+50
| | | | | | isNumberType(), and isSequenceType() functions. This closes SourceForge bug #115789.
* Added documentation for new functions.Fred Drake2000-09-171-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 definedFred Drake1999-06-151-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 Drake1998-08-101-4/+4
| | | | Fix up a few synopses.
* Adjusted to use the new module synopsis support macros.Fred Drake1998-07-231-2/+4
|
* Document missing functions: xor, not, truth, countOf, indexOf, andGuido van Rossum1998-05-221-0/+28
| | | | (new!) contains.
* Remove all uses of \sectcode; we can now use logical markup everywhere.Fred Drake1998-04-041-1/+1
|
* Some logical markup.Fred Drake1998-03-081-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 Drake1998-02-171-0/+1
|
* Remove all \bcode / \ecode cruft; this is no longer needed. See previousFred Drake1998-02-131-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 Drake1997-12-291-1/+1
|
* Descriptions for delitem(), __delitem__(): These delete a value, not set it.Fred Drake1997-12-161-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 Drake1997-12-161-1/+1
|
* Removed unnecessary escaping.Fred Drake1997-12-041-39/+39
|
* AMK's megapatch:Guido van Rossum1997-07-171-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 Rossum1996-12-061-0/+193