Commit Graph

555 Commits

Author SHA1 Message Date
kennethreitz ff0241a749 v5.3.2
Signed-off-by: Kenneth Reitz <me@kennethreitz.org>
2017-09-02 12:47:50 -04:00
kennethreitz 9f88f4cba8 also autolock when uninstalling
Signed-off-by: Kenneth Reitz <me@kennethreitz.org>
2017-09-02 12:46:37 -04:00
kennethreitz b667439a16 auto-lock after adding something to Pipfile
Fixes #464

Signed-off-by: Kenneth Reitz <me@kennethreitz.org>
2017-09-02 12:45:24 -04:00
kennethreitz aa83c41140 v5.3.1
Signed-off-by: Kenneth Reitz <me@kennethreitz.org>
2017-09-02 00:47:23 -04:00
kennethreitz 8837ad620d don't display 🍰 on windows :(
Signed-off-by: Kenneth Reitz <me@kennethreitz.org>
2017-09-02 00:44:07 -04:00
kennethreitz fe74663ba8 better reporting on windows
Signed-off-by: Kenneth Reitz <me@kennethreitz.org>
2017-09-01 22:33:18 -04:00
kennethreitz f0f4f4303b much clearer
Signed-off-by: Kenneth Reitz <me@kennethreitz.org>
2017-09-01 22:29:31 -04:00
kennethreitz ff8c8b3494 v5.3.0 2017-09-01 21:30:31 -04:00
kennethreitz f2680936d5 for travis
Signed-off-by: Kenneth Reitz <me@kennethreitz.org>
2017-09-01 21:27:00 -04:00
kennethreitz 022883d00c fix for python 2.7
Signed-off-by: Kenneth Reitz <me@kennethreitz.org>
2017-09-01 20:25:54 -04:00
kennethreitz 7297fdf084 PASSED!
Signed-off-by: Kenneth Reitz <me@kennethreitz.org>
2017-09-01 20:17:41 -04:00
kennethreitz d5d2f38d8b phew
Signed-off-by: Kenneth Reitz <me@kennethreitz.org>
2017-09-01 20:04:39 -04:00
kennethreitz f7a148ca46 works! (i think)
Signed-off-by: Kenneth Reitz <me@kennethreitz.org>
2017-09-01 18:56:52 -04:00
kennethreitz 8e92aacb83 support custom indexes
Signed-off-by: Kenneth Reitz <me@kennethreitz.org>
2017-09-01 18:16:47 -04:00
kennethreitz a90d1e6c58 cleanup
Signed-off-by: Kenneth Reitz <me@kennethreitz.org>
2017-09-01 18:05:56 -04:00
kennethreitz a611022ac2 basics of new locking functionality
Signed-off-by: Kenneth Reitz <me@kennethreitz.org>
2017-09-01 17:54:44 -04:00
kennethreitz 442564450f Revert "remove ALL the things!"
This reverts commit 57e54dc690.

# Conflicts:
#	setup.py

Signed-off-by: Kenneth Reitz <me@kennethreitz.org>
2017-08-31 12:13:36 -04:00
kennethreitz dba68e00f4 re-vendor requirements
Signed-off-by: Kenneth Reitz <me@kennethreitz.org>
2017-08-28 11:27:50 -04:00
kennethreitz 94923d000a $ pipenv install --skip-lock
Signed-off-by: Kenneth Reitz <me@kennethreitz.org>
2017-08-28 11:06:07 -04:00
kennethreitz 57e54dc690 remove ALL the things! 2017-08-28 10:58:49 -04:00
Nate Prewitt 61d3fcdb36 upgrading delegator.py to resolve PYTHONUNBUFFERED issue in shell 2017-07-24 10:42:00 -06:00
Nate Prewitt 36a1699f5c removing unused multi_split on extras 2017-07-06 09:19:05 -06:00
Nate Prewitt c6c42ac606 v5.1.2 2017-07-05 10:19:19 -06:00
Nate Prewitt b10ab61624 Merge pull request #416 from erinxocon/requirements-patch
Added logic to parse VCS links from a requirements file
2017-06-25 07:28:42 -07:00
Nate Prewitt 5594315162 improve error message when user tries to activate nested shells 2017-06-24 11:35:06 -07:00
Erin O'Connell c03f7f9ab8 changed VCS check to .link instead of .original_link 2017-06-15 22:13:38 -06:00
Erin O'Connell 7ba82f5550 added ability for editable VCS links to be converted from requirements file 2017-06-15 18:16:12 -06:00
Erin O'Connell 2a1babae76 Added logic to parse VCS links from a requirements file into it's proper Pipfile format 2017-06-15 17:52:44 -06:00
Nate Prewitt ed209806dc v5.1.1 2017-06-14 13:24:31 -06:00
Nate Prewitt e18cefcca6 add missing comma 2017-06-14 13:23:17 -06:00
Nate Prewitt 35899d919f v5.1.0 2017-06-14 13:18:23 -06:00
Nate Prewitt f822f3d5c0 revert #394 2017-06-14 13:17:37 -06:00
Erin O'Connell 0120b4c1d2 accidently rewrote history and got rid of this on-liner 2017-06-10 16:46:41 -06:00
Erin O'Connell 9c2982b03b put in more proper logic for int conversion when reading from the PIPENV_TIMEOUT variable 2017-06-10 01:58:54 -06:00
Erin O'Connell 1818dc6afa fixed a type error when setting a custom value for PIPENV_TIMEOUT 2017-06-10 01:17:30 -06:00
Erin O'Connell 60f56dd058 added the timeout variable from environments.py to be used as a delegator.run() argument when creating virutal environments. 2017-06-09 22:57:23 -06:00
Erin O'Connell 5cee25a5f5 small syntax fix for a comment 2017-06-09 22:55:47 -06:00
Erin O'Connell 50e278a102 fixed syntax in PIPENV_USE_SYSTEM and added an environment variable for PIPENV_TIMEOUT 2017-06-09 19:31:14 -06:00
Erin O'Connell c326b82425 updated delagator.py to v0.0.12 2017-06-09 19:14:26 -06:00
kennethreitz a0fe6f8295 v5.0.0 2017-06-03 19:09:29 -04:00
kennethreitz 5ef5bb0f79 switch to disable virtualenvs 2017-06-03 19:07:05 -04:00
kennethreitz 8055035472 update virtualenv location too 2017-06-03 19:00:34 -04:00
kennethreitz b8e7ee7e95 PIPENV_USE_SYSTEM 2017-06-03 18:57:56 -04:00
kennethreitz 3a0ccdbfe0 fix syntax error 2017-06-03 18:50:14 -04:00
kennethreitz bd6f158220 default python 3 2017-06-03 18:47:09 -04:00
Nate Prewitt df909ccf0d remove escape character from pexpect.spawn.interact
The default escape character for pexpect.spaw is ctrl-]
which conflicts with a vim binding. This isn't an escape
sequence that is mirrored in virtualenv, so there doesn't
seem to be a good reason to keep it. This will make `pipenv
shell` more inline with the standard `virtualenv workon` command.
2017-06-02 10:12:42 -06:00
Nate Prewitt b644668b27 v4.1.4 2017-06-01 14:40:49 -06:00
Nate Prewitt d124e382a1 fix requirements output and add test 2017-06-01 10:51:34 -06:00
Nate Prewitt eda7635350 v4.1.3 2017-05-31 21:53:27 -06:00
Nate Prewitt a7f76770f1 fix bad syntax and install string formatting for -e installs 2017-05-31 21:51:33 -06:00