Bob Hyman
|
a9048d2841
|
Allow "ANSICON", "TERM", "VIRTUAL_ENV" registered envvars to not be in env.
|
2020-09-07 20:39:35 -04:00 |
|
David Strobach
|
f4794caef7
|
vox: Fix virtual environment removal
Virtual environment was impossible to delete after
activation/deactivation cycle.
|
2020-08-23 20:49:32 +02:00 |
|
David Strobach
|
5c2e5a3d8d
|
vox: Restore vox functionality
After the recent changes in environment defaults, the vox xontrib
could not "see" the virtual environments and work with them.
|
2020-08-23 11:16:26 +02:00 |
|
Caleb Hattingh
|
b4b5d262c7
|
Add the new path parameter to the documentation.
|
2019-08-15 23:23:26 +10:00 |
|
Caleb Hattingh
|
220923f084
|
Include path as a kwarg on activate and deactivate events
|
2019-08-14 17:50:06 +10:00 |
|
Caleb Hattingh
|
16edba8fe8
|
Apply abspath() to the env_dir, and add a test to verify.
|
2019-08-04 12:20:04 +10:00 |
|
Caleb Hattingh
|
2c4b64ad16
|
vox activate - use absolute path in $PATH
|
2019-08-03 12:11:22 +10:00 |
|
Gil Forsyth
|
258c2fc610
|
Run black on all bundled xontribs
|
2019-04-26 11:11:11 -04:00 |
|
Anthony Scopatz
|
e4c6a2fd2c
|
remove empty args
|
2019-01-02 18:45:47 -05:00 |
|
Stephan Fitzpatrick
|
38da59fcc9
|
use list as opposed to shlex for command parsing
|
2018-12-30 03:15:39 -08:00 |
|
Stephan Fitzpatrick
|
e073545077
|
python 3.4/3.5 compat for vox
|
2018-12-21 18:39:26 -08:00 |
|
Stephan Fitzpatrick
|
fa75b37737
|
python 3.4 support
|
2018-12-21 14:40:31 -08:00 |
|
Stephan Fitzpatrick
|
fe39472ddb
|
derp
|
2018-12-20 20:36:41 -08:00 |
|
Stephan Fitzpatrick
|
51c31a6b40
|
allow user to invoke specific interpreter for vox virtualenv creation
|
2018-12-20 20:27:47 -08:00 |
|
Sagar Tewari
|
9ceba90335
|
fixed news.rst and made vox check for python executable to find venvs
|
2018-11-14 20:22:18 +05:30 |
|
Sagar Tewari
|
97acffb8b1
|
addressed issue 2929
|
2018-11-13 23:39:26 +05:30 |
|
Anthony Scopatz
|
2264f72b45
|
fixed some more bugs
|
2018-09-13 17:08:01 -04:00 |
|
Sagar Tewari
|
968af51d61
|
Fixed a typo
added changelog
|
2018-08-25 11:49:13 +05:30 |
|
Sagar Tewari
|
506b8c94d5
|
fixed issue 2785
|
2018-08-25 11:15:32 +05:30 |
|
Stephan Fitzpatrick
|
650524bd9b
|
fixes valueerror raises when executing vox list -- originally caused by modifying dirnames in-place while iterating over it
|
2018-08-15 14:33:55 -07:00 |
|
Anthony Scopatz
|
ca49e2e246
|
more style fixes
|
2018-07-15 17:26:22 -05:00 |
|
Gil Forsyth
|
da1f0a3d91
|
Merge pull request #2368 from anddam/anddam-patch-1
Minor change: fix typo, rephrase sentence
|
2017-05-01 09:24:05 -04:00 |
|
Andrea D'Amore
|
4784f7cd1a
|
Minor change: fix typo, rephrase sentence
|
2017-04-28 23:23:34 +02:00 |
|
Jamie Bliss
|
39102ee401
|
Update vox_on_*
|
2017-01-14 19:06:49 -05:00 |
|
Jamie Bliss
|
5e5921802d
|
add fspath support to vox
|
2016-12-09 23:14:41 -05:00 |
|
Jamie Bliss
|
ce98aa8fa9
|
Allow activation of environments in relative directories.
Also disallow the creation of venvs with reserved names
|
2016-10-02 21:49:38 -04:00 |
|
Jamie Bliss
|
50a412e798
|
don't override built-in names
|
2016-09-13 21:22:14 -04:00 |
|
Jamie Bliss
|
2afbdcc1dd
|
Overtesting on Windows
|
2016-09-13 21:01:50 -04:00 |
|
Jamie Bliss
|
24887c59d8
|
Normalize paths, so that shenanigans get smoothed out
|
2016-09-13 20:58:03 -04:00 |
|
Jamie Bliss
|
dc8c5b5b53
|
Finally fix __iter__() so subdirs work correctly.
Also add a test for subdirs
|
2016-09-13 20:49:34 -04:00 |
|
Jamie Bliss
|
e2c981de78
|
Add an explicit (and more correct) __contains__()
|
2016-09-13 20:29:44 -04:00 |
|
Jamie Bliss
|
26c78b1642
|
Be more complete and helpful about the contents of venv dirs
|
2016-09-13 20:22:13 -04:00 |
|
Jamie Bliss
|
2e24b9a698
|
Deal with leading backslash, too
|
2016-08-28 23:34:11 -04:00 |
|
Jamie Bliss
|
d8bc83cd51
|
Add some documentations
|
2016-08-28 13:43:08 -04:00 |
|
Jamie Bliss
|
0d791d1bea
|
Add events to vox.
|
2016-08-28 13:37:23 -04:00 |
|
Jamie Bliss
|
1fb5ee1757
|
flake8
|
2016-08-04 22:28:21 -04:00 |
|
Jamie Bliss
|
c305592c0b
|
Remove leftover debugging statement
|
2016-07-30 03:36:59 -04:00 |
|
Jamie Bliss
|
9d727652c7
|
Fix #1513
Forgot to copy a mutated value on save. Added a test to prevent
regression.
|
2016-07-30 03:35:39 -04:00 |
|
Leonardo Santagada
|
a33a71259e
|
fix pep8 once more
|
2016-07-21 09:48:59 +02:00 |
|
Leonardo Santagada
|
3f955da3e4
|
Merge remote-tracking branch 'upstream/master' into remove-flake8-exceptions
|
2016-07-21 09:34:49 +02:00 |
|
Jamie Bliss
|
6bef10d019
|
I accidentally that sentence.
|
2016-07-21 00:47:29 -04:00 |
|
Jamie Bliss
|
19b483ded5
|
Some corrections to vox-related documentation
|
2016-07-21 00:44:10 -04:00 |
|
Jamie Bliss
|
fae7161041
|
Fix doc syntax
|
2016-07-20 21:31:10 -04:00 |
|
Jamie Bliss
|
b6d1387916
|
Add options and methods to bring voxapi to feature parity with venv.
|
2016-07-20 21:23:35 -04:00 |
|
Leonardo Santagada
|
ec4c346b0b
|
Merge branch 'master' into remove-flake8-exceptions
|
2016-07-21 00:05:17 +02:00 |
|
Jamie Bliss
|
97c30dd19c
|
Do more things globally.
I guess a little polution is ok.
|
2016-07-20 16:56:39 -04:00 |
|
Jamie Bliss
|
50f34fa352
|
Refactor machinery into voxapi in order to minimize global namespace pollution.
|
2016-07-20 16:22:23 -04:00 |
|