summaryrefslogtreecommitdiffstats
path: root/Lib/test/test_weakref.py
Commit message (Expand)AuthorAgeFilesLines
* Issue #22958: Constructor and update method of weakref.WeakValueDictionarySerhiy Storchaka2015-09-291-0/+25
|\
| * Issue #22958: Constructor and update method of weakref.WeakValueDictionarySerhiy Storchaka2015-09-291-0/+25
* | Issue #9517: Move script_helper to the support package.Berker Peksag2015-05-061-1/+2
* | Closes #21173: Fix len() on a WeakKeyDictionary when .clear() was called with...Antoine Pitrou2014-10-051-0/+36
|\ \ | |/
| * Closes #21173: Fix len() on a WeakKeyDictionary when .clear() was called with...Antoine Pitrou2014-10-051-0/+36
* | merge 3.4 (#22267)Benjamin Peterson2014-08-241-0/+2
|\ \ | |/
| * fix some test_weakref tests to not rely on ref-counting (closes #22267)Benjamin Peterson2014-08-241-0/+2
* | Issue #22116: C functions and methods (of the 'builtin_function_or_method' ty...Antoine Pitrou2014-08-061-0/+12
* | Issue #22031: Reprs now always use hexadecimal format with the "0x" prefixSerhiy Storchaka2014-07-221-0/+8
|/
* Issue #19607: Use specific asserts in weakref tests.Serhiy Storchaka2013-11-171-65/+62
|\
| * Issue #19607: Use specific asserts in weakref tests.Serhiy Storchaka2013-11-171-65/+62
* | Issue #15528: Add weakref.finalize to support finalization usingRichard Oudkerk2013-05-051-1/+151
* | Backout 2e446e87ac5b; it breaks the unix buildbots.Richard Oudkerk2013-05-051-151/+1
* | Issue #15528: Add weakref.finalize to support finalization usingRichard Oudkerk2013-05-051-1/+151
* | Issue #17643: Add __callback__ attribute to weakref.ref.Mark Dickinson2013-04-131-0/+24
* | Issue #16602: When a weakref's target was part of a long deallocation chain, ...Antoine Pitrou2012-12-081-0/+21
|\ \ | |/
| * Issue #16602: When a weakref's target was part of a long deallocation chain, ...Antoine Pitrou2012-12-081-0/+21
* | Issue #14631: Add a new :class:`weakref.WeakMethod` to simulate weak referenc...Antoine Pitrou2012-11-171-0/+140
|/
* Issue #16453: Fix equality testing of dead weakref objects.Antoine Pitrou2012-11-111-21/+84
* Issue #14159: Fix the len() of weak containers (WeakSet, WeakKeyDictionary, W...Antoine Pitrou2012-03-011-0/+60
* NOTE: only ported the test for new-style classes.Antoine Pitrou2010-03-311-0/+12
* use assert[Not]In where appropriateEzio Melotti2010-01-231-9/+6
* use assert[Not]In where appropriateBenjamin Peterson2010-01-191-13/+13
* Issue #7105: Make WeakKeyDictionary and WeakValueDictionary robust againstAntoine Pitrou2010-01-081-0/+87
* fix __bytes__ handling here in py3xBenjamin Peterson2009-11-191-0/+11
* convert old fail* assertions to assert*Benjamin Peterson2009-06-301-82/+82
* Issue #6149: Fix initialization of WeakValueDictionary objects from non-empty...Antoine Pitrou2009-05-301-0/+11
* Merged revisions 66337,66347,66350,66352,66358 via svnmerge fromBenjamin Peterson2008-09-101-0/+8
* Committing the patch in issue 2965, so that weakref dicts have a closerBarry Warsaw2008-09-041-12/+12
* Merged revisions 64309 via svnmerge fromAmaury Forgeot d'Arc2008-06-161-1/+40
* 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