<feed xmlns='http://www.w3.org/2005/Atom'>
<title>delta/python-packages/disutils2.git/distutils2/tests/test_run.py, branch python3</title>
<subtitle>hg.python.org: Obsolete (use python-setuptools-git)
</subtitle>
<link rel='alternate' type='text/html' href='http://91.123.203.49/cgit/delta/python-packages/disutils2.git/'/>
<entry>
<title>Merge from default</title>
<updated>2012-05-21T21:03:13+00:00</updated>
<author>
<name>?ric Araujo</name>
<email>merwok@netwok.org</email>
</author>
<published>2012-05-21T21:03:13+00:00</published>
<link rel='alternate' type='text/html' href='http://91.123.203.49/cgit/delta/python-packages/disutils2.git/commit/?id=7e12306509188e264a99b529d16cc5f80839b2f6'/>
<id>7e12306509188e264a99b529d16cc5f80839b2f6</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Merge default</title>
<updated>2012-05-21T20:54:12+00:00</updated>
<author>
<name>?ric Araujo</name>
<email>merwok@netwok.org</email>
</author>
<published>2012-05-21T20:54:12+00:00</published>
<link rel='alternate' type='text/html' href='http://91.123.203.49/cgit/delta/python-packages/disutils2.git/commit/?id=ee6fb9f7f0863a1d0020d57f224947f7b795df6d'/>
<id>ee6fb9f7f0863a1d0020d57f224947f7b795df6d</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Also check stderr in one test</title>
<updated>2012-05-21T20:39:27+00:00</updated>
<author>
<name>?ric Araujo</name>
<email>merwok@netwok.org</email>
</author>
<published>2012-05-21T20:39:27+00:00</published>
<link rel='alternate' type='text/html' href='http://91.123.203.49/cgit/delta/python-packages/disutils2.git/commit/?id=dc00725bd0c87a02676513d4039c9f555b3e5cc4'/>
<id>dc00725bd0c87a02676513d4039c9f555b3e5cc4</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Fix overlooked thinkos in one test file</title>
<updated>2012-05-21T20:26:46+00:00</updated>
<author>
<name>?ric Araujo</name>
<email>merwok@netwok.org</email>
</author>
<published>2012-05-21T20:26:46+00:00</published>
<link rel='alternate' type='text/html' href='http://91.123.203.49/cgit/delta/python-packages/disutils2.git/commit/?id=72ced396b9c949aec17a3196d12957138299aeda'/>
<id>72ced396b9c949aec17a3196d12957138299aeda</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Have pysetup read setup.cfg early to find custom commands (#14733).</title>
<updated>2012-05-21T19:51:11+00:00</updated>
<author>
<name>?ric Araujo</name>
<email>merwok@netwok.org</email>
</author>
<published>2012-05-21T19:51:11+00:00</published>
<link rel='alternate' type='text/html' href='http://91.123.203.49/cgit/delta/python-packages/disutils2.git/commit/?id=1ed1781f2170be33392c3056f239766b1b1c6a58'/>
<id>1ed1781f2170be33392c3056f239766b1b1c6a58</id>
<content type='text'>
Independently found and fixed by me (with help from Luis Rojas) and
Janusz Lewandowski.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Independently found and fixed by me (with help from Luis Rojas) and
Janusz Lewandowski.
</pre>
</div>
</content>
</entry>
<entry>
<title>Tighten tests for #13399</title>
<updated>2012-05-20T04:53:08+00:00</updated>
<author>
<name>?ric Araujo</name>
<email>merwok@netwok.org</email>
</author>
<published>2012-05-20T04:53:08+00:00</published>
<link rel='alternate' type='text/html' href='http://91.123.203.49/cgit/delta/python-packages/disutils2.git/commit/?id=ccac6d901da2334a65bfa69333796d0b350a23c4'/>
<id>ccac6d901da2334a65bfa69333796d0b350a23c4</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Factor out repeated code used to call pysetup from tests.</title>
<updated>2012-05-20T04:45:41+00:00</updated>
<author>
<name>?ric Araujo</name>
<email>merwok@netwok.org</email>
</author>
<published>2012-05-20T04:45:41+00:00</published>
<link rel='alternate' type='text/html' href='http://91.123.203.49/cgit/delta/python-packages/disutils2.git/commit/?id=7b719c5bc765f6e18c968f360a5fb315dcc8a1ac'/>
<id>7b719c5bc765f6e18c968f360a5fb315dcc8a1ac</id>
<content type='text'>
The whole assert_python_* business was unfriendly for readers, now the
code needed to have the equivalent of pysetup run from tests is moved to
helper methods and the tests can have much clearer code.

Also remove Python 2.4 compatibility (using -c instead of -m).
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
The whole assert_python_* business was unfriendly for readers, now the
code needed to have the equivalent of pysetup run from tests is moved to
helper methods and the tests can have much clearer code.

Also remove Python 2.4 compatibility (using -c instead of -m).
</pre>
</div>
</content>
</entry>
<entry>
<title>Harmonize error messages and add one missing test for #13339</title>
<updated>2012-05-16T04:51:01+00:00</updated>
<author>
<name>?ric Araujo</name>
<email>merwok@netwok.org</email>
</author>
<published>2012-05-16T04:51:01+00:00</published>
<link rel='alternate' type='text/html' href='http://91.123.203.49/cgit/delta/python-packages/disutils2.git/commit/?id=477f787a64f10e743ba7ed66008d853156b3fed5'/>
<id>477f787a64f10e743ba7ed66008d853156b3fed5</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>#13399: Fixes the invalid arguments handling</title>
<updated>2012-05-12T21:39:00+00:00</updated>
<author>
<name>Patrice Gauthier</name>
<email>patgauth@gmail.com</email>
</author>
<published>2012-05-12T21:39:00+00:00</published>
<link rel='alternate' type='text/html' href='http://91.123.203.49/cgit/delta/python-packages/disutils2.git/commit/?id=cf38a177968d063fd81c989770f137e16cecc17b'/>
<id>cf38a177968d063fd81c989770f137e16cecc17b</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Merge fixes for #13462 and others from default</title>
<updated>2012-02-09T20:05:47+00:00</updated>
<author>
<name>?ric Araujo</name>
<email>merwok@netwok.org</email>
</author>
<published>2012-02-09T20:05:47+00:00</published>
<link rel='alternate' type='text/html' href='http://91.123.203.49/cgit/delta/python-packages/disutils2.git/commit/?id=ce3d2240908c84bbe7b9762b09ba3ffcfe44e7a5'/>
<id>ce3d2240908c84bbe7b9762b09ba3ffcfe44e7a5</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
</feed>
