<feed xmlns='http://www.w3.org/2005/Atom'>
<title>delta/python-setuptools-git.git/setuptools/tests/test_find_packages.py, branch 3.7.1</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>Add test capturing failure when find_packages no longer follows symlinks. Ref #195</title>
<updated>2014-05-03T17:14:22+00:00</updated>
<author>
<name>Jason R. Coombs</name>
<email>jaraco@jaraco.com</email>
</author>
<published>2014-05-03T17:14:22+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/python-setuptools-git.git/commit/?id=118e245064fe77ea85ae936223edf09ff1448314'/>
<id>118e245064fe77ea85ae936223edf09ff1448314</id>
<content type='text'>
--HG--
extra : amend_source : 4efa6b87d3acaefebdfcc953e78a452ffc1f160d
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
--HG--
extra : amend_source : 4efa6b87d3acaefebdfcc953e78a452ffc1f160d
</pre>
</div>
</content>
</entry>
<entry>
<title>Add test capturing overmatching in new find_packages. Ref #184.</title>
<updated>2014-04-07T23:20:31+00:00</updated>
<author>
<name>Jason R. Coombs</name>
<email>jaraco@jaraco.com</email>
</author>
<published>2014-04-07T23:20:31+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/python-setuptools-git.git/commit/?id=b118b5f25040715111699eff1345d1eb08457270'/>
<id>b118b5f25040715111699eff1345d1eb08457270</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Add test for exclude</title>
<updated>2014-03-22T21:39:42+00:00</updated>
<author>
<name>Jason R. Coombs</name>
<email>jaraco@jaraco.com</email>
</author>
<published>2014-03-22T21:39:42+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/python-setuptools-git.git/commit/?id=d7cb8f24e3ba0a39adf1a94d29caf9d26184840b'/>
<id>d7cb8f24e3ba0a39adf1a94d29caf9d26184840b</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Created PEP420PackageFinder, whose .find method can be used to find any suitable directory.</title>
<updated>2014-03-22T14:01:01+00:00</updated>
<author>
<name>Jason R. Coombs</name>
<email>jaraco@jaraco.com</email>
</author>
<published>2014-03-22T14:01:01+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/python-setuptools-git.git/commit/?id=0b99bde8ba1e3727e43ba98fb07b6ca6713a0fde'/>
<id>0b99bde8ba1e3727e43ba98fb07b6ca6713a0fde</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Check packages without deference to order</title>
<updated>2014-03-16T09:42:34+00:00</updated>
<author>
<name>Jason R. Coombs</name>
<email>jaraco@jaraco.com</email>
</author>
<published>2014-03-16T09:42:34+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/python-setuptools-git.git/commit/?id=069dc42ee0cae4988e45ed4ced47f22ce7344029'/>
<id>069dc42ee0cae4988e45ed4ced47f22ce7344029</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Use py26compat for skipIf</title>
<updated>2014-03-16T09:33:24+00:00</updated>
<author>
<name>Jason R. Coombs</name>
<email>jaraco@jaraco.com</email>
</author>
<published>2014-03-16T09:33:24+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/python-setuptools-git.git/commit/?id=cdbcb2b5ea59a09ab16a3f024c27f4ce6553ddff'/>
<id>cdbcb2b5ea59a09ab16a3f024c27f4ce6553ddff</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Add support for PEP 420 namespace packages to find_packages()</title>
<updated>2014-02-12T08:52:26+00:00</updated>
<author>
<name>Wyatt Lee Baldwin</name>
<email>self@wyattbaldwin.com</email>
</author>
<published>2014-02-12T08:52:26+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/python-setuptools-git.git/commit/?id=80fc5b6d418b2df0243989b1b8c999f795f3f55e'/>
<id>80fc5b6d418b2df0243989b1b8c999f795f3f55e</id>
<content type='text'>
On Python 3.3+, `find_packages()` now considers any subdirectory of the
start directory that's not a regular package (i.e., that doesn't have an
`__init__.py`) to be a namespace package.

The other way this supports PEP 420 is by making sure `__pycache__`
directories are never added to the list of packages.

Fixes issue #97
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
On Python 3.3+, `find_packages()` now considers any subdirectory of the
start directory that's not a regular package (i.e., that doesn't have an
`__init__.py`) to be a namespace package.

The other way this supports PEP 420 is by making sure `__pycache__`
directories are never added to the list of packages.

Fixes issue #97
</pre>
</div>
</content>
</entry>
<entry>
<title>Update test for Python 2.6 compatibility</title>
<updated>2014-03-16T08:12:13+00:00</updated>
<author>
<name>Jason R. Coombs</name>
<email>jaraco@jaraco.com</email>
</author>
<published>2014-03-16T08:12:13+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/python-setuptools-git.git/commit/?id=3e6b92ec702c3139802b60df651fa14360e382b9'/>
<id>3e6b92ec702c3139802b60df651fa14360e382b9</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Add test for find_packages(include=)</title>
<updated>2014-03-16T08:00:06+00:00</updated>
<author>
<name>Jason R. Coombs</name>
<email>jaraco@jaraco.com</email>
</author>
<published>2014-03-16T08:00:06+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/python-setuptools-git.git/commit/?id=db165ca67c638fdcae9b3a85154b2b4b23e3f5db'/>
<id>db165ca67c638fdcae9b3a85154b2b4b23e3f5db</id>
<content type='text'>
--HG--
extra : rebase_source : bee4238f4cd00fa8bd3104017f4caf234dcf0729
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
--HG--
extra : rebase_source : bee4238f4cd00fa8bd3104017f4caf234dcf0729
</pre>
</div>
</content>
</entry>
<entry>
<title>Add unit tests for find_packages</title>
<updated>2014-02-12T08:52:26+00:00</updated>
<author>
<name>Wyatt Lee Baldwin</name>
<email>self@wyattbaldwin.com</email>
</author>
<published>2014-02-12T08:52:26+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/python-setuptools-git.git/commit/?id=f2bb3b0ab09da5fc1c186765052aea8fd87a9b2b'/>
<id>f2bb3b0ab09da5fc1c186765052aea8fd87a9b2b</id>
<content type='text'>
--HG--
extra : rebase_source : 75f5ce4d2fb9d0ccd7168739c23d9ea1eeeb9112
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
--HG--
extra : rebase_source : 75f5ce4d2fb9d0ccd7168739c23d9ea1eeeb9112
</pre>
</div>
</content>
</entry>
</feed>
