<feed xmlns='http://www.w3.org/2005/Atom'>
<title>delta/python-setuptools-git.git, branch 5.4.1</title>
<subtitle>github.com: pypa/setuptools.git
</subtitle>
<link rel='alternate' type='text/html' href='http://91.123.203.49/cgit/delta/python-setuptools-git.git/'/>
<entry>
<title>Bumped to 5.4.1 in preparation for next release.</title>
<updated>2014-07-06T18:04:10+00:00</updated>
<author>
<name>Jason R. Coombs</name>
<email>jaraco@jaraco.com</email>
</author>
<published>2014-07-06T18:04:10+00:00</published>
<link rel='alternate' type='text/html' href='http://91.123.203.49/cgit/delta/python-setuptools-git.git/commit/?id=793bdfffdf388ae3203d4703b4feac3f1f4ccd96'/>
<id>793bdfffdf388ae3203d4703b4feac3f1f4ccd96</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>2014-07-06T18:00:46+00:00</updated>
<author>
<name>Jason R. Coombs</name>
<email>jaraco@jaraco.com</email>
</author>
<published>2014-07-06T18:00:46+00:00</published>
<link rel='alternate' type='text/html' href='http://91.123.203.49/cgit/delta/python-setuptools-git.git/commit/?id=0d6a21f045a6137d6ed96d89d966bceacd8a2531'/>
<id>0d6a21f045a6137d6ed96d89d966bceacd8a2531</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Merged in rakuco/setuptools (pull request #71)</title>
<updated>2014-07-06T17:58:54+00:00</updated>
<author>
<name>Jason R. Coombs</name>
<email>jaraco@jaraco.com</email>
</author>
<published>2014-07-06T17:58:54+00:00</published>
<link rel='alternate' type='text/html' href='http://91.123.203.49/cgit/delta/python-setuptools-git.git/commit/?id=cde14ad10eec5bc2e8fc0af24125f58c91e0fbcc'/>
<id>cde14ad10eec5bc2e8fc0af24125f58c91e0fbcc</id>
<content type='text'>
ssl_support: Adjust to tunneling changes in Python 2.7.7 and 3.4.1.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
ssl_support: Adjust to tunneling changes in Python 2.7.7 and 3.4.1.
</pre>
</div>
</content>
</entry>
<entry>
<title>Remove doctests module. It is now part of Python.</title>
<updated>2014-07-06T00:31:39+00:00</updated>
<author>
<name>Jason R. Coombs</name>
<email>jaraco@jaraco.com</email>
</author>
<published>2014-07-06T00:31:39+00:00</published>
<link rel='alternate' type='text/html' href='http://91.123.203.49/cgit/delta/python-setuptools-git.git/commit/?id=26d4bb13598407c64ab1a77a33716411c5fbad3f'/>
<id>26d4bb13598407c64ab1a77a33716411c5fbad3f</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>next compatibility is no longer required</title>
<updated>2014-07-05T19:00:26+00:00</updated>
<author>
<name>Jason R. Coombs</name>
<email>jaraco@jaraco.com</email>
</author>
<published>2014-07-05T19:00:26+00:00</published>
<link rel='alternate' type='text/html' href='http://91.123.203.49/cgit/delta/python-setuptools-git.git/commit/?id=508f0f5134f3f5e87f53b7773086c8ecb30c527e'/>
<id>508f0f5134f3f5e87f53b7773086c8ecb30c527e</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Since Python 3 will always need the _execfile functionality (to fulfill the test in test_sandbox), this functionality should become part of the core implementation.</title>
<updated>2014-07-05T18:42:49+00:00</updated>
<author>
<name>Jason R. Coombs</name>
<email>jaraco@jaraco.com</email>
</author>
<published>2014-07-05T18:42:49+00:00</published>
<link rel='alternate' type='text/html' href='http://91.123.203.49/cgit/delta/python-setuptools-git.git/commit/?id=c4ecbd1e58a3384a5ab730450fa5487e48b68721'/>
<id>c4ecbd1e58a3384a5ab730450fa5487e48b68721</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Use numbers.Number to detect numeric type</title>
<updated>2014-07-05T17:34:34+00:00</updated>
<author>
<name>Jason R. Coombs</name>
<email>jaraco@jaraco.com</email>
</author>
<published>2014-07-05T17:34:34+00:00</published>
<link rel='alternate' type='text/html' href='http://91.123.203.49/cgit/delta/python-setuptools-git.git/commit/?id=f3829d8bd0cd852be133f8822aa4493a7a12fd51'/>
<id>f3829d8bd0cd852be133f8822aa4493a7a12fd51</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Normalize whitespace per more modern style conventions.</title>
<updated>2014-07-05T17:01:13+00:00</updated>
<author>
<name>Jason R. Coombs</name>
<email>jaraco@jaraco.com</email>
</author>
<published>2014-07-05T17:01:13+00:00</published>
<link rel='alternate' type='text/html' href='http://91.123.203.49/cgit/delta/python-setuptools-git.git/commit/?id=b8865685d6cad94c1e5a049ff2f63ae1bbfc1cf2'/>
<id>b8865685d6cad94c1e5a049ff2f63ae1bbfc1cf2</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Avoid trailing comments in pkg_resources.</title>
<updated>2014-07-05T16:45:31+00:00</updated>
<author>
<name>Jason R. Coombs</name>
<email>jaraco@jaraco.com</email>
</author>
<published>2014-07-05T16:45:31+00:00</published>
<link rel='alternate' type='text/html' href='http://91.123.203.49/cgit/delta/python-setuptools-git.git/commit/?id=3d4e1f728c1976caa56a463888a4fdbcee498e0b'/>
<id>3d4e1f728c1976caa56a463888a4fdbcee498e0b</id>
<content type='text'>
--HG--
extra : histedit_source : fba32276bb6acd7b5e44ff596407d10c94c618a9
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
--HG--
extra : histedit_source : fba32276bb6acd7b5e44ff596407d10c94c618a9
</pre>
</div>
</content>
</entry>
<entry>
<title>Remove commented code</title>
<updated>2014-07-05T16:42:24+00:00</updated>
<author>
<name>Jason R. Coombs</name>
<email>jaraco@jaraco.com</email>
</author>
<published>2014-07-05T16:42:24+00:00</published>
<link rel='alternate' type='text/html' href='http://91.123.203.49/cgit/delta/python-setuptools-git.git/commit/?id=3c936c87351d12ed57a09cf42454aadae155cb46'/>
<id>3c936c87351d12ed57a09cf42454aadae155cb46</id>
<content type='text'>
--HG--
extra : histedit_source : 7600ecd3914abc4767d4296f62b038a6397df673
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
--HG--
extra : histedit_source : 7600ecd3914abc4767d4296f62b038a6397df673
</pre>
</div>
</content>
</entry>
</feed>
