index
:
delta/python-packages/sqlparse.git
filters_sql
issue_66
issue_73
master
milestone_0.1.5
milestone_0.2.0
rb-parse-create-table
typo
v0.2.0
github.com: andialbrecht/sqlparse.git
summary
refs
log
tree
commit
diff
log msg
author
committer
range
Commit message (
Expand
)
Author
Age
Files
Lines
*
Fix an issue with trailing whitespaces (reported by Kris).
Andi Albrecht
2010-02-18
3
-2
/
+11
*
Add *.pyc to ignores.
Andi Albrecht
2010-02-18
1
-0
/
+1
*
Use custom render_to_response function to avoid loading django.shortcuts with...
Andi Albrecht
2010-01-17
1
-1
/
+11
*
Fix test case for CASE reindent.
Andreas Albrecht
2010-01-11
1
-3
/
+4
*
Add TODO item.
Andreas Albrecht
2010-01-11
1
-0
/
+1
*
Fix return code when running unittests.
Andreas Albrecht
2010-01-11
1
-2
/
+7
*
Improved case detection for CASE structures without WHEN in first case.
Andreas Albrecht
2009-10-22
1
-2
/
+8
*
Add a Todo item.
Andi Albrecht
2009-09-18
1
-2
/
+2
*
Merged.
Andi Albrecht
2009-09-12
6
-4
/
+36
|
\
|
*
Some HTML cleanup.
Andi Albrecht
2009-09-05
6
-4
/
+36
*
|
Prevent WHERE grouper from consuming closing parenthesis (fixes issue9, repor...
Andi Albrecht
2009-09-12
5
-2
/
+31
|
/
*
Don't allow 0 for reindent.
Andi Albrecht
2009-09-05
1
-1
/
+1
*
Fix automated py3k build.
Andi Albrecht
2009-09-02
2
-3
/
+3
*
Fix Makefile for App Engine application.
Andi Albrecht
2009-09-02
1
-5
/
+2
*
Use utf-8 instead of latin-1 as default encoding.
Andi Albrecht
2009-09-02
1
-2
/
+2
*
Remove duplicated keywords.
Andi Albrecht
2009-08-27
1
-26
/
+0
*
Get rid of local Django copy.
Andi Albrecht
2009-07-17
5
-68
/
+6
*
Improve detection of identifier aliases (fixes issue8).
Andi Albrecht
2009-07-13
3
-1
/
+14
*
Keep function arguments together:
Andi Albrecht
2009-07-12
1
-1
/
+1
*
Query token ancestry.
Andi Albrecht
2009-07-12
2
-0
/
+50
*
Add parent relationships.
Andi Albrecht
2009-07-12
1
-1
/
+5
*
Add formatting test case for complex identifier lists.
Andi Albrecht
2009-07-12
1
-0
/
+10
*
Detect functions if they are used as identifiers.
Andi Albrecht
2009-07-12
2
-10
/
+28
*
Distinguish between operators that are part of a comparsion and others.
Andi Albrecht
2009-07-12
4
-5
/
+10
*
Fix incorrect detection of keyword fragments in names (fixes issue7, reported...
Andi Albrecht
2009-06-24
3
-3
/
+32
*
Only add full path to test module if it isn't already in sys.path.
Andi Albrecht
2009-06-21
1
-1
/
+3
*
pep8'ified the code a bit.
Andi Albrecht
2009-06-11
6
-38
/
+11
*
Cleaned up some unused imports.
Andi Albrecht
2009-06-11
4
-18
/
+5
*
Removed types import.
Andi Albrecht
2009-06-11
1
-2
/
+1
*
Minor performance improvement when matching token types.
Andi Albrecht
2009-06-11
1
-1
/
+1
*
Cleanup in token.py
Andi Albrecht
2009-06-11
1
-44
/
+1
*
Conditional hotshot import.
Andi Albrecht
2009-06-08
1
-1
/
+1
*
TODO cleanup (mainly to trigger buildbot).
Andi Albrecht
2009-06-07
1
-1
/
+1
*
README cleanup.
Andi Albrecht
2009-06-07
1
-1
/
+1
*
TODO item added.
Andi Albrecht
2009-06-07
1
-1
/
+2
*
Updated trove classifier.
Andi Albrecht
2009-06-07
1
-1
/
+1
*
Replaced bitbucket links with links to Google Code.
Andi Albrecht
2009-05-29
3
-10
/
+7
*
Grouping of function/procedure calls.
Andi Albrecht
2009-05-27
3
-1
/
+39
*
Added error templates.
Andi Albrecht
2009-05-14
2
-0
/
+31
*
Fixed grouping of semicolons within assignments.
Andi Albrecht
2009-05-14
2
-9
/
+15
*
Make sure that operators in comparsions are not handled too lazy.
Andi Albrecht
2009-05-14
2
-3
/
+18
*
Prepared test case, will be finished soon ;-)
Andi Albrecht
2009-05-11
1
-0
/
+8
*
Added 404.html and 500.html
Andi Albrecht
2009-05-06
1
-0
/
+1
*
Added tag 0.1.1 for changeset 294617d5c431
Andi Albrecht
2009-05-06
1
-0
/
+1
*
Updated version number.
0.1.1
Andi Albrecht
2009-05-06
3
-10
/
+24
*
Added link to known issues.
Andi Albrecht
2009-05-06
1
-1
/
+2
*
README cleanup.
Andi Albrecht
2009-05-06
1
-7
/
+9
*
Correction in CHANGES.
Andi Albrecht
2009-05-06
1
-1
/
+1
*
Exclude pyc files from source dist.
Andi Albrecht
2009-05-06
1
-1
/
+1
*
* Python and PHP output filter now add a trailing whitespace.
Andi Albrecht
2009-05-06
5
-9
/
+59
[next]