Commit Graph

4794 Commits

Author SHA1 Message Date
Tzu-ping Chung a5a9583c2d Un-vendor Pew 2018-07-05 16:43:11 +08:00
Tzu-ping Chung 9e55b351ce Retroactively add news fragments 2018-07-05 16:43:11 +08:00
Tzu-ping Chung f5a1fa71be Merge pull request #2518 from pypa/purge-pew
Always use virtualenv directly, not "pew new"
2018-07-05 16:12:46 +08:00
Tzu-ping Chung 999761130e Raise explicit exception for wrong which context 2018-07-05 15:37:40 +08:00
Dan Ryan ac16274e73 Merge branch 'master' into purge-pew 2018-07-04 15:48:44 -04:00
Dan Ryan 389bd633eb Merge pull request #2515 from pypa/bugfix/shell-py27
Fix subprocess usage for Python 2
2018-07-04 15:48:32 -04:00
Tzu-ping Chung 676d5a2f75 Use exists() to check for virtualenv instead 2018-07-05 02:59:12 +08:00
Tzu-ping Chung 341297272a Need to be able to get venv path before creating 2018-07-05 02:20:11 +08:00
Tzu-ping Chung 96c2517f3b More explicit error 2018-07-05 01:42:41 +08:00
Tzu-ping Chung 0023adea34 Ignore pytest_pypi.egg-info 2018-07-05 01:42:30 +08:00
Tzu-ping Chung 76e7b3e63f More explicit failures 2018-07-05 01:35:34 +08:00
Tzu-ping Chung 1d3f46653c Always use virtualenv directly, not "pew new"
This removed Pew references in virtualenv creation.
2018-07-05 01:17:36 +08:00
Tzu-ping Chung a1c5cb1ed9 Fix subprocess usage for Python 2 2018-07-05 00:43:10 +08:00
Tzu-ping Chung 2190350b55 Merge pull request #2513 from pypa/purge-pew
Remove pew.lsenvs usage from project
2018-07-05 00:42:12 +08:00
Tzu-ping Chung c171eb32a6 Remove pew.lsenvs usage from project 2018-07-05 00:18:30 +08:00
Tzu-ping Chung cc4f3cfb63 Better repr for shells.Shell 2018-07-05 00:18:30 +08:00
Tzu-ping Chung 63f6f41fe6 Merge pull request #2516 from pypa/bugfix/test-on-windows
Fix casing test on Windows
2018-07-05 00:07:34 +08:00
Tzu-ping Chung 9adf3bdc50 Fix casing test on Windows 2018-07-04 22:40:38 +08:00
kennethreitz fcbda182e4 gitignore 2018-07-04 08:39:07 -04:00
kennethreitz 5e9f1e97a5 fix pytest 2018-07-04 08:38:45 -04:00
Dan Ryan e5309f9ebc Lockfile update
Signed-off-by: Dan Ryan <dan@danryan.co>
2018-07-03 23:41:48 -04:00
kennethreitz 56f294e084 Merge pull request #2300 from bittner/master
Reduce image filesize for documentation
2018-07-03 23:34:31 -04:00
kennethreitz 9536b00493 Merge pull request #2458 from Tenzer/avoid-double-pip-output
Avoid double `pip` output if `--verbose` is used an output includes "Ignoring"
2018-07-03 23:34:08 -04:00
kennethreitz c20644a9d0 Merge pull request #2488 from frostming/docs/changelog
Make the docs hierarchy more reasonable
2018-07-03 23:33:23 -04:00
kennethreitz fee09c98df Merge pull request #2503 from pypa/rewrite-inline-venv-activation
Improve inline virtualenv activation logic
2018-07-03 23:32:44 -04:00
kennethreitz 52524e23e7 Merge branch 'master' into rewrite-inline-venv-activation 2018-07-03 23:32:33 -04:00
kennethreitz 4b0cc7fc52 Merge pull request #2510 from pypa/3.7-tests
3.7 tests passing (and other improvements)
2018-07-03 23:30:22 -04:00
kennethreitz 931dcc228c Merge branch 'master' into 3.7-tests 2018-07-03 23:30:14 -04:00
kennethreitz 6a2bdc92af Merge pull request #2511 from pypa/feature/color-powershell
Feature/color powershell
2018-07-03 23:29:53 -04:00
kennethreitz 9a8ce75fae death to appveyor! 2018-07-03 23:24:54 -04:00
kennethreitz 7588ca31cf passing tests! 2018-07-03 23:23:20 -04:00
Erin O'Connell e037967da4 crayons will now check to see if powershell is running in CMDER, Hyper, or VSCode and enable colors if it is! 2018-07-03 20:08:40 -07:00
Erin O'Connell db3a9b672f display color when running in CMDER but not regular ol' powershell 2018-07-03 19:43:17 -07:00
kennethreitz a1062f8f5a cleanup 2018-07-03 22:32:56 -04:00
kennethreitz 6968976b53 jedi 2018-07-03 22:32:47 -04:00
kennethreitz c801283d3f fix test script 2018-07-03 22:32:34 -04:00
kennethreitz b87be9c72a fix docker stuff 2018-07-03 20:09:36 -04:00
kennethreitz d4ef122709 fix more tests 2018-07-03 19:56:06 -04:00
kennethreitz a230eb867e fix a test 2018-07-03 19:54:02 -04:00
kennethreitz 34d56da101 properness 2018-07-03 18:32:32 -04:00
kennethreitz 86f3dfdf0e properness 2018-07-03 18:31:23 -04:00
kennethreitz a31f3427a0 fix failing tests 2018-07-03 18:12:04 -04:00
kennethreitz 1780e0b0fa whitespace 2018-07-03 18:01:51 -04:00
kennethreitz 7267bb520d gitignore 2018-07-03 18:01:40 -04:00
kennethreitz 1fd84d3448 ellipsis 2018-07-03 17:57:29 -04:00
kennethreitz 9727a76849 Merge branch 'master' of github.com:pypa/pipenv 2018-07-03 17:56:47 -04:00
kennethreitz e70ec51dc6 fixes 2018-07-03 17:56:35 -04:00
Tzu-ping Chung eb953fe358 Improve inline virtualenv activation logic
Set VIRTUAL_ENV during activation so py.exe does the right thing. Also add
venv support --- it is actually quite easy, so why not.
2018-07-04 01:59:52 +08:00
kennethreitz 16cf4559c1 update towncrier template 2018-07-03 12:17:42 -04:00
kennethreitz 7daedb09dc Merge pull request #2502 from pypa/clear
--clear
2018-07-03 12:02:15 -04:00