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
/
test
/
test_weakref.py
Commit message (
Expand
)
Author
Age
Files
Lines
*
Fix #3634 invalid return value from _weakref.ref(Exception).__init__
Benjamin Peterson
2008-09-09
1
-0/+8
*
Issue 3110: Crash with weakref subclass,
Amaury Forgeot d'Arc
2008-06-16
1
-1/+40
*
#2592: delegate nb_index and the floor/truediv slots in weakref.proxy.
Georg Brandl
2008-05-20
1
-1/+22
*
Fix crasher for when an object's __del__ creates a new weakref to itself.
Brett Cannon
2007-01-23
1
-0/+14
*
Fix typo.
Walter Dörwald
2006-12-12
1
-1/+1
*
("Forward-port" of r46506)
Armin Rigo
2006-05-28
1
-2/+2
*
SF #1479988: add methods to allow access to weakrefs for the
Fred Drake
2006-05-02
1
-0/+44
*
Add doctest for examples in libweakref.tex to test_weakref.
Georg Brandl
2005-07-02
1
-0/+86
*
SF bug #1770766: weakref proxy has incorrect __nonzero__ behavior.
Raymond Hettinger
2005-03-27
1
-0/+6
*
SF bug #978308, Spurious errors taking bool of dead pro
Neal Norwitz
2004-07-08
1
-0/+1
*
Make weak references subclassable:
Fred Drake
2004-07-02
1
-0/+66
*
Rename class attribute containing the class to be tested, so the name is the
Walter Dörwald
2004-06-02
1
-2/+2
*
Port the dictionary tests from test_types.py to unittest. Collect as much
Walter Dörwald
2004-05-31
1
-3/+3
*
further testing indicates that the simplified version of the test
Fred Drake
2004-02-13
1
-4/+6
*
use existing test object instead of defining a new class
Fred Drake
2004-02-12
1
-5/+3
*
Replace backticks with repr() or "%r"
Walter Dörwald
2004-02-12
1
-1/+1
*
Allocating a new weakref object can cause existing weakref objects for
Fred Drake
2004-02-04
1
-0/+32
*
- add tests that exercise fixes for the PyWeakref_NewRef() and
Fred Drake
2004-02-03
1
-0/+41
*
Add tests to test_weakref.py to bring code coverage in _weakref.c up to 100%.
Walter Dörwald
2003-12-11
1
-0/+8
*
SF bug 839548: Bug in type's GC handling causes segfaults.
Tim Peters
2003-11-20
1
-0/+205
*
* Migrate set() and frozenset() from the sandbox.
Raymond Hettinger
2003-11-16
1
-2/+1
*
subtype_dealloc(): A more complete fix for critical bug 840829 +
Tim Peters
2003-11-13
1
-0/+19
*
SF bug 840829: weakref callbacks and gc corrupt memory.
Tim Peters
2003-11-12
1
-0/+20
*
stylistic nits:
Fred Drake
2003-07-14
1
-6/+8
*
Fix SF 762891: "del p[key]" on proxy object raises SystemError()
Raymond Hettinger
2003-06-30
1
-0/+11
*
Fleshed out WeakKeyDictionary.__delitem__ NEWS to cover issues raised on
Tim Peters
2003-05-25
1
-2/+10
*
SF 742860: WeakKeyDictionary __delitem__ uses iterkeys
Tim Peters
2003-05-25
1
-0/+51
*
Used sets.Set() to compare unordered sequences.
Raymond Hettinger
2003-05-02
1
-3/+2
*
Combine the functionality of test_support.run_unittest()
Walter Dörwald
2003-05-01
1
-6/+6
*
SF patch #667730: More DictMixin
Raymond Hettinger
2003-03-09
1
-0/+17
*
Standardize behavior: no docstrings in test functions. Also use
Guido van Rossum
2002-08-22
1
-6/+4
*
Get rid of relative imports in all unittests. Now anything that
Barry Warsaw
2002-07-23
1
-1/+1
*
SF patch 564549 (Erik Andersén).
Guido van Rossum
2002-06-10
1
-0/+11
*
Improve coverage of Objects/weakrefobject.c.
Fred Drake
2002-04-11
1
-0/+16
*
Add some additional tests that check more proxy behaviors.
Fred Drake
2001-12-19
1
-0/+18
*
Regression test for SF bug #478534 -- exceptions could "leak" into a weakref
Fred Drake
2001-12-10
1
-0/+25
*
Add a regression test for SF bug #478536: If a value cannot be weakly
Fred Drake
2001-11-06
1
-1/+5
*
Add a test for calling a weakref proxy with a dictionary of keyword args.
Fred Drake
2001-10-18
1
-0/+3
*
Make sure we do not core dump when using proxies with the binary slot
Fred Drake
2001-10-18
1
-0/+8
*
Change the PyUnit-based tests to use the test_main() approach. This
Fred Drake
2001-09-20
1
-3/+11
*
Added tests for key deletion for both Weak*Dictionary flavors.
Fred Drake
2001-09-06
1
-0/+22
*
Make sure that WeakValueDictionary[] raises KeyError instead of TypeError
Fred Drake
2001-08-03
1
-0/+5
*
Extend the weakref test suite to cover the complete mapping interface for
Fred Drake
2001-05-10
1
-4/+61
*
Added tests for Weak*Dictionary iterator support.
Fred Drake
2001-05-02
1
-10/+54
*
Add a test case for Weak*Dictionary.update() that would have caught a
Fred Drake
2001-04-16
1
-0/+25
*
Added regression test for SF bug #415660 (failure to invalidate all
Fred Drake
2001-04-13
1
-5/+24
*
Use the WeakKeyDictionary and WeakValueDictionary classes directly
Fred Drake
2001-04-10
1
-2/+2
*
Convert the weakref test suite to PyUNIT, and add tests that exercise weak
Fred Drake
2001-03-23
1
-236/+252
*
Add tests for the .copy() methods of both weak dictionary classes.
Fred Drake
2001-03-01
1
-1/+15
*
Patch #403985: Add support for weak-keyed dictionaries
Martin v. Löwis
2001-02-27
1
-0/+18
[next]