| Commit message (Collapse) | Author | Age | Files | Lines | |
|---|---|---|---|---|---|
| * | Remove Python 2 compatibility | Jason R. Coombs | 2020-08-16 | 1 | -10/+1 |
| | | |||||
| * | Feed the hobgoblins (delint). | Jason R. Coombs | 2019-01-26 | 1 | -5/+6 |
| | | |||||
| * | Rename find_namepaces_ns to find_namespace_packages (#1423) | Carsten Klein | 2018-08-17 | 1 | -8/+8 |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | * fix #1419 PEP420: add find_namespace: directive * fix #1419 PEP420: add find_namespace: directive to documentation * fix #1419 PEP420: add tests * fix #1419 PEP420: clean up code * fix #1419 PEP420: fix typo in documentation * fix #1419 PEP420: fix typo in documentation * fix #1419 PEP420: clean up code * fix #1419 PEP420: add changelog entry * fixup! fix #1419 PEP420: add tests * fix #1419 PEP420: cleanup code refactor markers * #1420: Rename find_namespace_ns to find_namespace_packages * #1420: update changelog entry | ||||
| * | Add tests for find_packages_ns() | Carsten Klein | 2018-07-04 | 1 | -10/+16 |
| | | |||||
| * | Fix quantity of blank lines. | stepshal | 2016-10-18 | 1 | -1/+0 |
| | | |||||
| * | Find nested packages with excluded parent | Tim Heap | 2016-10-05 | 1 | -2/+2 |
| | | | | | | | | `find_packages(exclude=['pkg'])` should still find and include the `pkg.subpkg` package. Fixes #808 | ||||
| * | Note find_packages backwards incompatible change | Tim Heap | 2016-09-26 | 1 | -0/+9 |
| | | | | | Also add a test for the new behaviour. | ||||
| * | Add missing whitespace. | stepshal | 2016-07-14 | 1 | -1/+1 |
| | | |||||
| * | Fix quantity of blank lines after code object. | stepshal | 2016-07-13 | 1 | -0/+4 |
| | | |||||
| * | 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 | |||||
