summaryrefslogtreecommitdiffstats
path: root/pym/portage/tests/process
Commit message (Expand)AuthorAgeFilesLines
* 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