Commit Graph

7150 Commits

Author SHA1 Message Date
Frost Ming e06d9e0287 change a package 2021-11-05 12:43:11 +08:00
Frost Ming c228dc4f13 Update dependencies 2021-11-05 12:41:35 +08:00
Frost Ming 0f9e0d300b Run CI against Python 3.10 2021-11-05 10:12:42 +08:00
Frost Ming 1c42fe9fe3 Merge pull request #4659 from perlun/patch-1
diagnose.rst: Remove outdated -c docs
2021-11-05 09:23:23 +08:00
Frost Ming 61497d0a50 Merge pull request #4716 from danawaze/patch-1
Fix basic usage docs to reflect lock -r behaviour
2021-11-05 09:22:57 +08:00
Frost Ming 47ae1d03b3 Merge pull request #4801 from kobayashi/4788
Fixes #4788: incorrect returncode
2021-11-04 22:25:53 +08:00
Frost Ming 3ce0973874 Merge pull request #4795 from vipkr/fix/docs
[docs] Add missing link of Pipx's home page
2021-11-04 22:25:15 +08:00
Frost Ming ff6633879b Merge pull request #4792 from DetachHead/patch-1
remove prefixes on install commands for easy copy/pasting
2021-11-04 22:21:11 +08:00
Frost Ming 0fe9530020 Merge pull request #4759 from pypa/vendor/update-patched
Switch the resolver from piptools to pip internal
2021-11-04 22:20:04 +08:00
Frost Ming 99beff2db0 fix vcs test cases 2021-11-04 21:42:37 +08:00
Frost Ming 7c77435bcc fix vcs url 2021-11-04 20:38:15 +08:00
Frost Ming 30e2aac739 Fix test error 2021-11-04 18:33:43 +08:00
Frost Ming 10554c1c7d Fix pip shims import 2021-11-04 17:36:23 +08:00
Frost Ming 0b6de55d5d add platformdirs 2021-11-04 16:32:40 +08:00
Frost Ming c7417949d7 Disable azure-pipelines 2021-11-04 16:07:52 +08:00
Frost Ming a3ad42afa7 Update deps pip-shims and requirementslib 2021-11-04 16:06:59 +08:00
Frost Ming c5cc0af9b8 Remove the reference to pip-tools 2021-11-04 16:06:59 +08:00
Frost Ming 6647954202 fix wrong pin for url requirements 2021-11-04 16:06:59 +08:00
Frost Ming e78ead7484 Don't include self for resolution for editable deps 2021-11-04 16:06:59 +08:00
Frost Ming 9dbf157f8b delete useless tests 2021-11-04 16:06:59 +08:00
Frost Ming 750cf98d28 Fix vendored pip issue 2021-11-04 16:06:56 +08:00
Frost Ming edf936887c Fix attribution error 2021-11-04 16:06:17 +08:00
Frost Ming 849fdc2bf2 Add missing files 2021-11-04 16:06:17 +08:00
Frost Ming 08d5c97b81 Let's see why it can't found 2021-11-04 16:06:17 +08:00
Frost Ming 76a80fb073 Postpone the import of pip_shims 2021-11-04 16:06:17 +08:00
Frost Ming c04faf2c7c change the context manager syntax 2021-11-04 16:06:17 +08:00
Frost Ming 0165738ae7 Fix subprocess encoding 2021-11-04 16:06:17 +08:00
Frost Ming 859776e263 Switch the resolver to pip internal 2021-11-04 16:06:17 +08:00
Frost Ming 5ef5a59d41 Switch resolver from piptools to pip internal 2021-11-04 16:06:13 +08:00
Frost Ming 866a56d2e3 Apply patches for notpip 2021-11-04 16:05:26 +08:00
Frost Ming a1444dc808 revendor patched deps 2021-11-04 16:05:26 +08:00
Frost Ming 49cb6281db update patched dependencies 2021-11-04 16:05:26 +08:00
Tzu-ping Chung d0fa43ad97 Merge pull request #4813 from DiddiLeija/delete-old-template 2021-10-28 15:54:05 +08:00
Diego Ramirez 731b34db66 Create 4813.trivial.rst
A news file for my PR.
2021-10-26 13:19:50 -05:00
Diego Ramirez caaf78f4e3 Delete the old issue template
It seems like this template has been replaced by the `.github/ISSUE_TEMPLATE` templates.
2021-10-26 13:17:24 -05:00
kobayashi 3582be15f5 fix incorrect returncode 2021-10-04 23:33:42 -04:00
Vipul Kumar ab45240efa docs: Add missing link of Pipx's home page 2021-09-24 20:42:46 +05:30
DetachHead f28a34f73c Create 4792.doc.rst 2021-09-19 16:35:47 +10:00
DetachHead cee7b1631c remove prefixes on install commands for easy copy/pasting 2021-09-19 16:27:26 +10:00
Frost Ming 9378cb5151 Merge pull request #4779 from LKI/master
fix: do_sync should pass system/clear
2021-08-31 08:56:36 +08:00
Lirian Su 8a48d2ddc8 fix: do_sync should pass system/clear 2021-08-30 18:50:25 +08:00
Frost Ming 7de8fe02d0 Merge pull request #4766 from eltociear/patch-2
Fix typo in test_cli.py
2021-08-18 09:56:09 +08:00
Ikko Ashimine dd1fdce056 Fix typo in test_cli.py
begining -> beginning
2021-08-17 22:20:18 +09:00
Frost Ming 0e7c1fa97c Merge pull request #4761 from allanlewis/quote-commands-when-logging
Quote tokens when logging `pip` commands
2021-08-10 09:04:00 +08:00
Allan Lewis ae4a939815 core.pip_install: Quote tokens when logging pip commands
Previously, pip commands were printed as lists of tokens. a82bbb7b amended the
logging to join the tokens with strings. However, this will lead to invalid
commands if any token contains a space or some other special character that
needs to be escaped for standard shells. In order to improve the logging, this
commit shell-quotes each token before joining the results with spaces.
2021-08-09 12:32:38 +01:00
Frost Ming 24a3c12791 Add a news fragment 2021-08-03 11:57:02 +08:00
Frost Ming b8670e188a Merge pull request #4757 from pypa/feature/state-isolate 2021-08-03 11:51:20 +08:00
Frost Ming 904f0a3b86 capture outputs written in subprocesses 2021-08-03 10:41:19 +08:00
Frost Ming 93251ba7fc Fix system_which to return bins inside venv 2021-08-03 10:41:18 +08:00
Frost Ming 443547fee5 show 10 slowest cases 2021-08-03 10:41:17 +08:00