1. 03 Kas, 2005 1 kayıt (commit)
  2. 22 Tem, 2005 1 kayıt (commit)
  3. 01 Tem, 2005 1 kayıt (commit)
  4. 10 Nis, 2005 1 kayıt (commit)
  5. 19 Ock, 2005 1 kayıt (commit)
  6. 26 Kas, 2003 1 kayıt (commit)
  7. 16 Kas, 2003 1 kayıt (commit)
  8. 17 Agu, 2003 1 kayıt (commit)
    • 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
  9. 16 Agu, 2003 1 kayıt (commit)
    • Raymond Hettinger's avatar
      Incorporate documentation suggestions from feedback on comp.lang.python. · 7ceb29e4
      Raymond Hettinger yazdı
      * Positive wording for the description of why < and > and = can all
        be False.
      
      * Move to a three column table format that puts long method names
        side-by-side with their operator equivalents
      
      * Mention that KeyError can be raised by Set.pop() and Set.remove().
      
      * Minor tweaks to the examples.
      
      Will backport as soon as Fred rebuilds the docs so I can confirm
      the tables formatted properly
      7ceb29e4
  10. 14 Şub, 2003 2 kayıt (commit)
  11. 15 Ock, 2003 1 kayıt (commit)
  12. 06 Ock, 2003 1 kayıt (commit)
  13. 25 Agu, 2002 1 kayıt (commit)
  14. 24 Agu, 2002 1 kayıt (commit)
  15. 23 Agu, 2002 5 kayıt (commit)