Gitiles
Code Review
Sign In
gerrit-public.fairphone.software
/
platform
/
external
/
python
/
cpython2
/
a5cd255a7cb15c7920171f0796cf163a00a5ecaf
/
Lib
/
test
/
test_thread.py
19e9beb
sleep here
by Benjamin Peterson
· 13 years ago
b6e21a0
remove uneeded line
by Benjamin Peterson
· 13 years ago
f73813a
prevent writing to stderr from messing up the exception state (closes #14474)
by Benjamin Peterson
· 13 years ago
6a10281
Issue #7449, last part (11): fix many tests if thread support is disabled
by Victor Stinner
· 15 years ago
2e6d262
#8178 Cleanup the threads after test_thread.TestForkInThread.
by Florent Xicluna
· 15 years ago
7512a90
Fix test to be skipped on windows.
by Gregory P. Smith
· 15 years ago
9e5d132
Issue #7242: On Solaris 9 and earlier calling os.fork() from within a
by Gregory P. Smith
· 15 years ago
c98efe0
Issue #7270: Add some dedicated unit tests for multi-thread synchronization
by Antoine Pitrou
· 16 years ago
59c44f3
Issue #7222: Make thread "reaping" more reliable so that reference
by Antoine Pitrou
· 16 years ago
b5cf8a0
Issue #7194: test_thread could try to release an unacquired mutex (and fail).
by Antoine Pitrou
· 16 years ago
a145853
Speed test_thread up from 51.328s to 0.081s by reducing its sleep times. We
by Jeffrey Yasskin
· 17 years ago
66865d2
Move test_thread over to unittest. Commits GHOP 237.
by Brett Cannon
· 17 years ago
93e3ecb
Increase the small thread stack size to get the test
by Andrew MacIntyre
· 19 years ago
ef7fe5f
Whitespace normalization.
by Tim Peters
· 19 years ago
a7090df
fix exception usage
by Andrew MacIntyre
· 19 years ago
9291332
Patch #1454481: Make thread stack size runtime tunable.
by Andrew MacIntyre
· 19 years ago
28eeefe
Revert revisions:
by Tim Peters
· 19 years ago
6539d2d
Patch #1454481: Make thread stack size runtime tunable.
by Andrew MacIntyre
· 19 years ago
04f357c
Get rid of relative imports in all unittests. Now anything that
by Barry Warsaw
· 23 years ago
20882dd
SF bug #516372: test_thread: unhandled exc. in thread
by Tim Peters
· 23 years ago
f785042
a bold attempt to fix things broken by MAL's verify patch: import
by Fredrik Lundh
· 24 years ago
3661908
This patch removes all uses of "assert" in the regression test suite
by Marc-André Lemburg
· 24 years ago
004d5e6
Make reindent.py happy (convert everything to 4-space indents!).
by Fred Drake
· 25 years ago
b26a1b4
Use random instead of whrandom.
by Guido van Rossum
· 27 years ago
c864ad6
Nit: round delays to 0.1 second.
by Guido van Rossum
· 28 years ago
5b45664
Use the new regrtest harness
by Barry Warsaw
· 28 years ago
af0a1a6
(test_thread.py): modifications to quiet it up when not running as a script.
by Barry Warsaw
· 28 years ago
d3b6842
added barrier test (by Tim Peters)
by Guido van Rossum
· 31 years ago
cc54417
Module to test threads
by Guido van Rossum
· 31 years ago