summaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAgeFilesLines
* Apply in virtualenv.pywinbracketsMatthew Iversen2016-01-191-5/+6
|
* Correct syntax and control logic flowMatt Iversen2016-01-191-3/+8
|
* Force CRLF for batch filesMatt Iversen2016-01-191-0/+1
|
* Add bat changes to virtualenv.pyMatthew Iversen2016-01-191-7/+9
|
* Remove some brackets in bat, solves #35Matthew Iversen2016-01-193-36/+36
|
* Homogenize test syntax, add explanation of itMatthew Iversen2016-01-182-14/+16
|
* Update setuptools to 19.1.1Matthew Iversen2015-12-172-2/+2
|
* 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
|
* Fix 'python setup.py test' invocationMatt Iversen2015-10-201-4/+3
|
* Expand gitignoreMatt Iversen2015-10-201-3/+3
|
* Fix virtualenv tests on WindowsMatt Iversen2015-10-201-18/+14
|
* Merge branch 'extlinks' into developMatt Iversen2015-10-183-11/+19
|\
| * Use issue/pull extlinks in changesMatt Iversen2015-10-182-9/+13
| |
| * Make use of extlinks for issue & pull refsMatt Iversen2015-10-181-2/+6
| |
* | Merge pull request #805 from Ivoz/early-syspath-removalMatt Iversen2015-10-182-44/+50
|\ \ | |/ | | Remove file's directory from sys.path ASAP
| * Remove file's directory from sys.path ASAPMatthew Iversen2015-10-182-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.4Matt Iversen2015-10-172-1/+1
|
* Merge pull request #806 from willingc/doc-fixlinkMatt Iversen2015-10-111-2/+2
|\ | | | | Fix bad links to virtualenvwrapper in docs
| * Fix bad links to virtualenvwrapperCarol Willing2015-10-101-2/+2
|/
* Remove extraneous commented package linesMatt Iversen2015-10-091-155/+8
| | | | Since 3.3 development is finished, we no longer need these.
* Add changelog for #803Matt Iversen2015-10-021-0/+2
|
* Merge pull request #803 from Samureus/patch-1Matt Iversen2015-10-021-1/+2
|\ | | | | Workaround to fix issue #802
| * 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
* Update year again!Matt Iversen2015-10-011-1/+1
|
* Check for long_description correctnessMatt Iversen2015-09-261-2/+4
|
* Remove normal envs from travis buildMatt Iversen2015-09-251-11/+2
| | | | | Use container-based builds http://docs.travis-ci.com/user/migrating-from-legacy/
* Use a travis build matrixMatt Iversen2015-09-251-0/+21
|
* Add python 3.5 to CI / tox testingMatt Iversen2015-09-252-1/+2
|
* Correct dc11925Matthew Iversen2015-09-211-1/+1
|
* Correct look of fish promptMatthew Iversen2015-09-212-16/+16
|
* Add pydoc function for fishMatthew Iversen2015-09-213-17/+22
| | | | Correct pydoc function for sh
* Changelog for change in virtualenv PS1Matthew Iversen2015-09-211-0/+2
|
* Apply activate script changesMatthew Iversen2015-09-211-28/+26
|
* Add a space after env name in promptMatthew Iversen2015-09-212-2/+2
|
* Remove old aspen workound in activate.cshMatthew Iversen2015-09-211-7/+1
|
* Reference changes to issues in changelogMatt Iversen2015-09-211-3/+3
|
* Add changelog for #472Matt Iversen2015-09-211-1/+3
|
* 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 shield.io badgesMatthew Iversen2015-09-211-2/+2
| |
* | Use portable syntax for `pydoc` functionMatthew Iversen2015-09-212-16/+19
| | | | | | | | | | Make sure a pydoc alias isn't present to allow such function to be defined
* | Include tests folder in source distributionMatthew Iversen2015-09-213-4/+5
| | | | | | | | | | | | Renamed files to enable convenient glob matching in MANIFEST.in Fixes #714
* | Merge branch 'develop' of github.com:pypa/virtualenv into developMatthew Iversen2015-09-211-1/+1
|\ \
| * | Update changes.rstMatt Iversen2015-09-201-1/+1
| | |
* | | Stop using a tox.ini in tests/Matthew Iversen2015-09-211-12/+0
|/ /
* | Remove legacy aspen workaroundMatthew Iversen2015-09-202-20/+13
| |
* | Apply virtualenv_embedded changes in virtualenv.pyMatthew Iversen2015-09-201-29/+29
| |
* | Add config flags in correct orderMatthew Iversen2015-09-201-2/+3
| |