- 11 Apr, 2019 1 commit
-
-
2xB authored
Windows does not change the working directory for a process via `cd .. && <process>` (see e.g. this question: https://stackoverflow.com/q/55641332/8575607 ). This commit replaces the use of `cd .. &&` with arguments provided by `git` and `hg` respectively.
-
- 05 Apr, 2019 13 commits
-
-
Jason R. Coombs authored
-
Jason R. Coombs authored
uniquify paths in PYTHONPATH
-
Jason R. Coombs authored
-
Jason R. Coombs authored
-
Jason R. Coombs authored
-
Jason R. Coombs authored
When reading config files, require them to be encoded with UTF-8.
-
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
-
- 03 Apr, 2019 6 commits
-
-
Paul Ganssle authored
-
mergify[bot] authored
Update changelog for version 40.9.0
-
Paul Ganssle authored
-
Paul Ganssle authored
Include path in error message when version is missing (Fixes #1664)
-
Chris Jerdonek authored
Related to pip's github issue pypa/pip#6194. This has come up in pip's issue tracker (github) multiple times: - pypa/pip#6177 - pypa/pip#6283 - pypa/pip#6194
-
Chris Jerdonek authored
-
- 02 Apr, 2019 2 commits
-
-
mergify[bot] authored
Update pypy in travis
-
Paul Ganssle authored
There is some issue with pypy2.7-5.8.0 in Travis. This probably does not solve the *root* issue, but updating the pypy version does seem to fix the build, so in the interest of unblocking the project, we will merge this change.
-
- 19 Mar, 2019 1 commit
-
-
Jason R. Coombs authored
-
- 16 Mar, 2019 7 commits
-
-
Paul Ganssle authored
Support requirement parsing in setuptools.build_meta
-
Paul Ganssle authored
Since pkg_resources is imported elsewhere anyway, we don't get much value out of porting the requirement parser locally.
-
Dustin Ingram authored
-
Paul Ganssle authored
-
Paul Ganssle authored
-
Paul Ganssle authored
This fixes GH #1682 by porting the pkg_resources requirement parsing logic into setuptools.build_meta, so that all valid requirement specifiers passed to setup_requires will be added to the get_requires_for_build_* function outputs. Fixes GH #1682
-
Paul Ganssle authored
Per GH #1682, with setuptools.build_meta we are not properly handling the situation where setup_requires is actually a newline-delimited string rather than a list, which is supported by setup.py interface. This adds several failing (and some passing) tests for how setup_requires is handled by setuptools.build_meta.
-
- 06 Mar, 2019 1 commit
-
-
Frédéric Chapoton authored
Found by lgtm
-
- 26 Feb, 2019 2 commits
-
-
robnagler authored
When running in a complex environment with lots of installed packages, PYTHONPATH gets way too long. Instead, just make sure that paths_on_pythonpath doesn't contain duplicates
-
Ratin_Kumar authored
These sections of the documentation were never written, and refer to deprecated functionality anyway, so they can be removed.
-
- 23 Feb, 2019 4 commits
-
-
Paul Ganssle authored
tests: improve `test_pip_upgrade_from_source`
-
Paul Ganssle authored
-
Paul Ganssle authored
-
Benoit Pierre authored
Parametrize the test to check different versions of pip (including master) are correctly supported.
-
- 22 Feb, 2019 1 commit
-
-
Paul Ganssle authored
Move version to declarative config
-
- 17 Feb, 2019 2 commits
-
-
Paul Ganssle authored
Improve badges in README
-
Jason R. Coombs authored
Move bumpversion config to .bumpversion.cfg as it seems not to be possible to handle setup.cfg. Ref c4urself/bump2version#62.
-