summaryrefslogtreecommitdiff
path: root/Lib/test/test_threading_local.py
Commit message (Expand)AuthorAgeFilesLines
* Merged revisions 84344 via svnmerge fromAntoine Pitrou2010-08-281-1/+61
* Merged revisions 83918 via svnmerge fromAntoine Pitrou2010-08-091-8/+35
* Issue #7449, last part (11): fix many tests if thread support is disabledVictor Stinner2010-04-271-1/+1
* fixes issue #1522237, bad init check in _threading_localJack Diederich2010-02-221-0/+15
* use assert[Not]In where appropriateEzio Melotti2010-01-231-1/+1
* #6990: clear threading.local's key only after its thread state is removed:Philip Jenvey2009-09-291-0/+38
* convert usage of fail* to assert*Benjamin Peterson2009-06-301-1/+1
* #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