index
:
cpython.git
2.7
3.3
3.4
3.5
3.6
benjamin-clang
benjamin-iteration-torture
buildbot-custom
master
https://github.com/python/cpython.git
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
Lib
/
test
/
test_threading_local.py
Commit message (
Expand
)
Author
Age
Files
Lines
*
Issue #7449, last part (11): fix many tests if thread support is disabled
Victor Stinner
2010-04-27
1
-1/+1
*
fixes issue #1522237, bad init check in _threading_local
Jack Diederich
2010-02-22
1
-0/+15
*
use assert[Not]In where appropriate
Ezio Melotti
2010-01-23
1
-1/+1
*
#6990: clear threading.local's key only after its thread state is removed:
Philip Jenvey
2009-09-29
1
-0/+38
*
convert usage of fail* to assert*
Benjamin Peterson
2009-06-30
1
-1/+1
*
#Issue3088 in-progress: Race condition with instances of classes derived from...
Amaury Forgeot d'Arc
2008-06-30
1
-0/+26
*
Update for threading.local test.
Christian Heimes
2008-01-19
1
-2/+18
*
Added unit test to verify that threading.local doesn't cause ref leaks. It se...
Christian Heimes
2008-01-19
1
-1/+27
*
Standardize on test.test_support.run_unittest() (as opposed to a mix of run_u...
Collin Winter
2007-04-25
1
-1/+1
*
setUp and tearDown functions are now passed the test object
Jim Fulton
2004-08-28
1
-2/+2
*
Implemented thread-local data as proposed on python-dev:
Jim Fulton
2004-07-14
1
-0/+26