summaryrefslogtreecommitdiff
path: root/virtualenv_embedded
Commit message (Collapse)AuthorAgeFilesLines
* fix flake8 errorsBernat Gabor2018-10-252-9/+6
|
* distutils-initBernat Gabor2018-10-251-25/+44
|
* siteBernat Gabor2018-10-251-133/+146
|
* activateBernat Gabor2018-10-253-10/+11
|
* Don't hard set fish prompt to whiteMatthew Iversen2016-04-081-1/+1
| | | | Fixes #884
* Silent `unset -f` error in zshLE Manh Cuong2016-01-201-1/+1
|
* Update deactivate.bat, apply to virtualenv.pyMatt Iversen2016-01-201-1/+1
|
* Correct syntax and control logic flowMatt Iversen2016-01-191-3/+8
|
* Remove some brackets in bat, solves #35Matthew Iversen2016-01-192-36/+34
|
* Homogenize test syntax, add explanation of itMatthew Iversen2016-01-181-1/+2
|
* Correct look of fish promptMatthew Iversen2015-09-211-1/+1
|
* Add pydoc function for fishMatthew Iversen2015-09-212-1/+6
| | | | Correct pydoc function for sh
* 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
|
* Use portable syntax for `pydoc` functionMatthew Iversen2015-09-211-3/+6
| | | | | Make sure a pydoc alias isn't present to allow such function to be defined
* Remove legacy aspen workaroundMatthew Iversen2015-09-201-6/+0
|
* Add config flags in correct orderMatthew Iversen2015-09-201-2/+3
|
* Use function definition syntax that worksMatthew Iversen2015-09-201-1/+1
|
* Restore !$ restoration from #799Matthew Iversen2015-09-201-0/+4
|
* Use pydoc function instead of aliasMatthew Iversen2015-09-201-2/+4
| | | | Unaliasing with a function (deactivate) can be problematic.
* Fix activate.fishMatthew Iversen2015-09-201-21/+18
| | | | | | - Re-use old variable names - Requote to fix param expansion problems - Use traditional prompt look
* Fixed typo in the $status fixLucretiel2015-09-191-1/+1
|
* Fixed fish_prompt not displaying $statusLucretiel2015-09-191-1/+6
| | | The virtualenv `fish_prompt` wrapper now ensures that the original `fish_prompt` correctly displays the `$status` of the last command.
* Merge pull request #724 from blueyed/sh-use-unalias-for-pydocMatt Iversen2015-09-191-1/+1
|\ | | | | activate.sh: use unalias for unsetting the pydoc alias
| * activate.sh: use unalias for unsetting the pydoc aliasDaniel Hahler2015-03-021-1/+1
| | | | | | | | Fixes https://github.com/pypa/virtualenv/issues/365
* | Account for defined but empty shell variablesMatthew Iversen2015-09-191-6/+4
| | | | | | | | Fixes #407, Thanks to #723
* | Remove alternate prompt function nameMatthew Iversen2015-09-191-1/+1
| |
* | Brought back the namespacing ... my bad.Jonathan Barronville2015-09-191-11/+11
| |
* | Cleaned up activate.fish.Jonathan Barronville2015-09-191-45/+36
| | | | | | | | | | | | Cleaned up activate.fish to be more *idiomatic* fish and removed a bit of unnecessary code (such as support for "Aspen magic directories" ... AFAIK and AFAICT, this is no longer the case). - Jonathan
* | Valid opts corrected for python versionsMatthew Iversen2015-09-191-5/+6
| |
* | Add python3-config options to python-configPaul Morelle2015-09-191-13/+34
| | | | | | | | BTW make it compatible with python2 and python3 as much as possible
* | Adding python-config script to virtualenv_embededPaul Morelle2015-09-191-0/+55
| | | | | | | | | | File was missing, as commented Ivoz (Matt Iversen) References pypa/virtualenv#169
* | Solved problem when using "set -u" in bashTomas Zulberti2014-09-101-8/+8
|/ | | | | | | | | 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.
* Support VIRTUAL_ENV_DISABLE_PROMPT in Powershell activate scriptPaul Moore2014-06-251-6/+8
|
* activate_this.py fixWynn Wilkes2014-06-151-1/+1
| | | | | | - don't crash if there is no PATH environment variable - in that case just default to '' and we'll work fine. - rebuilt virtualenv.py with new ACTIVATE_THIS value
* Fix #461 & #462Matthew Iversen2014-06-151-3/+3
|
* Update activate.fishMarcel Hellwig2013-11-191-1/+1
| | | | | | replaced . bin/activate.fish with source bin/activate.fish, because of this: marcel@marcel ~> . source: '.' command is deprecated, and doesn't work with STDIN anymore. Did you mean 'source' or './'? (1) marcel@marcel ~>
* Merge pull request #353 from ryanartecona/developPaul Nasrat2013-11-181-14/+14
|\ | | | | Cleaner fish prompt-switching behavior
| * Fixed an issue that flattened a multi-line custom prompt into a single line, ↵Ryan Artecona2012-11-061-14/+14
| | | | | | | | and cleaned up the prompt prefixing behavior
* | Merge pull request #475 from alexrudnick/fix_fish_urlPaul Nasrat2013-10-081-1/+1
|\ \ | | | | | | Fix URL for fish shell
| * | 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
| | | | | | | | o pypy < 1.9 no longer has a 'modified-' stdlib path
* | 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
| | | | | | | | | | This reverts commit c3bb465cc3c3fb069c85fde7f23dbf9e4063ee0b after receiving advice from Maciej Fijałkowski.
* | 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 py25
| * | 64bit test in site.py using sys.maxsize/maxint that works on py25Marcus Smith2013-02-051-2/+1
| | |