<feed xmlns='http://www.w3.org/2005/Atom'>
<title>delta/python-packages/sqlparse.git/setup.py, branch 0.1.13</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>Actually import setup, even without setuptools (fixes #115).</title>
<updated>2013-10-24T19:22:32+00:00</updated>
<author>
<name>Andi Albrecht</name>
<email>albrecht.andi@gmail.com</email>
</author>
<published>2013-10-24T19:22:32+00:00</published>
<link rel='alternate' type='text/html' href='http://91.123.203.49/cgit/delta/python-packages/sqlparse.git/commit/?id=1acf52dc96f595d972375c0f2a185a668929a211'/>
<id>1acf52dc96f595d972375c0f2a185a668929a211</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Add minimal changes to support Python 2.4.</title>
<updated>2013-02-28T07:22:45+00:00</updated>
<author>
<name>Andi Albrecht</name>
<email>albrecht.andi@gmail.com</email>
</author>
<published>2013-02-28T07:22:45+00:00</published>
<link rel='alternate' type='text/html' href='http://91.123.203.49/cgit/delta/python-packages/sqlparse.git/commit/?id=58134785ce80f43529c328e1c36a45739f3d84eb'/>
<id>58134785ce80f43529c328e1c36a45739f3d84eb</id>
<content type='text'>
Fair warning: Support for Python 2.4 may be dropped at any time. But as long as the changes are
that minimal and have no significant side-effects we can keep up the compatibility.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Fair warning: Support for Python 2.4 may be dropped at any time. But as long as the changes are
that minimal and have no significant side-effects we can keep up the compatibility.
</pre>
</div>
</content>
</entry>
<entry>
<title>Remove x-bit from setup.py.</title>
<updated>2013-01-21T10:36:29+00:00</updated>
<author>
<name>Andi Albrecht</name>
<email>albrecht.andi@gmail.com</email>
</author>
<published>2013-01-21T10:36:29+00:00</published>
<link rel='alternate' type='text/html' href='http://91.123.203.49/cgit/delta/python-packages/sqlparse.git/commit/?id=1584b2225a8d81366ab0298d21b341969c603e8d'/>
<id>1584b2225a8d81366ab0298d21b341969c603e8d</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Require distribute only for Python 3.</title>
<updated>2013-01-01T15:37:55+00:00</updated>
<author>
<name>Andi Albrecht</name>
<email>albrecht.andi@gmail.com</email>
</author>
<published>2013-01-01T15:37:55+00:00</published>
<link rel='alternate' type='text/html' href='http://91.123.203.49/cgit/delta/python-packages/sqlparse.git/commit/?id=d19d0110e0e1bcc3c427a4640829fdf193b5cfcb'/>
<id>d19d0110e0e1bcc3c427a4640829fdf193b5cfcb</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Remove download url from setup (fixes issue84).</title>
<updated>2013-01-01T13:55:06+00:00</updated>
<author>
<name>Andi Albrecht</name>
<email>albrecht.andi@gmail.com</email>
</author>
<published>2013-01-01T13:55:06+00:00</published>
<link rel='alternate' type='text/html' href='http://91.123.203.49/cgit/delta/python-packages/sqlparse.git/commit/?id=41df204d37716c2efa5d83bf957f74c56a075467'/>
<id>41df204d37716c2efa5d83bf957f74c56a075467</id>
<content type='text'>
Downloads on github are disabled since December 2012.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Downloads on github are disabled since December 2012.
</pre>
</div>
</content>
</entry>
<entry>
<title>Don't install tests as a package.</title>
<updated>2013-01-01T13:34:53+00:00</updated>
<author>
<name>Andi Albrecht</name>
<email>albrecht.andi@gmail.com</email>
</author>
<published>2013-01-01T13:34:53+00:00</published>
<link rel='alternate' type='text/html' href='http://91.123.203.49/cgit/delta/python-packages/sqlparse.git/commit/?id=3854cdfe8ef3d312f3285b085be7005b132c2eb1'/>
<id>3854cdfe8ef3d312f3285b085be7005b132c2eb1</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Python 3 is now fully supported without any patches.</title>
<updated>2012-12-31T21:54:59+00:00</updated>
<author>
<name>Andi Albrecht</name>
<email>albrecht.andi@gmail.com</email>
</author>
<published>2012-12-31T21:54:59+00:00</published>
<link rel='alternate' type='text/html' href='http://91.123.203.49/cgit/delta/python-packages/sqlparse.git/commit/?id=a25569e742b4884d2198c0ea6a6f804e657f6f6d'/>
<id>a25569e742b4884d2198c0ea6a6f804e657f6f6d</id>
<content type='text'>
This change makes the extras/py3k stuff obsolete and installing for
Python 3 is as easy as "python3 setup.py install". setup.py uses
distribute's use_2to3 flag to automatically run 2to3 when Python 3 is
used.

\o/ Happy New Year, everyone!
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
This change makes the extras/py3k stuff obsolete and installing for
Python 3 is as easy as "python3 setup.py install". setup.py uses
distribute's use_2to3 flag to automatically run 2to3 when Python 3 is
used.

\o/ Happy New Year, everyone!
</pre>
</div>
</content>
</entry>
<entry>
<title>parse version number instead of importing sqlparse in setup.py</title>
<updated>2012-11-24T08:09:52+00:00</updated>
<author>
<name>Andi Albrecht</name>
<email>albrecht.andi@gmail.com</email>
</author>
<published>2012-11-24T08:09:52+00:00</published>
<link rel='alternate' type='text/html' href='http://91.123.203.49/cgit/delta/python-packages/sqlparse.git/commit/?id=6e8276a8be8c63813ec1f371d670f1aaa25d525c'/>
<id>6e8276a8be8c63813ec1f371d670f1aaa25d525c</id>
<content type='text'>
This allows to bootstrap the python 3 conversion process whithout failing on
python setup.py develop.

Patch with slight modifications by Florian Bauer.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
This allows to bootstrap the python 3 conversion process whithout failing on
python setup.py develop.

Patch with slight modifications by Florian Bauer.
</pre>
</div>
</content>
</entry>
<entry>
<title>Update links in setup.py, thanks to @bulkanevcimen.</title>
<updated>2012-08-24T05:52:29+00:00</updated>
<author>
<name>Andi Albrecht</name>
<email>albrecht.andi@gmail.com</email>
</author>
<published>2012-08-24T05:52:29+00:00</published>
<link rel='alternate' type='text/html' href='http://91.123.203.49/cgit/delta/python-packages/sqlparse.git/commit/?id=0a877102119d4738369c1464107123f3f9e6978d'/>
<id>0a877102119d4738369c1464107123f3f9e6978d</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>
</feed>
