summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* Bump version to 0.1.8.0.1.8Andi Albrecht2013-06-292-3/+3
* Improve parsing of PEP249-style placeholder (fixes #103).Andi Albrecht2013-06-293-0/+13
* Code cleanup.Andi Albrecht2013-06-171-0/+5
* Fix indentation and simplify processing logic in example (fixes issue98, issu...Andi Albrecht2013-06-171-5/+5
* Merge pull request #100 from rnix/patch-1Andi Albrecht2013-06-171-1/+3
|\
| * Stop parsing tables at first keyword after "from".Robert Nix2013-06-171-1/+3
|/
* Allow whitespaces in certain keywords (fixes #97).Andi Albrecht2013-06-173-3/+33
* Update changelog.Andi Albrecht2013-06-072-0/+2
* Merge pull request #95 from mulos/masterAndi Albrecht2013-06-061-0/+1
|\
| * Added token 'USE' to keywordsmulos2013-06-061-0/+1
|/
* Strip leading and trailing whitespaces from splitted statements.Andi Albrecht2013-05-153-1/+10
* Add test file for performance tests.Andi Albrecht2013-05-151-0/+1
* Improve performance of reindent engine a bit (targets issue41).Andi Albrecht2013-05-102-4/+11
* Add insecure flag when testing on Python 2.5.Andi Albrecht2013-05-101-1/+1
* Simplify travis configuration.Andi Albrecht2013-05-101-14/+10
* Update authors and changelog.Andi Albrecht2013-05-103-2/+5
* Merge pull request #94 from kilowu/masterAndi Albrecht2013-05-092-0/+7
|\
| * Added test for Function.get_parameters().wayne.wuw2013-05-091-0/+5
| * Fixed Function.get_parameters (issue93).wayne.wuw2013-05-091-0/+2
|/
* Fix typo in keyword list (fixes issue92).Andi Albrecht2013-04-281-1/+1
* Update Changelog and AUTHORS.Andi Albrecht2013-04-262-0/+2
* Merge pull request #91 from yriveiro/masterAndi Albrecht2013-04-264-2/+8
|\
| * Fixed lack of a new line before function in test_format.py.Yago Riveiro2013-04-261-0/+1
| * Added test to STRAIGHT_JOIN token.Yago Riveiro2013-04-261-1/+5
| * Added STRAIGHT_JOIN token.Yago Riveiro2013-04-253-2/+3
|/
* Allow NULL keyword in assignments (fixes #90).Andi Albrecht2013-04-204-2/+39
* Add Python 3.3 to tox configuration.Andi Albrecht2013-04-201-1/+10
* Bump version again.Andi Albrecht2013-04-062-1/+7
* Bump version.0.1.7Andi Albrecht2013-04-062-3/+3
* Detect runaway indentations and go back to first column instead of going crazy.Andi Albrecht2013-04-062-1/+10
* Allow keywords in identifier lists (fixes #10).Andi Albrecht2013-04-062-0/+3
* Add order criterion to identifier in ORDER BY clause (fixes #89).Andi Albrecht2013-04-056-3/+48
* Sort list of contributors.Andi Albrecht2013-04-041-1/+1
* Fix highlighter language in documentation.Andi Albrecht2013-04-041-1/+1
* Add encoding parameter to top-level functions (fixes issue20).Andi Albrecht2013-04-047-18/+49
* Remove agogo excludes from MANIFEST.inAndi Albrecht2013-03-271-2/+0
* Fix internals of _group_left_right, avoid identifying keywords as aliased ide...Andi Albrecht2013-03-183-3/+20
* Add minimal changes to support Python 2.4.Andi Albrecht2013-02-284-3/+7
* Clean up Makefile a bit.Andi Albrecht2013-02-251-3/+3
* Add unit test for sqls containing binary data.Andi Albrecht2013-02-251-0/+13
* Add changelog.Andi Albrecht2013-02-252-0/+3
* Merge pull request #88 from nostrict/patch-1Andi Albrecht2013-02-251-1/+4
|\
| * Unicode-escape for binary data (sqlparse/lexer.py)Alexey Malyshev2013-02-251-1/+4
|/
* Add Changelog entry.Andi Albrecht2013-02-222-0/+4
* Merge pull request #87 from pjdelport/bugfix/sqlformat-python3Andi Albrecht2013-02-222-8/+16
|\
| * Limit explicit UTF-8 encoding to Python < 3.Piet Delport2013-02-221-2/+4
| * Compatibility: Avoid "print >>sys.stderr".Piet Delport2013-02-221-2/+2
| * sqlformat: Fix except blocks to be Python 3 and 2.5 compatible.Piet Delport2013-02-221-3/+6
| * Tests: Add a sanity check that bin/sqlformat parses.Piet Delport2013-02-221-1/+4
|/
* Dynamically change bufsize to parse lenghty tokens faster (fixes #86).Andi Albrecht2013-02-132-1/+15