<feed xmlns='http://www.w3.org/2005/Atom'>
<title>delta/python-setuptools-git.git/setuptools/command/upload_docs.py, branch 0.6.12</title>
<subtitle>github.com: pypa/setuptools.git
</subtitle>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/python-setuptools-git.git/'/>
<entry>
<title>make sure all tests passes on all python versions fixes #149</title>
<updated>2010-05-06T16:10:32+00:00</updated>
<author>
<name>Tarek Ziade</name>
<email>tarek@ziade.org</email>
</author>
<published>2010-05-06T16:10:32+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/python-setuptools-git.git/commit/?id=6a6a261fa50522d77fba6d6345fb71ba9f00c311'/>
<id>6a6a261fa50522d77fba6d6345fb71ba9f00c311</id>
<content type='text'>
--HG--
branch : distribute
extra : rebase_source : 6288f4fcf65083b9d4ffb0ea8b35af44e699b4d5
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
--HG--
branch : distribute
extra : rebase_source : 6288f4fcf65083b9d4ffb0ea8b35af44e699b4d5
</pre>
</div>
</content>
</entry>
<entry>
<title>using a py3 marker instead of a try..except</title>
<updated>2010-04-05T20:26:07+00:00</updated>
<author>
<name>Tarek Ziade</name>
<email>tarek@ziade.org</email>
</author>
<published>2010-04-05T20:26:07+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/python-setuptools-git.git/commit/?id=58ec0860c3fef3a4c1a3da60b8340a21420724bd'/>
<id>58ec0860c3fef3a4c1a3da60b8340a21420724bd</id>
<content type='text'>
--HG--
branch : distribute
extra : rebase_source : e3ccffb120f1fdaddfa0746c0a592d6fbaf0dcd1
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
--HG--
branch : distribute
extra : rebase_source : e3ccffb120f1fdaddfa0746c0a592d6fbaf0dcd1
</pre>
</div>
</content>
</entry>
<entry>
<title>proper fix to avoid a syntax error on 2.5</title>
<updated>2010-04-05T20:18:39+00:00</updated>
<author>
<name>Tarek Ziade</name>
<email>tarek@ziade.org</email>
</author>
<published>2010-04-05T20:18:39+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/python-setuptools-git.git/commit/?id=4c4b93069581da0279ef1b037367592040a25532'/>
<id>4c4b93069581da0279ef1b037367592040a25532</id>
<content type='text'>
--HG--
branch : distribute
extra : rebase_source : 320da069dcb5d4c3ffb94e6e4f0e78a1bef8a305
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
--HG--
branch : distribute
extra : rebase_source : 320da069dcb5d4c3ffb94e6e4f0e78a1bef8a305
</pre>
</div>
</content>
</entry>
<entry>
<title> auth=b'Basic ' will throw a SyntaxError on 2.5</title>
<updated>2010-04-05T19:54:35+00:00</updated>
<author>
<name>Tarek Ziade</name>
<email>tarek@ziade.org</email>
</author>
<published>2010-04-05T19:54:35+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/python-setuptools-git.git/commit/?id=53b099f959636719525be988ee6e4a653f2d748f'/>
<id>53b099f959636719525be988ee6e4a653f2d748f</id>
<content type='text'>
--HG--
branch : distribute
extra : rebase_source : cbac0260bc300fc00ce3517ecd96d5bedc5cd896
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
--HG--
branch : distribute
extra : rebase_source : cbac0260bc300fc00ce3517ecd96d5bedc5cd896
</pre>
</div>
</content>
</entry>
<entry>
<title>Add some compatibility code for upload_docs so it will work in both</title>
<updated>2010-01-17T22:32:16+00:00</updated>
<author>
<name>"Brett Cannon ext:(%22)</name>
<email>brett@python.org</email>
</author>
<published>2010-01-17T22:32:16+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/python-setuptools-git.git/commit/?id=72d79d0466d0bfb566939075d651a9f111189137'/>
<id>72d79d0466d0bfb566939075d651a9f111189137</id>
<content type='text'>
Python 2 and Python 3.

At this point in manual testing, Python 2.6 still works fine, but
Python 3 is getting a 200 from the upload which is not what is wanted;
a 301 is what is expected for a successful upload. But at least Python
3 is not throwing any more exceptions.

--HG--
branch : distribute
extra : rebase_source : 00020ec37fec743077e9614f8b0141aab41cc932
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Python 2 and Python 3.

At this point in manual testing, Python 2.6 still works fine, but
Python 3 is getting a 200 from the upload which is not what is wanted;
a 301 is what is expected for a successful upload. But at least Python
3 is not throwing any more exceptions.

