aboutsummaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* Remove all svn $Id keywords.Zac Medico2010-03-241-1/+0
* Remove redundant ConfigLoaderKlass.__iter__() method.Zac Medico2009-02-191-3/+0
* Implement a substitute for UserDict.UserDict so that code converted viaZac Medico2009-02-191-3/+6
* Validator should be a function, not a class, fix spacing/tab issues. Fix par...Alec Warner2007-07-231-8/+29
* Move common file functionality into a FileLoader class and delegate parsing t...Alec Warner2007-07-231-1/+2
* Implement UserConfigKlass.__iter__() so that tests pass.Zac Medico2007-06-211-0/+3
* validators++Alec Warner2007-05-081-4/+8
* drop line_count in favor of izip and count(), itertools FOR THE WIN baby.Alec Warner2007-03-311-2/+2
* After talking to marienz, decide that 1 class is better than 4, also realize ...Alec Warner2007-03-311-109/+22
* fix broken PortageModule classesAlec Warner2007-03-261-1/+3
* clean up some init functions, add PortageModules classAlec Warner2007-03-261-6/+39
* split the loader classes into their own file, split the recursive filename gr...Alec Warner2007-03-251-167/+2
* completely rewrite file bits, use Loader classes to push loading functionalit...Alec Warner2007-03-251-72/+197
* Fix a typo.Zac Medico2007-03-171-1/+1
* add PackageMask{File} classes, change unit tests to use try/finally, makes su...Alec Warner2007-03-081-0/+55
* Change load() to have no default arguments, makes caller specifiy explicitly....Alec Warner2007-03-081-2/+56
* Part of my attempt now involves cleaning up config; this means for me; removi...Alec Warner2007-03-071-0/+60