summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
...
* 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
* Fix parsing error with dollar-quoted procedure bodies (fixes issue83).Andi Albrecht2012-12-224-1/+48
* parse version number instead of importing sqlparse in setup.pyAndi Albrecht2012-11-244-17/+27
* Update authors and changelog.Andi Albrecht2012-11-152-1/+9
* Merge pull request #80 from vthriller/masterAndi Albrecht2012-11-141-9/+69
|\
| * fix py3k support patchvthriller2012-11-151-9/+69
* | Add directory for coverage report to .gitignore.Andi Albrecht2012-11-151-0/+1
|/
* Update release notes, bump version to 0.1.5.0.1.5Andi Albrecht2012-11-132-8/+9
* ...but it's not a Mercurial repository.Andi Albrecht2012-11-131-1/+1
* Fix project links in docs.Andi Albrecht2012-11-131-2/+2
* Merge branch 'work'Andi Albrecht2012-11-1215-86/+106
|\
| * PEP8'ified to code a bit.Andi Albrecht2012-11-1215-86/+106
* | Remove superfluous cleanup conditions.Andi Albrecht2012-11-121-4/+1
|/