summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* 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
* 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 ide...Andi Albrecht2013-03-183-3/+20
* Add minimal changes to support Python 2.4.Andi Albrecht2013-02-284-3/+7
* 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)Alexey Malyshev2013-02-251-1/+4
|/
* Add Changelog entry.Andi Albrecht2013-02-222-0/+4
* Merge pull request #87 from pjdelport/bugfix/sqlformat-python3Andi Albrecht2013-02-222-8/+16
|\
| * 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 non-asc...Andi Albrecht2013-01-252-2/+10
* 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
* 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
* 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
* Add the test files too.Andi Albrecht2012-12-311-0/+1
* Looks like we need to change directories when testing.Andi Albrecht2012-12-311-2/+6
* Let's try how Travis likes this config.Andi Albrecht2012-12-311-0/+2
* Python 3 is now fully supported without any patches.Andi Albrecht2012-12-319-228/+49
* Use tox for (local) testing.Andi Albrecht2012-12-313-2/+11
* Add PyPy to travis configuration.Andi Albrecht2012-12-311-1/+2