Commit Graph

6078 Commits

Author SHA1 Message Date
Dan Ryan dcfce70817 Fix python path discovery if not called python
- Begin a refactor of `delegator.run` invocation to ensure we capture
  and handle failures with our own exception wrappers
- Additoinally capture output and error logging and command information
  when running in verbose mode (should avoid significant repitition in
  the codebase)
- Refactor `which` and `system_which` to fallback to pythonfinder's
implementation
- Abstract `is_python_command` to identify whether we are looking for
  python, this enables us to rely on `pythonfinder.Finder.find_all_python_versions()`
  to ensure we aren't skipping python versions
- Fixes #2783

Signed-off-by: Dan Ryan <dan@danryan.co>
2019-03-16 15:10:40 -04:00
Dan Ryan d5e446ee7b Merge pull request #3595 from pypa/hide-emojis
Let windows user configure to show emojis
2019-03-10 22:39:39 -04:00
Dan Ryan 26d209b7e2 Merge branch 'master' into hide-emojis 2019-03-10 22:39:18 -04:00
Dan Ryan 32a170e76b Update news fragment 2019-03-10 22:38:49 -04:00
frostming c55c5112b3 move the logic to a function 2019-03-11 08:58:19 +08:00
kennethreitz 11a555b093 Rename PEEP to PEEP-0004.md 2019-03-10 10:01:14 -04:00
kennethreitz 8f0b2cda61 Create PEEP 2019-03-10 10:00:31 -04:00
Frost Ming d4c8d17024 Merge pull request #3522 from davidjb/patch-2
Docs: clarify quoting in version specs note
2019-03-08 15:43:59 +08:00
Frost Ming 546e3ac1d8 Merge branch 'master' into patch-2 2019-03-08 14:59:55 +08:00
Frost Ming 6b8745d361 Merge pull request #3532 from jamesstidard/docs-code-option-clarfication
docs: code option clarification
2019-03-08 14:58:35 +08:00
frostming d3146d72fa add news 2019-03-08 14:54:54 +08:00
frostming fde365140c let windows user configure to have emojis 2019-03-08 14:48:01 +08:00
Frost Ming c72bc5f39c Merge branch 'master' into docs-code-option-clarfication 2019-03-08 13:39:33 +08:00
Frost Ming 7dbd5feee1 Merge pull request #3519 from frob/patch-2
Replace (non-existant) video on docs index.rst with equivalent gif
2019-03-07 21:39:55 +08:00
Frost Ming d7dd54e2a3 Merge branch 'master' into patch-2 2019-03-07 17:36:19 +08:00
Daniel Phillips f22a564a2b Fix pip specifier documentation mistake where 'former' was incorrectly used instead of 'latter' (#3507) 2019-03-07 17:35:59 +08:00
Ori Avtalion db3b743a58 Use HTTPS for gif in README (#3498) 2019-03-07 14:22:57 +08:00
Jannis Leidel e2738a8aef Removing jezdez's testimonial (#3536)
As requested
2019-03-07 13:29:27 +08:00
Frost Ming c52d06b75d Merge pull request #3556 from hoboken515/bugfix/3502-trusted-host-custom-port
bugfix/3502 trusted host fails with custom port
2019-03-07 10:10:03 +08:00
Frost Ming bf2df74d72 Merge branch 'master' into bugfix/3502-trusted-host-custom-port 2019-03-07 09:07:15 +08:00
Frost Ming c862978445 Merge pull request #3562 from hroncok/i3292
Update pytest-pypi documentation not to be pytest-httpbin documentation
2019-03-07 09:06:33 +08:00
Dan Ryan 62a45e3323 Merge branch 'master' into bugfix/3502-trusted-host-custom-port 2019-03-06 19:09:01 -05:00
Dan Ryan 545ce5e7b5 Merge branch 'master' into i3292 2019-03-06 19:00:29 -05:00
Dan Ryan 12572dd6b5 Merge pull request #3585 from pypa/bugfix/3584
Bugfix 3584
2019-03-06 10:33:53 -05:00
frostming 5fc4695c1f create news entry 2019-03-06 17:13:23 +08:00
frostming ffe5d2f74c Overwrite environment variable 2019-03-06 17:10:49 +08:00
Dan Ryan 54a73d1c9f Merge pull request #3298 from pypa/bugfix/3148
Fix direct url dependency resolution
2019-03-05 02:57:30 -05:00
Dan Ryan b395aca762 Add missing news entries
Signed-off-by: Dan Ryan <dan@danryan.co>
2019-03-05 02:14:48 -05:00
Dan Ryan 439a2581ad One more news file update
Signed-off-by: Dan Ryan <dan@danryan.co>
2019-03-04 20:47:48 -05:00
Dan Ryan 01444dae28 Update news files
Signed-off-by: Dan Ryan <dan@danryan.co>
2019-03-04 20:47:07 -05:00
Dan Ryan c53e29b531 Fix vendoring script in azure pipeline
Signed-off-by: Dan Ryan <dan@danryan.co>
2019-03-04 20:44:28 -05:00
Dan Ryan dc41e66df6 Re-run vendoring script
Signed-off-by: Dan Ryan <dan@danryan.co>
2019-03-04 14:33:39 -05:00
Dan Ryan 2d1b4bd981 Update setup dependencies
Signed-off-by: Dan Ryan <dan@danryan.co>
2019-03-04 13:37:06 -05:00
Dan Ryan 716dfb4804 Update vistir patch
Signed-off-by: Dan Ryan <dan@danryan.co>
2019-03-04 13:35:32 -05:00
Dan Ryan 37916cb761 Re-add passa
Signed-off-by: Dan Ryan <dan@danryan.co>
2019-03-04 12:54:07 -05:00
Dan Ryan cebe0ac540 Update vnedored dependency list
Signed-off-by: Dan Ryan <dan@danryan.co>
2019-03-04 12:32:30 -05:00
Dan Ryan a1cb576189 vendor orderedmultidict
Signed-off-by: Dan Ryan <dan@danryan.co>
2019-03-04 09:35:02 -05:00
Dan Ryan 7fe11e73e5 Add new file for requirementslib
Signed-off-by: Dan Ryan <dan@danryan.co>
2019-03-04 01:10:51 -05:00
Dan Ryan 374086e318 Update requirementslib
Signed-off-by: Dan Ryan <dan@danryan.co>
2019-03-04 01:07:18 -05:00
Dan Ryan de4d659eac requirementslib bugfix
Signed-off-by: Dan Ryan <dan@danryan.co>
2019-03-03 00:22:40 -05:00
Dan Ryan e238c840ed Only resolve requirements with markers we can evaluate
Signed-off-by: Dan Ryan <dan@danryan.co>
2019-03-03 00:05:14 -05:00
Dan Ryan 57b266f256 Update requirementslib to include extras in parser
Signed-off-by: Dan Ryan <dan@danryan.co>
2019-03-02 17:13:20 -05:00
Dan Ryan be3c7714ee Cut in new cursor implementation
- Fix some errors in exception handler
- Update yaspin patch
- Fix spinner

Signed-off-by: Dan Ryan <dan@danryan.co>
2019-03-02 14:20:30 -05:00
Dan Ryan 199a14ac0a Incorporate fixes from feature/keep-outdated-peep
Signed-off-by: Dan Ryan <dan@danryan.co>
2019-03-01 19:22:00 -05:00
Dan Ryan 4848a1e507 Update vistir and requirementslib
Signed-off-by: Dan Ryan <dan@danryan.co>
2019-03-01 18:54:13 -05:00
frostming 3f053a355f Fix command dispatching 2019-02-27 12:21:23 +08:00
Dan Ryan 32876ecc90 Update requirementslib
Signed-off-by: Dan Ryan <dan@danryan.co>
2019-02-26 17:36:02 -05:00
Dan Ryan bc3d50b8be Update vendored vistir
Signed-off-by: Dan Ryan <dan@danryan.co>
2019-02-26 12:03:26 -05:00
Miro Hrončok ac44a238fb Update pytest-pypi documentation not to be pytest-httpbin documentation
Fixes https://github.com/pypa/pipenv/issues/3292
2019-02-26 11:34:51 +01:00
Dan Ryan 05d3b5af26 Update license download script
Signed-off-by: Dan Ryan <dan@danryan.co>
2019-02-24 22:34:26 -05:00