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 #20532: Tests which use _testcapi now are marked as CPython only.
Serhiy Storchaka
2014-02-07
1
-2/+4
|
\
|
*
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 #14432: Remove the thread state field from the frame structure. Fix a
Victor Stinner
2013-12-13
1
-0/+38
*
|
Issue #18874: Implement the PEP 454 (tracemalloc)
Victor Stinner
2013-11-23
1
-2/+2
*
|
Close #19466: Clear the frames of daemon threads earlier during the Python
Victor Stinner
2013-11-12
1
-0/+50
*
|
Whitespace normalization.
Tim Peters
2013-10-09
1
-16/+16
*
|
Issue 19158: a rare race in BoundedSemaphore could allow .release() too often.
Tim Peters
2013-10-09
1
-0/+18
|
\
\
|
|
/
|
*
Issue 19158: a rare race in BoundedSemaphore could allow .release() too often.
Tim Peters
2013-10-09
1
-0/+18
*
|
Issue #18948: improve SuppressCoreFiles to include Windows crash popup suppre...
Antoine Pitrou
2013-10-08
1
-1/+2
*
|
Get "stopped" back into repr(Thread) when appropriate.
Tim Peters
2013-09-09
1
-0/+25
*
|
Issue 18984: Remove ._stopped Event from Thread internals.
Tim Peters
2013-09-08
1
-137/+1
*
|
Issue #18808 again: fix the after-fork logic for not-yet-started or already-s...
Antoine Pitrou
2013-09-08
1
-1/+1
*
|
Issue #18808: Thread.join() now waits for the underlying thread state to be d...
Antoine Pitrou
2013-09-07
1
-2/+68
*
|
Issue #18882: Add threading.main_thread() function.
Andrew Svetlov
2013-09-04
1
-7/+71
*
|
test_threading isn't rudimentary anymore
Antoine Pitrou
2013-09-01
1
-1/+3
|
\
\
|
|
/
|
*
test_threading isn't rudimentary anymore
Antoine Pitrou
2013-09-01
1
-1/+3
*
|
Issue #18418: After fork(), reinit all threads states, not only active ones.
Charles-François Natali
2013-08-30
1
-0/+21
|
\
\
|
|
/
|
*
Issue #18418: After fork(), reinit all threads states, not only active ones.
Charles-François Natali
2013-08-30
1
-0/+21
|
*
backported rev 79713 from 3.4, test_recursion_limit skipped for -O0
Łukasz Langa
2013-04-23
1
-1/+2
*
|
Issue #18808: Non-daemon threads are now automatically joined when a sub-inte...
Antoine Pitrou
2013-08-25
1
-0/+48
*
|
Issue #17094: Clear stale thread states after fork().
Antoine Pitrou
2013-05-05
1
-0/+25
*
|
Merge #17435: Don't use mutable default values in Timer.
R David Murray
2013-03-30
1
-12/+27
|
\
\
|
|
/
|
*
Issue #17435: Don't use mutable default values in Timer.
R David Murray
2013-03-30
1
-12/+27
*
|
Merge 3.3.
Stefan Krah
2013-01-17
1
-1/+2
|
\
\
|
|
/
|
*
Issue #11870: Skip test_3_join_in_forked_from_thread() on HP-UX.
Stefan Krah
2013-01-17
1
-1/+1
*
|
When not optimized function stack sizes are much larger and may cause this te...
Benjamin Peterson
2012-10-13
1
-1/+2
*
|
#16135: Removal of OS/2 support (Python code partial cleanup)
Jesus Cea
2012-10-05
1
-2/+1
|
/
*
Better diagnose test failure
Antoine Pitrou
2012-06-29
1
-2/+2
|
\
|
*
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 module...
Antoine Pitrou
2012-04-19
1
-0/+29
|
\
\
|
|
/
|
*
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
|
\
\
|
|
/
|
*
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
|
\
\
|
|
/
|
*
Skip test_threading.test_reinit_tls_after_fork() on platforms where fork()
Charles-François Natali
2012-02-08
1
-0/+1
*
|
Merge.
Charles-François Natali
2012-02-02
1
-0/+23
|
\
\
|
|
/
|
*
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 #13894: Skip test_threading.CRLockTests if _CRLock isn't available. Patch
Charles-François Natali
2012-01-28
1
-0/+1
*
|
(merge 3.2) Issue #11870: Skip test_threading.test_2_join_in_forked_process()
Victor Stinner
2011-07-01
1
-14/+11
|
\
\
|
|
/
|
*
Issue #11870: Skip test_threading.test_2_join_in_forked_process() on platforms
Victor Stinner
2011-07-01
1
-14/+11
*
|
(merge 3.2) Issue #12451: Open files in binary mode in some tests when the text
Victor Stinner
2011-06-30
1
-3/+2
|
\
\
|
|
/
|
*
Issue #12451: Open files in binary mode in some tests when the text file is not
Victor Stinner
2011-06-30
1
-3/+2
*
|
Close #12028: Make threading._get_ident() public, rename it to
Victor Stinner
2011-05-30
1
-2/+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/+32
|
|
\
|
|
*
Issue #9670: Increase the default stack size for secondary threads on
Ned Deily
2011-05-28
1
-0/+31
*
|
|
Merge: Use shared testing facilities in test_threading
Antoine Pitrou
2011-05-05
1
-47/+18
|
\
\
\
|
|
/
/
|
*
|
Use shared testing facilities in test_threading
Antoine Pitrou
2011-05-05
1
-47/+18
[next]