summaryrefslogtreecommitdiffstats
path: root/pym/portage/tests/ebuild/test_pty_eof.py
Commit message (Expand)AuthorAgeFilesLines
* _pty.py: remove _test_pty_eof()Zac Medico2011-12-221-26/+0
* _test_pty_eof: use os.read, not array.fromfileZac Medico2011-12-161-27/+2
* PtyEofFdopenUnBufferedTestCase: PyPy TODOZac Medico2011-12-151-0/+6
* test_pty_eof: add SKIP msg for unsupported platZac Medico2011-09-041-0/+13
* test_pty_eof: separate classes for self.todoZac Medico2011-01-211-1/+2
* SpawnProcess: read proc with unbuffered fdopenZac Medico2011-01-201-2/+2
* PtyEofTestCase: test unbuffered fdopenZac Medico2011-01-201-2/+14
* Remove unused imports found by pylint.Arfrever Frehtes Taifersar Arahesis2010-08-291-2/+1
* Remove all svn $Id keywords.Zac Medico2010-03-241-1/+0
* Move _pty module to portage.util._pty.Zac Medico2010-03-021-1/+1
* Split doebuild and related code to the portage.package.ebuild module.Zac Medico2010-02-251-2/+3
* Only call _test_pty_eof() on Linux, since it seems to hang on most otherZac Medico2009-10-141-4/+5
* Remove unused imports.Zac Medico2009-09-251-3/+0
* Add a test case for this issue: http://bugs.python.org/issue5334Zac Medico2009-09-251-1/+1
* Show an appropriate error message in _create_pty_or_pipe() if openpty()Zac Medico2009-09-241-5/+5
* Add a test case for http://bugs.python.org/issue5380 and mark it as 'todo'Zac Medico2009-09-241-0/+22