Commit graph

22 commits

Author SHA1 Message Date
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