summaryrefslogtreecommitdiff
path: root/virtualenv.py
Commit message (Expand)AuthorAgeFilesLines
* Bumped version up a notch.Jannis Leidel2011-11-301-1/+1
* Removed duplicate --use-distribute option again since `--distribute` is good ...Jannis Leidel2011-11-301-3/+5
* Added ability to set virtualenv options in a config file or as environment va...Jannis Leidel2011-11-301-4/+122
* Corrected the insertion of the Python executable into the command-line for in...Carl Meyer2011-11-241-1/+1
* Regenerate virtualenv.py so distribute update takes effect.Carl Meyer2011-11-231-79/+79
* Removed global-setuptools check; --distribute, --system-site-packages and glo...Carl Meyer2011-11-231-25/+0
* Updated distribute to 0.6.24Alex Grönholm2011-11-231-1/+1
* Fix previous commits' breakage on 2.4 & 2.5Gunnlaugur Þór Briem2011-11-221-4/+5
* Make platform encoding workarounds work on 3.x tooGunnlaugur Þór Briem2011-11-221-7/+18
* Fix unicode crash installing activate scriptGunnlaugur Þór Briem2011-11-221-0/+2
* Run easy_install script directly if not on WindowsGunnlaugur Þór Briem2011-11-221-1/+3
* Compare sys.prefix w/home dir in Unicode-aware wayGunnlaugur Þór Briem2011-11-221-3/+5
* Read proc output in FS enc if default enc failsGunnlaugur Þór Briem2011-11-221-1/+6
* Fix crash on constructing log message with non-ASCII pathsGunnlaugur Þór Briem2011-11-221-1/+6
* Interpret path in filesystem encodingGunnlaugur Þór Briem2011-11-221-1/+1
* make the file executableJeff Hammel2011-10-311-0/+0
* Switched from --use-site-packages to --system-site-packages.Carl Meyer2011-10-281-4/+4
* Removed trailing whitespace.Carl Meyer2011-10-281-9/+9
* Tweaked PYTHONDONTWRITEBYTECODE warning so it only applies if not using Distr...Carl Meyer2011-10-281-4/+11
* If $PYTHONDONTWRITEBYTECODE is set, issue a useful error message and dieChristian Stefanescu2011-10-281-1/+4
* invert site-packages behavior: deprecate --no-site-packages flag; add --use-s...Chris McDonough2011-10-261-5/+18
* Bumped version to 1.6.4 and updated changelog.Jannis Leidel2011-07-211-1/+1
* Fix issue #155 py24 supportPaul Nasrat2011-07-211-10/+11
* Bumped version to 1.6.3.Jannis Leidel2011-07-161-1/+1
* Restored ability to run on Python < 2.7. Fixes #153.Jannis Leidel2011-07-161-6/+9
* Bumped version to 1.6.2.Jannis Leidel2011-07-161-1/+1
* Corrected Logger.level_matches (and doctests). Fixes #109.Jannis Leidel2011-07-161-2/+2
* Create an additional symlink to the 'local' dir in case the posix_local insta...Jannis Leidel2011-07-161-0/+13
* Be more careful to import the right pkg_resources when running under -p. Fixe...Carl Meyer2011-07-121-0/+13
* Rebuild script after distribute 0.6.19 upgradePaul Nasrat2011-06-271-79/+79
* Updated included distribute release to 0.6.19.Jannis Leidel2011-06-171-1/+1
* Add missing lib required to run py33 in venvPaul Nasrat2011-06-081-1/+1
* Windows: include dir was not copied into env due toanatoly techtonik2011-05-181-1/+2
* Stop appending empty lines when rebuilding virtualenv.py.Jannis Leidel2011-05-161-44/+0
* Fixed issue #128 -- Updated distribute_setup.py to latest version.Jannis Leidel2011-05-161-15/+15
* Bumped version for good.Jannis Leidel2011-05-011-1/+1
* Merge branch 'develop' of github.com:pypa/virtualenv into developJannis Leidel2011-04-301-28/+57
|\
| * be compatible with both old pypys and pypy >= 1.5Antonio Cuni2011-04-281-27/+38
| * compatibility fix for the upcoming PyPy 1.5, which moved the location of the ...Antonio Cuni2011-04-271-26/+37
| * Merge branch 'issue-121-check-interpreter-executable' into developCarl Meyer2011-04-211-1/+8
| |\
| | * Prevent traceback with non-exec interpreterPaul Nasrat2011-04-211-1/+8
* | | Updated bundled distribute and pip tarball.Jannis Leidel2011-04-301-1/+1
|/ /
* | Merge branch 'master' of https://github.com/k0s/virtualenv into k0s-developJannis Leidel2011-04-161-0/+1
|\ \
| * | restore the gd shebang, wtf?k0s2011-04-131-0/+1
| |/
* | use file_search_dirs default if no search_dirs argument is passed in to the v...Ethan Jucovy2011-04-161-1/+8
* | Merge branch 'never-download' of https://github.com/ejucovy/virtualenv into e...Jannis Leidel2011-04-131-11/+42
|\ \
| * | reorder options for nicer --help displayEthan Jucovy2011-04-121-5/+5
| * | implement --never-download optionEthan Jucovy2011-04-121-11/+42
* | | Add logger progressmeter for pip installation -- for symmetry with setuptools...Ethan Jucovy2011-04-121-0/+2
|/ /
* | rename optionEthan Jucovy2011-04-121-2/+2