Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Apply in virtualenv.pywinbrackets | Matthew Iversen | 2016-01-19 | 1 | -5/+6 |
| | |||||
* | Add bat changes to virtualenv.py | Matthew Iversen | 2016-01-19 | 1 | -7/+9 |
| | |||||
* | Homogenize test syntax, add explanation of it | Matthew Iversen | 2016-01-18 | 1 | -13/+14 |
| | |||||
* | Flatten logic of fix_lib64 | Matt Iversen | 2015-10-22 | 1 | -24/+26 |
| | |||||
* | Simplify sys.path removal logic, use short form os.path.join | Matt Iversen | 2015-10-20 | 1 | -9/+5 |
| | |||||
* | Remove file's directory from sys.path ASAP | Matthew Iversen | 2015-10-18 | 1 | -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 lines | Matt Iversen | 2015-10-09 | 1 | -155/+8 |
| | | | | Since 3.3 development is finished, we no longer need these. | ||||
* | Workaround to fix issue 802 | Samuel Villamonte | 2015-10-01 | 1 | -1/+2 |
| | | | | | | Allows pip to ignore user installs when there's a pip.conf with: [install] user = yes | ||||
* | Correct dc11925 | Matthew Iversen | 2015-09-21 | 1 | -1/+1 |
| | |||||
* | Correct look of fish prompt | Matthew Iversen | 2015-09-21 | 1 | -15/+15 |
| | |||||
* | Add pydoc function for fish | Matthew Iversen | 2015-09-21 | 1 | -16/+16 |
| | | | | Correct pydoc function for sh | ||||
* | Apply activate script changes | Matthew Iversen | 2015-09-21 | 1 | -28/+26 |
| | |||||
* | Merge pull request #472 from pmakowski/patch-1 | Matt Iversen | 2015-09-21 | 1 | -11/+1 |
|\ | | | | | Remove mandriva/mageia multiarch workaround, no longer needed | ||||
| * | Update virtualenv.py | Philippe Makowski | 2013-09-30 | 1 | -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_config | Matthew Iversen | 2015-09-21 | 1 | -1/+1 |
| | | | | | | | | Hopefully clear up usage of path_locations in pip | ||||
* | | Use portable syntax for `pydoc` function | Matthew Iversen | 2015-09-21 | 1 | -13/+13 |
| | | | | | | | | | | Make sure a pydoc alias isn't present to allow such function to be defined | ||||
* | | Remove legacy aspen workaround | Matthew Iversen | 2015-09-20 | 1 | -14/+13 |
| | | |||||
* | | Apply virtualenv_embedded changes in virtualenv.py | Matthew Iversen | 2015-09-20 | 1 | -29/+29 |
| | | |||||
* | | Restore !$ restoration from #799 | Matthew Iversen | 2015-09-20 | 1 | -27/+29 |
| | | |||||
* | | Fix activate.fish | Matthew Iversen | 2015-09-20 | 1 | -15/+13 |
| | | | | | | | | | | | | - Re-use old variable names - Requote to fix param expansion problems - Use traditional prompt look | ||||
* | | Apply #799 in virtualenv.py, note in changelog | Matthew Iversen | 2015-09-20 | 1 | -13/+15 |
| | | |||||
* | | Changelog / apply change in virtualenv.py for #724 | Matthew Iversen | 2015-09-19 | 1 | -13/+13 |
| | | |||||
* | | Account for defined but empty shell variables | Matthew Iversen | 2015-09-19 | 1 | -15/+14 |
| | | | | | | | | Fixes #407, Thanks to #723 | ||||
* | | Merge pull request #759 from hashstat/develop | Matt Iversen | 2015-09-19 | 1 | -1/+1 |
|\ \ | | | | | | | Add check for .pyo extension when creating site.py. | ||||
| * | | Add check for .pyo extension when creating site.py. | Brandon Carpenter | 2015-05-21 | 1 | -1/+1 |
| | | | |||||
* | | | Apply changes to activate.fish in virtualenv.py | Matthew Iversen | 2015-09-19 | 1 | -16/+13 |
| | | | |||||
* | | | Apply python-config changes, fix some pep8 issues | Matthew Iversen | 2015-09-19 | 1 | -29/+32 |
| | | | |||||
* | | | Add python3-config options to python-config | Paul Morelle | 2015-09-19 | 1 | -12/+15 |
| | | | | | | | | | | | | BTW make it compatible with python2 and python3 as much as possible | ||||
* | | | Adding python-config script to virtualenv bin dir | Paul Morelle | 2015-09-19 | 1 | -0/+32 |
| | | | | | | | | | | | | Should solve most of pypa/virtualenv#169 | ||||
* | | | bump for development | Donald Stufft | 2015-08-22 | 1 | -1/+1 |
| | | | |||||
* | | | update for 13.1.2 release13.1.2 | Donald Stufft | 2015-08-22 | 1 | -1/+1 |
| | | | |||||
* | | | bump for development | Donald Stufft | 2015-08-20 | 1 | -1/+1 |
| | | | |||||
* | | | bump version for release13.1.1 | Donald Stufft | 2015-08-20 | 1 | -1/+1 |
| | | | |||||
* | | | Merge pull request #645 from tzulberti/develop | Donald Stufft | 2015-08-12 | 1 | -15/+15 |
|\ \ \ | | | | | | | | | Solved problem when using "set -u" in bash | ||||
| * | | | Solved problem when using "set -u" in bash | Tomas Zulberti | 2014-09-10 | 1 | -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 development | Donald Stufft | 2015-06-30 | 1 | -1/+1 |
| | | | | |||||
* | | | | bump for release13.1.0 | Donald Stufft | 2015-06-30 | 1 | -1/+1 |
| | | | | |||||
* | | | | bump for development | Donald Stufft | 2015-05-22 | 1 | -1/+1 |
| | | | | |||||
* | | | | Bump version to 13.0.013.0.0 | Donald Stufft | 2015-05-22 | 1 | -1/+1 |
| | | | | |||||
* | | | | Merge pull request #755 from rbtcollins/issue-753 | Donald Stufft | 2015-05-21 | 1 | -3/+3 |
|\ \ \ \ | | | | | | | | | | | Issue #753: Don't trust cwd. | ||||
| * | | | | Issue #753: Don't trust cwd. | Robert Collins | 2015-05-14 | 1 | -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 environments | Donald Stufft | 2015-05-21 | 1 | -2/+12 |
|/ / / | |||||
* | | | Fixed pip/setuptools installation on Jython | Alex Grönholm | 2015-04-22 | 1 | -0/+1 |
| | | | |||||
* | | | bump versions for development | Donald Stufft | 2015-04-07 | 1 | -1/+1 |
| | | | |||||
* | | | bump version12.1.0 | Donald Stufft | 2015-04-07 | 1 | -1/+1 |
| | | | |||||
* | | | revert "Merge pull request #648 from nvie/develop" | Donald Stufft | 2014-12-23 | 1 | -21/+0 |
| | | | | | | | | | | | | | | | This reverts commit 73d46a83f6b26155398310d8dfd251015c751030, reversing changes made to 860b4149b9c4ff4c1b66ff554150aaf9d4bc071f. | ||||
* | | | Revert "Merge pull request #674 from mgedmin/fix-sys-path-better" | Donald Stufft | 2014-12-23 | 1 | -29/+39 |
| | | | | | | | | | | | | | | | This reverts commit 920d7c71d800ba4c0da8fcac605cdf0adfe46f3a, reversing changes made to 23e66c9429b8f51046e4efc0ab39b633254d3053. | ||||
* | | | Revert "Merge pull request #687 from dstufft/dont-import-site" | Donald Stufft | 2014-12-23 | 1 | -1/+1 |
| | | | | | | | | | | | | | | | This reverts commit eb88e8f7b20b5d0809013100dc14fe2ebbf738da, reversing changes made to 6fc1ffa65c7e00e6065522ba3b88ee47e8236dd3. | ||||
* | | | Don't import site when executing with -p | Donald Stufft | 2014-12-23 | 1 | -1/+1 |
| | | | |||||
* | | | switch to 12.1.0 for development release | Donald Stufft | 2014-12-23 | 1 | -1/+1 |
| | | |