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
*
Better diagnose test failure
Antoine Pitrou
2012-06-29
1
-2/+2
*
Issue #14308: Fix an exception when a "dummy" thread is in the threading modu...
Antoine Pitrou
2012-04-19
1
-0/+29
*
Issue #13902: Fix a random test_threading failure on FreeBSD 6 buildbots (due
Charles-François Natali
2012-03-24
1
-0/+1
*
Skip test_threading.test_reinit_tls_after_fork() on platforms where fork()
Charles-François Natali
2012-02-08
1
-0/+1
*
Issue #13817: After fork(), reinit the ad-hoc TLS implementation earlier to fix
Charles-François Natali
2012-02-02
1
-0/+23
*
Issue #13894: Skip test_threading.CRLockTests if _CRLock isn't available. Patch
Charles-François Natali
2012-01-28
1
-0/+1
*
Issue #11870: Skip test_threading.test_2_join_in_forked_process() on platforms
Victor Stinner
2011-07-01
1
-14/+11
*
Issue #12451: Open files in binary mode in some tests when the text file is not
Victor Stinner
2011-06-30
1
-3/+2
*
Issue #9670: Increase the default stack size for secondary threads on
Ned Deily
2011-05-28
1
-0/+32
|
\
|
*
Issue #9670: Increase the default stack size for secondary threads on
Ned Deily
2011-05-28
1
-0/+31
*
|
Use shared testing facilities in test_threading
Antoine Pitrou
2011-05-05
1
-47/+18
*
|
Issue #1856: Avoid crashes and lockups when daemon threads run while the
Antoine Pitrou
2011-05-04
1
-1/+44
*
|
Issue9670: Merge backout to 3.2.
Ned Deily
2011-04-09
1
-30/+0
|
\
\
|
|
/
|
*
Issue9670: Back out changeset 378b40d71175; test fails on other platforms
Ned Deily
2011-04-09
1
-30/+0
*
|
Issue #9670: merge with 3.2
Ned Deily
2011-04-09
1
-0/+30
|
\
\
|
|
/
|
*
Issue #9670: Increase the default stack size for secondary threads on
Ned Deily
2011-04-09
1
-0/+30
*
|
#11565: Merge with 3.1.
Ezio Melotti
2011-03-16
1
-1/+1
|
\
\
|
|
/
|
*
#11565: Fix several typos. Patch by Piotr Kasprzyk.
Ezio Melotti
2011-03-16
1
-1/+1
|
*
Merged revisions 87710 via svnmerge from
Gregory P. Smith
2011-01-04
1
-4/+148
|
*
Merged revisions 86596 via svnmerge from
Ezio Melotti
2010-11-21
1
-6/+6
|
*
Merged revisions 86107 via svnmerge from
Brian Curtin
2010-11-02
1
-0/+1
|
*
Merged revisions 85586-85587,85596-85598 via svnmerge from
Gregory P. Smith
2010-10-17
1
-1/+2
|
*
Merged revisions 84909-84913 via svnmerge from
Antoine Pitrou
2010-09-20
1
-3/+8
|
*
Merged revisions 78538 via svnmerge from
Gregory P. Smith
2010-03-01
1
-8/+4
|
*
Merged revisions 78519 via svnmerge from
Gregory P. Smith
2010-02-28
1
-0/+19
|
*
Merged revisions 76138,76173 via svnmerge from
Antoine Pitrou
2009-11-09
1
-24/+34
|
*
Merged revisions 76149 via svnmerge from
Antoine Pitrou
2009-11-08
1
-0/+2
|
*
Convert py2 print statement to print function in test skip.
R. David Murray
2009-10-26
1
-2/+2
|
*
Merged revisions 75641 via svnmerge from
Antoine Pitrou
2009-10-23
1
-1/+2
|
*
Merged revisions 75571,75576-75577 via svnmerge from
Antoine Pitrou
2009-10-20
1
-0/+23
|
*
Merged revisions 73715 via svnmerge from
Georg Brandl
2009-08-13
1
-15/+15
*
|
Issue 10825: Minor updates to the test suite.
Raymond Hettinger
2011-01-06
1
-2/+2
*
|
test_threading: use Popen.communicate() instead of .wait()
Victor Stinner
2011-01-05
1
-3/+3
*
|
issue6643 - Two locks held within the threading module on each thread instance
Gregory P. Smith
2011-01-03
1
-4/+147
*
|
#9424: Replace deprecated assert* methods in the Python test suite.
Ezio Melotti
2010-11-20
1
-6/+6
*
|
Close subprocess pipes to clean up ResourceWarnings
Brian Curtin
2010-11-05
1
-0/+4
*
|
Clean up ResourceWarnings. Explictly close stdout from the subprocess.
Brian Curtin
2010-11-02
1
-0/+1
*
|
issue 8777
Kristján Valur Jónsson
2010-10-28
1
-0/+3
*
|
Avoid hanging the test on netbsd5.
Gregory P. Smith
2010-10-17
1
-1/+2
*
|
Make error more explicit in test_finalize_with_trace
Antoine Pitrou
2010-09-19
1
-3/+8
*
|
Factor out stripping of interpreter debug output in test.support.strip_python...
Antoine Pitrou
2010-08-04
1
-2/+2
*
|
Tab test_repr_daemon over so it's included in ThreadTests.
Brian Curtin
2010-07-23
1
-5/+5
*
|
Add more tests for the threading.Thread.repr.
Brett Cannon
2010-07-23
1
-1/+8
*
|
Merged revisions 80552-80556,80564-80566,80568-80571 via svnmerge from
Victor Stinner
2010-04-28
1
-2/+2
*
|
Merged revisions 78536 via svnmerge from
Gregory P. Smith
2010-03-01
1
-8/+4
*
|
Merged revisions 78517 via svnmerge from
Gregory P. Smith
2010-02-28
1
-0/+19
*
|
Merged revisions 77727 via svnmerge from
Ezio Melotti
2010-01-24
1
-2/+1
*
|
use assert[Not]In where appropriate
Ezio Melotti
2010-01-23
1
-1/+1
*
|
use assert[Not]In where appropriate
Benjamin Peterson
2010-01-19
1
-1/+1
*
|
Silence getcheckinterval()-related warnings in the test suite
Antoine Pitrou
2009-11-13
1
-5/+3
[next]