summaryrefslogtreecommitdiffstats
path: root/Doc/lib/libuserdict.tex
Commit message (Collapse)AuthorAgeFilesLines
* Clarify that DictMixin is still useful. Only the UserDict class was supplanted.Raymond Hettinger2005-01-041-13/+11
|
* SF Patch #1093896: miscellaneous doc typosRaymond Hettinger2005-01-011-1/+1
|
* Fix double word typos.Raymond Hettinger2003-08-251-1/+1
|
* Improve DictMixin.Raymond Hettinger2002-11-181-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 interfaceRaymond Hettinger2002-11-151-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 Hettinger2002-06-301-1/+1
|
* Add notes pointing out that these classes are kept for backward compatibilityFred Drake2001-10-261-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 LannertFred Drake2000-10-101-3/+3
| | | | <lannert@lannert.rz.uni-duesseldorf.de>.
* Note that the UserString/MutableString classes are far less efficientFred Drake2000-10-101-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 Drake2000-10-061-0/+19
| | | | This closes SourceForge bug #115928.
* Move description of UserString.MutableString to a location more typicalFred Drake2000-09-091-9/+9
| | | | of the arrangement of other modules.
* Rob W. W. Hooft's spelling fixes for the Library Reference. I hopeThomas Wouters2000-07-161-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 Drake2000-04-031-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 Drake2000-04-031-0/+49
|
* Added description of optional parameter to UserDict constructor.Fred Drake1999-07-261-2/+5
| | | | Omission reported by Barry Warsaw.
* Added some minor prose before the descriptions of the data attributesFred Drake1999-06-291-5/+12
| | | | to make it clear that these are instance attributes, not module data.
* New section header style.Fred Drake1998-08-101-2/+4
| | | | Fix up a few synopses.
* Adjusted to use the new module synopsis support macros.Fred Drake1998-07-231-4/+8
|
* Separate UserDict and UserList documentation into separate sections.Fred Drake1998-04-071-10/+26
|
* Remove all uses of \sectcode; we can now use logical markup everywhere.Fred Drake1998-04-041-1/+1
|
* Logical markup.Fred Drake1998-02-191-9/+9
| | | | Changed {funcdesc} to {classdesc}. This is a test case for {classdesc}.
* Remove all \bcode / \ecode cruft; this is no longer needed. See previousFred Drake1998-02-131-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 Drake1998-02-121-1/+0
|
* Added \nodename; added index entry for UserList.Guido van Rossum1998-02-111-0/+2
|
* Fix a typo (the word "a" was spelled "c"!).Fred Drake1998-01-071-1/+6
| | | | Added index entries & \label{} constructs.
* Added docs for UserDict,UserListGuido van Rossum1997-03-271-0/+27