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.py
Commit message (
Expand
)
Author
Age
Files
Lines
*
Works around issue3863: freebsd4/5/6 and os2emx are known to have OS bugs when
Gregory P. Smith
2008-09-30
1
-0/+6
*
backport threading property changes
Benjamin Peterson
2008-08-18
1
-6/+6
*
change threading.getIdent to a property
Benjamin Peterson
2008-08-18
1
-2/+2
*
try to fix test_threading on the Windows bot
Benjamin Peterson
2008-07-17
1
-1/+2
*
Apply patch for 874900: threading module can deadlock after fork
Jesse Noller
2008-07-16
1
-1/+79
*
give the threading API PEP 8 names
Benjamin Peterson
2008-06-11
1
-12/+12
*
Adds a Thread.getIdent() method to provide the _get_ident() value for
Gregory P. Smith
2008-06-01
1
-0/+5
*
#1733757: the interpreter would hang on shutdown, if the function set by sys....
Amaury Forgeot d'Arc
2008-04-03
1
-0/+29
*
Kill a race in test_threading in which the exception info in a thread finishing
Jeffrey Yasskin
2008-03-28
1
-2/+6
*
Speed test_threading up from 14s to .5s, and avoid a deadlock on certain
Jeffrey Yasskin
2008-03-21
1
-25/+28
*
Followup to r61011: Also avoid the reference cycle when the Thread's target
Jeffrey Yasskin
2008-02-23
1
-3/+11
*
Prevent classes like:
Jeffrey Yasskin
2008-02-23
1
-0/+20
*
- Fix Issue #1703448: A joined thread could show up in the
Gregory P. Smith
2008-01-22
1
-0/+18
*
Issue #1402: PyInterpreterState_Clear() may still invoke user code
Amaury Forgeot d'Arc
2007-11-29
1
-0/+34
*
Patch #1731049: make threading.py use a proper "raise" when checking internal...
Collin Winter
2007-06-06
1
-1/+41
*
test_PyThreadState_SetAsyncExc(): This is failing on some
Tim Peters
2006-08-11
1
-3/+4
*
Followup to bug #1069160.
Tim Peters
2006-08-10
1
-0/+69
*
test_threading now skips testing alternate thread stack sizes on
Andrew MacIntyre
2006-08-06
1
-2/+12
*
Increase the small thread stack size to get the test
Andrew MacIntyre
2006-06-13
1
-3/+3
*
Patch #1454481: Make thread stack size runtime tunable.
Andrew MacIntyre
2006-06-13
1
-0/+16
*
Revert revisions:
Tim Peters
2006-06-04
1
-16/+0
*
Patch #1454481: Make thread stack size runtime tunable.
Andrew MacIntyre
2006-06-04
1
-0/+16
*
threading._DummyThread.__init__(): document obscure new code.
Tim Peters
2005-01-08
1
-1/+22
*
Converted to a unittest. Added checks that the bounded semaphore actually
Tim Peters
2005-01-08
1
-37/+73
*
Get rid of relative imports in all unittests. Now anything that
Barry Warsaw
2002-07-23
1
-1/+1
*
Test failed because these was no expected-output file, but always printed
Tim Peters
2001-08-20
1
-5/+8
*
add a few test cases for threading module.
Skip Montanaro
2001-08-20
1
-0/+52