summaryrefslogtreecommitdiff
path: root/virtualenv.py
Commit message (Collapse)AuthorAgeFilesLines
* 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
| | | | | | | | | | | This is needed particularly when a new interpreter is used, via -p/--python. Re-execing the same `virtualenv.py` will generally lead to its path being added to the start of sys.path (as usual). And usually its path will be the site-packages of the previous interpreter. This will lead to issues if older backported packages are present in the old environment (which will then get preference being imported). Should fix #779, #774, #763
* Remove extraneous commented package linesMatt Iversen2015-10-091-155/+8
| | | | Since 3.3 development is finished, we no longer need these.
* Workaround to fix issue 802Samuel Villamonte2015-10-011-1/+2
| | | | | | Allows pip to ignore user installs when there's a pip.conf with: [install] user = yes
* 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
| | | | Correct pydoc function for sh
* Apply activate script changesMatthew Iversen2015-09-211-28/+26
|
* Merge pull request #472 from pmakowski/patch-1Matt Iversen2015-09-211-11/+1
|\ | | | | Remove mandriva/mageia multiarch workaround, no longer needed
| * Update virtualenv.pyPhilippe Makowski2013-09-301-11/+1
| | | | | | These lines about multiarch_exec are not valid for Mageia see for example this bug report : https://bugs.mageia.org/show_bug.cgi?id=11283
* | Move home_dir abspath to install_python_configMatthew Iversen2015-09-211-1/+1
| | | | | | | | Hopefully clear up usage of path_locations in pip
* | Use portable syntax for `pydoc` functionMatthew Iversen2015-09-211-13/+13
| | | | | | | | | | Make sure a pydoc alias isn't present to allow such function to be defined
* | 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
| | | | | | | | | | | | - Re-use old variable names - Requote to fix param expansion problems - Use traditional prompt look
* | 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
| | | | | | | | Fixes #407, Thanks to #723
* | Merge pull request #759 from hashstat/developMatt Iversen2015-09-191-1/+1
|\ \ | | | | | | Add check for .pyo extension when creating site.py.
| * | 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
| | | | | | | | | | | | BTW make it compatible with python2 and python3 as much as possible
* | | Adding python-config script to virtualenv bin dirPaul Morelle2015-09-191-0/+32
| | | | | | | | | | | | Should solve most of pypa/virtualenv#169
* | | 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 bash
| * | | Solved problem when using "set -u" in bashTomas Zulberti2014-09-101-15/+15
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | If you use "set -u" in bash, before the activation of an virtualenv then, the activation will fail because there are some variables that are unbond The same happens if the virtualenv is active and you want to deactivate it.
* | | | 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
|\ \ \ \ | | | | | | | | | | Issue #753: Don't trust cwd.
| * | | | Issue #753: Don't trust cwd.Robert Collins2015-05-141-3/+3
| | |/ / | |/| | | | | | | | | | | | | | | | | | Virtualenv was tusting cwd as a source of links for grabbing setuptools. But cwd could have any arbitrary content, so don't do that.
* | | | Install wheel automatically into new virtual environmentsDonald Stufft2015-05-211-2/+12
|/ / /
* | | Fixed pip/setuptools installation on JythonAlex Grönholm2015-04-221-0/+1
| | |
* | | bump versions for developmentDonald Stufft2015-04-071-1/+1
| | |
* | | bump version12.1.0Donald Stufft2015-04-071-1/+1
| | |
* | | revert "Merge pull request #648 from nvie/develop"Donald Stufft2014-12-231-21/+0
| | | | | | | | | | | | | | | This reverts commit 73d46a83f6b26155398310d8dfd251015c751030, reversing changes made to 860b4149b9c4ff4c1b66ff554150aaf9d4bc071f.
* | | Revert "Merge pull request #674 from mgedmin/fix-sys-path-better"Donald Stufft2014-12-231-29/+39
| | | | | | | | | | | | | | | This reverts commit 920d7c71d800ba4c0da8fcac605cdf0adfe46f3a, reversing changes made to 23e66c9429b8f51046e4efc0ab39b633254d3053.
* | | Revert "Merge pull request #687 from dstufft/dont-import-site"Donald Stufft2014-12-231-1/+1
| | | | | | | | | | | | | | | This reverts commit eb88e8f7b20b5d0809013100dc14fe2ebbf738da, reversing changes made to 6fc1ffa65c7e00e6065522ba3b88ee47e8236dd3.
* | | Don't import site when executing with -pDonald Stufft2014-12-231-1/+1
| | |
* | | switch to 12.1.0 for development releaseDonald Stufft2014-12-231-1/+1
| | |