| Commit message (Collapse) | 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 |
| | | | | | | Even though the resulting statement is not correctly formatted, it's much more usable than before. | ||||
| * | 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 ↵ | Andi Albrecht | 2013-03-18 | 3 | -3/+20 |
| | | | | | identifiers. | ||||
| * | Add minimal changes to support Python 2.4. | Andi Albrecht | 2013-02-28 | 4 | -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 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) | ||||
| | * | Unicode-escape for binary data (sqlparse/lexer.py) | Alexey Malyshev | 2013-02-25 | 1 | -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 Albrecht | 2013-02-22 | 2 | -0/+4 |
| | | |||||
| * | Merge pull request #87 from pjdelport/bugfix/sqlformat-python3 | Andi Albrecht | 2013-02-22 | 2 | -8/+16 |
| |\ | | | | | Fix sqlformat script to be Python 3 compatible. | ||||
| | * | 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 ↵ | Andi Albrecht | 2013-01-25 | 2 | -2/+10 |
| | | | | | non-ascii chars. | ||||
| * | 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 |
| | | | | | Downloads on github are disabled since December 2012. | ||||
| * | 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 |
| | | | | | omg, I really wish Travis would have a way to do this w/o commits. | ||||
| * | 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 |
| | | | | | Tornado does it similar: https://github.com/facebook/tornado/blob/master/.travis.yml | ||||
| * | 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 |
| | | | | | | | | | | This change makes the extras/py3k stuff obsolete and installing for Python 3 is as easy as "python3 setup.py install". setup.py uses distribute's use_2to3 flag to automatically run 2to3 when Python 3 is used. \o/ Happy New Year, everyone! | ||||
| * | 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 |
| | | |||||
