- 16 Oct, 2017 3 commits
- 15 Oct, 2017 6 commits
-
-
xoviat authored
-
xoviat authored
-
xoviat authored
-
xoviat authored
-
xoviat authored
This change is a small simplification that simply creates the egg_info directory in the egg_base location; it's a minor cleanup that results in some read and it helps with read-only directories (the egg_info directory is uncontrollable).
-
xoviat authored
In some cases (specifically when pip imports this module in a virtualenv), pkg_resources can already be imported, causing setuptools to load entry_points from an older version. Here, we re-initialize the master working set to fix the case where the entry points from an older setuptools are loaded.
-
- 14 Oct, 2017 1 commit
-
-
Jason R. Coombs authored
commands: dist_info: say something!
-
- 13 Oct, 2017 1 commit
-
-
xoviat authored
The dist_info command did not say anything like other commands did. This gives some more helpful information.
-
- 12 Oct, 2017 18 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
-
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
-
Jason R. Coombs authored
-
Jason R. Coombs authored
-
Jason R. Coombs authored
-
Jason R. Coombs authored
-
- 11 Oct, 2017 9 commits
-
-
Jason R. Coombs authored
-
Jason R. Coombs authored
Expect failure on macOS 10.13 and other operating systems where writing latin-1 encoded filenames is prohibited. Fixes #1169.
-
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
-
- 29 Sep, 2017 2 commits
-
-
Jason R. Coombs authored
Tests: Run `python -m pip` instead of plain `pip`
-
Jason R. Coombs authored
Clean up resource warnings during tests
-