| Commit message (Collapse) | Author | Age | Files | Lines | |
|---|---|---|---|---|---|
| * | Adjusted all remaining test suites to use the new TestBase class where ↵ | Sebastian Thiel | 2009-10-22 | 1 | -4/+0 |
| | | | | | appropriate | ||||
| * | config: fixed serious issues that would cause it to see initial tabs as ↵ | Sebastian Thiel | 2009-10-19 | 1 | -0/+2 |
| | | | | | continuation lines - this leads to very incorrect results when parsing git config files. Now the complete reading is overridden to make it work as there was no other way | ||||
| * | added additional testing for the configuration, concurrent access and config ↵ | Sebastian Thiel | 2009-10-19 | 1 | -2/+23 |
| | | | | | reading, all tests work | ||||
| * | implemented config class as far as necessary, one check is still failing | Sebastian Thiel | 2009-10-19 | 1 | -1/+51 |
| | | | | | Added odict module to get an OrderedDict to be used in the config parser, assuring the order of sections and options does not change | ||||
| * | Added frame for configuration reader involving a meta class, decorators and ↵ | Sebastian Thiel | 2009-10-18 | 1 | -0/+18 |
| tests - most of which still has to be filled out | |||||
