0
I Use This!
Very Low Activity

Commits : Listings

Analyzed about 7 hours ago. based on code collected about 7 hours ago.
Sep 15, 2024 — Sep 15, 2025
Commit Message Contributor Files Modified Lines Added Lines Removed Code Location Date
some bills have no actions, prevent an IndexError More... over 12 years ago
Remove title field, fix bug in purpose/description detection More... over 12 years ago
Centralize amendment introduction date on one field, ditch offered_at and submitted_at fields (keep proposed_at field, optional for Senate amendments) More... over 12 years ago
Scrape amendment "house_number" so it corresponds with House roll call vote XML More... over 12 years ago
bill_versions: store and cache MDOS files in the same place where the fdsys task does (../text-versions/xx/mods.xml); see issue #72 More... over 12 years ago
Merge branch 'master' of github.com:unitedstates/congress More... over 12 years ago
Refactored 'amended' detection entirely, to better support finding amendments, bills, and treaties - with specific URL detection and allowing the amendment to be listed first or second More... over 12 years ago
statutes: multiple bills may be listed for a statute, but only one should have a priority attribute set to 'primary', and add a --textversions flag so we can write out only text-related files so we don't clobber THOMAS-scraped bill status for 93rd-102nd Congresses (where we have status but not text) More... over 12 years ago
statutes: some code reorganization for clarity More... over 12 years ago
More specific targeting of orphaned amendments More... over 12 years ago
Merge branch 'master' of github.com:unitedstates/congress More... over 12 years ago
when amendment purpose says "Purpose will be available..." don't skip the amendment entirely but instead write null for that field More... over 12 years ago
amendment GovTrack-style XML: dont repeat the 'purpose' as both the 'description' and 'purpose' More... over 12 years ago
ignore todo stuff More... over 12 years ago
Another edge case reference parsing bug More... over 12 years ago
whitespace More... over 12 years ago
Handle orphaned amendment More... over 12 years ago
Fixed longstanding bug at only showing the most recent stack trace for other errors More... over 12 years ago
Allow for fetching senate unprinted amendments More... over 12 years ago
Rename amends to amends_amendment, remove document_type, add bill_id and amendment_id fields More... over 12 years ago
Lose the A on house amendment numbers and store as an integer, store regular number as an integer More... over 12 years ago
Some slight rearrangements and comments, made a lack of house number a choke-able offense More... over 12 years ago
mild aesthetic stuff, whitespace More... over 12 years ago
committee meetings parser More... over 12 years ago
Set a custom user agent for the project More... over 12 years ago
fixed bad option to download More... over 12 years ago
Avoids unplanned error if no GPO url found for text More... over 12 years ago
Added --formats flag to bills for fetching complete text from GPO in pdf and/or html format More... over 12 years ago
if there's an error parsing a FDSys sitemap, indicate the URL in the exception More... over 12 years ago
replace erroneous non-space whitespace in bill titles with spaces More... over 12 years ago