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
*
Issue #21963: backout issue #1856 patch (avoid crashes and lockups when
Antoine Pitrou
2014-11-21
1
-43/+0
*
Issue #22423: Unhandled exception in thread no longer causes unhandled
Serhiy Storchaka
2014-09-21
1
-0/+79
*
avoid crashes and lockups from daemon threads during interpreter shutdown (#1...
Benjamin Peterson
2014-06-17
1
-0/+43
*
Issue #20532: Tests which use _testcapi now are marked as CPython only.
Serhiy Storchaka
2014-02-07
1
-1/+2
*
Issue #14432: Generator now clears the borrowed reference to the thread state
Victor Stinner
2013-12-13
1
-0/+43
*
Issue #19572: More silently skipped tests explicitly skipped.
Zachary Ware
2013-12-10
1
-12/+4
*
Issue 19158: a rare race in BoundedSemaphore could allow .release() too often.
Tim Peters
2013-10-09
1
-0/+17
*
Issue #18418: After fork(), reinit all threads states, not only active ones.
Charles-François Natali
2013-08-30
1
-0/+23
*
Issue #14308: Fix an exception when a "dummy" thread is in the threading modu...
Antoine Pitrou
2012-04-19
1
-0/+29
*
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 #11870: Skip test_threading.test_2_join_in_forked_process() on platforms
Victor Stinner
2011-07-01
1
-22/+13
*
Issue #9670: Increase the default stack size for secondary threads on
Ned Deily
2011-05-28
1
-0/+31
*
Issue9670: Back out changeset b0d2b696da19; test fails on other platforms
Ned Deily
2011-04-09
1
-30/+0
*
Issue #9670: Increase the default stack size for secondary threads on
Ned Deily
2011-04-09
1
-0/+30
*
#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 86209 via svnmerge from
Brian Curtin
2010-11-05
1
-0/+4
*
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
*
Issue #7449, last part (11): fix many tests if thread support is disabled
Victor Stinner
2010-04-27
1
-2/+2
*
Cleanup the test added in r78517 based on Ezio Melotti's feedback.
Gregory P. Smith
2010-03-01
1
-8/+4
*
Issue #7481: When a threading.Thread failed to start it would leave the
Gregory P. Smith
2010-02-28
1
-0/+19
*
use assert[Not]IsInstance where appropriate
Ezio Melotti
2010-01-24
1
-2/+1
*
use assert[Not]In where appropriate
Ezio Melotti
2010-01-23
1
-2/+2
*
Issue #7282: Fix a memory leak when an RLock was used in a thread other
Antoine Pitrou
2009-11-09
1
-4/+2
*
Kill a small potential leak in test_threading.
Antoine Pitrou
2009-11-08
1
-0/+2
*
Issue #7270: Add some dedicated unit tests for multi-thread synchronization
Antoine Pitrou
2009-11-06
1
-17/+29
*
Suppress transient refleaks in test_threading.
Antoine Pitrou
2009-10-27
1
-3/+12
*
Fix Windows buildbot failure
Antoine Pitrou
2009-10-23
1
-3/+2
*
Test wouldn't work in debug mode.
Antoine Pitrou
2009-10-20
1
-0/+1
*
Issue #1722344: threading._shutdown() is now called in Py_Finalize(), which
Antoine Pitrou
2009-10-20
1
-0/+24
*
Add a comment about unreachable code, and fix a typo
Antoine Pitrou
2009-10-18
1
-1/+3
*
Add a test for same-thread asynchronous exceptions (see #1779233).
Antoine Pitrou
2009-10-18
1
-0/+19
*
convert usage of fail* to assert*
Benjamin Peterson
2009-06-30
1
-15/+15
*
fix Thread.ident when it is the main thread or a dummy thread #5632
Benjamin Peterson
2009-03-31
1
-0/+13
*
#1674032: return value of flag from Event.wait(). OKed by Guido.
Georg Brandl
2009-03-31
1
-1/+2
*
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
[next]