summaryrefslogtreecommitdiffstats
path: root/pym/portage/tests/ebuild/test_spawn.py
Commit message (Expand)AuthorAgeFilesLines
* Substitute EventLoop for PollScheduler.Zac Medico2012-10-051-3/+2
* Migrate from codecs.open() to io.open().Zac Medico2011-07-101-3/+3
* SpawnTestCase: check returncodeZac Medico2011-06-091-1/+1
* Make SpawnTestCase use a PollScheduler instance directly sinceZac Medico2010-09-051-5/+5
* Use SpawnProcess instead of doebuild.spawn().Zac Medico2010-08-131-17/+14
* Use ResolverPlayground for it's config instance, so that we don'tZac Medico2010-08-061-2/+6
* Remove all svn $Id keywords.Zac Medico2010-03-241-1/+0
* 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
* 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-191-0/+36