summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
...
* Only add full path to test module if it isn't already in sys.path.Andi Albrecht2009-06-211-1/+3
* pep8'ified the code a bit.Andi Albrecht2009-06-116-38/+11
* Cleaned up some unused imports.Andi Albrecht2009-06-114-18/+5
* Removed types import.Andi Albrecht2009-06-111-2/+1
* Minor performance improvement when matching token types.Andi Albrecht2009-06-111-1/+1
* Cleanup in token.pyAndi Albrecht2009-06-111-44/+1
* Conditional hotshot import.Andi Albrecht2009-06-081-1/+1
* TODO cleanup (mainly to trigger buildbot).Andi Albrecht2009-06-071-1/+1
* README cleanup.Andi Albrecht2009-06-071-1/+1
* TODO item added.Andi Albrecht2009-06-071-1/+2
* Updated trove classifier.Andi Albrecht2009-06-071-1/+1
* Replaced bitbucket links with links to Google Code.Andi Albrecht2009-05-293-10/+7
* Grouping of function/procedure calls.Andi Albrecht2009-05-273-1/+39
* Added error templates.Andi Albrecht2009-05-142-0/+31
* Fixed grouping of semicolons within assignments.Andi Albrecht2009-05-142-9/+15
* Make sure that operators in comparsions are not handled too lazy.Andi Albrecht2009-05-142-3/+18
* Prepared test case, will be finished soon ;-)Andi Albrecht2009-05-111-0/+8
* Added 404.html and 500.htmlAndi Albrecht2009-05-061-0/+1
* Added tag 0.1.1 for changeset 294617d5c431Andi Albrecht2009-05-061-0/+1
* Updated version number.0.1.1Andi Albrecht2009-05-063-10/+24
* Added link to known issues.Andi Albrecht2009-05-061-1/+2
* README cleanup.Andi Albrecht2009-05-061-7/+9
* Correction in CHANGES.Andi Albrecht2009-05-061-1/+1
* Exclude pyc files from source dist.Andi Albrecht2009-05-061-1/+1
* * Python and PHP output filter now add a trailing whitespace.Andi Albrecht2009-05-065-9/+59
* Code cleanup and test coverage.Andi Albrecht2009-05-068-51/+77
* Removed backup copy of grouping module.Andi Albrecht2009-05-061-499/+0
* Removed obsolete dialects module.Andi Albrecht2009-05-061-88/+0
* Removed logging stuff that was only needed for debugging on AppEngine.Andi Albrecht2009-05-063-9/+0
* Do the type check once in Token.match.Andi Albrecht2009-05-061-4/+3
* * Added profile option to run_tests.py.Andi Albrecht2009-05-062-9/+23
* Updated README.Andi Albrecht2009-05-051-2/+4
* Added Token.flatten() that just yields self to unify behavior of TokenList an...Andi Albrecht2009-05-051-0/+4
* * Added missing SET keyword.Andi Albrecht2009-05-055-2/+7
* Improved check for duplicated newlines (targets issue3).Andi Albrecht2009-05-052-2/+10
* Added unittest for issue3.Andi Albrecht2009-05-051-2/+15
* Avoid duplicate linebreaks when reformatting (targets issue3).Andi Albrecht2009-05-031-2/+6
* Improved parsing of identifier lists (targets issue2).Andi Albrecht2009-05-035-25/+61
* Added ChangLog entry.Andi Albrecht2009-05-031-0/+1
* Added unittest for issue1 (linebreaks).Andi Albrecht2009-05-031-0/+14
* Updated ChangeLog.Andi Albrecht2009-05-031-1/+3
* Basic support for T-SQL variables prefixed with @.Andi Albrecht2009-04-301-0/+1
* Added mail hook to track exceptions on App Engine application.Andi Albrecht2009-04-302-2/+21
* Initial approach to provide an experimental Py3K version.Andi Albrecht2009-04-304-1/+77
* Return an empty string iff a token's value is None.Andi Albrecht2009-04-301-1/+1
* Turn relative import in tests module to absolute imports.Andi Albrecht2009-04-302-2/+2
* Corrected remote API URL ;-)Andi Albrecht2009-04-301-1/+0
* * Provide better error message when example client fails.Andi Albrecht2009-04-302-2/+16
* Recognize backticks quoting identifiers.Andi Albrecht2009-04-293-2/+16
* Typo fixed.Andi Albrecht2009-04-271-1/+1