| Commit message (Expand) | Author | Age | Files | Lines | ||
|---|---|---|---|---|---|---|
| ... | ||||||
| * | | | | Removed Pep8 warnings | Jesús Leganés Combarro "Piranna" | 2012-04-28 | 1 | -3/+6 | |
| * | | | | Put common code from Python and PHP output filters in OutputFilter | Jesús Leganés Combarro "Piranna" | 2012-04-28 | 2 | -37/+37 | |
| | |_|/ |/| | | ||||||
| * | | | Re-use of parsestream() for parse() (they are almost equal) | Jesús Leganés Combarro | 2012-04-27 | 1 | -4/+2 | |
| * | | | Added Quest to authors and little convention fixed | Jesús Leganés Combarro "Piranna" | 2012-04-23 | 2 | -2/+4 | |
| * | | | Merge branch 'master' of github.com:andialbrecht/sqlparse | Jesús Leganés Combarro "Piranna | 2012-04-23 | 6 | -30/+129 | |
| |\ \ \ | |/ / | ||||||
| | * | | Merge pull request #63 from bittrance/master | Andi Albrecht | 2012-04-21 | 6 | -30/+129 | |
| | |\ \ | | |/ | ||||||
| | | * | various optimizations in sql.py | quest | 2012-04-22 | 2 | -9/+21 | |
| | | * | Oops; doesnt handle UTF-8 correctly when reading from stream | quest | 2012-04-22 | 1 | -3/+4 | |
| | | * | splitstream -> parsestream | quest | 2012-04-21 | 2 | -12/+13 | |
| | | * | Minor clarifications and doc updates | quest | 2012-04-21 | 2 | -10/+12 | |
| | | * | Always use a stream internally; makes things more readable. | quest | 2012-04-21 | 2 | -16/+16 | |
| | | * | We can now work with file-like objects. | quest | 2012-04-21 | 4 | -18/+101 | |
| | |/ | ||||||
| * | | Merge branch 'master' of github.com:andialbrecht/sqlparse | Jesús Leganés Combarro "Piranna | 2012-04-21 | 11 | -68/+112 | |
| |\ \ | |/ | ||||||
| | * | Bump version to 0.1.40.1.4 | Andi Albrecht | 2012-04-20 | 2 | -4/+4 | |
| | * | Show build status icon as link. | Andi Albrecht | 2012-04-20 | 1 | -1/+3 | |
| | * | Replace .hgignore by .gitignore, remove .hgtags. | Andi Albrecht | 2012-04-20 | 2 | -5/+0 | |
| | * | TokenLists.value is equal to their unicode() representation (fixes #30). | Andi Albrecht | 2012-04-19 | 1 | -1/+1 | |
| | * | Properly group placeholders in identifier lists (fixes #52). | Andi Albrecht | 2012-04-19 | 2 | -3/+5 | |
| | * | Pretty formatting of role keyword in identifier list (fixes #49). | Andi Albrecht | 2012-04-19 | 2 | -3/+4 | |
| | * | Pretty format comments in identifier lists (fixes issue59). | Andi Albrecht | 2012-04-19 | 4 | -14/+28 | |
| | * | Preserve whitespace after subgroups. | Andi Albrecht | 2012-04-19 | 2 | -4/+11 | |
| | * | Update CHANGES. | Andi Albrecht | 2012-04-19 | 1 | -0/+4 | |
| | * | Include build status icon. | Andi Albrecht | 2012-04-19 | 1 | -0/+2 | |
| | * | Rename .travis.yaml > .travis.yml. | Andi Albrecht | 2012-04-19 | 1 | -0/+0 | |
| | * | First attempt to get travis working. | Andi Albrecht | 2012-04-19 | 1 | -0/+6 | |
| | * | Documentation is on readthedocs. | Andi Albrecht | 2012-04-19 | 1 | -1/+1 | |
| | * | Minimal update to README to make github happy. | Andi Albrecht | 2012-04-19 | 1 | -6/+17 | |
| * | | Added email | Jesús Leganés Combarro "Piranna" | 2012-04-18 | 1 | -3/+1 | |
| |/ | ||||||
| * | Update py3k patch. | Andi Albrecht | 2012-03-29 | 1 | -13/+10 | |
| * | Added tests for StripWhitespace | Jesús Leganés Combarro "Piranna" | 2012-03-24 | 1 | -0/+75 | |
| * | Fixed regular expression for Nameplaces | Jesús Leganés Combarro "Piranna" | 2012-03-24 | 2 | -6/+2 | |
| * | Optimized output of SQL code | Jesús Leganés Combarro "Piranna" | 2012-03-24 | 1 | -5/+12 | |
| * | Clean-up | Jesús Leganés Combarro "Piranna" | 2012-03-24 | 1 | -2/+5 | |
| * | Optimization of returned SQL code | Jesús Leganés Combarro "Piranna" | 2012-03-24 | 1 | -6/+6 | |
| * | Fixed bug on StripWhitespace | Jesús Leganés Combarro "Piranna" | 2012-03-24 | 1 | -9/+2 | |
| * | Clean-up and comments of StripWhitespace | Jesús Leganés Combarro "Piranna" | 2012-03-21 | 1 | -11/+18 | |
| * | Merge with 8677660079e32dd12fa3bb8efd64841e685d0e47 | Jesús Leganés Combarro "Piranna" | 2012-02-27 | 2 | -2/+5 | |
| |\ | ||||||
| | * | Handle asterisks as operators when grouping identifiers (fixes issue58). | Andi Albrecht | 2012-02-26 | 2 | -2/+5 | |
| * | | Added StripWhitespace filter | Jesús Leganés Combarro "Piranna" | 2012-02-14 | 1 | -0/+20 | |
| |/ | ||||||
| * | Changed get_case() to use a mode stateful variable | Jesús Leganés Combarro "Piranna" | 2012-02-03 | 1 | -15/+25 | |
| * | Changed get_identifiers() to be a generator | Jesús Leganés Combarro "Piranna" | 2012-02-03 | 3 | -5/+6 | |
| * | Removed useless default return None (they are by default in Python) | Jesús Leganés Combarro "Piranna" | 2012-02-03 | 1 | -9/+12 | |
| * | Changed get_sublists() to a generator | Jesús Leganés Combarro "Piranna" | 2012-02-03 | 1 | -1/+4 | |
| * | Removed TokenList.__str__() (it was the same that its parent one) | Jesús Leganés Combarro "Piranna" | 2012-02-03 | 1 | -3/+0 | |
| * | Change all internal use of to_unicode() to __unicode__() and marked former on... | Jesús Leganés Combarro "Piranna" | 2012-02-03 | 5 | -24/+27 | |
| * | Added test for Issue 57 | Jesús Leganés Combarro "Piranna" | 2012-01-23 | 2 | -0/+19 | |
| * | Solved sisue 57: StatementFilter doesn't process correctly on recursive state... | Jesús Leganés Combarro "Piranna" | 2012-01-23 | 1 | -2/+3 | |
| * | Added comments | Jesús Leganés Combarro "Piranna" | 2012-01-23 | 1 | -10/+16 | |
| * | Added docstrings | Jesús Leganés Combarro "Piranna" | 2012-01-23 | 1 | -2/+10 | |
| * | Fixed lexer to accept negative numbers (fixes issue56). | Kevin Jing Qiu | 2012-01-10 | 2 | -5/+11 | |
