pycalendar.git
2013-07-03 W. Trevor KingRun update-copyright.py master
2013-07-03 W. Trevor KingREADME: Point to icalendar and other pre-existing libraries
2013-07-02 W. Trevor KingREADME.rst: Add a symlink for GitHub rendering
2013-07-02 W. Trevor KingREADME: Use a standard link instead of :RFC:`...`
2013-07-02 W. Trevor KingMajor restructuring to get automatic decoding/encoding
2013-07-02 W. Trevor KingMANIFEST.in: Add AUTHORS to the manifest
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/aggregate.py: Add a Map class for persistent streams
2013-06-30 W. Trevor Kingtest/aggregate.py: Add an example aggregation script
2013-06-30 W. Trevor Kingtest/data/bootcamps: Add a whole bunch of SWC boot...
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 KingREADME: Add installation and testing advice
2013-06-30 W. Trevor KingREADME: Flesh out the description with links to other...
2013-06-30 W. Trevor KingMANIFEST.in: Add a basic manifest
2013-06-30 W. Trevor Kingsetup.py: Add a boilerplate setup.py
2013-06-30 W. Trevor King.gitignore: Add the usual suspects
2013-06-30 W. Trevor King.update-copyright.conf: Add copyright configuration
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 Kingaggregator: Escape VERSION and PRODID
2013-06-30 W. Trevor Kingtext: Add escape() and unescape() for RFC 5545 compliance
2013-06-30 W. Trevor Kingaggregator: Add processors field for post-fetch process...
2013-06-30 W. Trevor Kingfeed: Turn Feed into a set of entries
2013-06-30 W. Trevor Kingentry: Add an initial Entry implementation
2013-06-30 W. Trevor Kingfeed: Only fetch if we haven't already (or if we're...
2013-06-30 W. Trevor Kingaggregator: Add an initial Aggregator implementation
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
2013-06-30 W. Trevor KingBegin versioning under the GPLv3