Run update-copyright.py
[pycalendar.git] / pycalendar / feed.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 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: Adjust entry parsing to handle nested entries...
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 Kingfeed: Use splitlines() instead of split('\r\n') in...
2013-06-30 W. Trevor Kingfeed: Turn Feed into a set of entries
2013-06-30 W. Trevor Kingfeed: Only fetch if we haven't already (or if we're...
2013-06-30 W. Trevor Kingfeed: Implement feed.fetch()
2013-06-30 W. Trevor Kingtest/data/geohash.ics: Pull out geohashing example...
2013-06-30 W. Trevor Kingfeed: Stub out the Feed class