summaryrefslogtreecommitdiff
path: root/virtualenv_embedded
Commit message (Expand)AuthorAgeFilesLines
* Support VIRTUAL_ENV_DISABLE_PROMPT in Powershell activate scriptPaul Moore2014-06-251-6/+8
* activate_this.py fixWynn Wilkes2014-06-151-1/+1
* Fix #461 & #462Matthew Iversen2014-06-151-3/+3
* Update activate.fishMarcel Hellwig2013-11-191-1/+1
* Merge pull request #353 from ryanartecona/developPaul Nasrat2013-11-181-14/+14
|\
| * Fixed an issue that flattened a multi-line custom prompt into a single line, ...Ryan Artecona2012-11-061-14/+14
* | Merge pull request #475 from alexrudnick/fix_fish_urlPaul Nasrat2013-10-081-1/+1
|\ \
| * | Fix URL for fishAlex Rudnick2013-10-031-1/+1
* | | update PyPy's homepage. fixes #476Philip Jenvey2013-10-061-1/+1
|/ /
* | Remove distribute_from_egg.py as part of switching to merged setuptoolsPaul Moore2013-06-251-8/+0
* | remove unnecessary files due to new setuptools supportMarcus Smith2013-06-242-830/+0
* | o adapt to pypy's stdlib path change only for py3kPhilip Jenvey2013-04-181-2/+6
* | upgrade to distribute-0.6.36Marcus Smith2013-04-091-1/+1
* | Revert "Updates for upcoming changes in pypy stdlib paths"Jannis Leidel2013-04-031-7/+4
* | Updates for upcoming changes in pypy stdlib pathsBrian Kearns2013-03-141-4/+7
* | Merge pull request #394 from qwcode/64bit_2Marcus Smith2013-02-191-2/+1
|\ \
| * | 64bit test in site.py using sys.maxsize/maxint that works on py25Marcus Smith2013-02-051-2/+1
* | | Merge pull request #364 from piotr-dobrogost/issue_9Jannis Leidel2013-02-171-0/+2
|\ \ \ | |/ / |/| |
| * | Clear VIRTUAL_ENV environment variable. Fixes issue #9.Piotr Dobrogost2012-11-251-0/+2
* | | 64bit test that works for py25 as well.Marcus Smith2013-01-281-6/+8
* | | upgrade to distribute-0.6.34Marcus Smith2013-01-231-3/+8
* | | Merge pull request #379 from warsaw/issue378Paul Nasrat2012-12-241-3/+13
|\ \ \
| * | | On multiarch-aware Debian/Ubuntu Pythons, plat-${sys.platform} does not pointBarry Warsaw2012-12-241-3/+13
* | | | Upgrade the bundled copy of distribute to 0.6.32.Gabriel2012-11-261-1/+1
| |/ / |/| |
* | | Refresh bundled copy of distribute (now at 0.6.31).Gabriel2012-11-251-1/+1
|/ /
* | Refactoring to show logic betterPiotr Dobrogost2012-11-082-15/+9
|/
* Use extended syntax of `set` command which handles special characters in vari...Piotr Dobrogost2012-11-042-18/+20
* Refresh bundled copy of distribute (now at 0.6.30).Gabriel2012-10-222-26/+48
* Add support for installing distribute from egg (if supplied)Paul Moore2012-09-271-0/+8
* give preference to <prefix>/lib64/pythonX.Y overdnozay2012-09-111-2/+8
* Fix activate.csh so that it will work in non-interactive environmentsBenjamin Root2012-09-101-2/+10
* Updated bundled distribute to 0.6.28.Jannis Leidel2012-08-301-11/+29
* Fix typo in activate.fish script.Brandon Carl2012-08-271-1/+1
* Fix typo in activate.csh script.Brandon Carl2012-08-271-1/+1
* Fix typo in activate.shBrandon Carl2012-08-271-1/+1
* Fix #310, Python 3 bug introduced in 81990bc. Thanks Abhishek Sarkar for the ...Carl Meyer2012-08-061-1/+4
* fix distutils-init to not rely on __init__.pyGraham Dennis2012-07-091-1/+5
* Merge pull request #233 from chrish42/suppress_hash_warningJannis Leidel2012-06-221-2/+2
|\
| * Suppress warning message when bash hashing is disabled.Christian Hudon2012-02-291-2/+2
* | Merge branch 'cleanup-tmpdirs' of https://github.com/stefanor/virtualenv into...Jannis Leidel2012-06-221-0/+3
|\ \
| * | Cleanup temporary directory created with mkdtemp()Stefano Rivera2012-02-251-0/+3
| |/
* | Remove implicit relative imports in distutils-init.py that are fragile with P...Carl Meyer2012-06-061-5/+2
* | Fix a use of file() in site.py that breaks on Python 3.Carl Meyer2012-05-281-1/+1
* | Update to distribute 0.6.27 - fixes an issue with script installation on Pyth...Carl Meyer2012-05-281-4/+16
* | Revise activate.csh to use simpler csh alias suggested by @ianb.Marc Abramowitz2012-05-042-4/+2
* | Modify activate.sh and activate.csh to support pydocMarc Abramowitz2012-05-022-1/+9
* | Fix activate.fish for OS X. Thanks David Schoonover.Carl Meyer2012-04-031-38/+33
* | Fix PyPy and Jython support on Windows.Konstantin Zemlyak2012-03-031-3/+3
|/
* Fix indentationFND2012-01-071-1/+1
* Fixed #14 -- modify environ PATH in activate_this.py. Thanks Doug Napoleone.Carl Meyer2011-12-161-0/+2