aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/Lib/test/test_weakref.py
Commit message (Expand)AuthorAge
* gh-99051: remove duplicated test from `test_weakref` (GH-99052)Nikita Sobolev2022-11-06
* gh-79512: Fixed names and __module__ value of weakref classes (GH-93719)Serhiy Storchaka2022-06-14
* bpo-40280: Detect missing threading on WASM platforms (GH-32352)Christian Heimes2022-04-07
* Fix typos in the Lib directory (GH-28775)Christian Clauss2021-10-06
* bpo-45229: Use doctest.DocTestSuite instead of run_doctest (GH-28468)Serhiy Storchaka2021-09-20
* bpo-25130: Add calls of gc.collect() in tests to support PyPy (GH-28005)Serhiy Storchaka2021-08-29
* bpo-44720: Don't crash when calling weakref.proxy(not_an_iterator).__next__ (...Dennis Sweeney2021-07-24
* bpo-44523: Remove the pass-through for hash() in weakref proxy objects (GH-26...Pablo Galindo2021-06-29
* bpo-40523: Add pass-throughs for hash() and reversed() to weakref.proxy objec...Pablo Galindo2020-05-05
* bpo-36144: Add union operators to WeakValueDictionary584 (#19127)Curtis Bucher2020-03-24
* bpo-36144: Add union operators to WeakKeyDictionary (#19106)Curtis Bucher2020-03-23
* bpo-39489: Remove COUNT_ALLOCS special build (GH-18259)Victor Stinner2020-02-03
* bpo-38395: Fix ownership in weakref.proxy methods (GH-16632)Pablo Galindo2019-10-08
* bpo-38006: Avoid closure in weakref.WeakValueDictionary (GH-15641)Victor Stinner2019-09-09
* bpo-37685: Fixed __eq__, __lt__ etc implementations in some classes. (GH-14952)Serhiy Storchaka2019-08-08
* [3.9] bpo-37116: Use PEP 570 syntax for positional-only parameters. (GH-12620)Serhiy Storchaka2019-06-05
* bpo-36669: add matmul support to weakref.proxy (GH-12932)Mark Dickinson2019-04-26
* bpo-36492: Deprecate passing some arguments as keyword arguments. (GH-12637)Serhiy Storchaka2019-04-01
* bpo-35615: Fix crashes when copying a Weak{Key,Value}Dictionary. (GH-11384)Fish2019-02-07
* bpo-32746: Fix multiple typos (GH-5144)Leo Arias2018-02-03
* bpo-31370: Remove support for threads-less builds (#3385)Antoine Pitrou2017-09-07
* Issue #28427: old keys should not remove new values fromAntoine Pitrou2016-12-27
|\
| * Issue #28427: old keys should not remove new values fromAntoine Pitrou2016-12-27
* | Issue #19542: Fix bugs in WeakValueDictionary.setdefault() and WeakValueDicti...Antoine Pitrou2016-12-19
|\|
| * Issue #19542: Fix bugs in WeakValueDictionary.setdefault() and WeakValueDicti...Antoine Pitrou2016-12-19
* | merge 3.5 (#26617)Benjamin Peterson2016-10-04
|\|
| * ensure gc tracking is off when invoking weakref callbacks (closes #26617)Benjamin Peterson2016-10-04
* | Implement compact dictVictor Stinner2016-09-07
* | Correct a comment in the test referencing the wrong issue number (issue3100Gregory P. Smith ext:(%20%5BGoogle%20Inc.%5D)2016-09-07
|/
* Issue #19527: Fixed tests with defined COUNT_ALLOCS.Serhiy Storchaka2016-07-03
* Issue #17765: weakref.ref() no longer silently ignores keyword arguments.Serhiy Storchaka2016-05-07
* Issue #25523: Merge "a" to "an" fixes from 3.4 into 3.5Martin Panter2015-11-02
|\
| * Issue #25523: Correct "a" article to "an" articleMartin Panter2015-11-02
* | Issue #22958: Constructor and update method of weakref.WeakValueDictionarySerhiy Storchaka2015-09-29
|\|
| * Issue #22958: Constructor and update method of weakref.WeakValueDictionarySerhiy Storchaka2015-09-29
* | Issue #9517: Move script_helper to the support package.Berker Peksag2015-05-06
* | Closes #21173: Fix len() on a WeakKeyDictionary when .clear() was called with...Antoine Pitrou2014-10-05
|\|
| * Closes #21173: Fix len() on a WeakKeyDictionary when .clear() was called with...Antoine Pitrou2014-10-05
* | merge 3.4 (#22267)Benjamin Peterson2014-08-24
|\|
| * fix some test_weakref tests to not rely on ref-counting (closes #22267)Benjamin Peterson2014-08-24
* | Issue #22116: C functions and methods (of the 'builtin_function_or_method' ty...Antoine Pitrou2014-08-06
* | Issue #22031: Reprs now always use hexadecimal format with the "0x" prefixSerhiy Storchaka2014-07-22
|/
* Issue #19607: Use specific asserts in weakref tests.Serhiy Storchaka2013-11-17
|\
| * Issue #19607: Use specific asserts in weakref tests.Serhiy Storchaka2013-11-17
* | Issue #15528: Add weakref.finalize to support finalization usingRichard Oudkerk2013-05-05
* | Backout 2e446e87ac5b; it breaks the unix buildbots.Richard Oudkerk2013-05-05
* | Issue #15528: Add weakref.finalize to support finalization usingRichard Oudkerk2013-05-05
* | Issue #17643: Add __callback__ attribute to weakref.ref.Mark Dickinson2013-04-13
* | Issue #16602: When a weakref's target was part of a long deallocation chain, ...Antoine Pitrou2012-12-08
|\|
| * Issue #16602: When a weakref's target was part of a long deallocation chain, ...Antoine Pitrou2012-12-08