Run update-copyright.py
[pycalendar.git] / pycalendar / entry.py
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