summaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAgeFilesLines
...
* | Update ChangeLog.Andi Albrecht2015-10-261-1/+2
| |
* | Remove conditional for OrderedDict.Andi Albrecht2015-10-261-46/+24
| | | | | | | | All supported Python versions have OrderedDict.
* | 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
| | | | | | | | This change includes minor fixes and code cleanup too.
* | 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.
| | * 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
|/ / | | | | | | Pull request was merged a day later (at least in my timezone).
* | Merge pull request #203 from timgraham/remove-universal-wheelAndi Albrecht2015-10-253-3/+6
|\ \ | |/ |/| Remove universal wheel
| * Bump version for 0.1.18 release.Tim Graham2015-10-242-1/+6
| |
| * Revert "Support universal wheels"Tim Graham2015-10-241-2/+0
|/ | | | | | This reverts commit f6a0017f2e4666f274d427d28533c99cbd747a5a. It's incompatible because the project uses 2to3.
* 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.
| | * Fix PendingDeprecationWarning on Python 3.5.Tim Graham2015-10-231-1/+1
| | | | | | | | | | | | | | | Avoid "PendingDeprecationWarning: generator 'group_identifier.<locals>._consume_cycle' raised StopIteration."
* | | 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 grouping of indentifiers
| * 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
|/ | | | | This significantly improves performance when grouping a large list of IDs.
* Merge pull request #200 from graingert/patch-1Andi Albrecht2015-10-021-0/+2
|\ | | | | Support universal wheels
| * 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 ↵Andi Albrecht2015-07-263-2/+18
| | | | (fixes #186).
* Recognize MSSQL temp tables and distinguish from MySQL comments (fixes #192).Andi Albrecht2015-07-263-3/+15
|