aboutsummaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* Replace @returns with @return.Zac Medico2012-03-271-2/+2
* Migrate from codecs.open() to io.open().Zac Medico2011-07-101-3/+3
* Remove all svn $Id keywords.Zac Medico2010-03-241-1/+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
* 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-231-18/+22
* Move common file functionality into a FileLoader class and delegate parsing t...Alec Warner2007-07-231-111/+138
* fix spacing, comments, default argsAlec Warner2007-07-231-8/+8
* fix spacing in loadersAlec Warner2007-05-091-3/+3
* validators++Alec Warner2007-05-081-7/+7
* 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-311-18/+43
* After talking to marienz, decide that 1 class is better than 4, also realize ...Alec Warner2007-03-311-0/+17
* spaces -> tabsZac Medico2007-03-281-1/+1
* spaces -> tabsZac Medico2007-03-281-3/+3
* split the loader classes into their own file, split the recursive filename gr...Alec Warner2007-03-251-0/+166