Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | #128, #203 - re-implement the move to a configobj package done in master | Rob Dennis | 2023-01-17 | 1 | -79/+0 |
| | |||||
* | Fix unhelpful error message when nesting invalid. | Markus Unterwaditzer | 2014-08-25 | 1 | -1/+8 |
| | | | | See https://github.com/geier/khal/issues/105 | ||||
* | Handle %-chars in invalid lines correctly | Markus Unterwaditzer | 2014-08-14 | 1 | -1/+8 |
| | | | | | | | The use of string formatting for inserting the line number doesn't work well if the line itself contains percents. This patch avoids the use of directly formatting the text, and also cleans up some inconsistencies (``at line "%s"`` vs `` at line %s``). | ||||
* | related to #14 - refactor existing stdlib unittests to idiomatic pytest | Rob Dennis | 2014-02-17 | 1 | -0/+65 |