Fix typos in comments.
[portage.git] / pym / portage / tests / locks / test_asynchronous_lock.py
2011-05-26 Arfrever Frehtes... Fix typos in comments.
2011-05-26 Zac Medicotest_asynchronous_lock: simulate SIGINT from tty
2011-05-26 Zac MedicoAsynchronousLock: implement _poll() and test
2011-05-26 Zac Medicotest_asynchronous_lock: test returncode more
2011-05-26 Zac Medicotest_asynchronous_lock: test wait and cancel
2011-05-26 Zac Medicotest_asynchronous_lock: test waiting
2010-11-24 Zac MedicoAsynchronousLock: use subprocess if no threads
2010-09-14 Zac MedicoAdd a new AsynchronousLock class that uses the portage...