1. 18 Nov, 2002 2 commits
    • Raymond Hettinger's avatar
      Improve comments. Clarify docs. · 311f4196
      Raymond Hettinger authored
      Replace "type(0)" with "int".
      Replace "while 1" with "while True"
      311f4196
    • Raymond Hettinger's avatar
      Improve DictMixin. · 8ddc176e
      Raymond Hettinger authored
      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.
      8ddc176e
  2. 17 Nov, 2002 3 commits
  3. 16 Nov, 2002 2 commits
  4. 15 Nov, 2002 26 commits
  5. 14 Nov, 2002 7 commits