summaryrefslogtreecommitdiffstats
path: root/pym/portage/tests/process
Commit message (Expand)AuthorAgeFilesLines
* PipeLogger: handle file object for input_fdZac Medico2013-01-071-5/+2
* PipeReaderBlockingIO handle threading ImportErrorZac Medico2012-12-271-0/+1
* Add PipeReaderBlockingIO, Jython experimentation.Zac Medico2012-12-271-0/+62
* Test PopenProcess + PipeLogger.Zac Medico2012-10-181-2/+42
* Test PopenProcess.Zac Medico2012-10-161-0/+48
* TaskScheduler: inherit AsyncSchedulerZac Medico2012-10-051-9/+8
* test_poll: use TaskSchedulerZac Medico2012-02-081-7/+7
* PollScheduler: don't inherit EventLoopZac Medico2012-02-081-1/+1
* test_poll: separate classes for pipe vs. ptyZac Medico2011-12-181-14/+23
* PipeReaderArrayTestCase: sleep for fast computersZac Medico2011-12-181-1/+4
* test_poll: add note about unbuffered fdopenZac Medico2011-12-161-0/+3
* test_poll: fix array testZac Medico2011-12-161-62/+20
* SpawnProcess: work around array.fromfile() bugsZac Medico2011-12-151-5/+61
* test_poll: test different sizes, and pty tooZac Medico2011-12-151-6/+17
* test_poll: fix "ResourceWarning: unclosed file"Zac Medico2011-08-281-1/+9
* fdopen: read from processes in unbuffered modev2.2.0_alpha19Zac Medico2011-01-211-2/+2
* Make PipeReaderTestCase use a PollScheduler instance directly sinceZac Medico2010-09-051-6/+6
* Clean up and simplify PipeReaderTestCase.Zac Medico2010-09-051-29/+12
* Remove all svn $Id keywords.Zac Medico2010-03-242-2/+0
* Use portage.os, _content_encoding, and _fs_encoding where appropriate.Zac Medico2009-08-171-5/+2
* Bug #275047 - Split _emerge/__init__.py into smaller pieces (part 3).Zac Medico2009-06-221-1/+1
* Fix imports broken by splitting of _emerge/__init__.py.Zac Medico2009-06-221-1/+3
* Fix PipeReader and PipeReaderTestCase to work with binary strings in py3k.Zac Medico2009-02-271-1/+4
* Fix test breakage due to change in calling order of AsynchronousTask startZac Medico2009-02-271-5/+7
* Set svn:keywords Id on all files.Zac Medico2009-02-182-2/+2
* Fix identation (tabnanny complains about this) branches/prefix r11110Zac Medico2008-07-171-1/+1
* * Since can_poll_pty() is unsafe due to he possibility of the poll() callZac Medico2008-07-131-16/+0
* Split out a portage._create_pty_or_pipe() function to avoid duplicate code.Zac Medico2008-07-121-26/+3
* Derive a PtyReaderTestCase from PipeReaderTestCase. This test is expected toZac Medico2008-07-121-3/+52
* Create a test case for the poll loop which uses the loop to read data from aZac Medico2008-07-123-0/+46