- 22 Apr, 2019 5 commits
-
-
Paul Ganssle authored
Limit workers in ProcessPoolExecutor
-
Paul Ganssle authored
As a mitigation for #1730, this commit limits the number of workers in the ProcessPoolExecutor to 1 (default is the number of CPUs). On PyPy, having a higher number of available workers dramatically increases the number of concurrent processes, leading to some resource exhaustion issues. This does not address the root issue, but should improve the situation until the root issue is addressed.
-
Paul Ganssle authored
Use xenial and latest pypy3 on Travis CI.
-
Benoit Pierre authored
-
Benoit Pierre authored
As it will soon become the default: https://blog.travis-ci.com/2019-04-15-xenial-default-build-environment
-
- 21 Apr, 2019 2 commits
-
-
mergify[bot] authored
Add failing test for issue #1671 (ValueError when .whl is present)
-
Floris Lambrechts authored
Currently, this will fail because setuptools.build_meta.build_wheel assumes that no wheels already exist in the `dist/` directory. See GH #1671
-
- 14 Apr, 2019 2 commits
-
-
Jason R. Coombs authored
Update super old CHANGES.rst dead links
-
gpotter2 authored
-
- 12 Apr, 2019 2 commits
-
-
Jason R. Coombs authored
FIX: git and hg revision checkout under Windows
-
Jason R. Coombs authored
-
- 11 Apr, 2019 3 commits
-
-
2xB authored
Checking for new implementation solving issue #1740
-
2xB authored
-
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 4 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
-