summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* Update AUTHORS and Changelog.Andi Albrecht2016-03-302-0/+2
* Merge pull request #229 from cbeloni/masterAndi Albrecht2016-03-301-1/+1
|\
| * Token keyword correctionCauĂȘ Beloni2016-03-291-1/+1
|/
* Merge tag 0.1.9 back into master.Andi Albrecht2016-03-071-3/+2
|\
| * Bump version to 0.1.19.0.1.19Andi Albrecht2016-03-072-1/+8
* | Update authors and changelog.Andi Albrecht2016-03-072-0/+2
* | Merge pull request #228 from compareasiagroup/masterAndi Albrecht2016-03-074-1/+27
|\ \
| * | Ensure get_type() works for queries that use WITH.Andrew Tipton2016-03-024-5/+24
| * | Add failing test for issue #227.Andrew Tipton2016-03-021-0/+7
|/ /
* | Merge pull request #219 from shenlongxing/masterAndi Albrecht2016-01-021-0/+1
|\ \
| * | Add keyword 'SEQUENCE'Shen Longxing2015-12-221-0/+1
|/ /
* | Update changelog.Andi Albrecht2015-12-221-0/+3
* | Merge pull request #216 from shenlongxing/masterAndi Albrecht2015-12-223-3/+4
|\ \
| * | fix issue #215Shen Longxing2015-12-181-2/+2
| * | fix issue #215Shen Longxing2015-12-181-1/+1
| * | fix issue #215Shen Longxing2015-12-181-0/+1
|/ /
* | Update changelog.Andi Albrecht2015-12-141-0/+7
* | Add test case for issue 214, update changelog and authors.Andi Albrecht2015-12-143-0/+10
* | Merge pull request #214 from shenlongxing/masterAndi Albrecht2015-12-141-1/+3
|\ \
| * | fix issue #213Shen Longxing2015-12-141-1/+3
|/ /
* | 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