summaryrefslogtreecommitdiffstats
path: root/pym/portage/util/_pty.py
Commit message (Expand)AuthorAgeFilesLines
* Replace @returns with @return.Zac Medico2012-03-271-1/+1
* _pty.py: remove unused _tested_pty variableZac Medico2011-12-221-2/+0
* _pty.py: remove _test_pty_eof()Zac Medico2011-12-221-149/+8
* _test_pty_eof: use os.read, not array.fromfileZac Medico2011-12-161-32/+38
* Add some comments, which will allow to easier find code, which should beArfrever Frehtes Taifersar Arahesis2011-08-251-0/+1
* python3.2 fixes: use array.tobytes()Zac Medico2011-08-241-3/+5
* Fix a typo in a comment.Zac Medico2011-01-201-1/+1
* SpawnProcess: read proc with unbuffered fdopenZac Medico2011-01-201-2/+2
* PtyEofTestCase: test unbuffered fdopenZac Medico2011-01-201-2/+13
* EOFError can still be raised by array.fromfile() in Python >=2.6.6 and >=2.7.1.Arfrever Frehtes Taifersar Arahesis2010-08-051-1/+0
* Bug #330937: Handle IOError raised by remaining calls to array.fromfile().Arfrever Frehtes Taifersar Arahesis2010-08-051-4/+2
* Remove all svn $Id keywords.Zac Medico2010-03-241-1/+0
* Move _pty module to portage.util._pty.Zac Medico2010-03-021-0/+205