summaryrefslogtreecommitdiffstats
path: root/Lib/test/test_threading_local.py
Commit message (Expand)AuthorAgeFilesLines
* #Issue3088 in-progress: Race condition with instances of classes derived from...Amaury Forgeot d'Arc2008-06-301-0/+26
* Update for threading.local test.Christian Heimes2008-01-191-2/+18
* Added unit test to verify that threading.local doesn't cause ref leaks. It se...Christian Heimes2008-01-191-1/+27
* Standardize on test.test_support.run_unittest() (as opposed to a mix of run_u...Collin Winter2007-04-251-1/+1
* setUp and tearDown functions are now passed the test objectJim Fulton2004-08-281-2/+2
* Implemented thread-local data as proposed on python-dev:Jim Fulton2004-07-141-0/+26