summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
...
* Fix pypy testing on TravisVictor Uriarte2017-01-102-7/+10
* Merge pull request #316 from twang2218/fix-issue-315-utf8-supportVictor Uriarte2017-01-102-5/+25
|\
| * Fix encoding logic/orderVictor Uriarte2017-01-101-5/+6
| * Fix #315 support utf-8 by defaultTao Wang2017-01-112-1/+20
|/
* Add Python 3.6 to classifiersVictor Uriarte2017-01-092-3/+2
* Fix _flatten_up_to_token() to be PEP 479 compatibleJon Dufresne2017-01-101-1/+1
* Merge pull request #312 from vmuriart/cfgVictor Uriarte2017-01-105-8/+13
|\
| * Update manifest filesVictor Uriarte2016-12-221-2/+2
| * Add pypy3 to allowed failuresVictor Uriarte2016-12-221-0/+1
| * Add py37 and fix py36 interprerVictor Uriarte2016-12-222-1/+5
| * Update editorconfigVictor Uriarte2016-12-221-4/+1
| * Update pytest cfgVictor Uriarte2016-12-221-1/+3
| * Allow tox to skip missing py versions.Victor Uriarte2016-12-221-0/+1
|/
* Merge pull request #304 from JoaoGFarias/PIP_installationAndi Albrecht2016-11-291-1/+9
|\
| * Adding pip installation command to READMEJoão Guilherme Farias Duda2016-11-281-1/+9
|/
* Make reindent more robust regarding max recursion errors.Andi Albrecht2016-10-251-1/+2
* Update changelog.Andi Albrecht2016-10-241-1/+3
* Fix an edge-case with subselects in CASE clauses.Andi Albrecht2016-10-242-1/+12
* Fix special case for #284 when statement starts with orphaned AS.Andi Albrecht2016-10-242-5/+8
* Switch back to development mode.Andi Albrecht2016-10-222-1/+7
* Bump version.0.2.2Andi Albrecht2016-10-222-3/+3
* Update changelog.Andi Albrecht2016-10-221-0/+1
* Fix CHANGELOG include (fixes #302).Andi Albrecht2016-10-191-2/+2
* Add build dir to gitignore.Andi Albrecht2016-10-021-1/+2
* Upload wheels too.Andi Albrecht2016-10-021-0/+1
* Handle operator grouping after identifying typecasts (fixes #297).Andi Albrecht2016-10-013-1/+16
* Parametrize test.Andi Albrecht2016-10-011-10/+9
* Fix parsing of UNION ALL (fixes #294).Andi Albrecht2016-09-263-0/+8
* Revert "Fix test failure on Python 3.6 (fixes #286)."Andi Albrecht2016-09-212-3/+0
* Update changelog.Andi Albrecht2016-09-201-1/+1
* Merge pull request #293 from timgraham/flake8Andi Albrecht2016-09-201-1/+1
|\
| * Fix flake8 warnings.Tim Graham2016-09-201-1/+1
* | Merge pull request #292 from timgraham/286Andi Albrecht2016-09-202-1/+3
|\ \ | |/ |/|
| * Fix test failure on Python 3.6 (fixes #286).Tim Graham2016-09-202-1/+3
|/
* Better formatting when using comma-first notation (issue141).Andi Albrecht2016-09-172-7/+11
* Add formatter option for comma first notation (fixes #141).Andi Albrecht2016-09-145-2/+50
* Correct license link (fixes #288).Andi Albrecht2016-09-1426-26/+26
* Fix parsing of names containing special chars (fixes 291).Andi Albrecht2016-09-143-2/+17
* Update Changelog.Andi Albrecht2016-09-141-0/+5
* Drop coveralls it spams issues with comments (fixes #289).Andi Albrecht2016-09-141-1/+0
* Merge pull request #287 from phdru/masterVik2016-09-128-33/+51
|\
| * Decode bytes to unicode in Lexer.get_tokens().Oleg Broytman2016-08-313-20/+37
| * Convert string literals to unicode for Py27Oleg Broytman2016-08-315-13/+14
|/
* Merge pull request #285 from vmuriart/unify_naming_schemaAndi Albrecht2016-08-2410-44/+39
|\
| * Unify_naming_schema. Closes #283Victor Uriarte2016-08-2210-44/+39
* | Fix #284 as groupingVictor Uriarte2016-08-222-1/+7
* | Fix test that wasn't runningVictor Uriarte2016-08-221-1/+1
|/
* Clean-up quotingVictor Uriarte2016-08-221-8/+4
* Merge pull request #282 from vmuriart/alt_277Vik2016-08-132-16/+4
|\
| * Alternate solution for #277Victor Uriarte2016-08-131-1/+1