| Commit message (Collapse) | Author | Age | Files | Lines | |
|---|---|---|---|---|---|
| * | 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 |
