Gitiles
Code Review
Sign In
gerrit-public.fairphone.software
/
platform
/
external
/
python
/
cpython2
/
c4afe2950ab97fb529da99b511036b8a974b1694
/
Lib
/
weakref.py
e6410c5
Backport of weakref.WeakSet and tests from Python 3.
by Michael Foord
· 15 years ago
775fd66
Issue #2116: Weak references and weak dictionaries now support copy()ing and deepcopy()ing.
by Antoine Pitrou
· 16 years ago
88f801d
Update __all__ for cookielib, csv, os, and urllib2 for objects imported into
by Brett Cannon
· 17 years ago
ba08f07
Fixed URL of PEP 205 in weakref's module docstring.
by Alexandre Vassalotti
· 17 years ago
017e68c
SF #1479988: add methods to allow access to weakrefs for the
by Fred Drake
· 19 years ago
9166e1a
Bug #1196315: fix weakref.WeakValueDictionary constructor.
by Georg Brandl
· 20 years ago
33ad28b
Use multi-line import
by Andrew M. Kuchling
· 21 years ago
6114679
SF bug #1012315: weakref.WeakValueDictionary should override .has_key()
by Raymond Hettinger
· 21 years ago
cc0def1
Convert weak iterators to generator form.
by Raymond Hettinger
· 21 years ago
0a4dd39
Make weak references subclassable:
by Fred Drake
· 21 years ago
80ce6dd
The default argument in dict.setdefault() defaults to None.
by Walter Dörwald
· 21 years ago
31017ae
SF #904720: dict.update should take a 2-tuple sequence like dict.__init_
by Raymond Hettinger
· 21 years ago
886128f
SF 742860: WeakKeyDictionary __delitem__ uses iterkeys
by Tim Peters
· 22 years ago
2c2d322
SF patch #667730: More DictMixin
by Raymond Hettinger
· 22 years ago
c411dba
Whitespace normalization.
by Tim Peters
· 23 years ago
009afb7
SF patch 564549 (Erik Andersén).
by Guido van Rossum
· 23 years ago
54f0222
SF 563203. Replaced 'has_key()' with 'in'.
by Raymond Hettinger
· 23 years ago
3bae7dd
WeakKeyDictionary.has_key(): If the key being tested is not weakly
by Fred Drake
· 24 years ago
e029242
ReferenceError is now built-in, so pick it up from the right place.
by Fred Drake
· 24 years ago
746fe0f
Clean up circular references in the Weak*Dictionary classes; this avoids
by Fred Drake
· 24 years ago
b663a2c
Add __delitem__() support for WeakKeyDictionary. This closes SF bug #458860.
by Fred Drake
· 24 years ago
4fd06e0
Make sure that WeakValueDictionary[] raises KeyError instead of TypeError
by Fred Drake
· 24 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