| Commit message (Collapse) | Author | Age | Files | Lines | |
|---|---|---|---|---|---|
| * | Bump version.0.1.6 | Andi Albrecht | 2013-01-01 | 2 | -3/+3 |
| | | |||||
| * | Require distribute only for Python 3. | Andi Albrecht | 2013-01-01 | 1 | -2/+9 |
| | | |||||
| * | Include pytest.ini and tox.ini in source dist. | Andi Albrecht | 2013-01-01 | 1 | -1/+3 |
| | | |||||
| * | Add Changelog entry. | Andi Albrecht | 2013-01-01 | 1 | -0/+1 |
| | | |||||
| * | Add note about testing to documentation. | Andi Albrecht | 2013-01-01 | 1 | -0/+14 |
| | | |||||
| * | Remove download url from setup (fixes issue84). | Andi Albrecht | 2013-01-01 | 1 | -5/+0 |
| | | | | | Downloads on github are disabled since December 2012. | ||||
| * | Doc updates. | Andi Albrecht | 2013-01-01 | 3 | -20/+17 |
| | | |||||
| * | Don't install tests as a package. | Andi Albrecht | 2013-01-01 | 1 | -1/+1 |
| | | |||||
| * | Fix typo. | Andi Albrecht | 2013-01-01 | 1 | -1/+1 |
| | | |||||
| * | Cleanup docs. | Andi Albrecht | 2013-01-01 | 4 | -11/+54 |
| | | |||||
| * | Add comment in README. | Andi Albrecht | 2012-12-31 | 1 | -0/+2 |
| | | |||||
| * | Add Changelog entry. | Andi Albrecht | 2012-12-31 | 1 | -0/+1 |
| | | |||||
| * | Convert the right test suite with 2to3. | Andi Albrecht | 2012-12-31 | 1 | -1/+1 |
| | | |||||
| * | Run tests for Python 3 in py3k directory. | Andi Albrecht | 2012-12-31 | 1 | -2/+1 |
| | | |||||
| * | Copy test files to extras on Travis. | Andi Albrecht | 2012-12-31 | 1 | -0/+1 |
| | | |||||
| * | now without slash... | Andi Albrecht | 2012-12-31 | 1 | -2/+2 |
| | | | | | omg, I really wish Travis would have a way to do this w/o commits. | ||||
| * | Once more for travis... | Andi Albrecht | 2012-12-31 | 1 | -2/+4 |
| | | |||||
| * | Last try.. | Andi Albrecht | 2012-12-31 | 1 | -3/+2 |
| | | |||||
| * | Coverage seems to cause troubles. | Andi Albrecht | 2012-12-31 | 1 | -2/+2 |
| | | |||||
| * | Add the test files too. | Andi Albrecht | 2012-12-31 | 1 | -0/+1 |
| | | |||||
| * | Looks like we need to change directories when testing. | Andi Albrecht | 2012-12-31 | 1 | -2/+6 |
| | | | | | Tornado does it similar: https://github.com/facebook/tornado/blob/master/.travis.yml | ||||
| * | Let's try how Travis likes this config. | Andi Albrecht | 2012-12-31 | 1 | -0/+2 |
| | | |||||
| * | Python 3 is now fully supported without any patches. | Andi Albrecht | 2012-12-31 | 9 | -228/+49 |
| | | | | | | | | | | This change makes the extras/py3k stuff obsolete and installing for Python 3 is as easy as "python3 setup.py install". setup.py uses distribute's use_2to3 flag to automatically run 2to3 when Python 3 is used. \o/ Happy New Year, everyone! | ||||
| * | Use tox for (local) testing. | Andi Albrecht | 2012-12-31 | 3 | -2/+11 |
| | | |||||
| * | Add PyPy to travis configuration. | Andi Albrecht | 2012-12-31 | 1 | -1/+2 |
| | | |||||
| * | Fix parsing error with dollar-quoted procedure bodies (fixes issue83). | Andi Albrecht | 2012-12-22 | 4 | -1/+48 |
| | | |||||
| * | parse version number instead of importing sqlparse in setup.py | Andi Albrecht | 2012-11-24 | 4 | -17/+27 |
| | | | | | | | | This allows to bootstrap the python 3 conversion process whithout failing on python setup.py develop. Patch with slight modifications by Florian Bauer. | ||||
| * | Update authors and changelog. | Andi Albrecht | 2012-11-15 | 2 | -1/+9 |
| | | |||||
| * | Merge pull request #80 from vthriller/master | Andi Albrecht | 2012-11-14 | 1 | -9/+69 |
| |\ | | | | | py3k fixes | ||||
| | * | fix py3k support patch | vthriller | 2012-11-15 | 1 | -9/+69 |
| | | | |||||
| * | | Add directory for coverage report to .gitignore. | Andi Albrecht | 2012-11-15 | 1 | -0/+1 |
| |/ | |||||
| * | Update release notes, bump version to 0.1.5.0.1.5 | Andi Albrecht | 2012-11-13 | 2 | -8/+9 |
| | | |||||
| * | ...but it's not a Mercurial repository. | Andi Albrecht | 2012-11-13 | 1 | -1/+1 |
| | | |||||
| * | Fix project links in docs. | Andi Albrecht | 2012-11-13 | 1 | -2/+2 |
| | | |||||
| * | Merge branch 'work' | Andi Albrecht | 2012-11-12 | 15 | -86/+106 |
| |\ | |||||
| | * | PEP8'ified to code a bit. | Andi Albrecht | 2012-11-12 | 15 | -86/+106 |
| | | | |||||
| * | | Remove superfluous cleanup conditions. | Andi Albrecht | 2012-11-12 | 1 | -4/+1 |
| |/ | |||||
| * | Prepare Changelog. | Andi Albrecht | 2012-11-11 | 2 | -1/+7 |
| | | |||||
| * | Fix typo. | Andi Albrecht | 2012-11-11 | 1 | -1/+1 |
| | | |||||
| * | Handle whitepaces between operators correctly, improve handling of ↵ | Andi Albrecht | 2012-11-11 | 3 | -2/+36 |
| | | | | | concatenated strings (issue53). | ||||
| * | Merge pull request #79 from MikeAmy/master | Andi Albrecht | 2012-11-07 | 2 | -4/+9 |
| |\ | | | | | Stop VARCHAR being lost by grouping logic. | ||||
| | * | Special case grouping logic for VARCHAR, otherwise it gets lost from field ↵ | Mike Amy | 2012-11-07 | 2 | -4/+9 |
| |/ | | | | definitions. | ||||
| * | Remove agogo theme (fixes issue 61). | Andi Albrecht | 2012-11-05 | 5 | -583/+0 |
| | | | | | | The agogo theme is available as a default theme in Sphinx for a long time now :) | ||||
| * | Improve handling of quoted indentifiers (fixes issue78). | Andi Albrecht | 2012-11-03 | 4 | -10/+66 |
| | | |||||
| * | Switch to pytest, it's so much easier. | Andi Albrecht | 2012-11-03 | 4 | -73/+8 |
| | | |||||
| * | Move SQLParseError to proper location and start deprecation of ↵ | Andi Albrecht | 2012-11-03 | 7 | -15/+37 |
| | | | | | sqlparse.SQLParseError. | ||||
| * | Update links in setup.py, thanks to @bulkanevcimen. | Andi Albrecht | 2012-08-24 | 1 | -4/+6 |
| | | |||||
| * | Simplify the regular expressions by using character groups, allow all ↵ | Andi Albrecht | 2012-08-12 | 1 | -7/+7 |
| | | | | | unicode letters. | ||||
| * | Encode value when reprinting the object. | Andi Albrecht | 2012-08-12 | 1 | -1/+1 |
| | | |||||
| * | Add Kevin Jing Qiu as contributor. | Andi Albrecht | 2012-07-24 | 1 | -0/+1 |
| | | |||||
