0
I Use This!
Very Low Activity

Commits : Listings

Analyzed about 16 hours ago. based on code collected about 16 hours ago.
Sep 15, 2024 — Sep 15, 2025
Commit Message Contributor Files Modified Lines Added Lines Removed Code Location Date
amendments: XML output, parse actions, current status More... over 12 years ago
make the --fast logic work with amendments too (broken since 4865ce2ad5704dfacf6977995becdd5eb15e8253) More... over 12 years ago
for --fast, move the part that writes the cache to be after the bill is successfully parsed More... over 12 years ago
Drastically simplified fast-caching process for bills, by handling all cache detection in the bill pagination process. This allows for the possibility that we could overlook a change if the script aborted between caching the new state and completing the bill fetching/output process. More... over 12 years ago
Using utils function to write bill state cache More... over 12 years ago
Chopped unused option More... over 12 years ago
add a --fast option for scraping votes which only downloads new votes or votes taken in the last three days More... over 12 years ago
add a --fast option for parsing bills using Derek's original idea of detecting many (but not all) changes to bills by looking at the search result listing content More... over 12 years ago
support Python < 2.7 by removing the dict-creation syntax { a:b ... } More... over 12 years ago
parsing amendments (hopefully) More... over 12 years ago
change some print statements to logging.warn and use a special Exception class when a GovTrack ID lookup fails More... over 12 years ago
partial revert of 4cbf3bc2fec429eda2b8b74b526cab933e4abcc3 which added a check if a vote file is changed (module updated_at) before saving it, but this logic is better handled by my GovTrack import scripts rather than here More... over 12 years ago
1) fix how congress-legislators repo is updated; 2) in the votes parser change the meaning of --force and add new option --fetch More... over 12 years ago
Update current_congress function to consider the first 2.5 days of the year as the last year More... over 12 years ago
revised vote IDs to use canonical session years (e.g. 2012) rather than session ordinals (e.g. 1, 2) More... over 12 years ago
fix parse issue on summaries when there is a 'There are X other summaries' link. More... over 12 years ago
documented roll call votes parser in the README More... over 12 years ago
--congress flag was broken More... over 12 years ago
correct daylight saving timezone handling so that the UTC offset in all serialized dates is correct with respect to whether DST was in effect at the time (and does not change anything else) More... over 12 years ago
refactoring mistake More... over 12 years ago
make vote XML output closer to GovTrack More... over 12 years ago
replace the submodule with scripted clone/pull, which makes it easier to always be at the latest upstream commit and lets us control the clone depth More... over 12 years ago
document the current submodule situation More... over 12 years ago
more on vote parsing More... over 12 years ago
starting a roll call votes parser, including some refactoring of existing code so it can be reused More... over 12 years ago
Merge branch 'master' of github.com:unitedstates/congress More... almost 13 years ago
tone down action/committee indentation warnings to info - they can't be solved by us, we must only cope. We could potentially store extra metadata in those actions so that users of the data would know this post-parse. More... almost 13 years ago
update of TODOs More... almost 13 years ago
Switched the skip notice to a warning (it is not an error, bills reserved for the speaker will be properly skipped) More... almost 13 years ago
Simplified format further - is the timestamp/level helpful in our context? If others think this is helpful, we could also make a --verbose flag to turn on more verbose logging More... almost 13 years ago