1
I Use This!
Inactive

Commits : Listings

Analyzed 1 day ago. based on code collected 1 day ago.
Jul 29, 2025 — Jul 29, 2026
Commit Message Contributor Files Modified Lines Added Lines Removed Code Location Date
Change 'requires' to 'install_requires' in setup.py. Fixes #1 More... about 12 years ago
Separated version into a file by itself to avoid dependency issues when running setup.py More... over 15 years ago
AccessLogParser now separates request into method, path, and httpver More... over 15 years ago
Fixed example in README More... over 15 years ago
Cleaned up aggregate functions. They now convert values as necessary. More... about 16 years ago
Fixed word usage in a comment More... about 16 years ago
Added a pickle parser. Only supports lists of dictionaries, and it's inefficient since Python doesn't have a streaming pickle reader as standard. More... about 16 years ago
AccessLogParser now sets bytes to 0 if it's not a valid int More... over 16 years ago
Renamed nginx parser to access_log, and changed the regex to match the standard common log format. More... over 16 years ago
Added "pyparsing" to requirements in setup.py More... over 16 years ago
Version now 0.2.1 (yeah, the versions are a bit arbitrary at the moment) More... over 16 years ago
Updated examples in README to match new api More... over 16 years ago
Added regex ops to where clause (~ ~* !~ !~* = case sensitive, case insensitive, not matched case sensitive, not matched case insensitive) More... over 16 years ago
Fixed subqueries More... over 16 years ago
support sql like syntax (cherry picked from commit 9dd766f30eb056bf91e8ff7b7cbe0b494f437ca6) More... over 16 years ago
Pushed out version 0.2.0 More... over 16 years ago
Renamed column_names to columns More... over 16 years ago
Added support for * in select. More... over 16 years ago
Incremented version to 0.1.0 More... over 16 years ago
Added a CSV parser More... over 16 years ago
Now that the 'squawk' command is installed with setup.py.. updated the README to reflact that More... over 16 years ago
Started abstracting the parsers More... over 16 years ago
Added installable command "squawk" More... over 16 years ago
Added multiple column support to GROUP BY More... over 16 years ago
Cleaning up and documenting some classes and methods More... over 16 years ago
Added requirements to README (Python2.5 or later & pyparsing) More... over 16 years ago
Cleaned up examples for readability in README. Split long lines. More... over 16 years ago
Added mention of License (BSD) to README More... over 16 years ago
Copy fail.. fixed the LICENSE More... over 16 years ago
Small change to TODO More... over 16 years ago