summaryrefslogtreecommitdiff
path: root/sqlparse/__init__.py
Commit message (Expand)AuthorAgeFilesLines
* Merge branch 'master' into v0.2.0v0.2.0Andi Albrecht2015-07-261-1/+1
|\
| * Switch back to development.Andi Albrecht2015-07-261-1/+1
| * Prepare next release.0.1.16Andi Albrecht2015-07-261-1/+1
| * Switch back to development mode.Andi Albrecht2015-04-151-1/+1
| * Update version number.0.1.15Andi Albrecht2015-04-151-1/+1
* | Remove six dependency.Andi Albrecht2015-01-171-4/+3
* | Migrate to six and get rid of 2to3.Andi Albrecht2015-01-171-1/+3
* | Add flake8 to tox configuration and code cleanup.Andi Albrecht2015-01-171-3/+0
|/
* Update version.0.1.14Andi Albrecht2014-11-301-1/+1
* Preparing 0.1.13.0.1.13Andi Albrecht2014-10-091-1/+1
* Fix a regression introduced in 0.1.12.Andi Albrecht2014-10-081-1/+1
* Preparing 0.1.12.0.1.12Andi Albrecht2014-09-201-1/+1
* Preparing 0.1.110.1.11Andi Albrecht2014-02-071-1/+1
* Switch back to dev mode.Andi Albrecht2013-11-021-1/+1
* Bump version.Andi Albrecht2013-11-021-1/+1
* Switch back to development mode.Andi Albrecht2013-09-281-1/+1
* Preparing 0.1.90.1.9Andi Albrecht2013-09-281-1/+1
* Switch back to development version.Andi Albrecht2013-06-291-1/+1
* Bump version to 0.1.8.0.1.8Andi Albrecht2013-06-291-1/+1
* Strip leading and trailing whitespaces from splitted statements.Andi Albrecht2013-05-151-1/+1
* Bump version again.Andi Albrecht2013-04-061-1/+1
* Bump version.0.1.7Andi Albrecht2013-04-061-1/+1
* Add encoding parameter to top-level functions (fixes issue20).Andi Albrecht2013-04-041-13/+21
* Bump version.0.1.6Andi Albrecht2013-01-011-1/+1
* Update release notes, bump version to 0.1.5.0.1.5Andi Albrecht2012-11-131-1/+1
* PEP8'ified to code a bit.Andi Albrecht2012-11-121-0/+3
* Fix typo.Andi Albrecht2012-11-111-1/+1
* Move SQLParseError to proper location and start deprecation of sqlparse.SQLPa...Andi Albrecht2012-11-031-4/+3
* Re-use of parsestream() for parse() (they are almost equal)Jesús Leganés Combarro2012-04-271-4/+2
* splitstream -> parsestreamquest2012-04-211-9/+10
* Minor clarifications and doc updatesquest2012-04-211-4/+4
* We can now work with file-like objects.quest2012-04-211-0/+8
* Bump version to 0.1.40.1.4Andi Albrecht2012-04-201-2/+2
* Added pipeline support maintaining backward compatibility.Jesús Leganés Combarro "Piranna"2011-08-181-0/+6
* Update version.0.1.3Andi Albrecht2011-07-291-1/+1
* Bump version to 0.1.2.0.1.2Andi Albrecht2010-11-231-1/+1
* pep8'ified the code a bit.Andi Albrecht2009-06-111-1/+0
* Cleaned up some unused imports.Andi Albrecht2009-06-111-3/+0
* Updated version number.0.1.1Andi Albrecht2009-05-061-1/+1
* Removed logging stuff that was only needed for debugging on AppEngine.Andi Albrecht2009-05-061-5/+0
* Whitespace cleanup.Andi Albrecht2009-04-141-0/+2
* First version of documentation.Andi Albrecht2009-04-071-7/+4
* Initial import.Andi Albrecht2009-04-031-0/+65