Dan Ryan
c270562547
Merge branch 'master' into continue-fix-3188
2018-11-12 13:51:50 -05:00
Dan Ryan
b96cd815fe
Merge pull request #3202 from jxltom/friendly-info-when-no-virtualenv-for-graph
...
Do not raise exception for pipenv graph when virtuanlenv is not created yet
2018-11-12 13:51:34 -05:00
Dan Ryan
2f267e700a
Merge branch 'master' into friendly-info-when-no-virtualenv-for-graph
2018-11-12 13:51:25 -05:00
Dan Ryan
876264fff3
Merge pull request #3200 from jxltom/remove-blanks-in-pipenv-graph
...
Remove additonal blank lines in pipenv graph
2018-11-12 13:51:04 -05:00
Dan Ryan
facc821788
Merge branch 'master' into remove-blanks-in-pipenv-graph
2018-11-12 13:50:45 -05:00
Dan Ryan
eed0f0f538
Merge branch 'master' into feature/improved-async-installer
...
Signed-off-by: Dan Ryan <dan@danryan.co >
2018-11-12 13:41:11 -05:00
Dan Ryan
0c7f287ec3
Fix prefix comparison for py2
...
Signed-off-by: Dan Ryan <dan@danryan.co >
2018-11-12 13:40:31 -05:00
Dan Ryan
8fa4057727
Merge branch 'master' into update-vendor
2018-11-12 13:40:13 -05:00
Dan Ryan
96cbd58d84
Fix prefix comparison for py2
...
Signed-off-by: Dan Ryan <dan@danryan.co >
2018-11-12 13:36:58 -05:00
Dan Ryan
013e3d0ec2
Revendor
...
Signed-off-by: Dan Ryan <dan@danryan.co >
2018-11-12 12:14:12 -05:00
Dan Ryan
8502ac96ec
Revendor
...
Signed-off-by: Dan Ryan <dan@danryan.co >
2018-11-12 12:13:27 -05:00
Dan Ryan
7e139ad981
Fix import errors on setup parsing
...
Signed-off-by: Dan Ryan <dan@danryan.co >
2018-11-12 10:06:57 -05:00
Dan Ryan
70fc92b08d
Fix import errors on setup parsing
...
Signed-off-by: Dan Ryan <dan@danryan.co >
2018-11-12 10:05:21 -05:00
Dan Ryan
1216ae0c8a
Fix environment site import
...
Signed-off-by: Dan Ryan <dan@danryan.co >
2018-11-12 00:09:06 -05:00
Dan Ryan
32b1113fbb
Support python 2 parsing
...
Signed-off-by: Dan Ryan <dan@danryan.co >
2018-11-12 00:09:00 -05:00
Dan Ryan
4009198340
Fix environment site import
...
Signed-off-by: Dan Ryan <dan@danryan.co >
2018-11-12 00:08:28 -05:00
Dan Ryan
32a6dd38a5
Support python 2 parsing
...
Signed-off-by: Dan Ryan <dan@danryan.co >
2018-11-11 23:58:52 -05:00
Dan Ryan
3984632453
Fix various bugs with python 2.7 and vendored deps
...
Signed-off-by: Dan Ryan <dan@danryan.co >
2018-11-11 23:38:24 -05:00
Dan Ryan
489e534c9a
Fix various bugs with python 2.7 and vendored deps
...
Signed-off-by: Dan Ryan <dan@danryan.co >
2018-11-11 23:38:09 -05:00
Dan Ryan
382be38bba
Fix python 2.7 installations
...
Signed-off-by: Dan Ryan <dan@danryan.co >
2018-11-11 19:04:10 -05:00
Dan Ryan
e5be2ac50a
Fix python 2.7 installations
...
Signed-off-by: Dan Ryan <dan@danryan.co >
2018-11-11 19:03:55 -05:00
Dan Ryan
fe9d996f89
Fix resource errors
...
Signed-off-by: Dan Ryan <dan@danryan.co >
2018-11-11 18:50:02 -05:00
Dan Ryan
650cc32fe6
Fix resource errors
...
Signed-off-by: Dan Ryan <dan@danryan.co >
2018-11-11 18:49:44 -05:00
Dan Ryan
0caf7a0132
Fix configparser import
...
Signed-off-by: Dan Ryan <dan@danryan.co >
2018-11-11 18:12:57 -05:00
Dan Ryan
8643a733c2
Fix configparser import
...
Signed-off-by: Dan Ryan <dan@danryan.co >
2018-11-11 18:05:25 -05:00
Dan Ryan
ac9637013c
Merge branch 'update-vendor' into feature/improved-async-installer
2018-11-11 17:53:07 -05:00
Dan Ryan
86446114f5
Merge branch 'master' into update-vendor
2018-11-11 17:52:54 -05:00
Dan Ryan
690d1e81ed
Merge branch 'update-vendor' into feature/improved-async-installer
2018-11-11 17:52:07 -05:00
Dan Ryan
5602952fad
Merge branch 'update-vendor' of github.com:pypa/pipenv into update-vendor
2018-11-11 17:51:48 -05:00
Dan Ryan
118c9d3fe6
Add dramatically improved queued installation
...
- Use queues and parallelized installation
- Better UI/UX -- progress bar moves gradually as items are moved
on and off the queue
- Queue is handled by item instead of in massive batches
- TODO: Call out when task is done from the install function?
Signed-off-by: Dan Ryan <dan@danryan.co >
2018-11-11 17:48:04 -05:00
Dan Ryan
45100b8a46
Fix stdout and stderr wrappers
...
Signed-off-by: Dan Ryan <dan@danryan.co >
2018-11-11 17:45:51 -05:00
Dan Ryan
aedb41c65d
Fix stdout and stderr wrappers
...
Signed-off-by: Dan Ryan <dan@danryan.co >
2018-11-11 17:44:35 -05:00
Dan Ryan
642b6f94b5
Update vistir and requirementslib
...
Signed-off-by: Dan Ryan <dan@danryan.co >
2018-11-11 17:41:16 -05:00
Dan Ryan
578d7f2b60
Merge branch 'master' into friendly-info-when-no-virtualenv-for-graph
2018-11-11 17:02:59 -05:00
Dan Ryan
dec7be54d7
Introduce pipenv.environments.Environment
...
- Specific construct for isolationg operations
Signed-off-by: Dan Ryan <dan@danryan.co >
2018-11-11 16:39:23 -05:00
Dan Ryan
2b90c89d1f
Revendor requirementslib
...
- Implement improvements and bugfixes in codebase
- Remote archives will now resolve properly
Signed-off-by: Dan Ryan <dan@danryan.co >
2018-11-11 16:30:42 -05:00
Dan Ryan
d03cfff92c
Merge pull request #3205 from DavidStaheli/davidstaheli/del.vsts
...
Remove old .vsts-ci directory and its contents
2018-11-10 23:49:29 -05:00
Frost Ming
f5c7c58be0
Change fallback style
2018-11-10 15:41:09 +08:00
frostming
de98b874ec
backports import
2018-11-10 14:51:19 +08:00
Frost Ming
1f7c9ef949
update patch
2018-11-10 13:18:53 +08:00
Frost Ming
6df7d8861d
update tomlkit
2018-11-10 12:34:54 +08:00
David Staheli
2e90a6fd98
Remove old .vsts-ci directory and its contents
2018-11-09 15:56:30 -05:00
frostming
accd0ea4ab
Move to utils function
2018-11-09 14:18:04 +08:00
frostming
de78c1efce
Only convert outline tables when write toml
2018-11-09 12:59:51 +08:00
jxltom
a067a08478
Pass requirements para to only in get_requirements
2018-11-09 11:35:11 +08:00
frostming
3490fc85ef
fix patch
2018-11-09 11:23:02 +08:00
frostming
076252836c
Final fix
2018-11-09 11:10:18 +08:00
jxltom
9d33d6323d
Add bugfix news for issue 3201
2018-11-09 10:00:29 +08:00
jxltom
dbf21d5195
Do not raise exception for pipenv graph when virtualenv does not exist
2018-11-09 09:56:04 +08:00
jxltom
fc2c2ef29e
Add traivial news for issue 3199
2018-11-09 09:51:20 +08:00