1. 18 Agu, 2003 1 kayıt (commit)
  2. 17 Agu, 2003 2 kayıt (commit)
    • Raymond Hettinger's avatar
    • Raymond Hettinger's avatar
      Improvements to set.py: · 6a180127
      Raymond Hettinger yazdı
      * 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.
      6a180127
  3. 16 Agu, 2003 3 kayıt (commit)
  4. 15 Agu, 2003 10 kayıt (commit)
  5. 14 Agu, 2003 9 kayıt (commit)
  6. 13 Agu, 2003 1 kayıt (commit)
  7. 12 Agu, 2003 4 kayıt (commit)
  8. 11 Agu, 2003 10 kayıt (commit)