summaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAgeFilesLines
...
| * Fixed lack of a new line before function in test_format.py.Yago Riveiro2013-04-261-0/+1
| |
| * Added test to STRAIGHT_JOIN token.Yago Riveiro2013-04-261-1/+5
| |
| * Added STRAIGHT_JOIN token.Yago Riveiro2013-04-253-2/+3
|/
* Allow NULL keyword in assignments (fixes #90).Andi Albrecht2013-04-204-2/+39
|
* Add Python 3.3 to tox configuration.Andi Albrecht2013-04-201-1/+10
|
* Bump version again.Andi Albrecht2013-04-062-1/+7
|
* Bump version.0.1.7Andi Albrecht2013-04-062-3/+3
|
* Detect runaway indentations and go back to first column instead of going crazy.Andi Albrecht2013-04-062-1/+10
| | | | | Even though the resulting statement is not correctly formatted, it's much more usable than before.
* Allow keywords in identifier lists (fixes #10).Andi Albrecht2013-04-062-0/+3
|
* Add order criterion to identifier in ORDER BY clause (fixes #89).Andi Albrecht2013-04-056-3/+48
|
* Sort list of contributors.Andi Albrecht2013-04-041-1/+1
|
* Fix highlighter language in documentation.Andi Albrecht2013-04-041-1/+1
|
* Add encoding parameter to top-level functions (fixes issue20).Andi Albrecht2013-04-047-18/+49
|
* Remove agogo excludes from MANIFEST.inAndi Albrecht2013-03-271-2/+0
|
* Fix internals of _group_left_right, avoid identifying keywords as aliased ↵Andi Albrecht2013-03-183-3/+20
| | | | identifiers.
* Add minimal changes to support Python 2.4.Andi Albrecht2013-02-284-3/+7
| | | | | Fair warning: Support for Python 2.4 may be dropped at any time. But as long as the changes are that minimal and have no significant side-effects we can keep up the compatibility.
* Clean up Makefile a bit.Andi Albrecht2013-02-251-3/+3
|
* Add unit test for sqls containing binary data.Andi Albrecht2013-02-251-0/+13
|
* Add changelog.Andi Albrecht2013-02-252-0/+3
|
* Merge pull request #88 from nostrict/patch-1Andi Albrecht2013-02-251-1/+4
|\ | | | | Unicode-escape for binary data (sqlparse/lexer.py)
| * Unicode-escape for binary data (sqlparse/lexer.py)Alexey Malyshev2013-02-251-1/+4
|/ | | fix "UnicodeDecodeError: 'utf8' codec can't decode byte 0xfd in position 71: invalid start byte" when query contains binary data
* Add Changelog entry.Andi Albrecht2013-02-222-0/+4
|
* Merge pull request #87 from pjdelport/bugfix/sqlformat-python3Andi Albrecht2013-02-222-8/+16
|\ | | | | Fix sqlformat script to be Python 3 compatible.
| * Limit explicit UTF-8 encoding to Python < 3.Piet Delport2013-02-221-2/+4
| |
| * Compatibility: Avoid "print >>sys.stderr".Piet Delport2013-02-221-2/+2
| |
| * sqlformat: Fix except blocks to be Python 3 and 2.5 compatible.Piet Delport2013-02-221-3/+6
| |
| * Tests: Add a sanity check that bin/sqlformat parses.Piet Delport2013-02-221-1/+4
|/
* Dynamically change bufsize to parse lenghty tokens faster (fixes #86).Andi Albrecht2013-02-132-1/+15
|
* Helper function to return a token at a specific offset.Andi Albrecht2013-01-271-0/+9
|
* Fix a regression where reindent filter failed when comments contained ↵Andi Albrecht2013-01-252-2/+10
| | | | non-ascii chars.
* Remove x-bit from setup.py.Andi Albrecht2013-01-211-0/+0
|
* Bump version.0.1.6Andi Albrecht2013-01-012-3/+3
|
* Require distribute only for Python 3.Andi Albrecht2013-01-011-2/+9
|
* Include pytest.ini and tox.ini in source dist.Andi Albrecht2013-01-011-1/+3
|
* Add Changelog entry.Andi Albrecht2013-01-011-0/+1
|
* Add note about testing to documentation.Andi Albrecht2013-01-011-0/+14
|
* Remove download url from setup (fixes issue84).Andi Albrecht2013-01-011-5/+0
| | | | Downloads on github are disabled since December 2012.
* Doc updates.Andi Albrecht2013-01-013-20/+17
|
* Don't install tests as a package.Andi Albrecht2013-01-011-1/+1
|
* Fix typo.Andi Albrecht2013-01-011-1/+1
|
* Cleanup docs.Andi Albrecht2013-01-014-11/+54
|
* Add comment in README.Andi Albrecht2012-12-311-0/+2
|
* Add Changelog entry.Andi Albrecht2012-12-311-0/+1
|
* Convert the right test suite with 2to3.Andi Albrecht2012-12-311-1/+1
|
* Run tests for Python 3 in py3k directory.Andi Albrecht2012-12-311-2/+1
|
* Copy test files to extras on Travis.Andi Albrecht2012-12-311-0/+1
|
* now without slash...Andi Albrecht2012-12-311-2/+2
| | | | omg, I really wish Travis would have a way to do this w/o commits.
* Once more for travis...Andi Albrecht2012-12-311-2/+4
|
* Last try..Andi Albrecht2012-12-311-3/+2
|
* Coverage seems to cause troubles.Andi Albrecht2012-12-311-2/+2
|