]> gitweb.michael.orlitzky.com - dead/htsn-import.git/history - src/TSN/Picklers.hs
Allow "TBA" laps in TSN.XML.AutoRacingSchedule.
[dead/htsn-import.git] / src / TSN / Picklers.hs
2015-03-30 Michael OrlitzkyAllow "TBA" laps in TSN.XML.AutoRacingSchedule. master
2015-02-23 Michael OrlitzkyAdd the 'xp_attr_option' pickler and use it to fix...
2014-09-24 Michael OrlitzkyMove around some whitespace to make doctest happy.
2014-09-24 Michael OrlitzkyFix the time_stamp_format and the timestamp pickler...
2014-07-25 Michael OrlitzkyUse UTC instead of EST to store the timestamps; they... 0.0.9
2014-07-25 Michael OrlitzkyAdd a new pickler for Double values that have no leadin...
2014-07-23 Michael OrlitzkyAdd/rework picklers tests, and use the new picklers...
2014-07-23 Michael OrlitzkyAdd a pickler for the weirdo EarlyLine date format.
2014-07-23 Michael OrlitzkyAdd more tests for existing picklers.
2014-07-22 Michael OrlitzkyAdd tests for existing picklers.
2014-07-22 Michael OrlitzkyBegin to add xp_ambiguous_time, still needs doctests.
2014-06-27 Michael OrlitzkyRename xp_racedate to xp_datetime.
2014-06-15 Michael OrlitzkyFix a bug in the earnings pickler and mangle the sample...
2014-06-15 Michael OrlitzkyAdd some docs for AutoRacingResults, and fix others.
2014-06-13 Michael OrlitzkyUnpickle Nothing as "TBA" in xp_tba_time.
2014-06-13 Michael OrlitzkyAdd the format_commas function and use it to implement...
2014-06-12 Michael OrlitzkyAdd an (un)pickler for the AutoRacingResults earnings...
2014-06-12 Michael OrlitzkyAdd a pickler for AutoRacingResults <RaceDate> elements.
2014-06-01 Michael OrlitzkyMove some things from TSN.Picklers into TSN.Parse.
2014-05-29 Michael OrlitzkyRemove leading/trailing space from the time_stamp forma...
2014-01-23 Michael OrlitzkyAdd a new (un)pickler for the auto racing schedule...
2014-01-20 Michael OrlitzkyAdd a pickler for the <time_stamp> elements.
2014-01-16 Michael OrlitzkyFix hlint suggestion.
2014-01-16 Michael OrlitzkyAdd a pickler for the forecast gamedate attribute.
2014-01-15 Michael OrlitzkyDon't bother with the three-character limit on team_id...
2014-01-14 Michael OrlitzkyUpdate (or add) a bunch of documentation.
2014-01-13 Michael OrlitzkyRemove unused imports.
2014-01-13 Michael OrlitzkyFix pickle/unpickle of non-interger team_ids and add...
2014-01-13 Michael OrlitzkyUpdate documentation.
2014-01-02 Michael OrlitzkyRemove the XmlPickler instance for Bool.
2013-12-30 Michael OrlitzkyAdd a special pickler for the wacky team_ids.
2013-12-27 Michael OrlitzkyComment out the DTD in Injuries_Detail_XML.xml.