Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Delete the LaTeX doc tree. | Georg Brandl | 2007-08-15 | 1 | -181/+0 |
| | |||||
* | bug [ 1166582 ] IterableUserDict not in docs | Georg Brandl | 2005-06-25 | 1 | -9/+15 |
| | |||||
* | Clarify that DictMixin is still useful. Only the UserDict class was supplanted. | Raymond Hettinger | 2005-01-04 | 1 | -13/+11 |
| | |||||
* | SF Patch #1093896: miscellaneous doc typos | Raymond Hettinger | 2005-01-01 | 1 | -1/+1 |
| | |||||
* | Fix double word typos. | Raymond Hettinger | 2003-08-25 | 1 | -1/+1 |
| | |||||
* | Improve DictMixin. | Raymond Hettinger | 2002-11-18 | 1 | -8/+9 |
| | | | | | | | | | | | Replaced docstring with comments. Prevents subclass contamination. Added the missing __cmp__() method and a test for __cmp__(). Used try/except style in preference to has_key() followed by a look-up. Used iteritem() where possible to save creating a long key list and to save redundant lookups. Expanded .update() to look for the most helpful methods first and gradually work down to a mininum expected interface. Expanded documentation to be more clear on how to use the class. | ||||
* | SF patch #520382: Expand shelve.py to have a full dictionary interface | Raymond Hettinger | 2002-11-15 | 1 | -1/+24 |
| | | | | | and add a mixin to UserDict.py to make it easier to implement a full dictionary interface. | ||||
* | Fix bug 575221 referred to dictionary type instead of dict. | Raymond Hettinger | 2002-06-30 | 1 | -1/+1 |
| | |||||
* | Add notes pointing out that these classes are kept for backward compatibility | Fred Drake | 2001-10-26 | 1 | -0/+17 |
| | | | | | and suggeest that new code that does not require compatibility with older Python versions subclass dictionary, list, or str. | ||||
* | Fixed a large number of small problems, mostly noted by Detlef Lannert | Fred Drake | 2000-10-10 | 1 | -3/+3 |
| | | | | <lannert@lannert.rz.uni-duesseldorf.de>. | ||||
* | Note that the UserString/MutableString classes are far less efficient | Fred Drake | 2000-10-10 | 1 | -18/+22 |
| | | | | | | | | | than the built-in string types (suggested by Moshe Zadka <moshez@math.huji.ac.il>). Clarified what "can be converted to a string" means. Fixed a few markup nits. | ||||
* | Add notes on the requirements for subclasses. | Fred Drake | 2000-10-06 | 1 | -0/+19 |
| | | | | This closes SourceForge bug #115928. | ||||
* | Move description of UserString.MutableString to a location more typical | Fred Drake | 2000-09-09 | 1 | -9/+9 |
| | | | | of the arrangement of other modules. | ||||
* | Rob W. W. Hooft's spelling fixes for the Library Reference. I hope | Thomas Wouters | 2000-07-16 | 1 | -5/+5 |
| | | | | | | | | | SourceForge doesn't choke on this batch :-) I'm not entirely sure this is 100% correct. The patch changes an \index{persistency} to \index{presistence}, and I don't know what \index{} does. But it seems to do so persi--er, consistently, so I hope it isn't a problem. | ||||
* | UserString section: | Fred Drake | 2000-04-03 | 1 | -6/+5 |
| | | | | | | | Small cleanups noted by Detlef Lannert <lannert@lannert.rz.uni-duesseldorf.de>. Make the spelling of Unicode always uppercase. | ||||
* | UserString class from Peter Funk <pf@artcom-gmbh.de>. | Fred Drake | 2000-04-03 | 1 | -0/+49 |
| | |||||
* | Added description of optional parameter to UserDict constructor. | Fred Drake | 1999-07-26 | 1 | -2/+5 |
| | | | | Omission reported by Barry Warsaw. | ||||
* | Added some minor prose before the descriptions of the data attributes | Fred Drake | 1999-06-29 | 1 | -5/+12 |
| | | | | to make it clear that these are instance attributes, not module data. | ||||
* | New section header style. | Fred Drake | 1998-08-10 | 1 | -2/+4 |
| | | | | Fix up a few synopses. | ||||
* | Adjusted to use the new module synopsis support macros. | Fred Drake | 1998-07-23 | 1 | -4/+8 |
| | |||||
* | Separate UserDict and UserList documentation into separate sections. | Fred Drake | 1998-04-07 | 1 | -10/+26 |
| | |||||
* | Remove all uses of \sectcode; we can now use logical markup everywhere. | Fred Drake | 1998-04-04 | 1 | -1/+1 |
| | |||||
* | Logical markup. | Fred Drake | 1998-02-19 | 1 | -9/+9 |
| | | | | Changed {funcdesc} to {classdesc}. This is a test case for {classdesc}. | ||||
* | Remove all \bcode / \ecode cruft; this is no longer needed. See previous | Fred Drake | 1998-02-13 | 1 | -2/+2 |
| | | | | | | | | | checkin of myformat.sty. Change "\renewcommand{\indexsubitem}{(...)}" to "\setindexsubitem{(...)}" everywhere. Some other minor nits that I happened to come across. | ||||
* | Remove second index entry for UserList. | Fred Drake | 1998-02-12 | 1 | -1/+0 |
| | |||||
* | Added \nodename; added index entry for UserList. | Guido van Rossum | 1998-02-11 | 1 | -0/+2 |
| | |||||
* | Fix a typo (the word "a" was spelled "c"!). | Fred Drake | 1998-01-07 | 1 | -1/+6 |
| | | | | Added index entries & \label{} constructs. | ||||
* | Added docs for UserDict,UserList | Guido van Rossum | 1997-03-27 | 1 | -0/+27 |