summaryrefslogtreecommitdiffstats
path: root/Lib/test/test_weakref.py
Commit message (Expand)AuthorAgeFilesLines
* Merged revisions 63412,63445-63447,63449-63450,63452,63454,63459,63463,63465,...Georg Brandl2008-05-251-1/+22
* #2621 rename test.test_support to test.supportBenjamin Peterson2008-05-201-3/+3
* Move UserList to collections.Raymond Hettinger2008-02-121-4/+4
* Patch from Georg Brandl and me for #1493Christian Heimes2007-11-251-5/+0
* Patch by Christian Heimes to change self.assert_(x == y) intoGuido van Rossum2007-07-111-14/+14
* Merged revisions 56125-56153 via svnmerge fromGuido van Rossum2007-07-031-6/+6
* Merged revisions 55817-55961 via svnmerge fromGuido van Rossum2007-06-131-4/+4
* Merged revisions 53952-54987 via svnmerge fromGuido van Rossum2007-04-271-2/+2
* Remove the exceptions builtin module, all the exceptions are already builtin.Neal Norwitz2007-02-261-3/+3
* Nailed test_weakref.py. Pfew, messy!Guido van Rossum2007-02-111-3/+3
* - PEP 3106: dict.iterkeys(), .iteritems(), .itervalues() are now gone;Guido van Rossum2007-02-111-5/+5
* Fix a bunch of doctests with the -d option of refactor.py.Guido van Rossum2007-02-091-4/+4
* Merged revisions 53451-53537 via svnmerge fromThomas Wouters2007-02-011-0/+14
* Merged revisions 53005-53303 via svnmerge fromThomas Wouters2007-01-091-1/+1
* Remove usage of backticks.Brett Cannon2006-08-251-2/+2
* Restructure comparison dramatically. There is no longer a defaultGuido van Rossum2006-08-241-0/+6
* Get rid of dict.has_key(). Boy this has a lot of repercussions!Guido van Rossum2006-08-181-10/+10
* Get rid of most of the flags (in tp_flags) that keep track of variousGuido van Rossum2006-07-271-2/+1
* Partially merge trunk into p3yk. The removal of Mac/Tools is confusing svnThomas Wouters2006-06-081-2/+2
* Much-needed merge (using svnmerge.py this time) of trunk changes into p3yk.Thomas Wouters2006-05-271-0/+44
* Add doctest for examples in libweakref.tex to test_weakref.Georg Brandl2005-07-021-0/+86
* SF bug #1770766: weakref proxy has incorrect __nonzero__ behavior.Raymond Hettinger2005-03-271-0/+6
* SF bug #978308, Spurious errors taking bool of dead proNeal Norwitz2004-07-081-0/+1
* Make weak references subclassable:Fred Drake2004-07-021-0/+66
* Rename class attribute containing the class to be tested, so the name is theWalter Dörwald2004-06-021-2/+2
* Port the dictionary tests from test_types.py to unittest. Collect as muchWalter Dörwald2004-05-311-3/+3
* further testing indicates that the simplified version of the testFred Drake2004-02-131-4/+6
* use existing test object instead of defining a new classFred Drake2004-02-121-5/+3
* Replace backticks with repr() or "%r"Walter Dörwald2004-02-121-1/+1
* Allocating a new weakref object can cause existing weakref objects forFred Drake2004-02-041-0/+32
* - add tests that exercise fixes for the PyWeakref_NewRef() andFred Drake2004-02-031-0/+41
* Add tests to test_weakref.py to bring code coverage in _weakref.c up to 100%.Walter Dörwald2003-12-111-0/+8
* SF bug 839548: Bug in type's GC handling causes segfaults.Tim Peters2003-11-201-0/+205
* * Migrate set() and frozenset() from the sandbox.Raymond Hettinger2003-11-161-2/+1
* subtype_dealloc(): A more complete fix for critical bug 840829 +Tim Peters2003-11-131-0/+19
* SF bug 840829: weakref callbacks and gc corrupt memory.Tim Peters2003-11-121-0/+20
* stylistic nits:Fred Drake2003-07-141-6/+8
* Fix SF 762891: "del p[key]" on proxy object raises SystemError()Raymond Hettinger2003-06-301-0/+11
* Fleshed out WeakKeyDictionary.__delitem__ NEWS to cover issues raised onTim Peters2003-05-251-2/+10
* SF 742860: WeakKeyDictionary __delitem__ uses iterkeysTim Peters2003-05-251-0/+51
* Used sets.Set() to compare unordered sequences.Raymond Hettinger2003-05-021-3/+2
* Combine the functionality of test_support.run_unittest()Walter Dörwald2003-05-011-6/+6
* SF patch #667730: More DictMixinRaymond Hettinger2003-03-091-0/+17
* Standardize behavior: no docstrings in test functions. Also useGuido van Rossum2002-08-221-6/+4
* Get rid of relative imports in all unittests. Now anything thatBarry Warsaw2002-07-231-1/+1
* SF patch 564549 (Erik Andersén).Guido van Rossum2002-06-101-0/+11
* Improve coverage of Objects/weakrefobject.c.Fred Drake2002-04-111-0/+16
* Add some additional tests that check more proxy behaviors.Fred Drake2001-12-191-0/+18
* Regression test for SF bug #478534 -- exceptions could "leak" into a weakrefFred Drake2001-12-101-0/+25
* Add a regression test for SF bug #478536: If a value cannot be weaklyFred Drake2001-11-061-1/+5