<feed xmlns='http://www.w3.org/2005/Atom'>
<title>delta/python-packages/sqlparse.git/extras/py3k, branch issue_66</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>Update py3k patch.</title>
<updated>2012-03-29T10:11:47+00:00</updated>
<author>
<name>Andi Albrecht</name>
<email>albrecht.andi@gmail.com</email>
</author>
<published>2012-03-29T10:11:47+00:00</published>
<link rel='alternate' type='text/html' href='http://91.123.203.49/cgit/delta/python-packages/sqlparse.git/commit/?id=b887bab44ad518e6bec290774bc866badaed04c3'/>
<id>b887bab44ad518e6bec290774bc866badaed04c3</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Change all internal use of to_unicode() to __unicode__() and marked former one as deprecated.</title>
<updated>2012-02-03T13:32:06+00:00</updated>
<author>
<name>Jesús Leganés Combarro "Piranna"</name>
<email>piranna@gmail.com</email>
</author>
<published>2012-02-03T13:32:06+00:00</published>
<link rel='alternate' type='text/html' href='http://91.123.203.49/cgit/delta/python-packages/sqlparse.git/commit/?id=eec7cd398cf404de874980518ccf46b0f7db00e8'/>
<id>eec7cd398cf404de874980518ccf46b0f7db00e8</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Don't write diffs when generating py3k version.</title>
<updated>2011-07-30T19:46:51+00:00</updated>
<author>
<name>Andi Albrecht</name>
<email>albrecht.andi@gmail.com</email>
</author>
<published>2011-07-30T19:46:51+00:00</published>
<link rel='alternate' type='text/html' href='http://91.123.203.49/cgit/delta/python-packages/sqlparse.git/commit/?id=718616c4123fcdac4ec2d15eed641f6f80da9600'/>
<id>718616c4123fcdac4ec2d15eed641f6f80da9600</id>
<content type='text'>
Since the diff contains non-ascii chars it causes an error on buildbot.
See http://bugs.python.org/issue7922
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Since the diff contains non-ascii chars it causes an error on buildbot.
See http://bugs.python.org/issue7922
</pre>
</div>
</content>
</entry>
<entry>
<title>Fix a Py3K regression.</title>
<updated>2010-12-09T04:55:12+00:00</updated>
<author>
<name>Andi Albrecht</name>
<email>albrecht.andi@gmail.com</email>
</author>
<published>2010-12-09T04:55:12+00:00</published>
<link rel='alternate' type='text/html' href='http://91.123.203.49/cgit/delta/python-packages/sqlparse.git/commit/?id=a7927edaef71f560d88205989655288fd8b3d23c'/>
<id>a7927edaef71f560d88205989655288fd8b3d23c</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Backed out changeset 489299fc3548</title>
<updated>2010-11-21T17:55:58+00:00</updated>
<author>
<name>Andi Albrecht</name>
<email>albrecht.andi@gmail.com</email>
</author>
<published>2010-11-21T17:55:58+00:00</published>
<link rel='alternate' type='text/html' href='http://91.123.203.49/cgit/delta/python-packages/sqlparse.git/commit/?id=f7a57dea9112c884817b25bdb9895f8c2be03005'/>
<id>f7a57dea9112c884817b25bdb9895f8c2be03005</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Include patches from extras/py3k/fixes.diff (fixes issue12).</title>
<updated>2010-11-21T11:32:27+00:00</updated>
<author>
<name>Andi Albrecht</name>
<email>albrecht.andi@gmail.com</email>
</author>
<published>2010-11-21T11:32:27+00:00</published>
<link rel='alternate' type='text/html' href='http://91.123.203.49/cgit/delta/python-packages/sqlparse.git/commit/?id=16b9b09222313e6cf45cd4daa313fd0f951f6a94'/>
<id>16b9b09222313e6cf45cd4daa313fd0f951f6a94</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Remove next() patch (targets issue12).</title>
<updated>2010-11-21T08:08:43+00:00</updated>
<author>
<name>Andi Albrecht</name>
<email>albrecht.andi@gmail.com</email>
</author>
<published>2010-11-21T08:08:43+00:00</published>
<link rel='alternate' type='text/html' href='http://91.123.203.49/cgit/delta/python-packages/sqlparse.git/commit/?id=b995d5ef8ba9caa5f09bfdaed868f0321547c83d'/>
<id>b995d5ef8ba9caa5f09bfdaed868f0321547c83d</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Add copy of setup.py to py3k version.</title>
<updated>2010-11-14T15:00:27+00:00</updated>
<author>
<name>Andi Albrecht</name>
<email>albrecht.andi@gmail.com</email>
</author>
<published>2010-11-14T15:00:27+00:00</published>
<link rel='alternate' type='text/html' href='http://91.123.203.49/cgit/delta/python-packages/sqlparse.git/commit/?id=51bd3d5e1603676ab245fd6637b7c7fc9de342f6'/>
<id>51bd3d5e1603676ab245fd6637b7c7fc9de342f6</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Fix automated py3k build.</title>
<updated>2009-09-02T06:57:52+00:00</updated>
<author>
<name>Andi Albrecht</name>
<email>albrecht.andi@gmail.com</email>
</author>
<published>2009-09-02T06:57:52+00:00</published>
<link rel='alternate' type='text/html' href='http://91.123.203.49/cgit/delta/python-packages/sqlparse.git/commit/?id=fc6f972a21537ff743b2e9e7bad8ce8db832c01d'/>
<id>fc6f972a21537ff743b2e9e7bad8ce8db832c01d</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Initial approach to provide an experimental Py3K version.</title>
<updated>2009-04-30T05:26:03+00:00</updated>
<author>
<name>Andi Albrecht</name>
<email>albrecht.andi@gmail.com</email>
</author>
<published>2009-04-30T05:26:03+00:00</published>
<link rel='alternate' type='text/html' href='http://91.123.203.49/cgit/delta/python-packages/sqlparse.git/commit/?id=73e08937ed5de0e5106408da32cdb3cb71af5b8c'/>
<id>73e08937ed5de0e5106408da32cdb3cb71af5b8c</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
</feed>
