Commit Graph

21 Commits

Author SHA1 Message Date
GovTrack.us
1ad6eb72e5 merge... uhm this was a complicated one, hopefully not breaking anything 2012-11-24 08:44:47 -05:00
Eric Mill
544afd79ff Moved committee mapping fetching to a utils method with a globally cached map, to remove it from the method signatures of the main process. Also added a (version controlled) cache dir in the test/fixtures folder so that tests don't hit the network 2012-11-15 19:09:49 -05:00
GovTrack.us
3c847d3f19 swtich to using python logging module 2012-11-11 18:22:49 -05:00
GovTrack.us
5b6b6b1631 in the log util function, also treat unicode strings as plain strings to be printed 2012-10-31 18:04:12 -04:00
Eric Mill
b974ebcfc8 typo in comment 2012-10-01 17:30:15 -04:00
Eric Mill
22e59e2fad Incorporate control character removal into the unescape process of text, and bake that into the download/caching process 2012-09-08 16:54:59 -04:00
Eric Mill
030526bcea Remove unicode control chars from titles 2012-09-08 16:47:00 -04:00
Eric Mill
d6b4bc8e63 Fix date serialization for actions 2012-09-08 16:26:20 -04:00
Joshua Tauberer
b029e8c295 remove unused import (iso8601) 2012-09-08 14:12:42 -04:00
Eric Mill
387050ddf2 Some better error checking, and a fix for occasional 0-byte file downloads 2012-09-07 19:12:05 -04:00
Eric Mill
524c4d9fa5 Add a from_name attribute, and differentiate the subject line by time 2012-09-07 18:46:33 -04:00
Eric Mill
3137053e24 Made cache and data dirs configurable, made it so config.yml is read in only once 2012-09-07 14:44:59 -04:00
Eric Mill
724bf2c30f Swallowing errors around the admin logging function, don't want to end up in a loop 2012-09-07 14:30:00 -04:00
Eric Mill
f10e4f5daa Added basic email capabilities and a config file, with generic error catching 2012-09-07 14:21:13 -04:00
Eric Mill
8acc065d6b Using scrapelib to simplify code, build in rate limiting, and to handle timeouts and retries more sanely 2012-09-07 11:49:23 -04:00
Eric Mill
45af6f220a Serialize date-only dates as dates only 2012-09-06 13:29:23 -04:00
Eric Mill
8bb440b640 Added another timeout condition (dns error, I think) 2012-09-04 20:07:02 -04:00
Derek Willis
acefc162e1 switched 'session' to 'congress' 2012-09-04 14:21:06 -04:00
Eric Mill
a5778910ed Extract other bills mentioned in action lines 2012-09-03 23:14:48 -04:00
Eric Mill
d0be14d796 Some basic timeline flag determination code, and a simple unit test on PPACA 2012-09-03 22:21:50 -04:00
Eric Mill
b183892525 Moved files around 2012-09-01 11:08:12 -04:00