- 10 Haz, 2002 1 kayıt (commit)
-
-
Guido van Rossum yazdı
The WeakKeyDictionary constructor didn't work when a dict arg was given. Fixed by moving a line. Also adding a unit test. Bugfix candidate.
-
- 11 Nis, 2002 1 kayıt (commit)
-
-
Fred Drake yazdı
-
- 19 Ara, 2001 1 kayıt (commit)
-
-
Fred Drake yazdı
-
- 10 Ara, 2001 1 kayıt (commit)
-
-
Fred Drake yazdı
callback.
-
- 06 Kas, 2001 1 kayıt (commit)
-
-
Fred Drake yazdı
referenced, WeakKeyDictionary.has_key() should return 0 instead of raising TypeError.
-
- 18 Eki, 2001 2 kayıt (commit)
-
-
Fred Drake yazdı
-
Fred Drake yazdı
handlers. This was fixed in Objects/weakrefobject.c 1.2.
-
- 20 Eyl, 2001 1 kayıt (commit)
-
-
Fred Drake yazdı
allows using the tests with unittest.py as a script. The tests will still run when run as a script themselves.
-
- 06 Eyl, 2001 1 kayıt (commit)
-
-
Fred Drake yazdı
This covers regression on SF bug #458860.
-
- 03 Agu, 2001 1 kayıt (commit)
-
-
Fred Drake yazdı
for keys that are not in the dictionary.
-
- 10 May, 2001 1 kayıt (commit)
-
-
Fred Drake yazdı
both weakref.Weak*Dictionary classes. This closes SF bug #416480.
-
- 02 May, 2001 1 kayıt (commit)
-
-
Fred Drake yazdı
Refactored some object initialization to be more reusable.
-
- 16 Nis, 2001 1 kayıt (commit)
-
-
Fred Drake yazdı
recently reported bug; also exposed some other bugs in the implementation.
-
- 13 Nis, 2001 1 kayıt (commit)
-
-
Fred Drake yazdı
references to an object before calling registered callbacks). Change last uses of verify() to self.assert_().
-
- 10 Nis, 2001 1 kayıt (commit)
-
-
Fred Drake yazdı
instead of using the mapping() function.
-
- 23 Mar, 2001 1 kayıt (commit)
-
-
Fred Drake yazdı
references on function objects and both bound and unbound methods.
-
- 01 Mar, 2001 1 kayıt (commit)
-
-
Fred Drake yazdı
-
- 27 Şub, 2001 1 kayıt (commit)
-
-
Martin v. Löwis yazdı
-
- 01 Şub, 2001 1 kayıt (commit)
-
-
Fred Drake yazdı
-