<feed xmlns='http://www.w3.org/2005/Atom'>
<title>delta/python-packages/sqlparse.git, branch typo</title>
<subtitle>github.com: andialbrecht/sqlparse.git
</subtitle>
<link rel='alternate' type='text/html' href='http://trove.baserock.org/cgit/delta/python-packages/sqlparse.git/'/>
<entry>
<title>Fix typos</title>
<updated>2017-11-29T21:52:15+00:00</updated>
<author>
<name>Victor Uriarte</name>
<email>victor.m.uriarte@intel.com</email>
</author>
<published>2017-11-29T16:56:06+00:00</published>
<link rel='alternate' type='text/html' href='http://trove.baserock.org/cgit/delta/python-packages/sqlparse.git/commit/?id=43478c60394e09246ee6275f89ae434e429cc5b5'/>
<id>43478c60394e09246ee6275f89ae434e429cc5b5</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>2017-11-24T10:55:48+00:00</updated>
<author>
<name>Andi Albrecht</name>
<email>albrecht.andi@gmail.com</email>
</author>
<published>2017-11-24T10:55:48+00:00</published>
<link rel='alternate' type='text/html' href='http://trove.baserock.org/cgit/delta/python-packages/sqlparse.git/commit/?id=745df4576efca44b226bcdca33f718a5fa670eab'/>
<id>745df4576efca44b226bcdca33f718a5fa670eab</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 #345 from johshoff/master</title>
<updated>2017-11-24T10:52:36+00:00</updated>
<author>
<name>Andi Albrecht</name>
<email>albrecht.andi@gmail.com</email>
</author>
<published>2017-11-24T10:52:36+00:00</published>
<link rel='alternate' type='text/html' href='http://trove.baserock.org/cgit/delta/python-packages/sqlparse.git/commit/?id=4e44545cb759a7b321d85009e7258385fae71740'/>
<id>4e44545cb759a7b321d85009e7258385fae71740</id>
<content type='text'>
Option to indent after first line</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Option to indent after first line</pre>
</div>
</content>
</entry>
<entry>
<title>Adhere to style</title>
<updated>2017-11-23T20:14:32+00:00</updated>
<author>
<name>Johannes Hoff</name>
<email>johshoff@gmail.com</email>
</author>
<published>2017-11-23T20:14:32+00:00</published>
<link rel='alternate' type='text/html' href='http://trove.baserock.org/cgit/delta/python-packages/sqlparse.git/commit/?id=8f5003bc8d06fc5b3167eb2a1bd24cc1fb399fa4'/>
<id>8f5003bc8d06fc5b3167eb2a1bd24cc1fb399fa4</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 #362 from jdufresne/wheel-license</title>
<updated>2017-11-21T10:36:39+00:00</updated>
<author>
<name>Andi Albrecht</name>
<email>albrecht.andi@gmail.com</email>
</author>
<published>2017-11-21T10:36:39+00:00</published>
<link rel='alternate' type='text/html' href='http://trove.baserock.org/cgit/delta/python-packages/sqlparse.git/commit/?id=ec1c5b189bdc6f1673eeebe3b12958ca5d527fa3'/>
<id>ec1c5b189bdc6f1673eeebe3b12958ca5d527fa3</id>
<content type='text'>
Include license file in the generated wheel package</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Include license file in the generated wheel package</pre>
</div>
</content>
</entry>
<entry>
<title>Merge pull request #363 from jdufresne/py26</title>
<updated>2017-11-21T10:36:07+00:00</updated>
<author>
<name>Andi Albrecht</name>
<email>albrecht.andi@gmail.com</email>
</author>
<published>2017-11-21T10:36:07+00:00</published>
<link rel='alternate' type='text/html' href='http://trove.baserock.org/cgit/delta/python-packages/sqlparse.git/commit/?id=97c72d7ae34518bbc2dd142fdf4ffeedcb9b0e8f'/>
<id>97c72d7ae34518bbc2dd142fdf4ffeedcb9b0e8f</id>
<content type='text'>
Remove references and testing for unsupported Python versions</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Remove references and testing for unsupported Python versions</pre>
</div>
</content>
</entry>
<entry>
<title>Merge pull request #364 from jdufresne/flake8</title>
<updated>2017-11-21T10:35:21+00:00</updated>
<author>
<name>Andi Albrecht</name>
<email>albrecht.andi@gmail.com</email>
</author>
<published>2017-11-21T10:35:21+00:00</published>
<link rel='alternate' type='text/html' href='http://trove.baserock.org/cgit/delta/python-packages/sqlparse.git/commit/?id=0a641f9d6e89a8ef50d883c527d1fffd028421bd'/>
<id>0a641f9d6e89a8ef50d883c527d1fffd028421bd</id>
<content type='text'>
Fix flake8 warning with newer flake8 version</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Fix flake8 warning with newer flake8 version</pre>
</div>
</content>
</entry>
<entry>
<title>Merge pull request #365 from jdufresne/unclosed</title>
<updated>2017-11-21T10:34:34+00:00</updated>
<author>
<name>Andi Albrecht</name>
<email>albrecht.andi@gmail.com</email>
</author>
<published>2017-11-21T10:34:34+00:00</published>
<link rel='alternate' type='text/html' href='http://trove.baserock.org/cgit/delta/python-packages/sqlparse.git/commit/?id=8d3c45f46efa6165d67eb4580cc152e8b2402f1d'/>
<id>8d3c45f46efa6165d67eb4580cc152e8b2402f1d</id>
<content type='text'>
Fix unclosed file warnings discovered during tests</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Fix unclosed file warnings discovered during tests</pre>
</div>
</content>
</entry>
<entry>
<title>Fix unclosed file warnings discovered during tests</title>
<updated>2017-10-29T00:07:09+00:00</updated>
<author>
<name>Jon Dufresne</name>
<email>jon.dufresne@gmail.com</email>
</author>
<published>2017-10-29T00:07:09+00:00</published>
<link rel='alternate' type='text/html' href='http://trove.baserock.org/cgit/delta/python-packages/sqlparse.git/commit/?id=acaf00cbaf32e7a14e39bcc0a5fd774a5385faa0'/>
<id>acaf00cbaf32e7a14e39bcc0a5fd774a5385faa0</id>
<content type='text'>
Appear as:

  ResourceWarning: unclosed file ...

Always explicitly close files or detach file wrappers.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Appear as:

  ResourceWarning: unclosed file ...

Always explicitly close files or detach file wrappers.
</pre>
</div>
</content>
</entry>
<entry>
<title>Fix flake8 warning with newer flake8 version</title>
<updated>2017-10-28T23:52:24+00:00</updated>
<author>
<name>Jon Dufresne</name>
<email>jon.dufresne@gmail.com</email>
</author>
<published>2017-10-28T23:52:24+00:00</published>
<link rel='alternate' type='text/html' href='http://trove.baserock.org/cgit/delta/python-packages/sqlparse.git/commit/?id=490c3d90c6b07a35ec60bf146de115a06a839c2a'/>
<id>490c3d90c6b07a35ec60bf146de115a06a839c2a</id>
<content type='text'>
Report "ambiguous variable name 'l'", replace with a more descriptive
name.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Report "ambiguous variable name 'l'", replace with a more descriptive
name.
</pre>
</div>
</content>
</entry>
</feed>