--HG--
branch : distribute
extra : rebase_source : 00020ec37fec743077e9614f8b0141aab41cc932
</pre>
</div>
</content>
</entry>
<entry>
<title>Use more reasonable variable names.</title>
<updated>2010-01-17T21:17:10+00:00</updated>
<author>
<name>"Brett Cannon ext:(%22)</name>
<email>brett@python.org</email>
</author>
<published>2010-01-17T21:17:10+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/python-setuptools-git.git/commit/?id=56d8bf130caec9061d304dbedf0a1b7e8f5ff396'/>
<id>56d8bf130caec9061d304dbedf0a1b7e8f5ff396</id>
<content type='text'>
--HG--
branch : distribute
extra : rebase_source : f05e05486f624a3234e19af2d5b108e80b82df10
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
--HG--
branch : distribute
extra : rebase_source : f05e05486f624a3234e19af2d5b108e80b82df10
</pre>
</div>
</content>
</entry>
<entry>
<title>Rename variable 'http' to 'conn' as httplib is renamed http in Python</title>
<updated>2010-01-17T20:57:41+00:00</updated>
<author>
<name>"Brett Cannon ext:(%22)</name>
<email>brett@python.org</email>
</author>
<published>2010-01-17T20:57:41+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/python-setuptools-git.git/commit/?id=07f219c589799bcb539ac79382f63cb5f1aafe2f'/>
<id>07f219c589799bcb539ac79382f63cb5f1aafe2f</id>
<content type='text'>
3.

--HG--
branch : distribute
extra : rebase_source : 50d0da5b2e099c4bfe55ad81dce0f73edb4f994c
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
3.

--HG--
branch : distribute
extra : rebase_source : 50d0da5b2e099c4bfe55ad81dce0f73edb4f994c
</pre>
</div>
</content>
</entry>
<entry>
<title>Add back in a missing space between "Basic" and the base64-encoded</title>
<updated>2010-01-17T20:55:33+00:00</updated>
<author>
<name>"Brett Cannon ext:(%22)</name>
<email>brett@python.org</email>
</author>
<published>2010-01-17T20:55:33+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/python-setuptools-git.git/commit/?id=8b1e0905135c56a9f66d5d6043ba33ac4ffab435'/>
<id>8b1e0905135c56a9f66d5d6043ba33ac4ffab435</id>
<content type='text'>
credentials for uploading docs.

--HG--
branch : distribute
extra : rebase_source : 0de13aa44d415d7afef4218190ef0742999630ff
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
credentials for uploading docs.

--HG--
branch : distribute
extra : rebase_source : 0de13aa44d415d7afef4218190ef0742999630ff
</pre>
</div>
</content>
</entry>
<entry>
<title>Change upload_docs so that its use of base64 does not fail under</title>
<updated>2010-01-17T20:44:31+00:00</updated>
<author>
<name>"Brett Cannon ext:(%22)</name>
<email>brett@python.org</email>
</author>
<published>2010-01-17T20:44:31+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/python-setuptools-git.git/commit/?id=eca7db803f7c10ebce0a16e982351fbdd60c3321'/>
<id>eca7db803f7c10ebce0a16e982351fbdd60c3321</id>
<content type='text'>
Python 3.

While base64 accepts a string in Python 2, the module in Python 3 only
works with bytes. Changed the code so that base64.encodebytes() is
used, else catch the AttributeError and use base64.encodestring(). Not
fully tested yet as there is another failure farther down under under
Python 3.

--HG--
branch : distribute
extra : rebase_source : 37078c416d98ee7f6dff1715731ab3f0c186b6cf
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Python 3.

While base64 accepts a string in Python 2, the module in Python 3 only
works with bytes. Changed the code so that base64.encodebytes() is
used, else catch the AttributeError and use base64.encodestring(). Not
fully tested yet as there is another failure farther down under under
Python 3.

--HG--
branch : distribute
extra : rebase_source : 37078c416d98ee7f6dff1715731ab3f0c186b6cf
</pre>
</div>
</content>
</entry>
<entry>
<title>Fixed empty folder issue during upload_docs.</title>
<updated>2009-11-15T09:34:29+00:00</updated>
<author>
<name>Alice Bevan-McGregor</name>
<email>alice@gothcandy.com</email>
</author>
<published>2009-11-15T09:34:29+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/python-setuptools-git.git/commit/?id=bd0d051d1484be495e22d4ed0576951f339a1222'/>
<id>bd0d051d1484be495e22d4ed0576951f339a1222</id>
<content type='text'>
--HG--
branch : distribute
extra : rebase_source : b1e08e29f75d14970b7d4d57692c2e0013449637
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
--HG--
branch : distribute
extra : rebase_source : b1e08e29f75d14970b7d4d57692c2e0013449637
</pre>
</div>
</content>
</entry>
</feed>
