<feed xmlns='http://www.w3.org/2005/Atom'>
<title>delta/python-setuptools-git.git/setuptools/tests, branch 5.5</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>Merged in davidoff/setuptools-fix-failing-integration-test (pull request #68)</title>
<updated>2014-08-10T18:46:30+00:00</updated>
<author>
<name>Jason R. Coombs</name>
<email>jaraco@jaraco.com</email>
</author>
<published>2014-08-10T18:46:30+00:00</published>
<link rel='alternate' type='text/html' href='http://91.123.203.49/cgit/delta/python-setuptools-git.git/commit/?id=2c21989354f8325cf7d7a6459f3721608b4c6bfc'/>
<id>2c21989354f8325cf7d7a6459f3721608b4c6bfc</id>
<content type='text'>
Fix failing integration (test_stevedore) test on windows because of an unreleased handle on the current directory
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Fix failing integration (test_stevedore) test on windows because of an unreleased handle on the current directory
</pre>
</div>
</content>
</entry>
<entry>
<title>Add test capturing failure on Python 2.6. Ref #236</title>
<updated>2014-08-01T19:29:11+00:00</updated>
<author>
<name>Jason R. Coombs</name>
<email>jaraco@jaraco.com</email>
</author>
<published>2014-08-01T19:29:11+00:00</published>
<link rel='alternate' type='text/html' href='http://91.123.203.49/cgit/delta/python-setuptools-git.git/commit/?id=33f496c61e086bd1ac701e44bc17315c0442010c'/>
<id>33f496c61e086bd1ac701e44bc17315c0442010c</id>
<content type='text'>
--HG--
extra : rebase_source : 99a2b1e437691f9e1a9982357bc70d91fce91953
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
--HG--
extra : rebase_source : 99a2b1e437691f9e1a9982357bc70d91fce91953
</pre>
</div>
</content>
</entry>
<entry>
<title>Python 2.3 no longer supported</title>
<updated>2014-08-01T19:20:32+00:00</updated>
<author>
<name>Jason R. Coombs</name>
<email>jaraco@jaraco.com</email>
</author>
<published>2014-08-01T19:20:32+00:00</published>
<link rel='alternate' type='text/html' href='http://91.123.203.49/cgit/delta/python-setuptools-git.git/commit/?id=ca46f074d12651e32250737c7f380b343b0882ec'/>
<id>ca46f074d12651e32250737c7f380b343b0882ec</id>
<content type='text'>
--HG--
extra : rebase_source : debc6141ad369eafeb78b808a15d8558ff3fb83b
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
--HG--
extra : rebase_source : debc6141ad369eafeb78b808a15d8558ff3fb83b
</pre>
</div>
</content>
</entry>
<entry>
<title>Remove unused variable</title>
<updated>2014-08-01T19:19:40+00:00</updated>
<author>
<name>Jason R. Coombs</name>
<email>jaraco@jaraco.com</email>
</author>
<published>2014-08-01T19:19:40+00:00</published>
<link rel='alternate' type='text/html' href='http://91.123.203.49/cgit/delta/python-setuptools-git.git/commit/?id=b73d7fa62dae090d486c54c8cc434e955a06ffb6'/>
<id>b73d7fa62dae090d486c54c8cc434e955a06ffb6</id>
<content type='text'>
--HG--
extra : rebase_source : c4b515b677e318ffdcd78b2d90ab772e7d1f94e3
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
--HG--
extra : rebase_source : c4b515b677e318ffdcd78b2d90ab772e7d1f94e3
</pre>
</div>
</content>
</entry>
<entry>
<title>Merged in mg/setuptools (pull request #69)</title>
<updated>2014-07-27T16:09:09+00:00</updated>
<author>
<name>Jason R. Coombs</name>
<email>jaraco@jaraco.com</email>
</author>
<published>2014-07-27T16:09:09+00:00</published>
<link rel='alternate' type='text/html' href='http://91.123.203.49/cgit/delta/python-setuptools-git.git/commit/?id=0a17e6723bf703d3f9ebfcde1d5ffaffce682427'/>
<id>0a17e6723bf703d3f9ebfcde1d5ffaffce682427</id>
<content type='text'>
Fix some typos in the documentation
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Fix some typos in the documentation
</pre>
</div>
</content>
</entry>
<entry>
<title>frozenset is available in Python 2.6</title>
<updated>2014-07-12T13:14:36+00:00</updated>
<author>
<name>Jason R. Coombs</name>
<email>jaraco@jaraco.com</email>
</author>
<published>2014-07-12T13:14:36+00:00</published>
<link rel='alternate' type='text/html' href='http://91.123.203.49/cgit/delta/python-setuptools-git.git/commit/?id=c6fbf0c0ab840ad86687323c7532ff5b7de6c6bb'/>
<id>c6fbf0c0ab840ad86687323c7532ff5b7de6c6bb</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Disable test_two_levels_deep when /tmp is a symlink. The results it is returning are suitable (shouldn't cause errors in runtime). Users are invited to trace the problem and find a solution. Fixes #231.</title>
<updated>2014-07-12T13:12:38+00:00</updated>
<author>
<name>Jason R. Coombs</name>
<email>jaraco@jaraco.com</email>
</author>
<published>2014-07-12T13:12:38+00:00</published>
<link rel='alternate' type='text/html' href='http://91.123.203.49/cgit/delta/python-setuptools-git.git/commit/?id=1237522b992f84cf674833f0745b144874db817c'/>
<id>1237522b992f84cf674833f0745b144874db817c</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>More simple asserts</title>
<updated>2014-07-12T13:00:52+00:00</updated>
<author>
<name>Jason R. Coombs</name>
<email>jaraco@jaraco.com</email>
</author>
<published>2014-07-12T13:00:52+00:00</published>
<link rel='alternate' type='text/html' href='http://91.123.203.49/cgit/delta/python-setuptools-git.git/commit/?id=7003458aa6b13578f8862dca6041ec5c55c21027'/>
<id>7003458aa6b13578f8862dca6041ec5c55c21027</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Use simple asserts. pytest handles this nicely. Removes broken _assertIn.</title>
<updated>2014-07-12T12:58:33+00:00</updated>
<author>
<name>Jason R. Coombs</name>
<email>jaraco@jaraco.com</email>
</author>
<published>2014-07-12T12:58:33+00:00</published>
<link rel='alternate' type='text/html' href='http://91.123.203.49/cgit/delta/python-setuptools-git.git/commit/?id=4cd8b93b95ccac00f3926ffbcead754331853c6d'/>
<id>4cd8b93b95ccac00f3926ffbcead754331853c6d</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</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>
</feed>
