summaryrefslogtreecommitdiff
path: root/virtualenv.py
Commit message (Expand)AuthorAgeFilesLines
* Bump for developmentDonald Stufft2016-01-211-1/+1
* Bump for releaseDonald Stufft2016-01-211-1/+1
* Default to trueDonald Stufft2016-01-211-0/+1
* Bump version for developmentDonald Stufft2016-01-191-1/+1
* bump version for releaseDonald Stufft2016-01-191-1/+1
* Merge pull request #830 from kankri/developDonald Stufft2016-01-191-1/+14
|\
| * PIP_FIND_LINKS doesn't cope with spaces, work around with file:// URLs.Risto Kankkunen2015-12-091-1/+14
* | Make the --no-(pip|setuptools|wheel) options independentDonald Stufft2016-01-191-6/+12
* | Try to download the latest versions of preinstalled packagesDonald Stufft2016-01-191-24/+37
* | Update deactivate.bat, apply to virtualenv.pyMatt Iversen2016-01-201-4/+4
* | Apply in virtualenv.pywinbracketsMatthew Iversen2016-01-191-5/+6
* | Add bat changes to virtualenv.pyMatthew Iversen2016-01-191-7/+9
* | Homogenize test syntax, add explanation of itMatthew Iversen2016-01-181-13/+14
|/
* Flatten logic of fix_lib64Matt Iversen2015-10-221-24/+26
* Simplify sys.path removal logic, use short form os.path.joinMatt Iversen2015-10-201-9/+5
* Remove file's directory from sys.path ASAPMatthew Iversen2015-10-181-44/+47
* Remove extraneous commented package linesMatt Iversen2015-10-091-155/+8
* Workaround to fix issue 802Samuel Villamonte2015-10-011-1/+2
* Correct dc11925Matthew Iversen2015-09-211-1/+1
* Correct look of fish promptMatthew Iversen2015-09-211-15/+15
* Add pydoc function for fishMatthew Iversen2015-09-211-16/+16
* Apply activate script changesMatthew Iversen2015-09-211-28/+26
* Merge pull request #472 from pmakowski/patch-1Matt Iversen2015-09-211-11/+1
|\
| * Update virtualenv.pyPhilippe Makowski2013-09-301-11/+1
* | Move home_dir abspath to install_python_configMatthew Iversen2015-09-211-1/+1
* | Use portable syntax for `pydoc` functionMatthew Iversen2015-09-211-13/+13
* | Remove legacy aspen workaroundMatthew Iversen2015-09-201-14/+13
* | Apply virtualenv_embedded changes in virtualenv.pyMatthew Iversen2015-09-201-29/+29
* | Restore !$ restoration from #799Matthew Iversen2015-09-201-27/+29
* | Fix activate.fishMatthew Iversen2015-09-201-15/+13
* | Apply #799 in virtualenv.py, note in changelogMatthew Iversen2015-09-201-13/+15
* | Changelog / apply change in virtualenv.py for #724Matthew Iversen2015-09-191-13/+13
* | Account for defined but empty shell variablesMatthew Iversen2015-09-191-15/+14
* | Merge pull request #759 from hashstat/developMatt Iversen2015-09-191-1/+1
|\ \
| * | Add check for .pyo extension when creating site.py.Brandon Carpenter2015-05-211-1/+1
* | | Apply changes to activate.fish in virtualenv.pyMatthew Iversen2015-09-191-16/+13
* | | Apply python-config changes, fix some pep8 issuesMatthew Iversen2015-09-191-29/+32
* | | Add python3-config options to python-configPaul Morelle2015-09-191-12/+15
* | | Adding python-config script to virtualenv bin dirPaul Morelle2015-09-191-0/+32
* | | bump for developmentDonald Stufft2015-08-221-1/+1
* | | update for 13.1.2 release13.1.2Donald Stufft2015-08-221-1/+1
* | | bump for developmentDonald Stufft2015-08-201-1/+1
* | | bump version for release13.1.1Donald Stufft2015-08-201-1/+1
* | | Merge pull request #645 from tzulberti/developDonald Stufft2015-08-121-15/+15
|\ \ \
| * | | Solved problem when using "set -u" in bashTomas Zulberti2014-09-101-15/+15
* | | | bump for developmentDonald Stufft2015-06-301-1/+1
* | | | bump for release13.1.0Donald Stufft2015-06-301-1/+1
* | | | bump for developmentDonald Stufft2015-05-221-1/+1
* | | | Bump version to 13.0.013.0.0Donald Stufft2015-05-221-1/+1
* | | | Merge pull request #755 from rbtcollins/issue-753Donald Stufft2015-05-211-3/+3
|\ \ \ \