index
:
cpython.git
2.7
3.3
3.4
3.5
3.6
benjamin-clang
benjamin-iteration-torture
buildbot-custom
master
https://github.com/python/cpython.git
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
Lib
/
weakref.py
Commit message (
Expand
)
Author
Age
Files
Lines
*
Get rid of dict.has_key(). Boy this has a lot of repercussions!
Guido van Rossum
2006-08-18
1
-14/+0
*
Much-needed merge (using svnmerge.py this time) of trunk changes into p3yk.
Thomas Wouters
2006-05-27
1
-0/+48
*
Bug #1196315: fix weakref.WeakValueDictionary constructor.
Georg Brandl
2005-06-04
1
-1/+1
*
Use multi-line import
Andrew M. Kuchling
2004-08-31
1
-8/+8
*
SF bug #1012315: weakref.WeakValueDictionary should override .has_key()
Raymond Hettinger
2004-08-19
1
-31/+36
*
Convert weak iterators to generator form.
Raymond Hettinger
2004-08-13
1
-51/+23
*
Make weak references subclassable:
Fred Drake
2004-07-02
1
-16/+34
*
The default argument in dict.setdefault() defaults to None.
Walter Dörwald
2004-05-27
1
-2/+2
*
SF #904720: dict.update should take a 2-tuple sequence like dict.__init_
Raymond Hettinger
2004-03-04
1
-6/+16
*
SF 742860: WeakKeyDictionary __delitem__ uses iterkeys
Tim Peters
2003-05-25
1
-5/+1
*
SF patch #667730: More DictMixin
Raymond Hettinger
2003-03-09
1
-0/+15
*
Whitespace normalization.
Tim Peters
2002-07-16
1
-1/+1
*
SF patch 564549 (Erik Andersén).
Guido van Rossum
2002-06-10
1
-1/+1
*
SF 563203. Replaced 'has_key()' with 'in'.
Raymond Hettinger
2002-06-01
1
-1/+8
*
WeakKeyDictionary.has_key(): If the key being tested is not weakly
Fred Drake
2001-11-06
1
-1/+5
*
ReferenceError is now built-in, so pick it up from the right place.
Fred Drake
2001-10-05
1
-1/+3
*
Clean up circular references in the Weak*Dictionary classes; this avoids
Fred Drake
2001-09-28
1
-11/+14
*
Add __delitem__() support for WeakKeyDictionary.
Fred Drake
2001-09-06
1
-0/+7
*
Make sure that WeakValueDictionary[] raises KeyError instead of TypeError
Fred Drake
2001-08-03
1
-1/+1
*
Added iterator support to the Weak*Dictionary classes.
Fred Drake
2001-05-02
1
-0/+73
*
Weak*Dictionary: Added docstrings to the classes.
Fred Drake
2001-04-19
1
-24/+36
*
Weak*Dictionary.update(): Fix calls to [].append() to only have one
Fred Drake
2001-04-16
1
-4/+15
*
mapping(): Remove this function since it does not add anything to the API.
Fred Drake
2001-04-10
1
-8/+1
*
final round of __all__ lists (I hope) - skipped urllib2 because Moshe may be
Skip Montanaro
2001-03-01
1
-0/+3
*
Change WeakDictionary to WeakValueDictionary in a couple more places.
Fred Drake
2001-03-01
1
-4/+7
*
Patch #403985: Add support for weak-keyed dictionaries
Martin v. Löwis
2001-02-27
1
-3/+60
*
Ouch! I need a better test suite for this. ;-(
Fred Drake
2001-02-02
1
-1/+0
*
WeakDictionary.items(): Do not allow (key,ref) pairs to leak out for
Fred Drake
2001-02-02
1
-3/+3
*
PEP 205, Weak References -- initial checkin.
Fred Drake
2001-02-01
1
-0/+117