summaryrefslogtreecommitdiffstats
path: root/pym/portage/tests/locks
Commit message (Expand)AuthorAgeFilesLines
* Substitute EventLoop for PollScheduler.Zac Medico2012-10-051-5/+5
* LockNonblockTestCase: close_fds tweakZac Medico2012-03-271-1/+4
* tests/locks: save/restore global env stateZac Medico2011-12-142-0/+15
* locks.py: fix hardlink locks for bug #394195Zac Medico2011-12-132-5/+55
* Use portage.shutil for safer unicode handling.Zac Medico2011-12-102-2/+2
* Test noblocking locks.Zac Medico2011-06-081-0/+46
* Fix typos in comments.Arfrever Frehtes Taifersar Arahesis2011-05-181-3/+3
* test_asynchronous_lock: simulate SIGINT from ttyZac Medico2011-05-171-1/+33
* AsynchronousLock: implement _poll() and testZac Medico2011-05-171-0/+2
* test_asynchronous_lock: test returncode moreZac Medico2011-05-171-4/+8
* test_asynchronous_lock: test wait and cancelZac Medico2011-05-171-0/+22
* test_asynchronous_lock: test waitingZac Medico2011-05-171-0/+25
* AsynchronousLock: use subprocess if no threadsZac Medico2010-10-211-3/+13
* Add a new AsynchronousLock class that uses the portage.locks module toZac Medico2010-09-133-0/+31