<feed xmlns='http://www.w3.org/2005/Atom'>
<title>delta/python-packages/sqlparse.git/sqlparse, branch typo</title>
<subtitle>github.com: andialbrecht/sqlparse.git
</subtitle>
<link rel='alternate' type='text/html' href='http://91.123.203.49/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://91.123.203.49/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>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://91.123.203.49/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://91.123.203.49/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>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://91.123.203.49/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>Switch back to development.</title>
<updated>2017-09-27T07:11:51+00:00</updated>
<author>
<name>Andi Albrecht</name>
<email>albrecht.andi@gmail.com</email>
</author>
<published>2017-09-27T07:11:51+00:00</published>
<link rel='alternate' type='text/html' href='http://91.123.203.49/cgit/delta/python-packages/sqlparse.git/commit/?id=63d9cfde9982ab59c059fe8f88315f2359cedc79'/>
<id>63d9cfde9982ab59c059fe8f88315f2359cedc79</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>This is 0.2.4.</title>
<updated>2017-09-27T07:08:35+00:00</updated>
<author>
<name>Andi Albrecht</name>
<email>albrecht.andi@gmail.com</email>
</author>
<published>2017-09-27T07:08:35+00:00</published>
<link rel='alternate' type='text/html' href='http://91.123.203.49/cgit/delta/python-packages/sqlparse.git/commit/?id=7c3f77133819ff61f19b22b651bf2f7312c04802'/>
<id>7c3f77133819ff61f19b22b651bf2f7312c04802</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Close files during tests.</title>
<updated>2017-09-24T07:14:35+00:00</updated>
<author>
<name>Andi Albrecht</name>
<email>albrecht.andi@gmail.com</email>
</author>
<published>2017-09-24T07:14:35+00:00</published>
<link rel='alternate' type='text/html' href='http://91.123.203.49/cgit/delta/python-packages/sqlparse.git/commit/?id=bf9ce73e3720bdbf1cc671f35f4f299511d59650'/>
<id>bf9ce73e3720bdbf1cc671f35f4f299511d59650</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Fix handling of semicolon when grouping assignments (fixes #359).</title>
<updated>2017-09-24T06:54:01+00:00</updated>
<author>
<name>Andi Albrecht</name>
<email>albrecht.andi@gmail.com</email>
</author>
<published>2017-09-24T06:54:01+00:00</published>
<link rel='alternate' type='text/html' href='http://91.123.203.49/cgit/delta/python-packages/sqlparse.git/commit/?id=097478e47fbc0423118f82a0a7b458c2e9dbea7b'/>
<id>097478e47fbc0423118f82a0a7b458c2e9dbea7b</id>
<content type='text'>
When grouping assignments that contain a semicolon itself, the
engine was too greedy. Assignments with semicolon were introduced
in 691c0400e5a7d8229b7dce09bf47176539add328.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
When grouping assignments that contain a semicolon itself, the
engine was too greedy. Assignments with semicolon were introduced
in 691c0400e5a7d8229b7dce09bf47176539add328.
</pre>
</div>
</content>
</entry>
<entry>
<title>Merge branch 'master' into master</title>
<updated>2017-09-21T08:19:57+00:00</updated>
<author>
<name>Andi Albrecht</name>
<email>albrecht.andi@gmail.com</email>
</author>
<published>2017-09-21T08:19:57+00:00</published>
<link rel='alternate' type='text/html' href='http://91.123.203.49/cgit/delta/python-packages/sqlparse.git/commit/?id=54551c472bdcb92679872b6bcd8348e5542fd2ee'/>
<id>54551c472bdcb92679872b6bcd8348e5542fd2ee</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Code cleanup.</title>
<updated>2017-09-14T13:52:00+00:00</updated>
<author>
<name>Andi Albrecht</name>
<email>albrecht.andi@gmail.com</email>
</author>
<published>2017-09-14T13:52:00+00:00</published>
<link rel='alternate' type='text/html' href='http://91.123.203.49/cgit/delta/python-packages/sqlparse.git/commit/?id=b3dc9a6ac2dd7511ecb6712ed6aceb4d4ce359ac'/>
<id>b3dc9a6ac2dd7511ecb6712ed6aceb4d4ce359ac</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
</feed>
