0
I Use This!
Low Activity

Commits : Listings

Analyzed about 11 hours ago. based on code collected 2 days ago.
Jun 23, 2025 — Jun 23, 2026
Commit Message Contributor Files Modified Lines Added Lines Removed Code Location Date
Conditional hotshot import. More... about 17 years ago
TODO cleanup (mainly to trigger buildbot). More... about 17 years ago
README cleanup. More... about 17 years ago
TODO item added. More... about 17 years ago
Updated trove classifier. More... about 17 years ago
Replaced bitbucket links with links to Google Code. More... about 17 years ago
Grouping of function/procedure calls. More... about 17 years ago
Added error templates. More... about 17 years ago
Fixed grouping of semicolons within assignments. More... about 17 years ago
Make sure that operators in comparsions are not handled too lazy. More... about 17 years ago
Prepared test case, will be finished soon ;-) More... about 17 years ago
Added 404.html and 500.html More... about 17 years ago
Added tag 0.1.1 for changeset 294617d5c431 More... about 17 years ago
Updated version number. More... about 17 years ago
Added link to known issues. More... about 17 years ago
README cleanup. More... about 17 years ago
Correction in CHANGES. More... about 17 years ago
Exclude pyc files from source dist. More... about 17 years ago
* Python and PHP output filter now add a trailing whitespace. * More test coverage. More... about 17 years ago
Code cleanup and test coverage. More... about 17 years ago
Removed backup copy of grouping module. More... about 17 years ago
Removed obsolete dialects module. More... about 17 years ago
Removed logging stuff that was only needed for debugging on AppEngine. More... about 17 years ago
Do the type check once in Token.match. More... about 17 years ago
* Added profile option to run_tests.py. * Use sets in Token.match. More... about 17 years ago
Updated README. More... about 17 years ago
Added Token.flatten() that just yields self to unify behavior of TokenList and Token. More... about 17 years ago
* Added missing SET keyword. * IdentifierList.get_identifiers() now returns not only Identifier instances. More... about 17 years ago
Improved check for duplicated newlines (targets issue3). More... about 17 years ago
Added unittest for issue3. More... about 17 years ago