aboutsummaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* Remove all svn $Id keywords.Zac Medico2010-03-246-6/+0
* Use dict.(keys|values|items)() instead of dict.(iterkeys|itervalues|iteritems...Arfrever Frehtes Taifersar Arahesis2009-09-213-3/+3
* 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-174-6/+7
* 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
* Open the temp file in text mode for py3k compatibility.Zac Medico2009-02-271-2/+1
* Set svn:keywords Id on all files.Zac Medico2009-02-183-3/+3
* Rewrite testing to use __test__ instead of hardcoded dirsAlec Warner2007-09-072-0/+0
* add more tests for keyvaluepairloader (it had a bug previously) and fix up ot...Alec Warner2007-07-232-12/+14
* Remove more unnecessary list generation.Zac Medico2007-06-212-2/+3
* fix tests for PortageModulesFileAlec Warner2007-03-261-4/+7
* fix some tests, break othersAlec Warner2007-03-263-4/+39
* Fix insecure tempfile usageAlec Warner2007-03-263-6/+11
* Fix the rest of the testsAlec Warner2007-03-253-7/+7
* Use mkstemp to create a random tempfile.Zac Medico2007-03-171-3/+5
* Fix a broken test.Zac Medico2007-03-171-1/+1
* whoopse, s/;/:/Alec Warner2007-03-081-1/+1
* add PackageMask{File} classes, change unit tests to use try/finally, makes su...Alec Warner2007-03-083-12/+46
* Change load() to have no default arguments, makes caller specifiy explicitly....Alec Warner2007-03-082-1/+34
* Part of my attempt now involves cleaning up config; this means for me; removi...Alec Warner2007-03-073-0/+45