<feed xmlns='http://www.w3.org/2005/Atom'>
<title>external_python_setuptools/setuptools/tests, branch v28.5.0</title>
<subtitle>Python setuptools
</subtitle>
<link rel='alternate' type='text/html' href='https://git.replicant.us/replicant-next/external_python_setuptools/'/>
<entry>
<title>Just skip these tests on Python 2.6.</title>
<updated>2016-10-15T03:10:15+00:00</updated>
<author>
<name>Jason R. Coombs</name>
<email>jaraco@jaraco.com</email>
</author>
<published>2016-10-15T03:10:15+00:00</published>
<link rel='alternate' type='text/html' href='https://git.replicant.us/replicant-next/external_python_setuptools/commit/?id=c52797512e98c12a383c41697deda0f563b452a5'/>
<id>c52797512e98c12a383c41697deda0f563b452a5</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Now running under tox, Python 2.6 gets a non-zero PYTHONHASHSEED, so tests are simpler.</title>
<updated>2016-10-15T02:43:35+00:00</updated>
<author>
<name>Jason R. Coombs</name>
<email>jaraco@jaraco.com</email>
</author>
<published>2016-10-15T02:43:35+00:00</published>
<link rel='alternate' type='text/html' href='https://git.replicant.us/replicant-next/external_python_setuptools/commit/?id=15d10c3655c441beb50fef522b4959fbab4fc3d5'/>
<id>15d10c3655c441beb50fef522b4959fbab4fc3d5</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Much faster implementation of FileList, for big egg_info speedups</title>
<updated>2016-10-15T00:23:49+00:00</updated>
<author>
<name>Tim Heap</name>
<email>tim@timheap.me</email>
</author>
<published>2016-08-16T06:40:10+00:00</published>
<link rel='alternate' type='text/html' href='https://git.replicant.us/replicant-next/external_python_setuptools/commit/?id=bb45468d27615c2ce9f9c9757a367c44d6ee80d2'/>
<id>bb45468d27615c2ce9f9c9757a367c44d6ee80d2</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Find nested packages with excluded parent</title>
<updated>2016-10-05T02:26:04+00:00</updated>
<author>
<name>Tim Heap</name>
<email>tim@timheap.me</email>
</author>
<published>2016-09-22T03:44:01+00:00</published>
<link rel='alternate' type='text/html' href='https://git.replicant.us/replicant-next/external_python_setuptools/commit/?id=2ecc8a4428dbc75bdfd96681283c7235b120f4bd'/>
<id>2ecc8a4428dbc75bdfd96681283c7235b120f4bd</id>
<content type='text'>
`find_packages(exclude=['pkg'])` should still find and include the
`pkg.subpkg` package.

Fixes #808
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
`find_packages(exclude=['pkg'])` should still find and include the
`pkg.subpkg` package.

Fixes #808
</pre>
</div>
</content>
</entry>
<entry>
<title>Note find_packages backwards incompatible change</title>
<updated>2016-09-26T04:12:17+00:00</updated>
<author>
<name>Tim Heap</name>
<email>tim@timheap.me</email>
</author>
<published>2016-09-26T04:00:00+00:00</published>
<link rel='alternate' type='text/html' href='https://git.replicant.us/replicant-next/external_python_setuptools/commit/?id=992adf2f5684e6660335d616149e050b3eaaed17'/>
<id>992adf2f5684e6660335d616149e050b3eaaed17</id>
<content type='text'>
Also add a test for the new behaviour.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Also add a test for the new behaviour.
</pre>
</div>
</content>
</entry>
<entry>
<title>Remove unused import</title>
<updated>2016-09-09T15:05:18+00:00</updated>
<author>
<name>Jason R. Coombs</name>
<email>jaraco@jaraco.com</email>
</author>
<published>2016-09-09T15:05:18+00:00</published>
<link rel='alternate' type='text/html' href='https://git.replicant.us/replicant-next/external_python_setuptools/commit/?id=a343901877cfe4fa922c40076f3c16aa59d4b265'/>
<id>a343901877cfe4fa922c40076f3c16aa59d4b265</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Make import unconditional</title>
<updated>2016-08-20T17:37:33+00:00</updated>
<author>
<name>Ofekmeister</name>
<email>ofekmeister@gmail.com</email>
</author>
<published>2016-08-20T17:37:33+00:00</published>
<link rel='alternate' type='text/html' href='https://git.replicant.us/replicant-next/external_python_setuptools/commit/?id=735a66a5588aadcf02a10b58338d476803916b99'/>
<id>735a66a5588aadcf02a10b58338d476803916b99</id>
<content type='text'>
Put import on top and updated CHANGES.rst
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Put import on top and updated CHANGES.rst
</pre>
</div>
</content>
</entry>
<entry>
<title>Merge remote-tracking branch 'refs/remotes/pypa/master'</title>
<updated>2016-08-20T17:29:16+00:00</updated>
<author>
<name>Ofekmeister</name>
<email>ofekmeister@gmail.com</email>
</author>
<published>2016-08-20T17:29:16+00:00</published>
<link rel='alternate' type='text/html' href='https://git.replicant.us/replicant-next/external_python_setuptools/commit/?id=9e11ba01ef15138fc928f720967bb4899d8bde38'/>
<id>9e11ba01ef15138fc928f720967bb4899d8bde38</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Fix quantity of blank lines after code object, class of function definition.</title>
<updated>2016-08-19T21:37:32+00:00</updated>
<author>
<name>stepshal</name>
<email>nessento@openmailbox.org</email>
</author>
<published>2016-08-19T21:37:32+00:00</published>
<link rel='alternate' type='text/html' href='https://git.replicant.us/replicant-next/external_python_setuptools/commit/?id=08511f5fdfe04a8ea6e3ae73e086e8a29a0a5cd1'/>
<id>08511f5fdfe04a8ea6e3ae73e086e8a29a0a5cd1</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Rewrite test, dynamically generating the .tar.gz file, with help from dstufft in #748.</title>
<updated>2016-08-19T20:26:18+00:00</updated>
<author>
<name>Jason R. Coombs</name>
<email>jaraco@jaraco.com</email>
</author>
<published>2016-08-19T20:26:18+00:00</published>
<link rel='alternate' type='text/html' href='https://git.replicant.us/replicant-next/external_python_setuptools/commit/?id=a7931d03be180878538bae00c78d93304e5ca09b'/>
<id>a7931d03be180878538bae00c78d93304e5ca09b</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
</feed>
