- 22 Dec, 2017 3 commits
-
-
Doug Greiman authored
-
Doug Greiman authored
-
Doug Greiman authored
-
- 12 Dec, 2017 2 commits
-
-
Doug Greiman authored
Given a ZipProvider, if the underlying ZipImporter prefix is empty, then resource_listdir('') and resource_listdir('subdir/') fail, while resource_listdir('/') and resource_listdir('subdir') succeed. On the other hand, if the underlying ZipImport prefix is not empty, then resource_listdir('/') fails but resource_listdir('') succeeds. With this change, the cases listed succeed with or without trailing slashes.
-
Doug Greiman authored
-
- 04 Dec, 2017 3 commits
-
-
Benoit Pierre authored
-
Benoit Pierre authored
fix `data_files` handling when installing from wheel
-
Benoit Pierre authored
-
- 30 Nov, 2017 2 commits
-
-
Benoit Pierre authored
-
Benoit Pierre authored
-
- 27 Nov, 2017 5 commits
-
-
Benoit Pierre authored
-
Benoit Pierre authored
-
Benoit Pierre authored
-
Benoit Pierre authored
fix namespace packages handling of wheels
-
Benoit Pierre authored
-
- 26 Nov, 2017 6 commits
-
-
Benoit Pierre authored
-
Benoit Pierre authored
-
Benoit Pierre authored
-
Benoit Pierre authored
-
Benoit Pierre authored
easy_install: add support for installing from wheels
-
Benoit Pierre authored
Note: wheels are installed as eggs, so each install is self-contained and multiple versions of the same package can be installed at the same time. Limitations: - headers are not supported - resulting egg metadata requirements have their markers stripped
-
- 25 Nov, 2017 11 commits
-
-
Jason R. Coombs authored
-
Jason R. Coombs authored
-
Jason R. Coombs authored
-
Jason R. Coombs authored
Fixes #1208: Improved exception message of pkg_resources.ResolutionError
-
Jason R. Coombs authored
-
Jason R. Coombs authored
-
Jason R. Coombs authored
-
Jason R. Coombs authored
Add another test demonstrating that if requirements are declared in a non-deterministic order, they may appear in the metadata in non-deterministic order. Ref #458.
-
Jason R. Coombs authored
-
Jason R. Coombs authored
-
Jason R. Coombs authored
-
- 22 Nov, 2017 1 commit
-
-
Andreas Maier authored
-
- 20 Nov, 2017 7 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
-