| Commit message (Expand) | Author | Age | Files | Lines | ||
|---|---|---|---|---|---|---|
| ... | ||||||
| * | | Merge branch 'hotfix'. | Andi Albrecht | 2015-12-08 | 1 | -3/+3 | |
| |\ \ | |/ | ||||||
| | * | Workaround to avoid IndexError when grouping identifiers. | Andi Albrecht | 2015-12-08 | 1 | -3/+3 | |
| * | | Remove 2to3 from setup.py. | Andi Albrecht | 2015-12-08 | 1 | -6/+0 | |
| * | | Merge pull request #210 from tobiasquinn/master | Andi Albrecht | 2015-11-17 | 1 | -0/+1 | |
| |\ \ | ||||||
| | * | | added *.class to gitignore for use with jython | Tobias Quinn | 2015-11-17 | 1 | -0/+1 | |
| |/ / | ||||||
| * | | Remove useless items from TODO. | Andi Albrecht | 2015-10-26 | 1 | -2/+0 | |
| * | | Remove SQLParseError from top-level module. | Andi Albrecht | 2015-10-26 | 2 | -3/+3 | |
| * | | Remove sql.Token.to_unicode. | Andi Albrecht | 2015-10-26 | 2 | -8/+3 | |
| * | | Update ChangeLog. | Andi Albrecht | 2015-10-26 | 1 | -1/+2 | |
| * | | Remove conditional for OrderedDict. | Andi Albrecht | 2015-10-26 | 1 | -46/+24 | |
| * | | Skip tests for SQLParseError for now, it will go away soon. | Andi Albrecht | 2015-10-26 | 1 | -1/+1 | |
| * | | Misc code cleanup. | Andi Albrecht | 2015-10-26 | 3 | -11/+8 | |
| * | | Exclude docs from code checks. | Andi Albrecht | 2015-10-26 | 1 | -1/+1 | |
| * | | Cleanup module code. | Andi Albrecht | 2015-10-26 | 8 | -31/+31 | |
| * | | Code cleanup in tests. | Andi Albrecht | 2015-10-26 | 6 | -36/+38 | |
| * | | Add codechecks to tox configuration. | Andi Albrecht | 2015-10-26 | 1 | -1/+6 | |
| * | | Remove obsolete extras folder. | Andi Albrecht | 2015-10-26 | 2 | -115/+0 | |
| * | | Remove obsolete Buildbot configuration. | Andi Albrecht | 2015-10-26 | 2 | -435/+0 | |
| * | | Remove old Appengine application. | Andi Albrecht | 2015-10-26 | 35 | -1258/+0 | |
| * | | Fix tab expansion for Python 3. | Andi Albrecht | 2015-10-26 | 2 | -7/+7 | |
| * | | Update docs. | Andi Albrecht | 2015-10-26 | 1 | -1/+1 | |
| * | | Update README. | Andi Albrecht | 2015-10-26 | 1 | -1/+1 | |
| * | | Use compat module for single Python 2/3 code base. | Andi Albrecht | 2015-10-26 | 16 | -92/+93 | |
| * | | Simplify tox.ini. | Andi Albrecht | 2015-10-26 | 1 | -47/+0 | |
| * | | Update Travis config to upload coverage data. | Andi Albrecht | 2015-10-26 | 1 | -2/+5 | |
| * | | Add coverage badge. | Andi Albrecht | 2015-10-26 | 1 | -0/+3 | |
| * | | Add compatibility module from v0.2.0 branch. | Andi Albrecht | 2015-10-26 | 2 | -0/+45 | |
| * | | Experiment with alternative Travis configuration. | Andi Albrecht | 2015-10-26 | 1 | -16/+18 | |
| * | | Remove compatibility for Python < 2.7. | Andi Albrecht | 2015-10-26 | 4 | -7/+3 | |
| * | | Re-enable Travis tests for Python 3.2. | Andi Albrecht | 2015-10-26 | 2 | -1/+4 | |
| * | | Run tests on PyPy3 too. | Andi Albrecht | 2015-10-26 | 2 | -2/+11 | |
| * | | Switch back to development. | Andi Albrecht | 2015-10-25 | 2 | -1/+7 | |
| * | | Merge branch 'master' of github.com:andialbrecht/sqlparse | Andi Albrecht | 2015-10-25 | 3 | -1/+17 | |
| |\ \ | |/ |/| | ||||||
| | * | Merge pull request #204 from timgraham/py35 | Andi Albrecht | 2015-10-25 | 3 | -1/+17 | |
| | |\ | ||||||
| | | * | Add Python 3.5 to tox/travis config. | Tim Graham | 2015-10-24 | 3 | -1/+17 | |
| * | | | Correct date in Changelog.0.1.18 | Andi Albrecht | 2015-10-25 | 1 | -6/+2 | |
| |/ / | ||||||
| * | | Merge pull request #203 from timgraham/remove-universal-wheel | Andi Albrecht | 2015-10-25 | 3 | -3/+6 | |
| |\ \ | |/ |/| | ||||||
| | * | Bump version for 0.1.18 release. | Tim Graham | 2015-10-24 | 2 | -1/+6 | |
| | * | Revert "Support universal wheels" | Tim Graham | 2015-10-24 | 1 | -2/+0 | |
| |/ | ||||||
| * | Update AUTHORS. | Andi Albrecht | 2015-10-24 | 1 | -0/+1 | |
| * | Merge branch 'master' of github.com:andialbrecht/sqlparse | Andi Albrecht | 2015-10-24 | 1 | -1/+1 | |
| |\ | ||||||
| | * | Merge pull request #202 from timgraham/generator-stopiteration | Andi Albrecht | 2015-10-24 | 1 | -1/+1 | |
| | |\ | ||||||
| | | * | Fix PendingDeprecationWarning on Python 3.5. | Tim Graham | 2015-10-23 | 1 | -1/+1 | |
| * | | | Switch back to development mode. | Andi Albrecht | 2015-10-24 | 2 | -1/+7 | |
| |/ / | ||||||
| * | | Bump version number.0.1.17 | Andi Albrecht | 2015-10-24 | 2 | -3/+6 | |
| * | | Add Makefile target for uploading a new release. | Andi Albrecht | 2015-10-24 | 1 | -0/+4 | |
| * | | Remove Python 3.2 from Travis setup, it has some issues. | Andi Albrecht | 2015-10-22 | 1 | -1/+0 | |
| |/ | ||||||
| * | Update AUTHORS and Changelog. | Andi Albrecht | 2015-10-22 | 2 | -0/+5 | |
| * | Merge pull request #201 from rygwdn/faster-in-clause | Andi Albrecht | 2015-10-22 | 2 | -12/+25 | |
| |\ | ||||||
| | * | Speed up token_index by providing a starting index. | Ryan Wooden | 2015-10-21 | 2 | -9/+19 | |
