| Commit message (Collapse) | Author | Age | Files | Lines | |
|---|---|---|---|---|---|
| * | Update test_find_packages to use pytest | Jason R. Coombs | 2015-01-02 | 1 | -10/+9 |
| | | |||||
| * | Use pytest for skips | Jason R. Coombs | 2015-01-01 | 1 | -2/+3 |
| | | |||||
| * | Perform actual symlink detection; alternate approach to answer Pull Request #53. | Jason R. Coombs | 2014-06-01 | 1 | -1/+15 |
| | | | | | | --HG-- extra : rebase_source : a70141cd6472cd8e4024be4037bfd89e4adcb396 | ||||
| * | Add test capturing failure when find_packages no longer follows symlinks. ↵ | Jason R. Coombs | 2014-05-03 | 1 | -0/+25 |
| | | | | | | | | Ref #195 --HG-- extra : amend_source : 4efa6b87d3acaefebdfcc953e78a452ffc1f160d | ||||
| * | Add test capturing overmatching in new find_packages. Ref #184. | Jason R. Coombs | 2014-04-07 | 1 | -0/+11 |
| | | |||||
| * | Add test for exclude | Jason R. Coombs | 2014-03-22 | 1 | -0/+5 |
| | | |||||
| * | Created PEP420PackageFinder, whose .find method can be used to find any ↵ | Jason R. Coombs | 2014-03-22 | 1 | -16/+7 |
| | | | | | suitable directory. | ||||
| * | Check packages without deference to order | Jason R. Coombs | 2014-03-16 | 1 | -5/+8 |
| | | |||||
| * | Use py26compat for skipIf | Jason R. Coombs | 2014-03-16 | 1 | -6/+7 |
| | | |||||
| * | Add support for PEP 420 namespace packages to find_packages() | Wyatt Lee Baldwin | 2014-02-12 | 1 | -0/+38 |
| | | | | | | | | | | | | 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 | ||||
| * | Update test for Python 2.6 compatibility | Jason R. Coombs | 2014-03-16 | 1 | -1/+1 |
| | | |||||
| * | Add test for find_packages(include=) | Jason R. Coombs | 2014-03-16 | 1 | -0/+10 |
| | | | | | | --HG-- extra : rebase_source : bee4238f4cd00fa8bd3104017f4caf234dcf0729 | ||||
| * | Add unit tests for find_packages | Wyatt Lee Baldwin | 2014-02-12 | 1 | -0/+72 |
| --HG-- extra : rebase_source : 75f5ce4d2fb9d0ccd7168739c23d9ea1eeeb9112 | |||||
