summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* Remove all svn $Id keywords.Zac Medico2010-03-244-4/+0
* Bug #286475 - Fix KeyValuePairFileLoader.lineParser() so it doesn't raiseZac Medico2009-09-261-4/+1
* 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-5/+4
* Use _content_encoding and _fs_encoding for unicode encoding/decoding.Zac Medico2009-08-171-7/+21
* Do not pass unicode strings into os.walk calls, since it can causeZac Medico2009-08-061-0/+6
* Always pass encodings='utf_8' to codecs.open(), since otherwise it canZac Medico2009-07-201-1/+1
* Use codecs.open for unicode support in FileLoader.load().Zac Medico2009-07-201-1/+2
* Prepare 41 messages to localization.Arfrever Frehtes Taifersar Arahesis2009-06-291-9/+10
* Make RecursiveFileLoader skip hidden directories, and only use a single statZac Medico2009-04-081-5/+10
* Make KeyValuePairFileLoader store the values as a strings instead of a lists.Zac Medico2009-03-031-1/+1
* Fix KeyValuePairFileLoader to only split on '=' once and strip whitespaceZac Medico2009-03-021-3/+3
* For compatibility with python-3.0, open files in text mode where appropriate.Zac Medico2009-02-191-1/+1
* 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
* ignore missing filesMarius Mauch2007-10-051-2/+3
* or I was right the first time :(Alec Warner2007-09-091-1/+1
* sigh, or, not andAlec Warner2007-09-091-1/+1
* compress two loop iterations into oneAlec Warner2007-09-081-2/+1
* Fix incorrect parse check as value lists in KeyListFileLoader might be empty,...Marius Mauch2007-09-071-5/+32
* return the full path, not just the filenameMarius Mauch2007-09-071-1/+1
* fix errors in call logicMarius Mauch2007-09-071-2/+2
* Fix minor issues with loaders in the static file loader, fix quoting and impo...Alec Warner2007-09-071-1/+34
* Validator should be a function, not a class, fix spacing/tab issues. Fix par...Alec Warner2007-07-233-26/+72
* Move common file functionality into a FileLoader class and delegate parsing t...Alec Warner2007-07-232-112/+140
* fix spacing, comments, default argsAlec Warner2007-07-231-8/+8
* Implement UserConfigKlass.__iter__() so that tests pass.Zac Medico2007-06-211-0/+3
* fix spacing in loadersAlec Warner2007-05-091-3/+3
* validators++Alec Warner2007-05-082-11/+15
* Add missing base class.Zac Medico2007-05-051-1/+1
* I consulted the python oracle and it told me enumerate was better, so go team...Alec Warner2007-04-011-11/+9
* drop line_count in favor of izip and count(), itertools FOR THE WIN baby.Alec Warner2007-03-312-20/+45
* After talking to marienz, decide that 1 class is better than 4, also realize ...Alec Warner2007-03-312-109/+39
* spaces -> tabsZac Medico2007-03-281-1/+1
* spaces -> tabsZac Medico2007-03-281-3/+3
* 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-252-167/+168
* 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-072-0/+64