<feed xmlns='http://www.w3.org/2005/Atom'>
<title>delta/python-packages/sqlparse.git, branch 0.1.17</title>
<subtitle>github.com: andialbrecht/sqlparse.git
</subtitle>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/python-packages/sqlparse.git/'/>
<entry>
<title>Bump version number.</title>
<updated>2015-10-24T06:07:29+00:00</updated>
<author>
<name>Andi Albrecht</name>
<email>andi@localhost.localdomain</email>
</author>
<published>2015-10-24T06:07:29+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/python-packages/sqlparse.git/commit/?id=9f638ed86f1103b44b9c061500f7133c29ba8676'/>
<id>9f638ed86f1103b44b9c061500f7133c29ba8676</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Add Makefile target for uploading a new release.</title>
<updated>2015-10-24T06:05:33+00:00</updated>
<author>
<name>Andi Albrecht</name>
<email>andi@localhost.localdomain</email>
</author>
<published>2015-10-24T06:05:33+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/python-packages/sqlparse.git/commit/?id=57533a7c071091e2b12c664a62616fd36cf60471'/>
<id>57533a7c071091e2b12c664a62616fd36cf60471</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Remove Python 3.2 from Travis setup, it has some issues.</title>
<updated>2015-10-22T05:48:24+00:00</updated>
<author>
<name>Andi Albrecht</name>
<email>andi@localhost.localdomain</email>
</author>
<published>2015-10-22T05:48:24+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/python-packages/sqlparse.git/commit/?id=6da974876e9e7327852ae852cb31fc9b847882ee'/>
<id>6da974876e9e7327852ae852cb31fc9b847882ee</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Update AUTHORS and Changelog.</title>
<updated>2015-10-22T05:46:42+00:00</updated>
<author>
<name>Andi Albrecht</name>
<email>andi@localhost.localdomain</email>
</author>
<published>2015-10-22T05:46:42+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/python-packages/sqlparse.git/commit/?id=03a367d2e8c053888a7e2923e4dcd74c89441f2e'/>
<id>03a367d2e8c053888a7e2923e4dcd74c89441f2e</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Merge pull request #201 from rygwdn/faster-in-clause</title>
<updated>2015-10-22T05:39:52+00:00</updated>
<author>
<name>Andi Albrecht</name>
<email>albrecht.andi@gmail.com</email>
</author>
<published>2015-10-22T05:39:52+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/python-packages/sqlparse.git/commit/?id=0ae9e926177877caefc9aaa2535c9f1e82a90d11'/>
<id>0ae9e926177877caefc9aaa2535c9f1e82a90d11</id>
<content type='text'>
Speed up grouping of indentifiers</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Speed up grouping of indentifiers</pre>
</div>
</content>
</entry>
<entry>
<title>Speed up token_index by providing a starting index.</title>
<updated>2015-10-21T14:45:05+00:00</updated>
<author>
<name>Ryan Wooden</name>
<email>rygwdn@gmail.com</email>
</author>
<published>2015-10-21T14:45:05+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/python-packages/sqlparse.git/commit/?id=2bde1b9e494bc8673e0967a7b1f59150131659cc'/>
<id>2bde1b9e494bc8673e0967a7b1f59150131659cc</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Limit number of tokens checked in group_identifier.</title>
<updated>2015-10-21T10:33:56+00:00</updated>
<author>
<name>Ryan Wooden</name>
<email>rygwdn@gmail.com</email>
</author>
<published>2015-10-21T10:33:56+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/python-packages/sqlparse.git/commit/?id=848973f63de36ff3f90a8b7412dc3ee55fbd95f0'/>
<id>848973f63de36ff3f90a8b7412dc3ee55fbd95f0</id>
<content type='text'>
This significantly improves performance when grouping a large list
of IDs.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
This significantly improves performance when grouping a large list
of IDs.
</pre>
</div>
</content>
</entry>
<entry>
<title>Merge pull request #200 from graingert/patch-1</title>
<updated>2015-10-02T06:23:19+00:00</updated>
<author>
<name>Andi Albrecht</name>
<email>albrecht.andi@gmail.com</email>
</author>
<published>2015-10-02T06:23:19+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/python-packages/sqlparse.git/commit/?id=393bed9938826aaf7798dabb1a0187df8f39d72c'/>
<id>393bed9938826aaf7798dabb1a0187df8f39d72c</id>
<content type='text'>
Support universal wheels</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Support universal wheels</pre>
</div>
</content>
</entry>
<entry>
<title>Support universal wheels</title>
<updated>2015-10-01T23:42:22+00:00</updated>
<author>
<name>Thomas Grainger</name>
<email>tagrain@gmail.com</email>
</author>
<published>2015-10-01T23:42:22+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/python-packages/sqlparse.git/commit/?id=f6a0017f2e4666f274d427d28533c99cbd747a5a'/>
<id>f6a0017f2e4666f274d427d28533c99cbd747a5a</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Handle END IF correctly when splitting statements (fixes #194).</title>
<updated>2015-07-28T18:24:06+00:00</updated>
<author>
<name>Andi Albrecht</name>
<email>albrecht.andi@gmail.com</email>
</author>
<published>2015-07-28T18:24:06+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/python-packages/sqlparse.git/commit/?id=5d71c27e5194dfc8b8869f3170803e1d18bad6dc'/>
<id>5d71c27e5194dfc8b8869f3170803e1d18bad6dc</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
</feed>
