1. 23 Aug, 2003 3 commits
  2. 20 Aug, 2003 2 commits
  3. 19 Aug, 2003 6 commits
  4. 18 Aug, 2003 3 commits
  5. 17 Aug, 2003 2 commits
    • Raymond Hettinger's avatar
    • Raymond Hettinger's avatar
      Improvements to set.py: · a3357c30
      Raymond Hettinger authored
      * Relaxed the argument restrictions for non-operator methods.  They now
        allow any iterable instead of requiring a set.  This makes the module
        a little easier to use and paves the way for an efficient C
        implementation which can take better advantage of iterable arguments
        while screening out immutables.
      
      * Deprecated Set.update() because it now duplicates Set.union_update()
      
      * Adapted the tests and docs to include the above changes.
      
      * Added more test coverage including testing identities and checking
        to make sure non-restartable generators work as arguments.
      
      Will backport to Py2.3.1 so that the interface remains consistent
      across versions.  The deprecation of update() will be changed to
      a FutureWarning.
      a3357c30
  6. 16 Aug, 2003 3 commits
  7. 15 Aug, 2003 10 commits
  8. 14 Aug, 2003 9 commits
  9. 13 Aug, 2003 1 commit
  10. 12 Aug, 2003 1 commit