- 06 Kas, 2009 1 kayıt (commit)
-
-
Antoine Pitrou yazdı
primitives such as Lock, RLock, Condition, Event and Semaphore.
-
- 30 Eki, 2009 1 kayıt (commit)
-
-
Antoine Pitrou yazdı
leak-chasing test runs give sensible results. The previous method of reaping threads could return successfully while some Thread objects were still referenced. This also introduces a new private function: :func:hread._count().
-
- 23 Eki, 2009 1 kayıt (commit)
-
-
Antoine Pitrou yazdı
-
- 18 Mar, 2008 1 kayıt (commit)
-
-
Jeffrey Yasskin yazdı
still sleep at all to make it likely that all threads are active at the same time.
-
- 13 Mar, 2008 1 kayıt (commit)
-
-
Brett Cannon yazdı
Thanks Benjamin Peterson for the patch.
-
- 13 Haz, 2006 4 kayıt (commit)
-
-
Andrew MacIntyre yazdı
to pass reliably on the one buildbot that insists on more than 32kB of thread stack.
-
Tim Peters yazdı
-
Andrew MacIntyre yazdı
-
Andrew MacIntyre yazdı
Heavily revised, comprising revisions: 46640 - original trunk revision (backed out in r46655) 46647 - markup fix (backed out in r46655) 46692:46918 merged from branch aimacintyre-sf1454481 branch tested on buildbots (Windows buildbots had problems not related to these changes).
-
- 04 Haz, 2006 2 kayıt (commit)
-
-
Tim Peters yazdı
46640 Patch #1454481: Make thread stack size runtime tunable. 46647 Markup fix The first is causing many buildbots to fail test runs, and there are multiple causes with seemingly no immediate prospects for repairing them. See python-dev discussion. Note that a branch can (and should) be created for resolving these problems, like svn copy svn+ssh://svn.python.org/python/trunk -r46640 svn+ssh://svn.python.org/python/branches/NEW_BRANCH followed by merging rev 46647 to the new branch.
-
Andrew MacIntyre yazdı
-
- 23 Tem, 2002 1 kayıt (commit)
-
-
Barry Warsaw yazdı
imports e.g. test_support must do so using an absolute package name such as "import test.test_support" or "from test import test_support". This also updates the README in Lib/test, and gets rid of the duplicate data dirctory in Lib/test/data (replaced by Lib/email/test/data). Now Tim and Jack can have at it. :)
-
- 16 Şub, 2002 1 kayıt (commit)
-
-
Tim Peters yazdı
Fix exit races in test_thread.py and test_threaded_import.py. I suspect the bug is provokable only under Linux (where child threads seem to get lots of cycles before they get killed after the main thread exits), or on multi-processor machines running other OSes. Bugfix candidate.
-
- 17 Ock, 2001 2 kayıt (commit)
-
-
Fredrik Lundh yazdı
'verify' iff it's used by a test module...
-
Marc-André Lemburg yazdı
and replaces them with a new API verify(). As a result the regression suite will also perform its tests in optimization mode. Written by Marc-Andre Lemburg. Copyright assigned to Guido van Rossum.
-
- 23 Eki, 2000 1 kayıt (commit)
-
-
Fred Drake yazdı
-
- 20 May, 1998 1 kayıt (commit)
-
-
Guido van Rossum yazdı
-
- 18 Tem, 1997 1 kayıt (commit)
-
-
Guido van Rossum yazdı
-
- 13 Ock, 1997 1 kayıt (commit)
-
-
Barry Warsaw yazdı
-
- 16 Ara, 1996 1 kayıt (commit)
-
-
Barry Warsaw yazdı
(testall.py): added test_thread to the list of regression tests.
-
- 23 May, 1994 1 kayıt (commit)
-
-
Guido van Rossum yazdı
-
- 14 Nis, 1994 1 kayıt (commit)
-
-
Guido van Rossum yazdı
-