summaryrefslogtreecommitdiffstats
path: root/Doc/lib/liboperator.tex
Commit message (Expand)AuthorAgeFilesLines
* Delete the LaTeX doc tree.Georg Brandl2007-08-151-530/+0
* avoid ugly markup based on the unfortunate conversions of ">>" and "<<" toFred Drake2006-05-031-2/+2
* Checking in the code for PEP 357.Guido van Rossum2006-03-071-0/+5
* adding in-place operators to the operator module.Armin Rigo2005-12-291-0/+102
* Typo.Armin Rigo2005-12-291-1/+1
* SF bug #1178269 Clarify when isMappingType/isSequenceType is True.Raymond Hettinger2005-04-071-3/+5
* SF bug #1178255: 256 should read 255 in operator module docsRaymond Hettinger2005-04-071-1/+1
* operator.itemgetter() and operator.attrgetter() now support extractionRaymond Hettinger2005-03-091-4/+11
* SF Patch #1093896: miscellaneous doc typosRaymond Hettinger2005-01-011-1/+1
* Guido grants a Christmas wish:Raymond Hettinger2003-12-171-2/+2
* As discussed on python-dev, added two extractor functions to theRaymond Hettinger2003-12-011-0/+33
* 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
* 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
* 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
* Grant Griffin <grant.griffin@honeywell.com>:Fred Drake2000-12-151-2/+3
* Added missing entry for invert() function.Fred Drake2000-10-221-0/+60
* It turns out that Guido does not like or encourage the use of the termFred Drake2000-10-061-2/+2
* Add documentation and warnings for the isCallable(), isMappingType(),Fred Drake2000-10-021-0/+50
* Added documentation for new functions.Fred Drake2000-09-171-3/+11
* Added note to __not__() description that this operation is definedFred Drake1999-06-151-1/+3
* New section header style.Fred Drake1998-08-101-4/+4
* 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
* 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
* 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
* 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
* 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
* Added section for operator module (compiled Skip Montanaro).Guido van Rossum1996-12-061-0/+193