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
*
Bump version.
0.1.7
Andi Albrecht
2013-04-06
2
-3
/
+3
*
Detect runaway indentations and go back to first column instead of going crazy.
Andi Albrecht
2013-04-06
2
-1
/
+10
*
Allow keywords in identifier lists (fixes #10).
Andi Albrecht
2013-04-06
2
-0
/
+3
*
Add order criterion to identifier in ORDER BY clause (fixes #89).
Andi Albrecht
2013-04-05
6
-3
/
+48
*
Sort list of contributors.
Andi Albrecht
2013-04-04
1
-1
/
+1
*
Fix highlighter language in documentation.
Andi Albrecht
2013-04-04
1
-1
/
+1
*
Add encoding parameter to top-level functions (fixes issue20).
Andi Albrecht
2013-04-04
7
-18
/
+49
*
Remove agogo excludes from MANIFEST.in
Andi Albrecht
2013-03-27
1
-2
/
+0
*
Fix internals of _group_left_right, avoid identifying keywords as aliased ide...
Andi Albrecht
2013-03-18
3
-3
/
+20
*
Add minimal changes to support Python 2.4.
Andi Albrecht
2013-02-28
4
-3
/
+7
*
Clean up Makefile a bit.
Andi Albrecht
2013-02-25
1
-3
/
+3
*
Add unit test for sqls containing binary data.
Andi Albrecht
2013-02-25
1
-0
/
+13
*
Add changelog.
Andi Albrecht
2013-02-25
2
-0
/
+3
*
Merge pull request #88 from nostrict/patch-1
Andi Albrecht
2013-02-25
1
-1
/
+4
|
\
|
*
Unicode-escape for binary data (sqlparse/lexer.py)
Alexey Malyshev
2013-02-25
1
-1
/
+4
|
/
*
Add Changelog entry.
Andi Albrecht
2013-02-22
2
-0
/
+4
*
Merge pull request #87 from pjdelport/bugfix/sqlformat-python3
Andi Albrecht
2013-02-22
2
-8
/
+16
|
\
|
*
Limit explicit UTF-8 encoding to Python < 3.
Piet Delport
2013-02-22
1
-2
/
+4
|
*
Compatibility: Avoid "print >>sys.stderr".
Piet Delport
2013-02-22
1
-2
/
+2
|
*
sqlformat: Fix except blocks to be Python 3 and 2.5 compatible.
Piet Delport
2013-02-22
1
-3
/
+6
|
*
Tests: Add a sanity check that bin/sqlformat parses.
Piet Delport
2013-02-22
1
-1
/
+4
|
/
*
Dynamically change bufsize to parse lenghty tokens faster (fixes #86).
Andi Albrecht
2013-02-13
2
-1
/
+15
*
Helper function to return a token at a specific offset.
Andi Albrecht
2013-01-27
1
-0
/
+9
*
Fix a regression where reindent filter failed when comments contained non-asc...
Andi Albrecht
2013-01-25
2
-2
/
+10
*
Remove x-bit from setup.py.
Andi Albrecht
2013-01-21
1
-0
/
+0
*
Bump version.
0.1.6
Andi Albrecht
2013-01-01
2
-3
/
+3
*
Require distribute only for Python 3.
Andi Albrecht
2013-01-01
1
-2
/
+9
*
Include pytest.ini and tox.ini in source dist.
Andi Albrecht
2013-01-01
1
-1
/
+3
*
Add Changelog entry.
Andi Albrecht
2013-01-01
1
-0
/
+1
*
Add note about testing to documentation.
Andi Albrecht
2013-01-01
1
-0
/
+14
*
Remove download url from setup (fixes issue84).
Andi Albrecht
2013-01-01
1
-5
/
+0
*
Doc updates.
Andi Albrecht
2013-01-01
3
-20
/
+17
*
Don't install tests as a package.
Andi Albrecht
2013-01-01
1
-1
/
+1
*
Fix typo.
Andi Albrecht
2013-01-01
1
-1
/
+1
*
Cleanup docs.
Andi Albrecht
2013-01-01
4
-11
/
+54
*
Add comment in README.
Andi Albrecht
2012-12-31
1
-0
/
+2
*
Add Changelog entry.
Andi Albrecht
2012-12-31
1
-0
/
+1
*
Convert the right test suite with 2to3.
Andi Albrecht
2012-12-31
1
-1
/
+1
*
Run tests for Python 3 in py3k directory.
Andi Albrecht
2012-12-31
1
-2
/
+1
*
Copy test files to extras on Travis.
Andi Albrecht
2012-12-31
1
-0
/
+1
*
now without slash...
Andi Albrecht
2012-12-31
1
-2
/
+2
*
Once more for travis...
Andi Albrecht
2012-12-31
1
-2
/
+4
*
Last try..
Andi Albrecht
2012-12-31
1
-3
/
+2
*
Coverage seems to cause troubles.
Andi Albrecht
2012-12-31
1
-2
/
+2
*
Add the test files too.
Andi Albrecht
2012-12-31
1
-0
/
+1
*
Looks like we need to change directories when testing.
Andi Albrecht
2012-12-31
1
-2
/
+6
*
Let's try how Travis likes this config.
Andi Albrecht
2012-12-31
1
-0
/
+2
*
Python 3 is now fully supported without any patches.
Andi Albrecht
2012-12-31
9
-228
/
+49
*
Use tox for (local) testing.
Andi Albrecht
2012-12-31
3
-2
/
+11
*
Add PyPy to travis configuration.
Andi Albrecht
2012-12-31
1
-1
/
+2
[next]