| Commit message (Collapse) | Author | Age | Files | Lines | |
|---|---|---|---|---|---|
| * | fix flake8 errors | Bernat Gabor | 2018-10-25 | 2 | -9/+6 |
| | | |||||
| * | distutils-init | Bernat Gabor | 2018-10-25 | 1 | -25/+44 |
| | | |||||
| * | site | Bernat Gabor | 2018-10-25 | 1 | -133/+146 |
| | | |||||
| * | activate | Bernat Gabor | 2018-10-25 | 3 | -10/+11 |
| | | |||||
| * | Don't hard set fish prompt to white | Matthew Iversen | 2016-04-08 | 1 | -1/+1 |
| | | | | | Fixes #884 | ||||
| * | Silent `unset -f` error in zsh | LE Manh Cuong | 2016-01-20 | 1 | -1/+1 |
| | | |||||
| * | Update deactivate.bat, apply to virtualenv.py | Matt Iversen | 2016-01-20 | 1 | -1/+1 |
| | | |||||
| * | Correct syntax and control logic flow | Matt Iversen | 2016-01-19 | 1 | -3/+8 |
| | | |||||
| * | Remove some brackets in bat, solves #35 | Matthew Iversen | 2016-01-19 | 2 | -36/+34 |
| | | |||||
| * | Homogenize test syntax, add explanation of it | Matthew Iversen | 2016-01-18 | 1 | -1/+2 |
| | | |||||
| * | Correct look of fish prompt | Matthew Iversen | 2015-09-21 | 1 | -1/+1 |
| | | |||||
| * | Add pydoc function for fish | Matthew Iversen | 2015-09-21 | 2 | -1/+6 |
| | | | | | Correct pydoc function for sh | ||||
| * | 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 |
| | | |||||
| * | Use portable syntax for `pydoc` function | Matthew Iversen | 2015-09-21 | 1 | -3/+6 |
| | | | | | | 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 | -6/+0 |
| | | |||||
| * | Add config flags in correct order | Matthew Iversen | 2015-09-20 | 1 | -2/+3 |
| | | |||||
| * | Use function definition syntax that works | Matthew Iversen | 2015-09-20 | 1 | -1/+1 |
| | | |||||
| * | Restore !$ restoration from #799 | Matthew Iversen | 2015-09-20 | 1 | -0/+4 |
| | | |||||
| * | Use pydoc function instead of alias | Matthew Iversen | 2015-09-20 | 1 | -2/+4 |
| | | | | | Unaliasing with a function (deactivate) can be problematic. | ||||
| * | Fix activate.fish | Matthew Iversen | 2015-09-20 | 1 | -21/+18 |
| | | | | | | | - Re-use old variable names - Requote to fix param expansion problems - Use traditional prompt look | ||||
| * | Fixed typo in the $status fix | Lucretiel | 2015-09-19 | 1 | -1/+1 |
| | | |||||
| * | Fixed fish_prompt not displaying $status | Lucretiel | 2015-09-19 | 1 | -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-pydoc | Matt Iversen | 2015-09-19 | 1 | -1/+1 |
| |\ | | | | | activate.sh: use unalias for unsetting the pydoc alias | ||||
| | * | activate.sh: use unalias for unsetting the pydoc alias | Daniel Hahler | 2015-03-02 | 1 | -1/+1 |
| | | | | | | | | | Fixes https://github.com/pypa/virtualenv/issues/365 | ||||
| * | | Account for defined but empty shell variables | Matthew Iversen | 2015-09-19 | 1 | -6/+4 |
| | | | | | | | | | Fixes #407, Thanks to #723 | ||||
| * | | Remove alternate prompt function name | Matthew Iversen | 2015-09-19 | 1 | -1/+1 |
| | | | |||||
| * | | Brought back the namespacing ... my bad. | Jonathan Barronville | 2015-09-19 | 1 | -11/+11 |
| | | | |||||
| * | | Cleaned up activate.fish. | Jonathan Barronville | 2015-09-19 | 1 | -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 versions | Matthew Iversen | 2015-09-19 | 1 | -5/+6 |
| | | | |||||
| * | | Add python3-config options to python-config | Paul Morelle | 2015-09-19 | 1 | -13/+34 |
| | | | | | | | | | BTW make it compatible with python2 and python3 as much as possible | ||||
| * | | Adding python-config script to virtualenv_embeded | Paul Morelle | 2015-09-19 | 1 | -0/+55 |
| | | | | | | | | | | | File was missing, as commented Ivoz (Matt Iversen) References pypa/virtualenv#169 | ||||
| * | | Solved problem when using "set -u" in bash | Tomas Zulberti | 2014-09-10 | 1 | -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 script | Paul Moore | 2014-06-25 | 1 | -6/+8 |
| | | |||||
| * | activate_this.py fix | Wynn Wilkes | 2014-06-15 | 1 | -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 & #462 | Matthew Iversen | 2014-06-15 | 1 | -3/+3 |
| | | |||||
| * | Update activate.fish | Marcel Hellwig | 2013-11-19 | 1 | -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/develop | Paul Nasrat | 2013-11-18 | 1 | -14/+14 |
| |\ | | | | | Cleaner fish prompt-switching behavior | ||||
| | * | Fixed an issue that flattened a multi-line custom prompt into a single line, ↵ | Ryan Artecona | 2012-11-06 | 1 | -14/+14 |
| | | | | | | | | | and cleaned up the prompt prefixing behavior | ||||
| * | | Merge pull request #475 from alexrudnick/fix_fish_url | Paul Nasrat | 2013-10-08 | 1 | -1/+1 |
| |\ \ | | | | | | | Fix URL for fish shell | ||||
| | * | | Fix URL for fish | Alex Rudnick | 2013-10-03 | 1 | -1/+1 |
| | | | | |||||
| * | | | update PyPy's homepage. fixes #476 | Philip Jenvey | 2013-10-06 | 1 | -1/+1 |
| |/ / | |||||
| * | | Remove distribute_from_egg.py as part of switching to merged setuptools | Paul Moore | 2013-06-25 | 1 | -8/+0 |
| | | | |||||
| * | | remove unnecessary files due to new setuptools support | Marcus Smith | 2013-06-24 | 2 | -830/+0 |
| | | | |||||
| * | | o adapt to pypy's stdlib path change only for py3k | Philip Jenvey | 2013-04-18 | 1 | -2/+6 |
| | | | | | | | | | o pypy < 1.9 no longer has a 'modified-' stdlib path | ||||
| * | | upgrade to distribute-0.6.36 | Marcus Smith | 2013-04-09 | 1 | -1/+1 |
| | | | |||||
| * | | Revert "Updates for upcoming changes in pypy stdlib paths" | Jannis Leidel | 2013-04-03 | 1 | -7/+4 |
| | | | | | | | | | | | This reverts commit c3bb465cc3c3fb069c85fde7f23dbf9e4063ee0b after receiving advice from Maciej Fijałkowski. | ||||
| * | | Updates for upcoming changes in pypy stdlib paths | Brian Kearns | 2013-03-14 | 1 | -4/+7 |
| | | | |||||
| * | | Merge pull request #394 from qwcode/64bit_2 | Marcus Smith | 2013-02-19 | 1 | -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 py25 | Marcus Smith | 2013-02-05 | 1 | -2/+1 |
| | | | | |||||
