summaryrefslogtreecommitdiffstats
path: root/pym/portage/tests/env/config/test_PortageModulesFile.py
Commit message (Expand)AuthorAgeFilesLines
* Remove all svn $Id keywords.Zac Medico2010-03-241-1/+0
* Use dict.(keys|values|items)() instead of dict.(iterkeys|itervalues|iteritems...Arfrever Frehtes Taifersar Arahesis2009-09-211-1/+1
* Use filter() and zip() instead of itertools.ifilter() and itertools.izip() fo...Arfrever Frehtes Taifersar Arahesis2009-09-211-2/+1
* Use portage.os, _content_encoding, and _fs_encoding where appropriate.Zac Medico2009-08-171-1/+4
* Make KeyValuePairFileLoader store the values as a strings instead of a lists.Zac Medico2009-03-031-1/+1
* Open then temp file in text mode for py3k compatibility.Zac Medico2009-02-271-1/+1
* add more tests for keyvaluepairloader (it had a bug previously) and fix up ot...Alec Warner2007-07-231-7/+11
* Remove more unnecessary list generation.Zac Medico2007-06-211-1/+1
* fix tests for PortageModulesFileAlec Warner2007-03-261-4/+7
* fix some tests, break othersAlec Warner2007-03-261-0/+31