0
I Use This!
Moderate Activity

Commits : Listings

Analyzed about 12 hours ago. based on code collected about 12 hours ago.
Jan 20, 2025 — Jan 20, 2026
Commit Message Contributor Files Modified Lines Added Lines Removed Code Location Date
Added error templates. More... over 16 years ago
Fixed grouping of semicolons within assignments. More... over 16 years ago
Make sure that operators in comparsions are not handled too lazy. More... over 16 years ago
Prepared test case, will be finished soon ;-) More... over 16 years ago
Added 404.html and 500.html More... over 16 years ago
Added tag 0.1.1 for changeset 294617d5c431 More... over 16 years ago
Updated version number. More... over 16 years ago
Added link to known issues. More... over 16 years ago
README cleanup. More... over 16 years ago
Correction in CHANGES. More... over 16 years ago
Exclude pyc files from source dist. More... over 16 years ago
* Python and PHP output filter now add a trailing whitespace. * More test coverage. More... over 16 years ago
Code cleanup and test coverage. More... over 16 years ago
Removed backup copy of grouping module. More... over 16 years ago
Removed obsolete dialects module. More... over 16 years ago
Removed logging stuff that was only needed for debugging on AppEngine. More... over 16 years ago
Do the type check once in Token.match. More... over 16 years ago
* Added profile option to run_tests.py. * Use sets in Token.match. More... over 16 years ago
Updated README. More... over 16 years ago
Added Token.flatten() that just yields self to unify behavior of TokenList and Token. More... over 16 years ago
* Added missing SET keyword. * IdentifierList.get_identifiers() now returns not only Identifier instances. More... over 16 years ago
Improved check for duplicated newlines (targets issue3). More... over 16 years ago
Added unittest for issue3. More... over 16 years ago
Avoid duplicate linebreaks when reformatting (targets issue3). More... over 16 years ago
Improved parsing of identifier lists (targets issue2). More... over 16 years ago
Added ChangLog entry. More... over 16 years ago
Added unittest for issue1 (linebreaks). More... over 16 years ago
Updated ChangeLog. More... over 16 years ago
Basic support for T-SQL variables prefixed with @. More... over 16 years ago
Added mail hook to track exceptions on App Engine application. More... over 16 years ago