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
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
Frost Ming
cb869897b1
Don't reload module
2021-08-03 10:41:17 +08:00
Frost Ming
46ea38fcca
Isolate environment variables
2021-08-03 10:41:17 +08:00
Frost Ming
4cc5f15b75
fix parameter passing
2021-07-30 13:57:27 +08:00
Frost Ming
9107728a75
Move project into the state object
2021-07-30 13:15:41 +08:00
Frost Ming
0deb9ed54d
fix missing argument
2021-07-30 12:35:13 +08:00
Frost Ming
6a221cf732
Don't share project objects but create own
2021-07-30 12:31:43 +08:00
Frost Ming
db390d8211
Merge pull request #4754 from pypa/drop-delegator
...
Switch from delegator to subprocess
2021-07-29 17:50:21 +08:00
Frost Ming
c33b4eed9e
handle system install
2021-07-29 16:26:33 +08:00
Frost Ming
6ef9344a5f
Avoid wait() on processes
2021-07-29 14:42:52 +08:00
Frost Ming
5183ceb5ca
add process.py
2021-07-28 19:07:21 +08:00
Frost Ming
9b4eb98529
Remove unused patch files
2021-07-28 17:30:17 +08:00
Frost Ming
51f7417c41
fix system which
2021-07-28 17:19:19 +08:00
Frost Ming
75b2be1c1e
Fix sequential installation
2021-07-28 17:04:18 +08:00
Frost Ming
90c77aab95
use absolute imports
2021-07-28 16:50:02 +08:00
Frost Ming
a82bbb7b27
Try switching from delegator to subprocess
2021-07-28 16:39:36 +08:00
Frost Ming
0255cc6839
Merge pull request #4752 from pypa/py36-syntax
...
Update to py36 plus syntax
2021-07-28 13:24:30 +08:00
Frost Ming
74ba8fc6b1
Remove yaml2 lib
2021-07-28 11:23:20 +08:00
Frost Ming
ca5d931f1f
Update to py36 plus syntax
2021-07-28 10:59:00 +08:00
Frost Ming
1d8f1abaef
Merge pull request #4751 from pypa/drop-py2-deps
...
Delete py2 compat dependencies
2021-07-28 09:36:00 +08:00
Frost Ming
dcd47b9b64
Add news entry
2021-07-27 22:00:37 +08:00
Frost Ming
17861457c4
Delete py2 compat dependencies
2021-07-27 21:53:59 +08:00
Frost Ming
b0c4030bfc
Merge pull request #4747 from pypa:vendoring/update
...
Update vendors
2021-07-27 18:35:38 +08:00
Frost Ming
9e04f49e05
Update vendor script
2021-07-27 17:46:41 +08:00
Frost Ming
dcd06330e4
Update pythonfinder to 1.2.8
2021-07-27 15:11:29 +08:00
Frost Ming
e21846953c
fix test cases
2021-07-27 12:45:36 +08:00