| 2016-10-20 17:43 | Create LICENSE | Tobias Bengfort |
| 2016-06-17 07:05 | flake8: ignore lambda assignments | Tobias Bengfort |
| 2016-06-17 07:05 | make tests work in 2016 and future | Tobias Bengfort |
| 2016-06-17 07:04 | use yaml.safe_load | Tobias Bengfort |
| 2016-06-17 07:04 | pep8 | Tobias Bengfort |
| 2015-11-12 05:43 | support more version conventions | Tobias Bengfort |
| 2015-07-09 14:39 | bump version to 0.1.1 | Tobias Bengfort |
| 2015-07-09 14:38 | adapt to api changes in ldif3 | Tobias Bengfort |
| 2015-06-04 08:00 | update ldif3 dependency | Tobias Bengfort |
| 2015-06-04 08:00 | typo | Tobias Bengfort |
| 2015-05-22 21:33 | Fix LDIF tests | Tobias Bengfort |
| 2015-05-22 12:54 | improve cli doc | Tobias Bengfort |
| 2015-05-22 10:02 | typo | Tobias Bengfort |
| 2015-05-22 09:58 | switch to ldif3 | Tobias Bengfort |
| 2015-05-22 09:48 | Revert "implement own ldif parser" | Tobias Bengfort |
| 2015-05-08 21:49 | add travis config | Tobias Bengfort |
| 2015-05-08 21:47 | add more tests | Tobias Bengfort |
| 2015-05-08 20:28 | allow to specify per file filetype | Tobias Bengfort |
| 2015-05-08 19:54 | rm MultiDict doctest | Tobias Bengfort |
| 2015-05-08 19:52 | fix abook output encoding | Tobias Bengfort |
| 2015-05-08 19:46 | unicode literals from future | Tobias Bengfort |
| 2015-05-08 19:46 | Gardening | Tobias Bengfort |
| 2015-05-08 19:42 | implement own ldif parser | Tobias Bengfort |
| 2015-05-08 18:53 | Gardening | Tobias Bengfort |
| 2015-05-08 18:53 | add some documentation on person vs event | Tobias Bengfort |
| 2015-05-08 18:38 | implement BSDCal.load | Tobias Bengfort |
| 2015-05-08 17:48 | merge on intersection, not equality | Tobias Bengfort |
| 2015-05-08 17:40 | filter non-events in person2event | Tobias Bengfort |
| 2015-05-08 17:35 | implement event frequency | Tobias Bengfort |
| 2015-05-08 17:04 | event2person | Tobias Bengfort |
| 2015-05-08 17:04 | normalize field keys | Tobias Bengfort |
| 2015-05-08 15:32 | add yaml formatter | Tobias Bengfort |
| 2015-05-08 17:02 | Gardening | Tobias Bengfort |
| 2015-05-08 15:55 | typo | Tobias Bengfort |
| 2015-05-08 13:40 | no global error handling | Tobias Bengfort |
| 2015-05-08 13:38 | easier api to set value on multidict | Tobias Bengfort |
| 2015-05-08 13:21 | py3 compatibility | Tobias Bengfort |
| 2015-05-08 13:14 | strict encoding | Tobias Bengfort |
| 2015-05-08 12:06 | allow to dump all date types to JSON | Tobias Bengfort |
| 2015-05-08 13:15 | parse ical values | Tobias Bengfort |
| 2015-05-08 11:54 | switch from vobject to icalendar for ical support | Tobias Bengfort |
| 2015-05-08 11:51 | add pickle | Tobias Bengfort |
| 2015-05-08 08:27 | rm vcard support | Tobias Bengfort |
| 2015-04-12 20:34 | do not store TODOs in code | Tobias Bengfort |
| 2015-04-12 20:30 | py3 compatibility | Tobias Bengfort |
| 2015-04-11 08:19 | add extra requires to setup.py | Tobias Bengfort |
| 2015-04-11 08:09 | extend docstring | Tobias Bengfort |
| 2015-04-11 07:42 | add some tests | Tobias Bengfort |
| 2015-04-11 07:42 | add setup.py | Tobias Bengfort |
| 2015-04-11 07:35 | add some multidict doctests | Tobias Bengfort |
| 2015-04-11 07:35 | join: raise KeyError on missing default | Tobias Bengfort |
| 2015-04-11 07:20 | Gardening | Tobias Bengfort |
| 2015-04-11 07:04 | split functions to reduce complexity | Tobias Bengfort |
| 2015-04-11 06:51 | small fixes | Tobias Bengfort |
| 2015-04-11 06:49 | update TODOs | Tobias Bengfort |
| 2015-04-11 06:48 | MultiDict.join(): return default if key does not exist | Tobias Bengfort |
| 2015-04-11 06:46 | do ot crash if LDIF is not available | Tobias Bengfort |
| 2015-04-11 06:45 | merged() docstring | Tobias Bengfort |
| 2015-04-10 22:17 | py3 compatible StringIO import | Tobias Bengfort |
| 2015-04-10 22:16 | split main in functions | Tobias Bengfort |
| 2014-04-21 00:51 | mv available formats to separat function | Tobias Bengfort |
| 2014-04-21 00:49 | close infile before open outfile | Tobias Bengfort |
| 2014-04-21 00:49 | allow to merge entries by key | Tobias Bengfort |
| 2014-04-21 00:10 | concat multiple infiles | Tobias Bengfort |
| 2014-04-20 23:58 | add argparse metavars similar to pandoc | Tobias Bengfort |
| 2014-04-20 23:53 | allow to sort entries | Tobias Bengfort |
| 2014-04-20 23:51 | use ordereddict to preserve field order | Tobias Bengfort |
| 2014-04-20 23:29 | minimal Format docstring | Tobias Bengfort |
| 2014-04-20 23:29 | update TODO | Tobias Bengfort |
| 2014-04-20 23:17 | show only current year and recurring in bsdcal | Tobias Bengfort |
| 2014-04-20 23:14 | better error handling | Tobias Bengfort |
| 2014-04-20 22:53 | write down available ical/vcard fields | Tobias Bengfort |
| 2014-04-20 22:27 | better datetime conversion | Tobias Bengfort |
| 2014-04-20 21:45 | check for available fields in abook | Tobias Bengfort |
| 2014-04-20 21:44 | write down available fields | Tobias Bengfort |
| 2014-04-20 21:29 | use utf-8 by default | Tobias Bengfort |
| 2014-04-20 21:29 | fixup multidict | Tobias Bengfort |
| 2014-04-20 21:05 | fix abook multidict parsing | Tobias Bengfort |
| 2014-04-20 21:02 | improve error handling | Tobias Bengfort |
| 2014-04-20 20:34 | multidict | Tobias Bengfort |
| 2014-04-20 20:34 | use rawConfigParser to avoid interpolation issues | Tobias Bengfort |
| 2014-04-20 19:44 | rm pprint | Tobias Bengfort |
| 2014-04-20 19:44 | add logging | Tobias Bengfort |