Commit Graph

  • f8058982d7 Merge pull request #243 from nateprewitt/only_shell_once kennethreitz 2017-03-01 13:24:28 -08:00
  • f19c53cbe0 Merge pull request #244 from blueyed/stderr-lock kennethreitz 2017-03-01 13:23:45 -08:00
  • 0332cac376 lock: output to stderr Daniel Hahler 2017-03-01 18:15:11 +01:00
  • 7ce51159f4 Only spawn shell once Nate Prewitt 2017-03-01 09:08:59 -07:00
  • 47b5dedffd monochromatic exception message Nate Prewitt 2017-03-01 08:49:15 -07:00
  • 578224435a updating Pipfile/Pipfile.lock Nate Prewitt 2017-02-28 11:17:51 -07:00
  • c37a0143f3 test internal pipfile/lock representations and new utils Nate Prewitt 2017-02-28 10:35:08 -07:00
  • 86ba5e510d moving util-type functions into utils.py Nate Prewitt 2017-02-28 09:13:40 -07:00
  • b7ec16d8ac only lock once on install Nate Prewitt 2017-02-27 09:08:39 -07:00
  • 7dae3bd013 add error message for vcs dependency without #egg fragment Nate Prewitt 2017-02-27 09:08:13 -07:00
  • 1dbb14cb43 test installing vcs dependencies Nate Prewitt 2017-02-24 21:14:15 -07:00
  • 4581dd824e removing unused is_version function Nate Prewitt 2017-02-24 21:13:23 -07:00
  • d2fe7a236f deal with lack of hashes for vcs dependencies Nate Prewitt 2017-02-24 21:12:56 -07:00
  • 653110c836 test case normalization on add/remove from Pipfile Nate Prewitt 2017-02-24 21:11:45 -07:00
  • 079289f6a0 move to normalized internal representation for pipfile and lockfile Nate Prewitt 2017-02-24 21:11:17 -07:00
  • 671428ba2f moving name casing features to utils Nate Prewitt 2017-02-24 21:06:20 -07:00
  • f4d8f3199e Merge pull request #241 from blueyed/fix-requirements-help kennethreitz 2017-02-24 12:01:28 -05:00
  • 7bc32f3ae2 Fix help for --requirements in lock command Daniel Hahler 2017-02-24 17:58:19 +01:00
  • 9c5fe2f824 Update README.rst Nate Prewitt 2017-02-24 07:51:58 -07:00
  • 7f2bce5397 updating HISTORY Nate Prewitt 2017-02-21 10:34:50 -07:00
  • a6e87c6af1 Merge pull request #238 from simnalamburt/issue-228 Nate Prewitt 2017-02-21 10:30:46 -07:00
  • ed6b73c84f Limit the maximum length of virtualenv_name Hyeon Kim 2017-02-21 14:19:09 +09:00
  • a81197d6bf Change the naming scheme of virtualenv Hyeon Kim 2017-02-21 09:50:32 +09:00
  • b425977ce0 Double quote the paths Hyeon Kim 2017-02-16 15:56:32 +09:00
  • 67e090f2d7 multiple source support Nate Prewitt 2017-02-19 13:34:06 -07:00
  • b4d16d0077 Merge pull request #233 from arruda/pip_download_respect_sources Nate Prewitt 2017-02-19 13:17:36 -07:00
  • 493458cdfc breaking code for delegator.run and the cmd string into 2 different lines. Felipe Arruda Pontes 2017-02-19 14:31:13 -03:00
  • 7db9086e84 v3.4.2 v3.4.2 Nate Prewitt 2017-02-17 09:33:14 -07:00
  • 67b081cfad adding test for multi-dashed package names Nate Prewitt 2017-02-17 08:38:22 -07:00
  • c0dcf130f2 some tests to check if pip_download is using all sources Felipe Arruda Pontes 2017-02-17 10:30:21 -02:00
  • bec324a194 making pip_download use all available sources by passing the -i arg to pip for each source Felipe Arruda Pontes 2017-02-17 01:16:40 -02:00
  • 943dccecb9 Update HISTORY.txt Nate Prewitt 2017-02-16 13:20:32 -07:00
  • 1937dd25df adding psutil as dependency for click-completion Nate Prewitt 2017-02-15 15:58:56 -07:00
  • be68accaea prepare formatted content outside of write block Nate Prewitt 2017-02-14 21:19:15 -07:00
  • 6eb16cd053 Update README.rst kennethreitz 2017-02-14 17:02:20 -05:00
  • 1c760445f3 update readme too kennethreitz 2017-02-14 17:00:43 -05:00
  • 71002fd8a5 better kennethreitz 2017-02-14 16:58:57 -05:00
  • a0156d28d4 better headings kennethreitz 2017-02-14 16:58:02 -05:00
  • 01f904fed3 fixes kennethreitz 2017-02-14 16:57:05 -05:00
  • e3e7d361e4 Merge branch 'master' of github.com:kennethreitz/pipenv kennethreitz 2017-02-14 16:50:11 -05:00
  • 6545f1d191 testimonials kennethreitz 2017-02-14 16:49:16 -05:00
  • cd5e622992 Merge pull request #224 from jaap3/patch-1 Nate Prewitt 2017-02-14 06:14:48 -07:00
  • 826d72141d Add missing backtick Jaap Roes 2017-02-14 09:36:05 +01:00
  • 92f073dca2 updating HISTORY Nate Prewitt 2017-02-13 20:16:50 -07:00
  • d1e9f86d95 Merge pull request #222 from arruda/extra-index Nate Prewitt 2017-02-13 20:14:20 -07:00
  • 97426bf145 rm mock for project.virtualenv_location in tests, fixing some url in tests and other typos as well Felipe Arruda Pontes 2017-02-13 21:19:36 -02:00
  • 3122f5f7b3 Merge pull request #223 from flou/master Nate Prewitt 2017-02-13 07:29:53 -07:00
  • f0b7a82891 Add missing comma in list Lou Ferrand 2017-02-13 11:24:19 +01:00
  • 450dd77809 history v3.4.1 kennethreitz 2017-02-12 19:23:32 -05:00
  • 3cd1877b6e v3.4.1 kennethreitz 2017-02-12 19:22:08 -05:00
  • 62b65b1ed0 Automatically enable --no-interactive, when applicable. kennethreitz 2017-02-12 19:18:51 -05:00
  • 3ecdb05f6e 3.4.0 v3.4.0 Nate Prewitt 2017-02-12 16:10:19 -07:00
  • a79843107e adding tests for pip_install Felipe Arruda Pontes 2017-02-11 23:06:28 -02:00
  • 4dd3cccafa adding mock to test the methods Felipe Arruda Pontes 2017-02-11 19:28:08 -02:00
  • dc02663c66 making cli.proper_case use a new method that runs through all sources in project.sources, and return the Request's return for the first one that hit OK, or neither did ok, then raise an exception. Felipe Arruda Pontes 2017-02-11 19:24:39 -02:00
  • b3af3f06e8 changing project.source to project.sources and making it return a list as default instead of just the first source present Felipe Arruda Pontes 2017-02-11 19:23:33 -02:00
  • 4f9d27aba6 removing unneeded pew test Nate Prewitt 2017-02-11 15:34:40 -07:00
  • 32d9d88c05 updating run-tests in Makefile Nate Prewitt 2017-02-11 14:58:38 -07:00
  • d9333e0548 updating HISTORY Nate Prewitt 2017-02-11 14:38:57 -07:00
  • bc7587127d Merge pull request #218 from kennethreitz/refactor Nate Prewitt 2017-02-11 14:15:30 -07:00
  • 547a084d3b test adding and removing packages from Pipfile Nate Prewitt 2017-02-10 11:54:07 -07:00
  • 81572271f1 cleanup Nate Prewitt 2017-02-10 11:03:44 -07:00
  • 289a148037 Merge remote-tracking branch 'upstream/master' into refactor Nate Prewitt 2017-02-10 10:56:51 -07:00
  • 13cfbd4ca3 cleanup Nate Prewitt 2017-02-10 10:07:28 -07:00
  • faeb5f1329 caching pipfile_location and testing Nate Prewitt 2017-02-09 18:43:39 -07:00
  • 69a89ec8df tests for utils (hashes, revisions, and versions) Nate Prewitt 2017-02-09 17:56:06 -07:00
  • 8ebcd1ae75 only use pypi.org for proper casing Nate Prewitt 2017-02-09 11:34:19 -07:00
  • 0726aec642 simplifying writes Nate Prewitt 2017-02-09 09:21:03 -07:00
  • 839a970185 substring version out Nate Prewitt 2017-02-09 09:06:15 -07:00
  • 1126d79311 more tests Nate Prewitt 2017-02-09 08:40:05 -07:00
  • cfa4060d8e --no-interactive kennethreitz 2017-02-08 23:13:41 -05:00
  • 8a7223bac8 properly handle percent-encodings in parse_install_output Nate Prewitt 2017-02-08 14:36:28 -07:00
  • 5d45e6e734 updating parse_download_fname and tests Nate Prewitt 2017-02-08 14:13:41 -07:00
  • ff4ef9688f don't validate if environment isn't configured Nate Prewitt 2017-02-08 13:54:39 -07:00
  • 818b8d75c7 Update HISTORY.txt Nate Prewitt 2017-02-08 13:52:15 -07:00
  • 9a1684caea New blindspin works on 2.6 kennethreitz 2017-02-08 15:45:58 -05:00
  • f6f1218b30 Merge pull request #205 from imanhodjaev/master kennethreitz 2017-02-08 14:24:42 -06:00
  • 5dab2abad7 return proper code for bad hashes Nate Prewitt 2017-02-08 09:04:11 -07:00
  • 31fb7d1f2e remove unnecessary test_files Nate Prewitt 2017-02-07 18:40:55 -07:00
  • 85d2b2e738 updating help string for uninstall --dev Nate Prewitt 2017-02-07 17:13:10 -07:00
  • 05e24936fd use parametrize for test_parse_download_fname Nate Prewitt 2017-02-07 17:10:15 -07:00
  • 2200fca987 updating tests Nate Prewitt 2017-02-07 17:09:49 -07:00
  • 502caadf00 ensure_proper_casing refactor Nate Prewitt 2017-02-07 17:07:55 -07:00
  • fff1f3a624 make properties use private variables Nate Prewitt 2017-02-06 18:40:49 -07:00
  • 40b7a12204 removing unnecessary case normalization Nate Prewitt 2017-02-06 13:50:02 -07:00
  • b1cdb6f02a removing unnecessary parens Nate Prewitt 2017-02-06 13:49:38 -07:00
  • a2987a05fe test ensure_proper_casing Nate Prewitt 2017-02-06 13:26:52 -07:00
  • b4e443a498 return casing_changed Nate Prewitt 2017-02-06 13:25:50 -07:00
  • 7ed304238a Use string as a default value for PIPENV_MAX_DEPTH Sultan Imanhodjaev 2017-02-06 20:54:17 +01:00
  • 849a62c473 Put back 'r' for codecs.open Sultan Imanhodjaev 2017-02-06 20:31:59 +01:00
  • 9729a9a9c6 Cleanup: IO and formatting Sultan Imanhodjaev 2017-02-06 20:16:48 +01:00
  • a31d262f34 Merge branch 'testing' into refactor Nate Prewitt 2017-02-06 11:55:20 -07:00
  • e0d1f2bfeb refactor ensure_proper_casing Nate Prewitt 2017-02-06 11:55:01 -07:00
  • af44dfb30a Merge pull request #200 from nateprewitt/disable_spinner Nate Prewitt 2017-02-04 17:02:53 -07:00
  • a2112bb543 disable spinner for 2.6 Nate Prewitt 2017-02-04 16:41:36 -07:00
  • 9cbb473829 cleanup output v3.3.6 kennethreitz 2017-02-02 22:17:47 -05:00
  • 55ce3864ba improve kennethreitz 2017-02-02 21:35:27 -05:00
  • 9393f6b6af improved kennethreitz 2017-02-02 21:33:25 -05:00
  • d484848cd3 3.3.6 kennethreitz 2017-02-02 21:23:47 -05:00
  • f9a54888af better kennethreitz 2017-02-02 21:22:20 -05:00