| Commit message (Expand) | Author | Age | Files | Lines |
* | gh-125900: Clean-up logic around immortalization in free-threading (#125901) | Sam Gross | 2024-10-24 | 1 | -4/+1 |
|
|
* | gh-123046: Fix regexp to catch cases where the module name is omitted from th... | Kirill Podoprigora | 2024-08-16 | 1 | -12/+19 |
|
|
* | gh-121220: Mark test_threaded_weak_value_dict_copy() as CPU-heavy (#121221) | Kirill Podoprigora | 2024-07-01 | 1 | -0/+2 |
|
|
* | gh-120065: Increase `collect_in_thread` period to 5 ms. (#120068) | Sam Gross | 2024-06-05 | 1 | -1/+1 |
|
|
* | gh-118335: Configure Tier 2 interpreter at build time (#118339) | Guido van Rossum | 2024-05-01 | 1 | -0/+2 |
|
|
* | gh-117783: Immortalize objects that use deferred reference counting (#118112) | Sam Gross | 2024-04-29 | 1 | -1/+4 |
|
|
* | gh-118331: Don't raise an error if tuple allocation fails when clearing weakr... | mpage | 2024-04-29 | 1 | -0/+26 |
|
|
* | gh-117657: Add TSAN suppressions for the free-threaded build (#117736) | mpage | 2024-04-15 | 1 | -3/+9 |
|
|
* | gh-111926: Make weakrefs thread-safe in free-threaded builds (#117168) | mpage | 2024-04-08 | 1 | -0/+19 |
|
|
* | gh-116303: Skip test module dependent tests if test modules are unavailable (... | Erlend E. Aasland | 2024-04-03 | 1 | -1/+2 |
|
|
* | gh-117281: Change weakref repr() to fully qualified name (#117285) | Victor Stinner | 2024-04-03 | 1 | -0/+41 |
|
|
* | gh-108416: Mark slow test methods with @requires_resource('cpu') (GH-108421) | Serhiy Storchaka | 2023-09-02 | 1 | -0/+2 |
|
|
* | gh-99184: Bypass instance attribute access in `repr` of `weakref.ref` (#99244) | Nikita Sobolev | 2023-04-24 | 1 | -0/+11 |
|
|
* | gh-99051: remove duplicated test from `test_weakref` (GH-99052) | Nikita Sobolev | 2022-11-06 | 1 | -35/+6 |
|
|
* | gh-79512: Fixed names and __module__ value of weakref classes (GH-93719) | Serhiy Storchaka | 2022-06-14 | 1 | -0/+11 |
|
|
* | bpo-40280: Detect missing threading on WASM platforms (GH-32352) | Christian Heimes | 2022-04-07 | 1 | -0/+8 |
|
|
* | Fix typos in the Lib directory (GH-28775) | Christian Clauss | 2021-10-06 | 1 | -1/+1 |
|
|
* | bpo-45229: Use doctest.DocTestSuite instead of run_doctest (GH-28468) | Serhiy Storchaka | 2021-09-20 | 1 | -12/+5 |
|
|
* | bpo-25130: Add calls of gc.collect() in tests to support PyPy (GH-28005) | Serhiy Storchaka | 2021-08-29 | 1 | -1/+22 |
|
|
* | bpo-44720: Don't crash when calling weakref.proxy(not_an_iterator).__next__ (... | Dennis Sweeney | 2021-07-24 | 1 | -0/+30 |
|
|
* | bpo-44523: Remove the pass-through for hash() in weakref proxy objects (GH-26... | Pablo Galindo | 2021-06-29 | 1 | -4/+10 |
|
|
* | bpo-40523: Add pass-throughs for hash() and reversed() to weakref.proxy objec... | Pablo Galindo | 2020-05-05 | 1 | -0/+20 |
|
|
* | bpo-36144: Add union operators to WeakValueDictionary584 (#19127) | Curtis Bucher | 2020-03-25 | 1 | -0/+37 |
|
|
* | bpo-36144: Add union operators to WeakKeyDictionary (#19106) | Curtis Bucher | 2020-03-23 | 1 | -0/+37 |
|
|
* | bpo-39489: Remove COUNT_ALLOCS special build (GH-18259) | Victor Stinner | 2020-02-03 | 1 | -1/+0 |
|
|
* | bpo-38395: Fix ownership in weakref.proxy methods (GH-16632) | Pablo Galindo | 2019-10-08 | 1 | -0/+20 |
|
|
* | bpo-38006: Avoid closure in weakref.WeakValueDictionary (GH-15641) | Victor Stinner | 2019-09-09 | 1 | -0/+5 |
|
|
* | bpo-37685: Fixed __eq__, __lt__ etc implementations in some classes. (GH-14952) | Serhiy Storchaka | 2019-08-08 | 1 | -1/+8 |
|
|
* | [3.9] bpo-37116: Use PEP 570 syntax for positional-only parameters. (GH-12620) | Serhiy Storchaka | 2019-06-05 | 1 | -14/+4 |
|
|
* | bpo-36669: add matmul support to weakref.proxy (GH-12932) | Mark Dickinson | 2019-04-26 | 1 | -0/+15 |
|
|
* | bpo-36492: Deprecate passing some arguments as keyword arguments. (GH-12637) | Serhiy Storchaka | 2019-04-01 | 1 | -0/+29 |
|
|
* | bpo-35615: Fix crashes when copying a Weak{Key,Value}Dictionary. (GH-11384) | Fish | 2019-02-07 | 1 | -0/+82 |
|
|
* | bpo-32746: Fix multiple typos (GH-5144) | Leo Arias | 2018-02-04 | 1 | -1/+1 |
|
|
* | 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 |
|\ \
| |/ |
|