| Commit message (Expand) | Author | Age | Files | Lines |
* | bpo-31370: Remove support for threads-less builds (#3385) | Antoine Pitrou | 2017-09-07 | 1 | -1/+1 |
|
|
* | Issue #28427: old keys should not remove new values from | Antoine Pitrou | 2016-12-27 | 1 | -0/+12 |
|\ |
|
| * | Issue #28427: old keys should not remove new values from | Antoine Pitrou | 2016-12-27 | 1 | -0/+12 |
|
|
* | | Issue #19542: Fix bugs in WeakValueDictionary.setdefault() and WeakValueDicti... | Antoine Pitrou | 2016-12-19 | 1 | -0/+41 |
|\ \
| |/ |
|
| * | Issue #19542: Fix bugs in WeakValueDictionary.setdefault() and WeakValueDicti... | Antoine Pitrou | 2016-12-19 | 1 | -0/+41 |
|
|
* | | merge 3.5 (#26617) | Benjamin Peterson | 2016-10-04 | 1 | -0/+8 |
|\ \
| |/ |
|
| * | ensure gc tracking is off when invoking weakref callbacks (closes #26617) | Benjamin Peterson | 2016-10-04 | 1 | -0/+8 |
|
|
* | | Implement compact dict | Victor Stinner | 2016-09-08 | 1 | -2/+5 |
|
|
* | | Correct a comment in the test referencing the wrong issue number (issue3100 | Gregory P. Smith ext:(%20%5BGoogle%20Inc.%5D) | 2016-09-07 | 1 | -1/+1 |
|/ |
|
* | Issue #19527: Fixed tests with defined COUNT_ALLOCS. | Serhiy Storchaka | 2016-07-03 | 1 | -0/+1 |
|
|
* | Issue #17765: weakref.ref() no longer silently ignores keyword arguments. | Serhiy Storchaka | 2016-05-07 | 1 | -0/+4 |
|
|
* | Issue #25523: Merge "a" to "an" fixes from 3.4 into 3.5 | Martin Panter | 2015-11-02 | 1 | -1/+1 |
|\ |
|
| * | Issue #25523: Correct "a" article to "an" article | Martin Panter | 2015-11-02 | 1 | -1/+1 |
|
|
* | | Issue #22958: Constructor and update method of weakref.WeakValueDictionary | Serhiy Storchaka | 2015-09-29 | 1 | -0/+25 |
|\ \
| |/ |
|
| * | Issue #22958: Constructor and update method of weakref.WeakValueDictionary | Serhiy Storchaka | 2015-09-29 | 1 | -0/+25 |
|
|
* | | Issue #9517: Move script_helper to the support package. | Berker Peksag | 2015-05-06 | 1 | -1/+2 |
|
|
* | | Closes #21173: Fix len() on a WeakKeyDictionary when .clear() was called with... | Antoine Pitrou | 2014-10-05 | 1 | -0/+36 |
|\ \
| |/ |
|
| * | Closes #21173: Fix len() on a WeakKeyDictionary when .clear() was called with... | Antoine Pitrou | 2014-10-05 | 1 | -0/+36 |
|
|
* | | merge 3.4 (#22267) | Benjamin Peterson | 2014-08-24 | 1 | -0/+2 |
|\ \
| |/ |
|
| * | fix some test_weakref tests to not rely on ref-counting (closes #22267) | Benjamin Peterson | 2014-08-24 | 1 | -0/+2 |
|
|
* | | Issue #22116: C functions and methods (of the 'builtin_function_or_method' ty... | Antoine Pitrou | 2014-08-06 | 1 | -0/+12 |
|
|
* | | Issue #22031: Reprs now always use hexadecimal format with the "0x" prefix | Serhiy Storchaka | 2014-07-22 | 1 | -0/+8 |
|/ |
|
* | Issue #19607: Use specific asserts in weakref tests. | Serhiy Storchaka | 2013-11-17 | 1 | -65/+62 |
|\ |
|
| * | Issue #19607: Use specific asserts in weakref tests. | Serhiy Storchaka | 2013-11-17 | 1 | -65/+62 |
|
|
* | | Issue #15528: Add weakref.finalize to support finalization using | Richard Oudkerk | 2013-05-05 | 1 | -1/+151 |
|
|
* | | Backout 2e446e87ac5b; it breaks the unix buildbots. | Richard Oudkerk | 2013-05-05 | 1 | -151/+1 |
|
|
* | | Issue #15528: Add weakref.finalize to support finalization using | Richard Oudkerk | 2013-05-05 | 1 | -1/+151 |
|
|
* | | Issue #17643: Add __callback__ attribute to weakref.ref. | Mark Dickinson | 2013-04-13 | 1 | -0/+24 |
|
|
* | | Issue #16602: When a weakref's target was part of a long deallocation chain, ... | Antoine Pitrou | 2012-12-08 | 1 | -0/+21 |
|\ \
| |/ |
|
| * | Issue #16602: When a weakref's target was part of a long deallocation chain, ... | Antoine Pitrou | 2012-12-08 | 1 | -0/+21 |
|
|
* | | Issue #14631: Add a new :class:`weakref.WeakMethod` to simulate weak referenc... | Antoine Pitrou | 2012-11-17 | 1 | -0/+140 |
|/ |
|
* | Issue #16453: Fix equality testing of dead weakref objects. | Antoine Pitrou | 2012-11-11 | 1 | -21/+84 |
|
|
* | Issue #14159: Fix the len() of weak containers (WeakSet, WeakKeyDictionary, W... | Antoine Pitrou | 2012-03-01 | 1 | -0/+60 |
|
|
* | NOTE: only ported the test for new-style classes. | Antoine Pitrou | 2010-03-31 | 1 | -0/+12 |
|
|
* | use assert[Not]In where appropriate | Ezio Melotti | 2010-01-23 | 1 | -9/+6 |
|
|
* | use assert[Not]In where appropriate | Benjamin Peterson | 2010-01-19 | 1 | -13/+13 |
|
|
* | Issue #7105: Make WeakKeyDictionary and WeakValueDictionary robust against | Antoine Pitrou | 2010-01-08 | 1 | -0/+87 |
|
|
* | fix __bytes__ handling here in py3x | Benjamin Peterson | 2009-11-19 | 1 | -0/+11 |
|
|
* | convert old fail* assertions to assert* | Benjamin Peterson | 2009-06-30 | 1 | -82/+82 |
|
|
* | Issue #6149: Fix initialization of WeakValueDictionary objects from non-empty... | Antoine Pitrou | 2009-05-30 | 1 | -0/+11 |
|
|
* | Merged revisions 66337,66347,66350,66352,66358 via svnmerge from | Benjamin Peterson | 2008-09-10 | 1 | -0/+8 |
|
|
* | Committing the patch in issue 2965, so that weakref dicts have a closer | Barry Warsaw | 2008-09-04 | 1 | -12/+12 |
|
|
* | Merged revisions 64309 via svnmerge from | Amaury Forgeot d'Arc | 2008-06-16 | 1 | -1/+40 |
|
|
* | Merged revisions 63412,63445-63447,63449-63450,63452,63454,63459,63463,63465,... | Georg Brandl | 2008-05-25 | 1 | -1/+22 |
|
|
* | #2621 rename test.test_support to test.support | Benjamin Peterson | 2008-05-20 | 1 | -3/+3 |
|
|
* | Move UserList to collections. | Raymond Hettinger | 2008-02-12 | 1 | -4/+4 |
|
|
* | Patch from Georg Brandl and me for #1493 | Christian Heimes | 2007-11-25 | 1 | -5/+0 |
|
|
* | Patch by Christian Heimes to change self.assert_(x == y) into | Guido van Rossum | 2007-07-11 | 1 | -14/+14 |
|
|
* | Merged revisions 56125-56153 via svnmerge from | Guido van Rossum | 2007-07-03 | 1 | -6/+6 |
|
|
* | Merged revisions 55817-55961 via svnmerge from | Guido van Rossum | 2007-06-13 | 1 | -4/+4 |
|
|