summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* Fix an issue with trailing whitespaces (reported by Kris).Andi Albrecht2010-02-183-2/+11
* Add *.pyc to ignores.Andi Albrecht2010-02-181-0/+1
* Use custom render_to_response function to avoid loading django.shortcuts with...Andi Albrecht2010-01-171-1/+11
* Fix test case for CASE reindent.Andreas Albrecht2010-01-111-3/+4
* Add TODO item.Andreas Albrecht2010-01-111-0/+1
* Fix return code when running unittests.Andreas Albrecht2010-01-111-2/+7
* Improved case detection for CASE structures without WHEN in first case.Andreas Albrecht2009-10-221-2/+8
* Add a Todo item.Andi Albrecht2009-09-181-2/+2
* Merged.Andi Albrecht2009-09-126-4/+36
|\
| * Some HTML cleanup.Andi Albrecht2009-09-056-4/+36
* | Prevent WHERE grouper from consuming closing parenthesis (fixes issue9, repor...Andi Albrecht2009-09-125-2/+31
|/
* Don't allow 0 for reindent.Andi Albrecht2009-09-051-1/+1
* Fix automated py3k build.Andi Albrecht2009-09-022-3/+3
* Fix Makefile for App Engine application.Andi Albrecht2009-09-021-5/+2
* Use utf-8 instead of latin-1 as default encoding.Andi Albrecht2009-09-021-2/+2
* Remove duplicated keywords.Andi Albrecht2009-08-271-26/+0
* Get rid of local Django copy.Andi Albrecht2009-07-175-68/+6
* Improve detection of identifier aliases (fixes issue8).Andi Albrecht2009-07-133-1/+14
* Keep function arguments together:Andi Albrecht2009-07-121-1/+1
* Query token ancestry.Andi Albrecht2009-07-122-0/+50
* Add parent relationships.Andi Albrecht2009-07-121-1/+5
* Add formatting test case for complex identifier lists.Andi Albrecht2009-07-121-0/+10
* Detect functions if they are used as identifiers.Andi Albrecht2009-07-122-10/+28
* Distinguish between operators that are part of a comparsion and others.Andi Albrecht2009-07-124-5/+10
* Fix incorrect detection of keyword fragments in names (fixes issue7, reported...Andi Albrecht2009-06-243-3/+32
* 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