194 Commits (0d63bacefd2e5b937ec6b0ec3053777c09941b4a)

Author SHA1 Message Date
Tim Peters 7634e1cf90 Issue 19158: a rare race in BoundedSemaphore could allow .release() too often. 12 years ago
Antoine Pitrou 77e904e6a6 Issue #18948: improve SuppressCoreFiles to include Windows crash popup suppression, and use it in more tests. 12 years ago
Tim Peters 72460fa68b Get "stopped" back into repr(Thread) when appropriate. 12 years ago
Tim Peters c363a23eff Issue 18984: Remove ._stopped Event from Thread internals. 12 years ago
Antoine Pitrou 5da7e7959e Issue #18808 again: fix the after-fork logic for not-yet-started or already-stopped threads. 12 years ago
Antoine Pitrou 7b4769937f Issue #18808: Thread.join() now waits for the underlying thread state to be destroyed before returning. 12 years ago
Andrew Svetlov 58b5c5ad14 Issue #18882: Add threading.main_thread() function. 12 years ago
Antoine Pitrou 4c8ce847e6 test_threading isn't rudimentary anymore 12 years ago
Charles-François Natali 9939cc89a4 Issue #18418: After fork(), reinit all threads states, not only active ones. 12 years ago
Antoine Pitrou 7eaf3f7080 Issue #18808: Non-daemon threads are now automatically joined when a sub-interpreter is shutdown (it would previously dump a fatal error). 13 years ago
Antoine Pitrou 8408cea0cd Issue #17094: Clear stale thread states after fork(). 13 years ago
Łukasz Langa 20ea96f29a backported rev 79713 from 3.4, test_recursion_limit skipped for -O0 13 years ago
R David Murray 19aeb439c6 Issue #17435: Don't use mutable default values in Timer. 13 years ago
Stefan Krah fc4aa76d59 Issue #11870: Skip test_3_join_in_forked_from_thread() on HP-UX. 13 years ago
Benjamin Peterson d541d3fee4 When not optimized function stack sizes are much larger and may cause this test to fail. 13 years ago
Jesus Cea 4791a24268 #16135: Removal of OS/2 support (Python code partial cleanup) 13 years ago
Antoine Pitrou b8b6a68baa Better diagnose test failure 14 years ago
Antoine Pitrou 52849bfaa3 Issue #14308: Fix an exception when a "dummy" thread is in the threading module's active list after a fork(). 14 years ago
Antoine Pitrou 8e6e0fdb7f Issue #14308: Fix an exception when a "dummy" thread is in the threading module's active list after a fork(). 14 years ago
Charles-François Natali 8e6fe648cc Issue #13902: Fix a random test_threading failure on FreeBSD 6 buildbots (due 14 years ago
Charles-François Natali b2c9e9ad91 Skip test_threading.test_reinit_tls_after_fork() on platforms where fork() 14 years ago
Charles-François Natali ebf691d64c Skip test_threading.test_reinit_tls_after_fork() on platforms where fork() 14 years ago
Charles-François Natali 6d0d24e359 Issue #13817: After fork(), reinit the ad-hoc TLS implementation earlier to fix 14 years ago
Charles-François Natali e0e88b0483 Issue #13817: After fork(), reinit the ad-hoc TLS implementation earlier to fix 14 years ago
Charles-François Natali 6b671b2591 Issue #13894: Skip test_threading.CRLockTests if _CRLock isn't available. Patch 14 years ago
Victor Stinner 26d318690f Issue #11870: Skip test_threading.test_2_join_in_forked_process() on platforms 15 years ago
Victor Stinner a6d2c769fb Issue #12451: Open files in binary mode in some tests when the text file is not 15 years ago
Victor Stinner 041d2e1e1e Issue #11870: Skip test_threading.test_2_join_in_forked_process() on platforms 15 years ago
Victor Stinner 2a12974bca Close #12028: Make threading._get_ident() public, rename it to 15 years ago
Ned Deily 9a7c524dc6 Issue #9670: Increase the default stack size for secondary threads on 15 years ago
Ned Deily 482f908410 Issue #9670: Increase the default stack size for secondary threads on 15 years ago
Antoine Pitrou c4d7864e0e Use shared testing facilities in test_threading 15 years ago
Antoine Pitrou 0d5e52d346 Issue #1856: Avoid crashes and lockups when daemon threads run while the 15 years ago
Victor Stinner d5c355ccc7 Issue #11223: Replace threading._info() by sys.thread_info 15 years ago
Victor Stinner 754851f456 Issue #11223: Add threading._info() function providing informations about the 15 years ago
Ned Deily 04cb72f968 Issue9670: Back out changeset b0d2b696da19; test fails on other platforms 15 years ago
Ned Deily 45e47e58ed Issue9670: Back out changeset 378b40d71175; test fails on other platforms 15 years ago
Ned Deily 517ac72b00 Issue #9670: Increase the default stack size for secondary threads on 15 years ago
Ned Deily e427f0f432 Issue #9670: Increase the default stack size for secondary threads on 15 years ago
Ezio Melotti c2077b0d9b #11565: Fix several typos. Patch by Piotr Kasprzyk. 15 years ago
Ezio Melotti 13925008dc #11565: Fix several typos. Patch by Piotr Kasprzyk. 15 years ago
Antoine Pitrou fcf81fd031 Issue #11140: Lock.release() now raises a RuntimeError when attempting 15 years ago
Antoine Pitrou 0bd4deba38 Issue #6064: Add a `daemon` keyword argument to the threading.Thread 15 years ago
Raymond Hettinger 7beae8a0d5 Issue 10825: Minor updates to the test suite. 15 years ago
Victor Stinner c932b65428 test_threading: use Popen.communicate() instead of .wait() 15 years ago
Gregory P. Smith 2b79a81461 Merged revisions 87710 via svnmerge from 15 years ago
Gregory P. Smith 4b129d23f6 Merged revisions 87710 via svnmerge from 15 years ago
Gregory P. Smith 96c886ce96 issue6643 - Two locks held within the threading module on each thread instance 15 years ago
Ezio Melotti 2623a37852 Merged revisions 86596 via svnmerge from 15 years ago
Ezio Melotti 19f2aeba67 Merged revisions 86596 via svnmerge from 15 years ago