<feed xmlns='http://www.w3.org/2005/Atom'>
<title>delta/python-packages/sqlparse.git, branch 0.3.0</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>Bump version.</title>
<updated>2019-03-11T18:18:20+00:00</updated>
<author>
<name>Andi Albrecht</name>
<email>albrecht.andi@gmail.com</email>
</author>
<published>2019-03-11T18:18:20+00:00</published>
<link rel='alternate' type='text/html' href='http://91.123.203.49/cgit/delta/python-packages/sqlparse.git/commit/?id=93d7718e486c715849b291c35f8bbc5672a1a5de'/>
<id>93d7718e486c715849b291c35f8bbc5672a1a5de</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Avoid formatting of psql commands (fixes #469).</title>
<updated>2019-03-11T11:45:11+00:00</updated>
<author>
<name>Andi Albrecht</name>
<email>albrecht.andi@gmail.com</email>
</author>
<published>2019-03-11T11:45:11+00:00</published>
<link rel='alternate' type='text/html' href='http://91.123.203.49/cgit/delta/python-packages/sqlparse.git/commit/?id=cff61bb93a080c1becbf2c6cd33911bc206cf587'/>
<id>cff61bb93a080c1becbf2c6cd33911bc206cf587</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Update changelog.</title>
<updated>2019-03-10T08:06:55+00:00</updated>
<author>
<name>Andi Albrecht</name>
<email>albrecht.andi@gmail.com</email>
</author>
<published>2019-03-10T08:06:55+00:00</published>
<link rel='alternate' type='text/html' href='http://91.123.203.49/cgit/delta/python-packages/sqlparse.git/commit/?id=fcbccb849b56f29fb7f3ddb958d3e10279f8d939'/>
<id>fcbccb849b56f29fb7f3ddb958d3e10279f8d939</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Remove unnecessary compat shim for bytes</title>
<updated>2019-03-10T08:03:42+00:00</updated>
<author>
<name>Jon Dufresne</name>
<email>jon.dufresne@gmail.com</email>
</author>
<published>2018-12-28T20:46:38+00:00</published>
<link rel='alternate' type='text/html' href='http://91.123.203.49/cgit/delta/python-packages/sqlparse.git/commit/?id=c9a490abf869eddf5b88de57c17d7a6c6c643ed8'/>
<id>c9a490abf869eddf5b88de57c17d7a6c6c643ed8</id>
<content type='text'>
Both Python 2.7 and Python 3 have the type bytes. On Python 2.7, it is
an alias of str, same as was previously defined in compat.py. Makes the
code slightly more compatible with Python 3 style syntax. Observe:

    $ python2
    &gt;&gt;&gt; bytes
    &lt;type 'str'&gt;
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Both Python 2.7 and Python 3 have the type bytes. On Python 2.7, it is
an alias of str, same as was previously defined in compat.py. Makes the
code slightly more compatible with Python 3 style syntax. Observe:

    $ python2
    &gt;&gt;&gt; bytes
    &lt;type 'str'&gt;
</pre>
</div>
</content>
</entry>
<entry>
<title>[tokenizer] Addressing @andialbrecht comments</title>
<updated>2019-03-10T07:59:16+00:00</updated>
<author>
<name>John Bodley</name>
<email>john.bodley@airbnb.com</email>
</author>
<published>2019-01-15T23:46:28+00:00</published>
<link rel='alternate' type='text/html' href='http://91.123.203.49/cgit/delta/python-packages/sqlparse.git/commit/?id=9aab1d2fc5c1ea9435bec404fa33b844996f2a4b'/>
<id>9aab1d2fc5c1ea9435bec404fa33b844996f2a4b</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>[tokenizer] Grouping GROUP/ORDER BY</title>
<updated>2019-03-10T07:59:16+00:00</updated>
<author>
<name>John Bodley</name>
<email>john.bodley@airbnb.com</email>
</author>
<published>2019-01-15T06:38:55+00:00</published>
<link rel='alternate' type='text/html' href='http://91.123.203.49/cgit/delta/python-packages/sqlparse.git/commit/?id=c4e9dae235abca0b4ae7099f9f9000c075b3a8e5'/>
<id>c4e9dae235abca0b4ae7099f9f9000c075b3a8e5</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>[keywords] Adding Calcite temporal keywords</title>
<updated>2019-03-10T07:55:38+00:00</updated>
<author>
<name>John Bodley</name>
<email>john.bodley@airbnb.com</email>
</author>
<published>2019-02-12T17:58:53+00:00</published>
<link rel='alternate' type='text/html' href='http://91.123.203.49/cgit/delta/python-packages/sqlparse.git/commit/?id=8fd25a972b3d4123cee9ceb8276bc834507753ef'/>
<id>8fd25a972b3d4123cee9ceb8276bc834507753ef</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Update changelog and authors.</title>
<updated>2019-03-10T07:55:01+00:00</updated>
<author>
<name>Andi Albrecht</name>
<email>albrecht.andi@gmail.com</email>
</author>
<published>2019-03-10T07:55:01+00:00</published>
<link rel='alternate' type='text/html' href='http://91.123.203.49/cgit/delta/python-packages/sqlparse.git/commit/?id=54a92374b6fdd7a5bd91509720f47cd4baa5add1'/>
<id>54a92374b6fdd7a5bd91509720f47cd4baa5add1</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Add in slash comment functionality</title>
<updated>2019-03-10T07:53:11+00:00</updated>
<author>
<name>Ian Robertson</name>
<email>ian.robertson@capitalone.com</email>
</author>
<published>2019-01-14T14:38:51+00:00</published>
<link rel='alternate' type='text/html' href='http://91.123.203.49/cgit/delta/python-packages/sqlparse.git/commit/?id=170010e7d709f2145169d23482d006dc56856256'/>
<id>170010e7d709f2145169d23482d006dc56856256</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Update changelog and authors.</title>
<updated>2019-03-10T07:12:19+00:00</updated>
<author>
<name>Andi Albrecht</name>
<email>albrecht.andi@gmail.com</email>
</author>
<published>2019-03-10T07:12:19+00:00</published>
<link rel='alternate' type='text/html' href='http://91.123.203.49/cgit/delta/python-packages/sqlparse.git/commit/?id=ad8d1d1e4c9b6bbd21c255b9421685944c4d96e0'/>
<id>ad8d1d1e4c9b6bbd21c255b9421685944c4d96e0</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
</feed>
