<feed xmlns='http://www.w3.org/2005/Atom'>
<title>external_python_setuptools, branch 3.4.3</title>
<subtitle>Python setuptools
</subtitle>
<link rel='alternate' type='text/html' href='https://git.replicant.us/replicant-next/external_python_setuptools/'/>
<entry>
<title>Issue #183: Really fix test command with Python 3.1.</title>
<updated>2014-04-07T11:58:29+00:00</updated>
<author>
<name>Arfrever Frehtes Taifersar Arahesis</name>
<email>Arfrever.FTA@GMail.Com</email>
</author>
<published>2014-04-07T11:58:29+00:00</published>
<link rel='alternate' type='text/html' href='https://git.replicant.us/replicant-next/external_python_setuptools/commit/?id=9937d7d8f536c32c2f38e3dc665f19e70ad0a537'/>
<id>9937d7d8f536c32c2f38e3dc665f19e70ad0a537</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Bumped to 3.4.3 in preparation for next release.</title>
<updated>2014-04-06T22:36:29+00:00</updated>
<author>
<name>Jason R. Coombs</name>
<email>jaraco@jaraco.com</email>
</author>
<published>2014-04-06T22:36:29+00:00</published>
<link rel='alternate' type='text/html' href='https://git.replicant.us/replicant-next/external_python_setuptools/commit/?id=6801265563d5dd46359989c22355a61357ea5db1'/>
<id>6801265563d5dd46359989c22355a61357ea5db1</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Added tag 3.4.2 for changeset 369f6f90f696</title>
<updated>2014-04-06T22:35:57+00:00</updated>
<author>
<name>Jason R. Coombs</name>
<email>jaraco@jaraco.com</email>
</author>
<published>2014-04-06T22:35:57+00:00</published>
<link rel='alternate' type='text/html' href='https://git.replicant.us/replicant-next/external_python_setuptools/commit/?id=a9986a9acf2e081fbc753492991a91b388b28d13'/>
<id>a9986a9acf2e081fbc753492991a91b388b28d13</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Wrap unittest.main in a compatibility wrapper for Python 3.1 compatibility. Fixes #183</title>
<updated>2014-04-06T22:33:37+00:00</updated>
<author>
<name>Jason R. Coombs</name>
<email>jaraco@jaraco.com</email>
</author>
<published>2014-04-06T22:33:37+00:00</published>
<link rel='alternate' type='text/html' href='https://git.replicant.us/replicant-next/external_python_setuptools/commit/?id=8b74269476d72e2e05a6f7ff35d693b816e9457c'/>
<id>8b74269476d72e2e05a6f7ff35d693b816e9457c</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Bumped to 3.4.2 in preparation for next release.</title>
<updated>2014-03-30T17:36:44+00:00</updated>
<author>
<name>Jason R. Coombs</name>
<email>jaraco@jaraco.com</email>
</author>
<published>2014-03-30T17:36:44+00:00</published>
<link rel='alternate' type='text/html' href='https://git.replicant.us/replicant-next/external_python_setuptools/commit/?id=d5f19d2efb05693cf0934e8fc32f6c2b71ee6e38'/>
<id>d5f19d2efb05693cf0934e8fc32f6c2b71ee6e38</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Added tag 3.4.1 for changeset e39de2d3eb77</title>
<updated>2014-03-30T17:36:00+00:00</updated>
<author>
<name>Jason R. Coombs</name>
<email>jaraco@jaraco.com</email>
</author>
<published>2014-03-30T17:36:00+00:00</published>
<link rel='alternate' type='text/html' href='https://git.replicant.us/replicant-next/external_python_setuptools/commit/?id=248a2a7f1496558ef5826edf04bf0605f72c60c3'/>
<id>248a2a7f1496558ef5826edf04bf0605f72c60c3</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Bumped to 3.4.1 in preparation for next release.</title>
<updated>2014-03-30T17:35:58+00:00</updated>
<author>
<name>Jason R. Coombs</name>
<email>jaraco@jaraco.com</email>
</author>
<published>2014-03-30T17:35:58+00:00</published>
<link rel='alternate' type='text/html' href='https://git.replicant.us/replicant-next/external_python_setuptools/commit/?id=10fdeafd2e235e02269552e9f67fe41e4ac1ed2c'/>
<id>10fdeafd2e235e02269552e9f67fe41e4ac1ed2c</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Skip this test because it now fails under Python 3.3 and earlier apparently due to a bug in the inspect module. Since the test passes under Python 3.4 and later, that should still serve as a suitable regression test.</title>
<updated>2014-03-30T17:26:28+00:00</updated>
<author>
<name>Jason R. Coombs</name>
<email>jaraco@jaraco.com</email>
</author>
<published>2014-03-30T17:26:28+00:00</published>
<link rel='alternate' type='text/html' href='https://git.replicant.us/replicant-next/external_python_setuptools/commit/?id=b2c25b76747deecc9d7b8fea04f7c2de2787aa14'/>
<id>b2c25b76747deecc9d7b8fea04f7c2de2787aa14</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Extract the resolution of loader/runner classes. Allows None value to pass-through to unittest.main. Fixes #180.</title>
<updated>2014-03-30T16:20:36+00:00</updated>
<author>
<name>Jason R. Coombs</name>
<email>jaraco@jaraco.com</email>
</author>
<published>2014-03-30T16:20:36+00:00</published>
<link rel='alternate' type='text/html' href='https://git.replicant.us/replicant-next/external_python_setuptools/commit/?id=628b5278a174d94907a25d065403feed1d2cd1d8'/>
<id>628b5278a174d94907a25d065403feed1d2cd1d8</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Also run tests under unittest for now. Ref #181.</title>
<updated>2014-03-30T16:13:37+00:00</updated>
<author>
<name>Jason R. Coombs</name>
<email>jaraco@jaraco.com</email>
</author>
<published>2014-03-30T16:13:37+00:00</published>
<link rel='alternate' type='text/html' href='https://git.replicant.us/replicant-next/external_python_setuptools/commit/?id=9cd58f5b62a43b50bbf01a41a9f6ad18002bcdd1'/>
<id>9cd58f5b62a43b50bbf01a41a9f6ad18002bcdd1</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
</feed>
