summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
...
* | 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
|\
| * Speed up token_index by providing a starting index.Ryan Wooden2015-10-212-9/+19
| * Limit number of tokens checked in group_identifier.Ryan Wooden2015-10-212-4/+7
|/
* Merge pull request #200 from graingert/patch-1Andi Albrecht2015-10-021-0/+2
|\
| * Support universal wheelsThomas Grainger2015-10-021-0/+2
|/
* Handle END IF correctly when splitting statements (fixes #194).Andi Albrecht2015-07-283-1/+18
* Switch back to development.Andi Albrecht2015-07-262-1/+7
* Prepare next release.0.1.16Andi Albrecht2015-07-262-3/+3
* Ignore comments at beginning of statement when calling Statement.get_type (fi...Andi Albrecht2015-07-263-2/+18
* Recognize MSSQL temp tables and distinguish from MySQL comments (fixes #192).Andi Albrecht2015-07-263-3/+15