0
I Use This!
Inactive

Commits : Listings

Analyzed 8 days ago. based on code collected 8 days ago.
Mar 31, 2025 — Mar 31, 2026
Commit Message Contributor Files Modified Lines Added Lines Removed Code Location Date
Use silent py.test run when calling coverage More... over 10 years ago
Once more, please. You know, for coverage. More... over 10 years ago
Updated .travis.yml and Makefile More... over 10 years ago
Updated makefile More... over 10 years ago
Added Makefile and .travis.yml More... over 10 years ago
Some more comments More... about 12 years ago
Implemented that a commented variable will be uncommented instead of appended to the config file More... about 12 years ago
Added setup.py Enhanced README More... about 12 years ago
Fixed formatting issues in typekv config's More... about 12 years ago
refactored test cases Fixed a few crude bugs (hopefully) More... about 12 years ago
Implemented context object for base classes More... about 12 years ago
Allow setting key-value-pairs via .set() in KeyValueConfig and subclasses More... about 12 years ago
Added parsing of vif entries to XenConfig More... about 12 years ago
Implemented a partial Xen domU configuration file format Fixed some tests Fixed the format() function in TypeAwareKeyValueConfig More... about 12 years ago
Added a bunch of new tests. Fixed a few things discovered from the tests More... about 12 years ago
Renamed test files to allow auto-collect from py.test More... about 12 years ago
Added base class for keyvalue test (wip) More... about 12 years ago
Fixed lexer of typekv to properly recognize floats in lists More... about 12 years ago
Implemented parsing of lists in TypeAwareKeyValueConfig using shlex to make it more robust; enhanced test cases. Fixed boolean conversion More... about 12 years ago
Added rough implementation of a type-aware keyvalue configuration
Johann Schmitz
as Johann Schmitz (ercpe)
More... about 12 years ago
Do not fail if the input file doesn't exist yet. More... about 12 years ago
Fixed a bug where the WriteConfig implementation has overwritten the output file with newly set values only, because .get() (and thus .read_values()) hasn't been called before. More... about 12 years ago
Enhanced KeyValueConfig to allow a different key/value separator More... about 12 years ago
Values can now be removed via .remove(key) More... about 12 years ago
Renamed fs property to filesystem More... about 12 years ago
outfile parameter is optional on .save() More... about 12 years ago
Added find_all More... about 12 years ago
Implemented find() functions to quickly find values More... about 12 years ago
- Added missing file for the testsuite - Don't raise an exception if we cannot parse a line (instead, return None) More... about 12 years ago
We do not need this "pass". More... about 12 years ago