aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/Lib/test/test_threading_local.py
Commit message (Expand)AuthorAge
* GH-100892: Fix race in clearing `threading.local` (#100922)Kumar Aditya2023-01-11
* gh-84623: Remove unused imports in tests (#93772)Victor Stinner2022-06-13
* bpo-40280: Detect missing threading on WASM platforms (GH-32352)Christian Heimes2022-04-07
* bpo-5846: Do not use obsolete unittest functions. (GH-28303)Serhiy Storchaka2021-09-13
* bpo-25130: Add calls of gc.collect() in tests to support PyPy (GH-28005)Serhiy Storchaka2021-08-29
* bpo-40275: Adding threading_helper submodule in test.support (GH-20263)Hai Shi2020-05-28
* test_threading_local: add missing "import sys" (GH-8049)cclauss2019-01-06
* bpo-31370: Remove support for threads-less builds (#3385)Antoine Pitrou2017-09-07
* Issue #20556: Used specific assert methods in threading tests.Serhiy Storchaka2016-03-14
* Issue #23799: Added test.support.start_threads() for running and cleaning upSerhiy Storchaka2015-04-01
* Issue #9707: Rewritten reference implementation of threading.local whichAntoine Pitrou2010-09-07
* Issue #1868: Eliminate subtle timing issues in thread-local objects byAntoine Pitrou2010-08-28
* Issue #3757: thread-local objects now support cyclic garbage collection.Antoine Pitrou2010-08-09
* That test was never run (since thread has been renamed to _thread in 3.x)Antoine Pitrou2010-08-04
* In test_threading_local, test both the default _thread._local implementationAntoine Pitrou2010-08-03
* Merged revisions 80552-80556,80564-80566,80568-80571 via svnmerge fromVictor Stinner2010-04-28
* fixes issue #1522237, bad init check in _threading_localJack Diederich2010-02-22
* use assert[Not]In where appropriateBenjamin Peterson2010-01-19
* Recorded merge of revisions 75123 via svnmerge fromPhilip Jenvey2009-09-29
* convert old fail* assertions to assert*Benjamin Peterson2009-06-30
* Merged revisions 64601 via svnmerge fromBenjamin Peterson2008-06-30
* #2621 rename test.test_support to test.supportBenjamin Peterson2008-05-20
* Merged revisions 60053-60078 via svnmerge fromChristian Heimes2008-01-19
* Merged revisions 53952-54987 via svnmerge fromGuido van Rossum2007-04-27
* setUp and tearDown functions are now passed the test objectJim Fulton2004-08-28
* Implemented thread-local data as proposed on python-dev:Jim Fulton2004-07-14