Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Apply in virtualenv.pywinbrackets | Matthew Iversen | 2016-01-19 | 1 | -5/+6 |
| | |||||
* | Correct syntax and control logic flow | Matt Iversen | 2016-01-19 | 1 | -3/+8 |
| | |||||
* | Force CRLF for batch files | Matt Iversen | 2016-01-19 | 1 | -0/+1 |
| | |||||
* | Add bat changes to virtualenv.py | Matthew Iversen | 2016-01-19 | 1 | -7/+9 |
| | |||||
* | Remove some brackets in bat, solves #35 | Matthew Iversen | 2016-01-19 | 3 | -36/+36 |
| | |||||
* | Homogenize test syntax, add explanation of it | Matthew Iversen | 2016-01-18 | 2 | -14/+16 |
| | |||||
* | Update setuptools to 19.1.1 | Matthew Iversen | 2015-12-17 | 2 | -2/+2 |
| | |||||
* | 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 |
| | |||||
* | Fix 'python setup.py test' invocation | Matt Iversen | 2015-10-20 | 1 | -4/+3 |
| | |||||
* | Expand gitignore | Matt Iversen | 2015-10-20 | 1 | -3/+3 |
| | |||||
* | Fix virtualenv tests on Windows | Matt Iversen | 2015-10-20 | 1 | -18/+14 |
| | |||||
* | Merge branch 'extlinks' into develop | Matt Iversen | 2015-10-18 | 3 | -11/+19 |
|\ | |||||
| * | Use issue/pull extlinks in changes | Matt Iversen | 2015-10-18 | 2 | -9/+13 |
| | | |||||
| * | Make use of extlinks for issue & pull refs | Matt Iversen | 2015-10-18 | 1 | -2/+6 |
| | | |||||
* | | Merge pull request #805 from Ivoz/early-syspath-removal | Matt Iversen | 2015-10-18 | 2 | -44/+50 |
|\ \ | |/ | | | Remove file's directory from sys.path ASAP | ||||
| * | Remove file's directory from sys.path ASAP | Matthew Iversen | 2015-10-18 | 2 | -44/+50 |
|/ | | | | | | | | | | | 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 | ||||
* | Upgrade to setuptools 18.4 | Matt Iversen | 2015-10-17 | 2 | -1/+1 |
| | |||||
* | Merge pull request #806 from willingc/doc-fixlink | Matt Iversen | 2015-10-11 | 1 | -2/+2 |
|\ | | | | | Fix bad links to virtualenvwrapper in docs | ||||
| * | Fix bad links to virtualenvwrapper | Carol Willing | 2015-10-10 | 1 | -2/+2 |
|/ | |||||
* | Remove extraneous commented package lines | Matt Iversen | 2015-10-09 | 1 | -155/+8 |
| | | | | Since 3.3 development is finished, we no longer need these. | ||||
* | Add changelog for #803 | Matt Iversen | 2015-10-02 | 1 | -0/+2 |
| | |||||
* | Merge pull request #803 from Samureus/patch-1 | Matt Iversen | 2015-10-02 | 1 | -1/+2 |
|\ | | | | | Workaround to fix issue #802 | ||||
| * | 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 | ||||
* | Update year again! | Matt Iversen | 2015-10-01 | 1 | -1/+1 |
| | |||||
* | Check for long_description correctness | Matt Iversen | 2015-09-26 | 1 | -2/+4 |
| | |||||
* | Remove normal envs from travis build | Matt Iversen | 2015-09-25 | 1 | -11/+2 |
| | | | | | Use container-based builds http://docs.travis-ci.com/user/migrating-from-legacy/ | ||||
* | Use a travis build matrix | Matt Iversen | 2015-09-25 | 1 | -0/+21 |
| | |||||
* | Add python 3.5 to CI / tox testing | Matt Iversen | 2015-09-25 | 2 | -1/+2 |
| | |||||
* | Correct dc11925 | Matthew Iversen | 2015-09-21 | 1 | -1/+1 |
| | |||||
* | Correct look of fish prompt | Matthew Iversen | 2015-09-21 | 2 | -16/+16 |
| | |||||
* | Add pydoc function for fish | Matthew Iversen | 2015-09-21 | 3 | -17/+22 |
| | | | | Correct pydoc function for sh | ||||
* | Changelog for change in virtualenv PS1 | Matthew Iversen | 2015-09-21 | 1 | -0/+2 |
| | |||||
* | Apply activate script changes | Matthew Iversen | 2015-09-21 | 1 | -28/+26 |
| | |||||
* | Add a space after env name in prompt | Matthew Iversen | 2015-09-21 | 2 | -2/+2 |
| | |||||
* | Remove old aspen workound in activate.csh | Matthew Iversen | 2015-09-21 | 1 | -7/+1 |
| | |||||
* | Reference changes to issues in changelog | Matt Iversen | 2015-09-21 | 1 | -3/+3 |
| | |||||
* | Add changelog for #472 | Matt Iversen | 2015-09-21 | 1 | -1/+3 |
| | |||||
* | 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 shield.io badges | Matthew Iversen | 2015-09-21 | 1 | -2/+2 |
| | | |||||
* | | Use portable syntax for `pydoc` function | Matthew Iversen | 2015-09-21 | 2 | -16/+19 |
| | | | | | | | | | | Make sure a pydoc alias isn't present to allow such function to be defined | ||||
* | | Include tests folder in source distribution | Matthew Iversen | 2015-09-21 | 3 | -4/+5 |
| | | | | | | | | | | | | Renamed files to enable convenient glob matching in MANIFEST.in Fixes #714 | ||||
* | | Merge branch 'develop' of github.com:pypa/virtualenv into develop | Matthew Iversen | 2015-09-21 | 1 | -1/+1 |
|\ \ | |||||
| * | | Update changes.rst | Matt Iversen | 2015-09-20 | 1 | -1/+1 |
| | | | |||||
* | | | Stop using a tox.ini in tests/ | Matthew Iversen | 2015-09-21 | 1 | -12/+0 |
|/ / | |||||
* | | Remove legacy aspen workaround | Matthew Iversen | 2015-09-20 | 2 | -20/+13 |
| | | |||||
* | | Apply virtualenv_embedded changes in virtualenv.py | Matthew Iversen | 2015-09-20 | 1 | -29/+29 |
| | | |||||
* | | Add config flags in correct order | Matthew Iversen | 2015-09-20 | 1 | -2/+3 |
| | |