<feed xmlns='http://www.w3.org/2005/Atom'>
<title>delta/python-setuptools-git.git/setuptools, branch v28.3.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 suppression of namespace handling when PEP-420 can handle namespace packages.</title>
<updated>2016-10-07T15:22:59+00:00</updated>
<author>
<name>Jason R. Coombs</name>
<email>jaraco@jaraco.com</email>
</author>
<published>2016-10-07T15:22:59+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/python-setuptools-git.git/commit/?id=3660b258d084b47751f0fdb3b33090276059e8cb'/>
<id>3660b258d084b47751f0fdb3b33090276059e8cb</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='http://git.baserock.org/cgit/delta/python-setuptools-git.git/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>Disable nspkg.pth behavior on Python 3.3+. Fixes #805 and fixes pypa/pip#1924.</title>
<updated>2016-10-01T15:59:36+00:00</updated>
<author>
<name>Jason R. Coombs</name>
<email>jaraco@jaraco.com</email>
</author>
<published>2016-10-01T15:59:36+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/python-setuptools-git.git/commit/?id=e6d7c40652743005e70ddec1a3e5c7466e52a313'/>
<id>e6d7c40652743005e70ddec1a3e5c7466e52a313</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 #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>
</feed>
