Commit Graph

396 Commits

Author SHA1 Message Date
kennethreitz 745f1e2ea7 remove _pipfile 2017-01-26 21:52:59 -05:00
kennethreitz 1889055917 history 2017-01-26 17:24:47 -05:00
kennethreitz 91fa1511e5 Merge pull request #111 from timofurrer/toml-preserve-order
Fix proper casing mechanism
2017-01-26 17:24:03 -05:00
kennethreitz 67acff8f86 Merge pull request #113 from jacebrowning/fix-homebrew-shebangs
Prevent invalid shebangs with Homebrew Python
2017-01-26 17:23:19 -05:00
kennethreitz 03235d3a4a more README 2017-01-26 17:18:03 -05:00
kennethreitz 9b9bc9b4f0 update README 2017-01-26 17:16:50 -05:00
kennethreitz 31904f7acb improve uninstall experience 2017-01-26 17:15:53 -05:00
kennethreitz 5f7263dd2f $ pipenv uninstall --all 2017-01-26 17:08:49 -05:00
kennethreitz b076a1470f $ pipenv uninstall --all 2017-01-26 17:08:33 -05:00
kennethreitz 3f2a563426 don't uninstall more packages 2017-01-26 17:00:09 -05:00
Jace Browning bca81b97ad Prevent invalid shebangs with Homebrew Python
Fixes https://github.com/kennethreitz/pipenv/issues/98
2017-01-26 16:57:46 -05:00
Timo Furrer 89b6956992 Fix proper casing mechanism 2017-01-26 22:52:55 +01:00
kennethreitz 71aae61494 oops 2017-01-26 16:52:05 -05:00
kennethreitz 8f40d66821 improve remove setuptools and friends 2017-01-26 16:51:15 -05:00
kennethreitz b6944af1c0 dev-packages 2017-01-26 16:20:48 -05:00
kennethreitz 82dbf0a610 ordereddict for python 2.6 2017-01-26 16:19:57 -05:00
kennethreitz 05c855a45f ordereddict for 2.6 2017-01-26 16:18:47 -05:00
kennethreitz 29c4035bf1 reorder pipfile 2017-01-26 16:14:18 -05:00
kennethreitz 860ad78e5b maintain order of pipfile when updating 2017-01-26 16:14:07 -05:00
kennethreitz fb6623b649 v3.2.4 2017-01-26 15:44:33 -05:00
kennethreitz e12a37e1ab don't unintall needed dependencies 2017-01-26 15:43:28 -05:00
kennethreitz 20be6ac101 more history 2017-01-26 15:43:11 -05:00
kennethreitz 4d0236633e history notes v3.2.3 2017-01-26 15:37:29 -05:00
kennethreitz 64ddb821c2 3.2.3:
pip uninstall --dev
2017-01-26 15:35:55 -05:00
kennethreitz 0a29d860ef Merge pull request #101 from FooBarQuaxx/fix/refactor-ensure_proper_casing
Small refactoring for ensure_proper_casing
2017-01-26 15:35:51 -05:00
kennethreitz e003c7d85e Merge pull request #105 from timofurrer/dev-uninstall
Support uninstalling of dev packages. Closes #103
2017-01-26 15:31:23 -05:00
Nate Prewitt bfaa28e541 Merge pull request #106 from nateprewitt/update_shell_err_msg
update error message for missing SHELL variable
2017-01-26 13:11:28 -07:00
Timo Furrer 2f8b31e5b2 Return 0 if no packages are found to uninstall 2017-01-26 21:01:23 +01:00
Timo Furrer 68edfde30b Only remove dev packages when --dev given and no packages for uninstall command 2017-01-26 20:58:31 +01:00
Nate Prewitt bcb20c995b update error message for missing SHELL variable 2017-01-26 12:57:28 -07:00
Timo Furrer a6446c12c5 Support uninstalling of dev packages. Closes #103 2017-01-26 19:40:40 +01:00
Nate Prewitt 8d316982c8 Merge pull request #102 from hellerve/master
Use list of arguments in calls to `pexpect.spawn`
2017-01-26 08:42:58 -07:00
hellerve b0563228fd click gives us an argument tuple, but we need a list 2017-01-26 16:17:57 +01:00
hellerve cf6e780568 fixed calls to pexpect.spawn 2017-01-26 15:46:04 +01:00
FooBarQuaxx fe382ac990 Small refactoring for ensure_proper_casing 2017-01-26 05:54:57 +01:00
Nate Prewitt 9569386b4b Merge pull request #100 from FooBarQuaxx/master
Remove unneeded assignment
2017-01-25 21:45:19 -07:00
FooBarQuaxx 508bd6b0c9 Removed unneeded assignment 2017-01-26 05:42:06 +01:00
kennethreitz 87f9819655 v3.2.2 v3.2.2 2017-01-25 21:30:04 -05:00
kennethreitz af02370420 fish works now 2017-01-25 20:45:47 -05:00
kennethreitz 837cf79211 Merge pull request #99 from jessebraham/master
Fix virtualenv activation failing with spaces in path
2017-01-25 20:43:47 -05:00
Jesse Braham de885ecc18 merging upstream 2017-01-25 17:40:23 -08:00
Jesse Braham fa349f6c4a Remove accidental duplicate backslash, add comment 2017-01-25 17:39:23 -08:00
kennethreitz 5dfc860e1e fix for python 2.6 2017-01-25 16:31:56 -05:00
kennethreitz 1ee46fd446 require requests[security] for python 2.6 2017-01-25 16:30:03 -05:00
kennethreitz fe52a0a76a this is why we have CI 2017-01-25 16:27:58 -05:00
kennethreitz 0f95633e84 suppress warnings for python 2.6 2017-01-25 16:25:39 -05:00
kennethreitz 7ff373bd9c 3.2.1 v3.2.1 2017-01-25 16:18:56 -05:00
kennethreitz 0404e07299 pretty toml output for case checking 2017-01-25 16:05:09 -05:00
kennethreitz 6c9d010c24 ensure proper casing of pipfile packages 2017-01-25 16:00:44 -05:00
kennethreitz 2ab378f8cd v3.2.0 2017-01-25 16:00:08 -05:00