Fred Drake
|
bf43691ccb
|
Use the WeakKeyDictionary and WeakValueDictionary classes directly
instead of using the mapping() function.
|
2001-04-10 19:09:35 +00:00 |
Fred Drake
|
b0fefc5121
|
Convert the weakref test suite to PyUNIT, and add tests that exercise weak
references on function objects and both bound and unbound methods.
|
2001-03-23 04:22:45 +00:00 |
Fred Drake
|
5c015344a6
|
Add tests for the .copy() methods of both weak dictionary classes.
|
2001-03-01 03:06:53 +00:00 |
Martin v. Löwis
|
5e1633365d
|
Patch #403985: Add support for weak-keyed dictionaries
|
2001-02-27 18:36:56 +00:00 |
Fred Drake
|
41deb1efc2
|
PEP 205, Weak References -- initial checkin.
|
2001-02-01 05:27:45 +00:00 |