Gitiles
Code Review
Sign In
gerrit-public.fairphone.software
/
platform
/
external
/
python
/
cpython2
/
33ec3ba2178a1816637bd63522504a5c3d07ff80
/
Lib
/
weakref.py
c411dba
Whitespace normalization.
by Tim Peters
· 22 years ago
009afb7
SF patch 564549 (Erik Andersén).
by Guido van Rossum
· 22 years ago
54f0222
SF 563203. Replaced 'has_key()' with 'in'.
by Raymond Hettinger
· 22 years ago
3bae7dd
WeakKeyDictionary.has_key(): If the key being tested is not weakly
by Fred Drake
· 23 years ago
e029242
ReferenceError is now built-in, so pick it up from the right place.
by Fred Drake
· 23 years ago
746fe0f
Clean up circular references in the Weak*Dictionary classes; this avoids
by Fred Drake
· 23 years ago
b663a2c
Add __delitem__() support for WeakKeyDictionary. This closes SF bug #458860.
by Fred Drake
· 23 years ago
4fd06e0
Make sure that WeakValueDictionary[] raises KeyError instead of TypeError
by Fred Drake
· 23 years ago
101209d
Added iterator support to the Weak*Dictionary classes.
by Fred Drake
· 24 years ago
bd7f818
Weak*Dictionary: Added docstrings to the classes.
by Fred Drake
· 24 years ago
1d9e4b7
Weak*Dictionary.update(): Fix calls to [].append() to only have one
by Fred Drake
· 24 years ago
9a9d219
mapping(): Remove this function since it does not add anything to the API.
by Fred Drake
· 24 years ago
40fc160
final round of __all__ lists (I hope) - skipped urllib2 because Moshe may be
by Skip Montanaro
· 24 years ago
9d2c85d
Change WeakDictionary to WeakValueDictionary in a couple more places.
by Fred Drake
· 24 years ago
5e16333
Patch #403985: Add support for weak-keyed dictionaries
by Martin v. Löwis
· 24 years ago
0399bd8
Ouch! I need a better test suite for this. ;-(
by Fred Drake
· 24 years ago
312a5dc
WeakDictionary.items(): Do not allow (key,ref) pairs to leak out for
by Fred Drake
· 24 years ago
41deb1e
PEP 205, Weak References -- initial checkin.
by Fred Drake
· 24 years ago