summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* Use ResolverPlayground for it's config instance, so that we don'tZac Medico2010-08-061-2/+6
* 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-1/+2
* Remove all svn $Id keywords.Zac Medico2010-03-244-4/+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-252-4/+0
* Fix length calculation so it doesn't assume the length of the encodedZac Medico2009-09-251-3/+4
* Add a test case for this issue: http://bugs.python.org/issue5334Zac Medico2009-09-252-1/+45
* 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
* Update syntax of 'except' statements for compatibility with Python 3.Arfrever Frehtes Taifersar Arahesis2009-09-201-1/+1
* Replace _content_encoding, _fs_encoding, and _merge_encoding with directZac Medico2009-08-211-4/+3
* Use portage.os, _content_encoding, and _fs_encoding where appropriate.Zac Medico2009-08-171-2/+10
* Remove the workaround for \n -> \r\n transformations inZac Medico2007-11-091-4/+5
* Bug #190268 - Avoid unwanted sandbox violations in src_test().Zac Medico2007-09-081-1/+9
* Last commit added more tests for sets and taught me what I was doing wrong ;)...Alec Warner2007-09-071-0/+0
* Autodetect if sandbox is active in order to prevent recursive sandbox invocat...Zac Medico2007-06-211-3/+1
* Fix the test so that it can run inside a sandbox.Zac Medico2007-06-211-1/+3
* Add a test case for the logfile functionality of portage.spawn().Zac Medico2007-06-192-0/+39