- 05 Oct, 2016 1 commit
-
-
Tim Heap authored
`find_packages(exclude=['pkg'])` should still find and include the `pkg.subpkg` package. Fixes #808
-
- 01 Oct, 2016 5 commits
-
-
Jason R. Coombs authored
-
Jason R. Coombs authored
-
Jason R. Coombs authored
-
Jason R. Coombs authored
Fix misspellings in changelog.
-
stepshal authored
-
- 30 Sep, 2016 1 commit
-
-
Gabi Davar authored
-
- 27 Sep, 2016 11 commits
-
-
Jason R. Coombs authored
-
Jason R. Coombs authored
-
Jason R. Coombs authored
-
Jason R. Coombs authored
-
Jason R. Coombs authored
-
Jason R. Coombs authored
-
Jason R. Coombs authored
Note find_packages backwards incompatible change
-
Jason R. Coombs authored
-
Jason R. Coombs authored
-
Jason R. Coombs authored
-
Jason R. Coombs authored
-
- 26 Sep, 2016 1 commit
-
-
Tim Heap authored
Also add a test for the new behaviour.
-
- 24 Sep, 2016 1 commit
-
-
Gabi Davar authored
-
- 22 Sep, 2016 3 commits
-
-
Jason R. Coombs authored
Do not search excluded directories for packages
-
Tim Heap authored
-
Tim Heap authored
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.
-
- 21 Sep, 2016 2 commits
-
-
Jason R. Coombs authored
-
Jason R. Coombs authored
-
- 18 Sep, 2016 4 commits
-
-
Jason R. Coombs authored
-
Jason R. Coombs authored
-
Jason R. Coombs authored
Add missing whitespace.
-
Jason R. Coombs authored
Upgrade pyparsing to version 2.1.9
-
- 17 Sep, 2016 3 commits
-
-
stepshal authored
-
Jason R. Coombs authored
In test command, add installed eggs to PYTHONPATH when invoking tests so that subprocesses will also have the dependencies available. Fixes #794.
-
stepshal authored
-
- 16 Sep, 2016 1 commit
-
-
Jason R. Coombs authored
pytest: ignore all .* directories
-
- 14 Sep, 2016 3 commits
-
-
Jason R. Coombs authored
Don't duplicate error case in package_index
-
Jason R. Coombs authored
-
Jason R. Coombs authored
-
- 12 Sep, 2016 1 commit
-
-
Steve Kowalik authored
easy_install has code to handle parsing a requirement, catching the ValueError and then raising a DistUtilsError. This code was entirely duplicated in package_index, so I've slightly refactored to remove the duplication.
-
- 09 Sep, 2016 3 commits
-
-
Jason R. Coombs authored
easy_install: update links to documentation
-
Jason R. Coombs authored
-
Jason R. Coombs authored
-