Run update-copyright.py
[pycalendar.git] / pycalendar / entry.py
2013-07-02 W. Trevor KingMajor restructuring to get automatic decoding/encoding
2013-07-01 W. Trevor KingRemove - and : from example DTSTAMPs
2013-06-30 W. Trevor Kingentry: Add parameter parsing to lines
2013-06-30 W. Trevor Kingentry: Add Feed.get_geo for parsing the GEO field
2013-06-30 W. Trevor Kingentry: Add a docstring to Feed.get_text
2013-06-30 W. Trevor KingRun update-copyright.py
2013-06-30 W. Trevor Kingtest/data/geohash.ics: Separate lat/lon with a semicolon
2013-06-30 W. Trevor Kingentry: Die unless we're parsing a version 2.0 iCalendar
2013-06-30 W. Trevor Kingentry: Adjust entry parsing to handle nested entries...
2013-06-30 W. Trevor Kingentry: Hash entries by their UID (when possible)
2013-06-30 W. Trevor Kingentry: Make Entry a subclass of dict
2013-06-30 W. Trevor Kingentry: Add Entry.process() and .get*()
2013-06-30 W. Trevor Kingentry: Add an initial Entry implementation