summaryrefslogtreecommitdiffstats
path: root/pym/portage/tests/sets
Commit message (Collapse)AuthorAgeFilesLines
* Rename the portage.sets module to portage._sets since it will be usefulZac Medico2010-08-304-4/+4
| | | | | in the upcoming 2.1.9 branch which will not have sets support but will still have the code in private and disabled form.
* Tests: add sets/base/testInternalPackageSetSebastian Luther2010-07-273-0/+61
|
* Remove all svn $Id keywords.Zac Medico2010-03-243-3/+0
|
* Use portage.os, _content_encoding, and _fs_encoding where appropriate.Zac Medico2009-08-172-4/+4
| | | | svn path=/main/trunk/; revision=14078
* Use os.fdopen() on file descriptors returned from mkstemp().Zac Medico2009-02-272-4/+4
| | | | svn path=/main/trunk/; revision=12725
* Open the temp file in text mode for py3k compatibility.Zac Medico2009-02-271-3/+5
| | | | svn path=/main/trunk/; revision=12724
* Open the temp file in text mode for py3k compatibility.Zac Medico2009-02-271-1/+1
| | | | svn path=/main/trunk/; revision=12723
* Set svn:keywords Id on all files.Zac Medico2009-02-182-2/+2
| | | | svn path=/main/trunk/; revision=12626
* Use bash's built-in echo instead of the actual echo binary since it hasZac Medico2008-06-211-3/+4
| | | | | | | compatibility issues on FreeBSD systems. Thanks to aballier for reporting the issue and testing this patch. svn path=/main/trunk/; revision=10751
* Remove name from PackageSet, it's pointless as the caller has to keep track ↵Marius Mauch2007-09-113-5/+4
| | | | | | of the name himself anyway svn path=/main/trunk/; revision=7767
* Implement/fix testcases for some PackageSet subclassesMarius Mauch2007-09-072-14/+25
| | | | svn path=/main/trunk/; revision=7758
* Last commit added more tests for sets and taught me what I was doing wrong ↵Alec Warner2007-09-071-0/+0
| | | | | | ;) This commit adds yet more tests svn path=/main/trunk/; revision=7750
* fighting with svn over weirdnessAlec Warner2007-09-074-0/+49
| | | | svn path=/main/trunk/; revision=7749
* Fix hardcoded /usr/bin/echo to use portage.process.find_binary().Zac Medico2007-07-221-1/+3
| | | | svn path=/main/trunk/; revision=7363
* add test for CommandOutputSetAlec Warner2007-07-223-0/+26
svn path=/main/trunk/; revision=7360