| Commit message (Collapse) | Author | Age | Files | Lines | |
|---|---|---|---|---|---|
| * | Updated version number.0.1.1 | Andi Albrecht | 2009-05-06 | 3 | -10/+24 |
| | | |||||
| * | Added link to known issues. | Andi Albrecht | 2009-05-06 | 1 | -1/+2 |
| | | |||||
| * | README cleanup. | Andi Albrecht | 2009-05-06 | 1 | -7/+9 |
| | | |||||
| * | Correction in CHANGES. | Andi Albrecht | 2009-05-06 | 1 | -1/+1 |
| | | |||||
| * | Exclude pyc files from source dist. | Andi Albrecht | 2009-05-06 | 1 | -1/+1 |
| | | |||||
| * | * Python and PHP output filter now add a trailing whitespace. | Andi Albrecht | 2009-05-06 | 5 | -9/+59 |
| | | | | | * More test coverage. | ||||
| * | Code cleanup and test coverage. | Andi Albrecht | 2009-05-06 | 8 | -51/+77 |
| | | |||||
| * | Removed backup copy of grouping module. | Andi Albrecht | 2009-05-06 | 1 | -499/+0 |
| | | |||||
| * | Removed obsolete dialects module. | Andi Albrecht | 2009-05-06 | 1 | -88/+0 |
| | | |||||
| * | Removed logging stuff that was only needed for debugging on AppEngine. | Andi Albrecht | 2009-05-06 | 3 | -9/+0 |
| | | |||||
| * | Do the type check once in Token.match. | Andi Albrecht | 2009-05-06 | 1 | -4/+3 |
| | | |||||
| * | * Added profile option to run_tests.py. | Andi Albrecht | 2009-05-06 | 2 | -9/+23 |
| | | | | | * Use sets in Token.match. | ||||
| * | Updated README. | Andi Albrecht | 2009-05-05 | 1 | -2/+4 |
| | | |||||
| * | Added Token.flatten() that just yields self to unify behavior of TokenList ↵ | Andi Albrecht | 2009-05-05 | 1 | -0/+4 |
| | | | | | and Token. | ||||
| * | * Added missing SET keyword. | Andi Albrecht | 2009-05-05 | 5 | -2/+7 |
| | | | | | * IdentifierList.get_identifiers() now returns not only Identifier instances. | ||||
| * | Improved check for duplicated newlines (targets issue3). | Andi Albrecht | 2009-05-05 | 2 | -2/+10 |
| | | |||||
| * | Added unittest for issue3. | Andi Albrecht | 2009-05-05 | 1 | -2/+15 |
| | | |||||
| * | Avoid duplicate linebreaks when reformatting (targets issue3). | Andi Albrecht | 2009-05-03 | 1 | -2/+6 |
| | | |||||
| * | Improved parsing of identifier lists (targets issue2). | Andi Albrecht | 2009-05-03 | 5 | -25/+61 |
| | | |||||
| * | Added ChangLog entry. | Andi Albrecht | 2009-05-03 | 1 | -0/+1 |
| | | |||||
| * | Added unittest for issue1 (linebreaks). | Andi Albrecht | 2009-05-03 | 1 | -0/+14 |
| | | |||||
| * | Updated ChangeLog. | Andi Albrecht | 2009-05-03 | 1 | -1/+3 |
| | | |||||
| * | Basic support for T-SQL variables prefixed with @. | Andi Albrecht | 2009-04-30 | 1 | -0/+1 |
| | | |||||
| * | Added mail hook to track exceptions on App Engine application. | Andi Albrecht | 2009-04-30 | 2 | -2/+21 |
| | | |||||
| * | Initial approach to provide an experimental Py3K version. | Andi Albrecht | 2009-04-30 | 4 | -1/+77 |
| | | |||||
| * | Return an empty string iff a token's value is None. | Andi Albrecht | 2009-04-30 | 1 | -1/+1 |
| | | |||||
| * | Turn relative import in tests module to absolute imports. | Andi Albrecht | 2009-04-30 | 2 | -2/+2 |
| | | |||||
| * | Corrected remote API URL ;-) | Andi Albrecht | 2009-04-30 | 1 | -1/+0 |
| | | |||||
| * | * Provide better error message when example client fails. | Andi Albrecht | 2009-04-30 | 2 | -2/+16 |
| | | | | | * Allow empty output_format setting and use 'sql' then. | ||||
| * | Recognize backticks quoting identifiers. | Andi Albrecht | 2009-04-29 | 3 | -2/+16 |
| | | |||||
| * | Typo fixed. | Andi Albrecht | 2009-04-27 | 1 | -1/+1 |
| | | |||||
| * | Improved handling of invalid identifiers, like for example "a.". | Andi Albrecht | 2009-04-27 | 2 | -2/+26 |
| | | |||||
| * | Replaced github instructions with bitbucket instructions (GAE). | Andi Albrecht | 2009-04-27 | 1 | -3/+5 |
| | | |||||
| * | Recurse into subgroups when grouping case statements. | Andi Albrecht | 2009-04-24 | 2 | -1/+14 |
| | | |||||
| * | Handle wildcards in identifiers. | Andi Albrecht | 2009-04-24 | 4 | -2/+32 |
| | | |||||
| * | Added low-level parsing example. | Andi Albrecht | 2009-04-23 | 1 | -0/+48 |
| | | |||||
| * | Analyse AS recursive (fixes issue4). | Andi Albrecht | 2009-04-21 | 3 | -14/+27 |
| | | |||||
| * | Merged working branch. | Andi Albrecht | 2009-04-14 | 1 | -0/+2 |
| |\ | |||||
| | * | Whitespace cleanup. | Andi Albrecht | 2009-04-14 | 1 | -0/+2 |
| | | | |||||
| * | | Cleaned up MANIFEST.in. | Andi Albrecht | 2009-04-14 | 1 | -2/+1 |
| |/ | |||||
| * | Added tag 0.1.0 for changeset 49f461d2899e | Andi Albrecht | 2009-04-08 | 1 | -0/+1 |
| | | |||||
| * | Added tests and top-level documents to MANIFEST.in0.1.0 | Andi Albrecht | 2009-04-08 | 1 | -1/+6 |
| | | |||||
| * | Added download URL. | Andi Albrecht | 2009-04-07 | 1 | -0/+1 |
| | | |||||
| * | Fixed setup.py | Andi Albrecht | 2009-04-07 | 1 | -23/+23 |
| | | |||||
| * | Reverted last change. | Andi Albrecht | 2009-04-07 | 3 | -8/+1 |
| | | |||||
| * | Server docs from sqlformat.appspot.com | Andi Albrecht | 2009-04-07 | 4 | -3/+12 |
| | | |||||
| * | Added long description for PyPI | Andi Albrecht | 2009-04-07 | 2 | -3/+70 |
| | | |||||
| * | Merged docs branch. | Andi Albrecht | 2009-04-07 | 17 | -171/+880 |
| |\ | |||||
| | * | First version of documentation. | Andi Albrecht | 2009-04-07 | 8 | -21/+214 |
| | | | |||||
| | * | Some style nits. | Andi Albrecht | 2009-04-06 | 1 | -0/+4 |
| | | | |||||
