kennethreitz
|
c502b2e66c
|
Merge pull request #1624 from pypa/bugfix/resolver-markers
Fix new resolver code to uniqueify markers
|
2018-03-09 01:44:39 -05:00 |
|
kennethreitz
|
0050d0efe6
|
Merge pull request #1626 from uranusjr/fix-no-python-in-path
Avoid type error when there’s no Python in PATH
|
2018-03-09 01:44:22 -05:00 |
|
Tzu-ping Chung
|
1ff79911a0
|
Consider py.exe when detecting wrong versions
Related to #1620, I feel this is a nice addition.
|
2018-03-09 13:58:41 +08:00 |
|
Tzu-ping Chung
|
c229b785ad
|
Display version warning only when python exists
When there is no "python" command available, there's nothing to warn
about.
Fix #1619.
|
2018-03-09 13:52:47 +08:00 |
|
Dan Ryan
|
8cc5b5c28e
|
Fix new resolver code to uniqueify markers
- Fixes #1617, #1622
|
2018-03-08 22:51:12 -05:00 |
|
kennethreitz
|
f2aa362bd5
|
Merge pull request #1623 from brettcannon/patch-2
Use VS Code as the example editor for EDITOR usage
|
2018-03-08 18:24:47 -05:00 |
|
Brett Cannon
|
01c34e3b72
|
Use VS Code as the example editor for EDITOR usage
Now that VS Code has pipenv support out of the box, might at well use an example that doesn't require any extra setup 😉
|
2018-03-08 15:23:14 -08:00 |
|
kennethreitz
|
e7cbc01ced
|
reorder
Signed-off-by: Kenneth Reitz <me@kennethreitz.org>
|
2018-03-08 17:14:55 -05:00 |
|
kennethreitz
|
6ec9438d96
|
cleanup
Signed-off-by: Kenneth Reitz <me@kennethreitz.org>
|
2018-03-08 17:13:50 -05:00 |
|
kennethreitz
|
80b117efdc
|
Merge branch 'master' of github.com:pypa/pipenv
|
2018-03-08 17:13:10 -05:00 |
|
kennethreitz
|
612d991613
|
new testimonial
Signed-off-by: Kenneth Reitz <me@kennethreitz.org>
|
2018-03-08 17:13:02 -05:00 |
|
kennethreitz
|
1e91dccd68
|
Merge pull request #1616 from pypa/feature/drop-psutil-add-setuptools
Add setuptools and drop psutil
|
2018-03-08 17:07:19 -05:00 |
|
Dan Ryan
|
97d534de44
|
Add setuptools version
|
2018-03-08 17:06:09 -05:00 |
|
Dan Ryan
|
c31c9e9ffa
|
Add setuptools and drop psutil
|
2018-03-08 17:05:46 -05:00 |
|
kennethreitz
|
aa70bd9729
|
Merge pull request #1609 from pypa/bugfix/pew-shells-windows
Don't assume grandparent process is the shell
|
2018-03-08 16:49:37 -05:00 |
|
Dan Ryan
|
3d999828a5
|
Merge pull request #1615 from brettcannon/patch-2
Bump VS Code support to no longer be listed as in-progress
|
2018-03-08 15:22:26 -05:00 |
|
Dan Ryan
|
2dc06d4a5c
|
Use powershell when it is being used
- Call pew workon function directly instead of using suprocess call
- Allow increased depth when searching for shells
|
2018-03-08 15:18:28 -05:00 |
|
Brett Cannon
|
c16bda61f0
|
Bump VS Code suport to no longer in progress
|
2018-03-08 12:06:26 -08:00 |
|
Dan Ryan
|
46b6ab30e3
|
Don't assume grandparent process is the shell
- Windows only (pew implementation bug)
- Traverse process tree until we find a known shell
like cmd or powershell currently
|
2018-03-08 13:42:37 -05:00 |
|
kennethreitz
|
4e8deda9cb
|
different ppa depends now
Signed-off-by: Kenneth Reitz <me@kennethreitz.org>
|
2018-03-08 13:16:31 -05:00 |
|
kennethreitz
|
e51074d0c5
|
next version
Signed-off-by: Kenneth Reitz <me@kennethreitz.org>
v11.1.5
|
2018-03-08 12:56:23 -05:00 |
|
kennethreitz
|
58e4dc1163
|
updated pipfile.lock
Signed-off-by: Kenneth Reitz <me@kennethreitz.org>
|
2018-03-08 12:54:31 -05:00 |
|
kennethreitz
|
31ed815970
|
pew.pew.pew()
Signed-off-by: Kenneth Reitz <me@kennethreitz.org>
|
2018-03-08 12:51:44 -05:00 |
|
kennethreitz
|
44e53ab495
|
Merge pull request #1605 from pypa/feature/vendor-pew
Vendor pew under script name `pewtwo`
|
2018-03-08 12:42:20 -05:00 |
|
kennethreitz
|
18bda0d47a
|
Merge branch 'master' into feature/vendor-pew
|
2018-03-08 12:41:11 -05:00 |
|
kennethreitz
|
16d21e2358
|
Merge pull request #1607 from anowlcalledjosh/even-faster-completion
Avoid running another process to print completion script
|
2018-03-08 12:39:56 -05:00 |
|
Dan Ryan
|
634c71eaeb
|
Vendor pew under script name pewtwo
- Breaks dependency on psutil
|
2018-03-08 12:07:47 -05:00 |
|
Josh Holland
|
bbce020b1a
|
Don't run another process to print completion script
See #1247.
|
2018-03-08 17:00:37 +00:00 |
|
kennethreitz
|
c49f08dc66
|
history
Signed-off-by: Kenneth Reitz <me@kennethreitz.org>
|
2018-03-08 11:50:38 -05:00 |
|
kennethreitz
|
fa4111d0c7
|
psutil specific version
Signed-off-by: Kenneth Reitz <me@kennethreitz.org>
|
2018-03-08 11:49:34 -05:00 |
|
kennethreitz
|
c7c0613b98
|
fixes #1586
break all the things!
|
2018-03-08 11:41:23 -05:00 |
|
kennethreitz
|
9b5f533827
|
next version
Signed-off-by: Kenneth Reitz <me@kennethreitz.org>
v11.1.4
|
2018-03-08 08:02:11 -05:00 |
|
kennethreitz
|
f9de638e7e
|
that broke things
Signed-off-by: Kenneth Reitz <me@kennethreitz.org>
|
2018-03-08 07:57:44 -05:00 |
|
kennethreitz
|
3308f1d9c0
|
history
Signed-off-by: Kenneth Reitz <me@kennethreitz.org>
|
2018-03-08 07:50:10 -05:00 |
|
kennethreitz
|
5444fd8d0a
|
new pipfile.lock
Signed-off-by: Kenneth Reitz <me@kennethreitz.org>
|
2018-03-08 07:45:17 -05:00 |
|
kennethreitz
|
b2f054253e
|
psutil for windows
Signed-off-by: Kenneth Reitz <me@kennethreitz.org>
|
2018-03-08 07:44:30 -05:00 |
|
kennethreitz
|
bc370b76fc
|
history
Signed-off-by: Kenneth Reitz <me@kennethreitz.org>
|
2018-03-08 07:14:19 -05:00 |
|
kennethreitz
|
1a48f42795
|
Merge pull request #1592 from anowlcalledjosh/faster-completion
Move handling of --completion earlier to make it way faster
|
2018-03-08 07:13:50 -05:00 |
|
kennethreitz
|
f19bbb0324
|
history
Signed-off-by: Kenneth Reitz <me@kennethreitz.org>
|
2018-03-08 07:13:04 -05:00 |
|
kennethreitz
|
5a65836026
|
fix #1588
Signed-off-by: Kenneth Reitz <me@kennethreitz.org>
|
2018-03-08 07:12:47 -05:00 |
|
kennethreitz
|
1cac85c125
|
nvm
Signed-off-by: Kenneth Reitz <me@kennethreitz.org>
|
2018-03-08 07:11:24 -05:00 |
|
kennethreitz
|
31c9441d2e
|
cleanup unused imports
Signed-off-by: Kenneth Reitz <me@kennethreitz.org>
|
2018-03-08 07:10:42 -05:00 |
|
kennethreitz
|
8e1f1326d4
|
Merge branch 'master' into faster-completion
|
2018-03-08 06:57:19 -05:00 |
|
kennethreitz
|
85e4b9ea2c
|
history
Signed-off-by: Kenneth Reitz <me@kennethreitz.org>
|
2018-03-08 06:54:04 -05:00 |
|
kennethreitz
|
81711bcb03
|
Merge pull request #1591 from pypa/bugfix/resolve_multiple_extras
Resolve multiple extras when provided
|
2018-03-08 06:53:29 -05:00 |
|
kennethreitz
|
34605f37b1
|
Merge branch 'master' into bugfix/resolve_multiple_extras
|
2018-03-08 06:49:15 -05:00 |
|
kennethreitz
|
87f17133f8
|
Merge branch 'master' into faster-completion
|
2018-03-08 06:47:18 -05:00 |
|
kennethreitz
|
a267d8daf2
|
Merge pull request #1590 from pypa/bugfix/shellquote_sys_exec
Shellquote sys.executable when passing to shell
|
2018-03-08 06:47:03 -05:00 |
|
kennethreitz
|
84c1a256bf
|
Merge branch 'master' into faster-completion
|
2018-03-08 06:39:44 -05:00 |
|
kennethreitz
|
1109506465
|
Merge branch 'master' into bugfix/shellquote_sys_exec
|
2018-03-08 06:39:00 -05:00 |
|