summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* Fix version check when casting TokenList to string (fixes #212).Andi Albrecht2015-12-082-1/+12
* Merge branch 'hotfix'.Andi Albrecht2015-12-081-3/+3
|\
| * Workaround to avoid IndexError when grouping identifiers.Andi Albrecht2015-12-081-3/+3
* | Remove 2to3 from setup.py.Andi Albrecht2015-12-081-6/+0
* | Merge pull request #210 from tobiasquinn/masterAndi Albrecht2015-11-171-0/+1
|\ \
| * | added *.class to gitignore for use with jythonTobias Quinn2015-11-171-0/+1
|/ /
* | Remove useless items from TODO.Andi Albrecht2015-10-261-2/+0
* | Remove SQLParseError from top-level module.Andi Albrecht2015-10-262-3/+3
* | Remove sql.Token.to_unicode.Andi Albrecht2015-10-262-8/+3
* | Update ChangeLog.Andi Albrecht2015-10-261-1/+2
* | Remove conditional for OrderedDict.Andi Albrecht2015-10-261-46/+24
* | Skip tests for SQLParseError for now, it will go away soon.Andi Albrecht2015-10-261-1/+1
* | Misc code cleanup.Andi Albrecht2015-10-263-11/+8
* | Exclude docs from code checks.Andi Albrecht2015-10-261-1/+1
* | Cleanup module code.Andi Albrecht2015-10-268-31/+31
* | Code cleanup in tests.Andi Albrecht2015-10-266-36/+38
* | Add codechecks to tox configuration.Andi Albrecht2015-10-261-1/+6
* | Remove obsolete extras folder.Andi Albrecht2015-10-262-115/+0
* | Remove obsolete Buildbot configuration.Andi Albrecht2015-10-262-435/+0
* | Remove old Appengine application.Andi Albrecht2015-10-2635-1258/+0
* | Fix tab expansion for Python 3.Andi Albrecht2015-10-262-7/+7
* | Update docs.Andi Albrecht2015-10-261-1/+1
* | Update README.Andi Albrecht2015-10-261-1/+1
* | Use compat module for single Python 2/3 code base.Andi Albrecht2015-10-2616-92/+93
* | Simplify tox.ini.Andi Albrecht2015-10-261-47/+0
* | Update Travis config to upload coverage data.Andi Albrecht2015-10-261-2/+5
* | Add coverage badge.Andi Albrecht2015-10-261-0/+3
* | Add compatibility module from v0.2.0 branch.Andi Albrecht2015-10-262-0/+45
* | Experiment with alternative Travis configuration.Andi Albrecht2015-10-261-16/+18
* | Remove compatibility for Python < 2.7.Andi Albrecht2015-10-264-7/+3
* | Re-enable Travis tests for Python 3.2.Andi Albrecht2015-10-262-1/+4
* | Run tests on PyPy3 too.Andi Albrecht2015-10-262-2/+11
* | Switch back to development.Andi Albrecht2015-10-252-1/+7
* | Merge branch 'master' of github.com:andialbrecht/sqlparseAndi Albrecht2015-10-253-1/+17
|\ \ | |/ |/|
| * Merge pull request #204 from timgraham/py35Andi Albrecht2015-10-253-1/+17
| |\
| | * Add Python 3.5 to tox/travis config.Tim Graham2015-10-243-1/+17
* | | Correct date in Changelog.0.1.18Andi Albrecht2015-10-251-6/+2
|/ /
* | Merge pull request #203 from timgraham/remove-universal-wheelAndi Albrecht2015-10-253-3/+6
|\ \ | |/ |/|
| * Bump version for 0.1.18 release.Tim Graham2015-10-242-1/+6
| * Revert "Support universal wheels"Tim Graham2015-10-241-2/+0
|/
* Update AUTHORS.Andi Albrecht2015-10-241-0/+1
* Merge branch 'master' of github.com:andialbrecht/sqlparseAndi Albrecht2015-10-241-1/+1
|\
| * Merge pull request #202 from timgraham/generator-stopiterationAndi Albrecht2015-10-241-1/+1
| |\
| | * Fix PendingDeprecationWarning on Python 3.5.Tim Graham2015-10-231-1/+1
* | | Switch back to development mode.Andi Albrecht2015-10-242-1/+7
|/ /
* | Bump version number.0.1.17Andi Albrecht2015-10-242-3/+6
* | Add Makefile target for uploading a new release.Andi Albrecht2015-10-241-0/+4
* | Remove Python 3.2 from Travis setup, it has some issues.Andi Albrecht2015-10-221-1/+0
|/
* Update AUTHORS and Changelog.Andi Albrecht2015-10-222-0/+5
* Merge pull request #201 from rygwdn/faster-in-clauseAndi Albrecht2015-10-222-12/+25
|\