aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/Lib/test/test_threading.py
Commit message (Expand)AuthorAge
* Whitespace normalization.Tim Peters2013-10-08
* Issue 19158: a rare race in BoundedSemaphore could allow .release() too often.Tim Peters2013-10-08
|\
| * Issue 19158: a rare race in BoundedSemaphore could allow .release() too often.Tim Peters2013-10-08
* | Issue #18948: improve SuppressCoreFiles to include Windows crash popup suppre...Antoine Pitrou2013-10-08
* | Get "stopped" back into repr(Thread) when appropriate.Tim Peters2013-09-09
* | Issue 18984: Remove ._stopped Event from Thread internals.Tim Peters2013-09-08
* | Issue #18808 again: fix the after-fork logic for not-yet-started or already-s...Antoine Pitrou2013-09-08
* | Issue #18808: Thread.join() now waits for the underlying thread state to be d...Antoine Pitrou2013-09-07
* | Issue #18882: Add threading.main_thread() function.Andrew Svetlov2013-09-04
* | test_threading isn't rudimentary anymoreAntoine Pitrou2013-09-01
|\|
| * test_threading isn't rudimentary anymoreAntoine Pitrou2013-09-01
* | Issue #18418: After fork(), reinit all threads states, not only active ones.Charles-François Natali2013-08-30
|\|
| * Issue #18418: After fork(), reinit all threads states, not only active ones.Charles-François Natali2013-08-30
| * backported rev 79713 from 3.4, test_recursion_limit skipped for -O0Łukasz Langa2013-04-24
* | Issue #18808: Non-daemon threads are now automatically joined when a sub-inte...Antoine Pitrou2013-08-25
* | Issue #17094: Clear stale thread states after fork().Antoine Pitrou2013-05-05
* | Merge #17435: Don't use mutable default values in Timer.R David Murray2013-03-30
|\|
| * Issue #17435: Don't use mutable default values in Timer.R David Murray2013-03-30
* | Merge 3.3.Stefan Krah2013-01-17
|\|
| * Issue #11870: Skip test_3_join_in_forked_from_thread() on HP-UX.Stefan Krah2013-01-17
* | When not optimized function stack sizes are much larger and may cause this te...Benjamin Peterson2012-10-13
* | #16135: Removal of OS/2 support (Python code partial cleanup)Jesus Cea2012-10-05
|/
* Better diagnose test failureAntoine Pitrou2012-06-29
|\
| * Better diagnose test failureAntoine Pitrou2012-06-29
* | Issue #14308: Fix an exception when a dummy thread is in the threading module...Antoine Pitrou2012-04-20
|\|
| * Issue #14308: Fix an exception when a "dummy" thread is in the threading modu...Antoine Pitrou2012-04-19
* | Issue #13902: Fix a random test_threading failure on FreeBSD 6 buildbots (dueCharles-François Natali2012-03-24
|\|
| * Issue #13902: Fix a random test_threading failure on FreeBSD 6 buildbots (dueCharles-François Natali2012-03-24
* | Skip test_threading.test_reinit_tls_after_fork() on platforms where fork()Charles-François Natali2012-02-08
|\|
| * Skip test_threading.test_reinit_tls_after_fork() on platforms where fork()Charles-François Natali2012-02-08
* | Merge.Charles-François Natali2012-02-02
|\|
| * Issue #13817: After fork(), reinit the ad-hoc TLS implementation earlier to fixCharles-François Natali2012-02-02
* | Issue #13894: Skip test_threading.CRLockTests if _CRLock isn't available. PatchCharles-François Natali2012-01-28
|\|
| * Issue #13894: Skip test_threading.CRLockTests if _CRLock isn't available. PatchCharles-François Natali2012-01-28
* | (merge 3.2) Issue #11870: Skip test_threading.test_2_join_in_forked_process()Victor Stinner2011-07-01
|\|
| * Issue #11870: Skip test_threading.test_2_join_in_forked_process() on platformsVictor Stinner2011-07-01
* | (merge 3.2) Issue #12451: Open files in binary mode in some tests when the textVictor Stinner2011-06-30
|\|
| * Issue #12451: Open files in binary mode in some tests when the text file is notVictor Stinner2011-06-30
* | Close #12028: Make threading._get_ident() public, rename it toVictor Stinner2011-05-30
* | Issue #9670: Increase the default stack size for secondary threads onNed Deily2011-05-28
|\|
| * Issue #9670: Increase the default stack size for secondary threads onNed Deily2011-05-28
| |\
| | * Issue #9670: Increase the default stack size for secondary threads onNed Deily2011-05-28
* | | Merge: Use shared testing facilities in test_threadingAntoine Pitrou2011-05-05
|\| |
| * | Use shared testing facilities in test_threadingAntoine Pitrou2011-05-05
* | | Issue #1856: Avoid crashes and lockups when daemon threads run while theAntoine Pitrou2011-05-04
|\| |
| * | Issue #1856: Avoid crashes and lockups when daemon threads run while theAntoine Pitrou2011-05-04
* | | Issue #11223: Replace threading._info() by sys.thread_infoVictor Stinner2011-04-30
* | | Issue #11223: Add threading._info() function providing informations about theVictor Stinner2011-04-19
* | | Issue9670: Merge backout from 3.2.Ned Deily2011-04-09
|\| |
| * | Issue9670: Merge backout to 3.2.Ned Deily2011-04-09
| |\|