entry: Add Entry.process() and .get*()
[pycalendar.git] / pycalendar / feed.py
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