1. 16 Tem, 2002 1 kayıt (commit)
  2. 10 Haz, 2002 1 kayıt (commit)
  3. 01 Haz, 2002 1 kayıt (commit)
  4. 06 Kas, 2001 1 kayıt (commit)
  5. 05 Eki, 2001 1 kayıt (commit)
  6. 28 Eyl, 2001 1 kayıt (commit)
  7. 06 Eyl, 2001 1 kayıt (commit)
  8. 03 Agu, 2001 1 kayıt (commit)
  9. 02 May, 2001 1 kayıt (commit)
  10. 19 Nis, 2001 1 kayıt (commit)
    • Fred Drake's avatar
      Weak*Dictionary: Added docstrings to the classes. · bd7f818c
      Fred Drake yazdı
      Weak*Dictionary.update():  No longer create a temporary list to hold the
          things that will be stuffed into the underlying dictionary.  This had
          been done so that if any of the objects used as the weakly-held value
          was not weakly-referencable, no updates would take place (TypeError
          would be raised).  With this change, TypeError will still be raised
          but a partial update could occur.  This is more like other .update()
          implementations.
      
      Thoughout, use of the name "ref" as a local variable has been removed.  The
      original use of the name occurred when the function to create a weak
      reference was called "new"; the overloaded use of the name could be
      confusing for someone reading the code.  "ref" used as a variable name
      has been replaced with "wr" (for 'weak reference').
      bd7f818c
  11. 16 Nis, 2001 1 kayıt (commit)
  12. 10 Nis, 2001 1 kayıt (commit)
  13. 01 Mar, 2001 2 kayıt (commit)
  14. 27 Şub, 2001 1 kayıt (commit)
  15. 02 Şub, 2001 2 kayıt (commit)
  16. 01 Şub, 2001 1 kayıt (commit)