| TravisCI: get the tests running again try to fix the DistributionNotFound error add pathlib as a dependency for every old python version in tox change the default python to 3.4 (even if pathlib is among the dependencies, it can lead to a failure) fix the ~/.virtualenvs already existing error, and workaround it for TravisCI fix test_restore globbing and output checking to work with different Python versions |
|
More...
|
almost 12 years ago
|
| Changed os.path usages to pathlib, fixed some corner cases that these changes unearthed |
|
More...
|
almost 12 years ago
|
| Added test_restore |
|
More...
|
almost 12 years ago
|
| Merge branch 'version_cmd' |
|
More...
|
almost 12 years ago
|
| Commit old stashed changes (a docstring and a new test), flake8 fixes |
|
More...
|
almost 12 years ago
|
| Merge branch 'builtin-inve' |
|
More...
|
almost 12 years ago
|
| Rewrote tests from shunit into python w/ py.test |
|
More...
|
almost 12 years ago
|
| Refactor the chdir context manager into absolute paths |
|
More...
|
almost 12 years ago
|
| Refactoring |
|
More...
|
almost 12 years ago
|
| Add version command |
|
More...
|
almost 12 years ago
|
| bump to 0.1.12 |
|
More...
|
almost 12 years ago
|
| Merge pull request #35 from ryanhiebert/python2-fail |
|
More...
|
almost 12 years ago
|
| Use sys.executable to determine the current python |
|
More...
|
almost 12 years ago
|
| Inve won't probably ever be merged in virtualenv, in that case including it in our script might be the simplest choice, first stab at getting rid of 'inve' as a separate script |
|
More...
|
about 12 years ago
|
| Added restore command |
|
More...
|
about 12 years ago
|
| Fix symlink |
|
More...
|
about 12 years ago
|
| Remove __PYVENV_LAUNCHER__ from the environment: it has weird interactions with the pythonpath |
|
More...
|
about 12 years ago
|
| Properly handle XDG_DATA_HOME |
|
More...
|
about 12 years ago
|
| Removed forked virtualenv-clone dependency |
|
More...
|
about 12 years ago
|
| Python 2.6 compat |
|
More...
|
about 12 years ago
|
| Update readme troubleshooting |
|
More...
|
about 12 years ago
|
| Merge branch 'pew-rename' |
|
More...
|
about 12 years ago
|
| For the prevent_path_errors to work correctly, we need to use the external python version that actually has pew installed |
|
More...
|
about 12 years ago
|
| Removed all references to the old "invewrapper" name |
|
More...
|
about 12 years ago
|
| Error handling: since we already got the stdout and stderr from subprocesses, lets suppress the exception Also: delete the newly created virtualenv if its creation failed |
|
More...
|
about 12 years ago
|
| Check for PATH problems before dropping the user into a shell |
|
More...
|
about 12 years ago
|
| Remove the invewrapper name from the README |
|
More...
|
about 12 years ago
|
| Merge pull request #33 from living180/auto_deploy_inve |
|
More...
|
over 12 years ago
|
| Merge pull request #32 from living180/tweak_readme |
|
More...
|
over 12 years ago
|
| add pew before sitepackages_dir call in README |
|
More...
|
over 12 years ago
|