<feed xmlns='http://www.w3.org/2005/Atom'>
<title>delta/python-setuptools-git.git/setuptools, branch v28.1.0</title>
<subtitle>github.com: pypa/setuptools.git
</subtitle>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/python-setuptools-git.git/'/>
<entry>
<title>Merge pull request #798 from timheap/faster-package-finder</title>
<updated>2016-09-27T18:55:58+00:00</updated>
<author>
<name>Jason R. Coombs</name>
<email>jaraco@jaraco.com</email>
</author>
<published>2016-09-27T18:55:58+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/python-setuptools-git.git/commit/?id=410a6e053b5d31de06e88e3073f44d3e0b6b26af'/>
<id>410a6e053b5d31de06e88e3073f44d3e0b6b26af</id>
<content type='text'>
Note find_packages backwards incompatible change</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Note find_packages backwards incompatible change</pre>
</div>
</content>
</entry>
<entry>
<title>Merge with v27.3.1</title>
<updated>2016-09-27T18:50:04+00:00</updated>
<author>
<name>Jason R. Coombs</name>
<email>jaraco@jaraco.com</email>
</author>
<published>2016-09-27T18:50:04+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/python-setuptools-git.git/commit/?id=f2d480b8131687eb8ff821f7d52e7cc1f13f6bc4'/>
<id>f2d480b8131687eb8ff821f7d52e7cc1f13f6bc4</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Patch MSVC functions by name. Fixes #790.</title>
<updated>2016-09-27T18:34:36+00:00</updated>
<author>
<name>Jason R. Coombs</name>
<email>jaraco@jaraco.com</email>
</author>
<published>2016-09-27T18:34:36+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/python-setuptools-git.git/commit/?id=44a670456c81f844cad1d5aa713cd304ed80fc09'/>
<id>44a670456c81f844cad1d5aa713cd304ed80fc09</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</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='http://git.baserock.org/cgit/delta/python-setuptools-git.git/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>Do not search excluded directories for packages</title>
<updated>2016-09-22T00:13:19+00:00</updated>
<author>
<name>Tim Heap</name>
<email>tim@timheap.me</email>
</author>
<published>2016-08-14T03:59:35+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/python-setuptools-git.git/commit/?id=aac208c1c711c5819024f88890e244dd18801feb'/>
<id>aac208c1c711c5819024f88890e244dd18801feb</id>
<content type='text'>
Previously, PackageFinder.find would search the whole directory tree
looking for packages, then remove excluded packages from this list. This
made building a package very slow under some circumstances where the
file tree was large.

This change stops PackageFinder.find from descending in to directories
that will never be included.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Previously, PackageFinder.find would search the whole directory tree
looking for packages, then remove excluded packages from this list. This
made building a package very slow under some circumstances where the
file tree was large.

This change stops PackageFinder.find from descending in to directories
that will never be included.
</pre>
</div>
</content>
</entry>
<entry>
<title>Even better, use a static method</title>
<updated>2016-09-18T13:27:23+00:00</updated>
<author>
<name>Jason R. Coombs</name>
<email>jaraco@jaraco.com</email>
</author>
<published>2016-09-18T13:27:23+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/python-setuptools-git.git/commit/?id=2148592395ef4da0d408be26bf5839117ee0e5fe'/>
<id>2148592395ef4da0d408be26bf5839117ee0e5fe</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Extract test.install_dists and distill it with a variable extraction and fallback variables.</title>
<updated>2016-09-18T13:20:17+00:00</updated>
<author>
<name>Jason R. Coombs</name>
<email>jaraco@jaraco.com</email>
</author>
<published>2016-09-18T13:20:17+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/python-setuptools-git.git/commit/?id=2f3b7b204187a1c93c391ffac96a9220cbb57f91'/>
<id>2f3b7b204187a1c93c391ffac96a9220cbb57f91</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Merge pull request #796 from stepshal/whitespace</title>
<updated>2016-09-18T01:45:00+00:00</updated>
<author>
<name>Jason R. Coombs</name>
<email>jaraco@jaraco.com</email>
</author>
<published>2016-09-18T01:45:00+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/python-setuptools-git.git/commit/?id=469be24cdfec5fd1bc7aed4522910a19c1126e30'/>
<id>469be24cdfec5fd1bc7aed4522910a19c1126e30</id>
<content type='text'>
Add missing whitespace.</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Add missing whitespace.</pre>
</div>
</content>
</entry>
<entry>
<title>Add missing whitespace.</title>
<updated>2016-09-17T21:25:06+00:00</updated>
<author>
<name>stepshal</name>
<email>nessento@openmailbox.org</email>
</author>
<published>2016-09-17T21:25:06+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/python-setuptools-git.git/commit/?id=55c36fdfa8fdc3b4581e0331cc91a069a001da51'/>
<id>55c36fdfa8fdc3b4581e0331cc91a069a001da51</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>In test command, add installed eggs to PYTHONPATH when invoking tests so that subprocesses will also have the dependencies available. Fixes #794.</title>
<updated>2016-09-17T21:05:07+00:00</updated>
<author>
<name>Jason R. Coombs</name>
<email>jaraco@jaraco.com</email>
</author>
<published>2016-09-17T21:05:07+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/python-setuptools-git.git/commit/?id=5e4eea7d600f44321e76689890f9f885669f34c9'/>
<id>5e4eea7d600f44321e76689890f9f885669f34c9</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
</feed>
