kennethreitz
12c0e9d6a2
better docs
...
Signed-off-by: Kenneth Reitz <me@kennethreitz.org >
2017-09-17 12:24:19 -04:00
kennethreitz
6e2ba3687f
improvements to documentation
...
Signed-off-by: Kenneth Reitz <me@kennethreitz.org >
2017-09-17 12:22:22 -04:00
kennethreitz
ce9177e87f
next version
...
Signed-off-by: Kenneth Reitz <me@kennethreitz.org >
2017-09-17 11:17:14 -04:00
kennethreitz
9cd15b7040
PYENV_ROOT & PYENV_SHELL
...
Signed-off-by: Kenneth Reitz <me@kennethreitz.org >
2017-09-17 11:16:15 -04:00
kennethreitz
2e16bc0496
Merge pull request #584 from rfleschenberg/improve-pyenv-detection
...
Improve pyenv detection
2017-09-17 11:14:45 -04:00
René Fleschenberg
fd96131547
Improve pyenv detection
...
``PYENV_ROOT`` is not guaranteed to be set. I hope ``PYENV_SHELL`` is.
2017-09-17 17:04:12 +02:00
kennethreitz
9418125254
more informative documentation
...
Signed-off-by: Kenneth Reitz <me@kennethreitz.org >
2017-09-17 10:59:11 -04:00
kennethreitz
042641d68b
remove puts
...
Signed-off-by: Kenneth Reitz <me@kennethreitz.org >
2017-09-17 10:52:02 -04:00
kennethreitz
277c275440
Merge pull request #582 from isudox/master
...
Bugfix: The newly added function `puts` should accept invokers' `err`…
2017-09-17 09:36:15 -04:00
sudoz
74282694a8
Bugfix: The newly added function puts should accept invokers' err value.
2017-09-17 15:02:09 +08:00
kennethreitz
2628b5e306
Merge pull request #577 from Woile/woile_ref
...
refactor: removed some elses and unused packages
2017-09-16 15:50:09 -04:00
Woile
9edc6e121d
refactor: removed extra spaces and unused packages
2017-09-16 21:30:13 +02:00
Woile
9f6c5560c1
refactor: removed unnecesary else again
2017-09-16 21:08:41 +02:00
Woile
077246ea8b
refactor: removed unnecesary else
2017-09-16 21:04:24 +02:00
kennethreitz
824206664d
version
...
Signed-off-by: Kenneth Reitz <me@kennethreitz.org >
v7.2.1
2017-09-16 14:53:40 -04:00
kennethreitz
929b838a10
Merge pull request #576 from Woile/fix_uninstall
...
fix: uninstall dev now removes package from Pipfile
2017-09-16 14:52:54 -04:00
Woile
d1cdb2878a
fix: uninstall dev now removes package from Pipfile
...
Doing `pipenv uninstall -d <package>` does not remove the file from the
Pipfile. There was a flag preventing from doing so in `cli.uninstall`
Closes #575
2017-09-16 20:46:23 +02:00
kennethreitz
4e35b66940
Merge pull request #574 from Woile/master
...
fix: uninstall dev expecting tuple, not dict
v7.2.0
2017-09-16 14:05:02 -04:00
kennethreitz
548f090d49
next version
...
Signed-off-by: Kenneth Reitz <me@kennethreitz.org >
2017-09-16 14:00:42 -04:00
kennethreitz
e59a7a91f5
i don't like adding code, but when i do, it's because it's awesome
...
Signed-off-by: Kenneth Reitz <me@kennethreitz.org >
2017-09-16 13:59:48 -04:00
Woile
0188e71dca
fix: uninstall dev expecting tuple, not dict
2017-09-16 19:55:39 +02:00
kennethreitz
1a474ccdd6
next version
...
Signed-off-by: Kenneth Reitz <me@kennethreitz.org >
2017-09-16 11:54:52 -04:00
kennethreitz
0838c384bb
Merge pull request #569 from techalchemy/relative-path-quickfix
...
Quick fix for dealing with relative paths!
2017-09-16 11:35:42 -04:00
kennethreitz
b30167b0a8
Merge pull request #572 from eli-b/more-test-utils
...
Added a test for utils.python_version
2017-09-16 11:34:46 -04:00
kennethreitz
1a4a8d0869
Merge pull request #573 from Woile/fix_bold
...
fix: bold used in puts instead of crayon
2017-09-16 11:34:14 -04:00
kennethreitz
f2875e0f9f
Merge pull request #570 from techalchemy/pexpect-posix-check-fix
...
Test for posix compliance by checking posix compliance
2017-09-16 11:33:37 -04:00
Woile
c2769d0919
fix: bold used in puts instead of crayon
2017-09-16 13:08:03 +02:00
Eli Boyarski
33e99572d3
Added a test for utils.python_version
2017-09-16 11:21:58 +03:00
Dan Ryan
0fad37e322
Clean up some formatting issues
2017-09-16 00:37:54 -04:00
Dan Ryan
62055fabd0
Sign commits
2017-09-16 00:33:36 -04:00
Dan Ryan
53ae708e7e
Test for posix compliance by checking posix compliance
2017-09-16 00:31:24 -04:00
Dan Ryan
c863cd7426
Test for posix compliance by checking posix compliance
2017-09-16 00:24:04 -04:00
Dan Ryan
f48a39ab67
Properly handle editable file dependencies
2017-09-16 00:05:55 -04:00
Dan Ryan
7704f98372
Fix file support
2017-09-15 23:42:15 -04:00
kennethreitz
ec384b300b
Merge pull request #564 from eli-b/windows-support
...
Fix popen_spawn when specifying a path on Windows which contains "\" separators
2017-09-15 21:48:10 -04:00
Dan Ryan
d7e2233e47
Quick fix for dealing with relative paths!
2017-09-15 21:28:55 -04:00
Nate Prewitt
e3fcbacf1f
Merge pull request #565 from eli-b/patch-1
...
Fixed a typo
2017-09-15 16:16:44 -06:00
Eli Boyarski
10800c361f
Fixed a typo
2017-09-16 01:15:26 +03:00
Eli Boyarski
4c17fd70ef
Fix popen_spawn when specifying a path on Windows which contains "\" separators
2017-09-16 01:04:15 +03:00
kennethreitz
4cec0d4644
Update README.rst
2017-09-15 15:02:23 -04:00
kennethreitz
e37df767f9
note about history
...
Signed-off-by: Kenneth Reitz <me@kennethreitz.org >
2017-09-15 13:21:15 -04:00
kennethreitz
0b1741df61
fix for #559
...
Signed-off-by: Kenneth Reitz <me@kennethreitz.org >
2017-09-15 13:20:31 -04:00
kennethreitz
d61a95d811
history
...
Signed-off-by: Kenneth Reitz <me@kennethreitz.org >
2017-09-15 13:20:31 -04:00
kennethreitz
ee243d8614
Merge pull request #562 from eli-b/supportminiconda-1
...
Support Miniconda's `python --version` format
2017-09-15 12:50:27 -04:00
kennethreitz
737d47b1db
Merge pull request #561 from kennethreitz/break-windows
...
stole @jacebrowning's tests (modified)
2017-09-15 12:47:09 -04:00
kennethreitz
333f7b34f2
test utilities on windows
...
Signed-off-by: Kenneth Reitz <me@kennethreitz.org >
2017-09-15 12:39:37 -04:00
Eli Boyarski
d00d33be7b
Support Miniconda's python --version format
...
On Windows, Miniconda's python prints "Python 3.6.2 :: Continuum Analytics, Inc." when running `python --version`
2017-09-15 19:38:00 +03:00
kennethreitz
a222865766
warn the user of import requirements.txt side-effects.
...
Signed-off-by: Kenneth Reitz <me@kennethreitz.org >
2017-09-15 12:34:07 -04:00
kennethreitz
ba2aed74b1
use contoml
...
Signed-off-by: Kenneth Reitz <me@kennethreitz.org >
2017-09-15 12:29:01 -04:00
kennethreitz
b3f0b628a1
str python
...
Signed-off-by: Kenneth Reitz <me@kennethreitz.org >
2017-09-15 12:00:05 -04:00