Tzu-ping Chung
354bfca17b
Merge pull request #2699 from MarkKoz/bugfix/2680
...
Fix virtualenv creation failure when a .venv file exists
2018-08-03 17:58:42 +08:00
MarkKoz
96fec11b29
Fix virtualenv creation failure when a .venv file exists
2018-08-02 21:56:41 -07:00
Tzu-ping Chung
641e889dda
Merge pull request #2656 from Enzime/fix/basic-auth-in-repo-URLs
...
Fix parsing of verify_ssl=false in urls with authentication in Pipfile
2018-08-01 17:54:54 +08:00
Dan Ryan
8cb2d99874
Merge branch 'master' into fix/basic-auth-in-repo-URLs
2018-08-01 02:10:48 -04:00
Tzu-ping Chung
4048deae5f
Merge pull request #2675 from pypa/pull-requrest-template
...
PR template
2018-08-01 13:08:34 +08:00
Dan Ryan
d8531a1335
Merge branch 'master' into pull-requrest-template
2018-07-31 23:11:50 -04:00
Dan Ryan
a663f58663
Minor changes to the PR template
...
- Comment out the vendor directory section so it doesn't show up all the time in prs
- Minor grammar and spelling changes
- Warn users that we will close PRs with no issue or explanation about what they are solving
2018-07-31 23:11:38 -04:00
Dan Ryan
fd5b4ba99d
Add news entry for pr #2656
...
Signed-off-by: Dan Ryan <dan@danryan.co >
2018-07-31 23:02:20 -04:00
Michael Hoang
0969a9ee67
Properly handle the first source having user/pass
2018-07-31 22:58:54 -04:00
Dan Ryan
1efae0384f
Add news entry for pr #2644
...
Signed-off-by: Dan Ryan <dan@danryan.co >
2018-07-31 22:57:22 -04:00
Tzu-ping Chung
d4f710be4a
Merge pull request #2644 from javabrett/doc
...
Two doc fixes: ghbtns.com->https, added konami.js
2018-07-30 16:27:09 +08:00
Tzu-ping Chung
bf07652646
HTTPS
2018-07-30 16:12:04 +08:00
Brett Randall
4cabc0fbab
Added konami.js and switched to an alive target site.
2018-07-30 16:12:04 +08:00
Brett Randall
25370cae95
Fixed http->https on content from ghbtns.com, fixes mixed-content warning.
2018-07-30 16:12:04 +08:00
Tzu-ping Chung
63e1a40e39
Merge pull request #2676 from pypa/safe-venv-check
...
Ignore OSError in is_virtual_environment check
2018-07-30 15:59:10 +08:00
Tzu-ping Chung
a89acdc589
News
2018-07-30 15:41:25 +08:00
Tzu-ping Chung
236a6c4522
Ignore OSError in is_virtual_environment check
...
This works around a faulty virtual environment on my machine that makes
os.access throw "OSError: too many level of symlinks". If a virtual
environment is faulty, we can just ignore it.
2018-07-30 15:38:33 +08:00
Tzu-ping Chung
ca7d5ac4de
Merge pull request #2646 from pypa/verbosity-unification
...
Unify verbosity specification
2018-07-30 15:34:19 +08:00
Tzu-ping Chung
fece72b205
Make PIPENV_VERBOSITY undocumented
2018-07-30 15:13:51 +08:00
Tzu-ping Chung
5c395f1c3b
Add PIPENV_QUIET and PIPENV_VERBOSE env vars
...
This enables flag-based verbosity control from environment variables,
similar to command line flags.
2018-07-30 15:13:51 +08:00
Tzu-ping Chung
b795d5bd72
Add wrapper function to PIPENV_VERBOSITY
2018-07-30 15:13:51 +08:00
Tzu-ping Chung
6622bf15f2
Clean up do_purge
2018-07-30 15:13:51 +08:00
Tzu-ping Chung
4894aa83d5
Clean up pip_install
2018-07-30 15:13:51 +08:00
Tzu-ping Chung
5770452095
Clean up do_install_dependencies
2018-07-30 15:13:51 +08:00
Tzu-ping Chung
3de58e1276
Clean up do_init
2018-07-30 15:13:51 +08:00
Tzu-ping Chung
30570478a8
Clean up resolve_deps and actually_resolve_deps
2018-07-30 15:13:51 +08:00
Tzu-ping Chung
6f3a882c71
Remove verbose variable
2018-07-30 15:13:51 +08:00
Tzu-ping Chung
6ac323692b
Clean up get_vcs_deps
2018-07-30 15:13:51 +08:00
Tzu-ping Chung
bcc0b7b3a7
Clean up venv_resolve_deps
2018-07-30 15:13:51 +08:00
Tzu-ping Chung
1fe1cc59b0
Clean up do_clean
2018-07-30 15:13:51 +08:00
Tzu-ping Chung
62e9a2e2e2
Clean up do_sync
2018-07-30 15:13:51 +08:00
Tzu-ping Chung
906c9cc874
Clean up do_lock
2018-07-30 15:13:51 +08:00
Tzu-ping Chung
d3987becab
Clean up do_uninstall
2018-07-30 14:54:08 +08:00
Tzu-ping Chung
2e702d0887
Clean up do_install
2018-07-30 14:54:08 +08:00
Tzu-ping Chung
386340bead
Unify verbosity flags and environment variable
2018-07-30 14:54:05 +08:00
Tzu-ping Chung
7223240b8b
Merge pull request #2651 from pypa/shell-fallback-improvement
...
Use COMSPEC for shell detection fallback
2018-07-30 14:51:45 +08:00
Tzu-ping Chung
2db196dc26
PR template
...
https://help.github.com/articles/creating-a-pull-request-template-for-your-repository/
2018-07-30 14:51:23 +08:00
Tzu-ping Chung
9ec4ff13d6
Merge branch 'master' into shell-fallback-improvement
2018-07-30 14:30:06 +08:00
Tzu-ping Chung
5a55c88773
Merge pull request #2643 from pypa/fix-find-links
...
Fix resolution using `dependency_links` with ssh
2018-07-30 14:29:50 +08:00
Tzu-ping Chung
75eaafc372
Merge branch 'master' into fix-find-links
2018-07-30 14:08:39 +08:00
Tzu-ping Chung
a853814c09
Merge pull request #2582 from pypa/pythonfinder-lite
...
Dial back Pythonfinder integration effort
2018-07-30 14:08:23 +08:00
Tzu-ping Chung
147e10639a
Merge branch 'master' into pythonfinder-lite
2018-07-30 13:01:10 +08:00
Tzu-ping Chung
08477e8db0
Merge pull request #2629 from mlouielu/get_lockfile_hash_with_bad_lockfile
...
Add JSONDecodeError handling for get_lockfile_hash
2018-07-30 13:00:21 +08:00
Tzu-ping Chung
7758d745a8
News
2018-07-30 12:51:28 +08:00
Tzu-ping Chung
a67d0244a0
News
2018-07-30 12:49:28 +08:00
Tzu-ping Chung
bd131836cd
Don't remove corrupt lock file
2018-07-30 12:26:07 +08:00
Louie Lu
79349dd8f1
Addressed uranusjr comments
2018-07-30 12:22:52 +08:00
Louie Lu
553ed8258c
Add JSONDecodeError handling for get_lockfile_hash
...
Now will return None when facing JSONDecodeError when loading the lockfile.
do_init will remove the old lockfile and replace it.
2018-07-30 12:22:52 +08:00
Tzu-ping Chung
31e0b0e1e6
Merge pull request #2673 from Warix3/patch-2
...
PyCharm now fully supports pipenv
2018-07-30 12:21:35 +08:00
Warix3
0170cdbf77
PyCharm now fully supports pipenv
...
As of the release version 2018.2 PyCharm has a full pipenv support. [Source](https://www.jetbrains.com/pycharm/whatsnew/#v2018-2-python "New features")
2018-07-30 01:28:42 +02:00