summaryrefslogtreecommitdiff
path: root/virtualenv_embedded
Commit message (Expand)AuthorAgeFilesLines
* Set VIRTUAL_ENV enviroment variable in activate_this.py (#1057)nonylene2018-12-241-23/+33
* Shell fixes (#1258)Bernát Gábor2018-12-232-118/+43
* Allow sourcing activate.sh in shells "exit on error" modeAntti Haapala2018-12-161-1/+1
* Update default license URL to match upstream (#1247)Zachary Ware2018-11-281-1/+1
* solved problem when using -u in a non interactive shell (#922)BrownTruck2018-11-191-3/+3
* fix reporting in site module (#1245)Éric Araujo2018-11-141-1/+1
* Xonsh Support (#1206)Anthony Scopatz2018-11-061-0/+39
* enable tab-completion in the interactive interpreter by default (#1239)Bernát Gábor2018-10-311-0/+62
* Generate activate.ps1 for all platforms (#1229)Ferdinand van Wyk2018-10-311-1/+1
* Remove universal newline flag (#1064)Monty Taylor2018-10-301-2/+2
* Update activate.fish (#1082)Ofek Lev2018-10-301-1/+1
* activate.csh handle newlines & don't use basename (#1200)Gregory Nisbet2018-10-301-6/+13
* 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
* 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
* 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
* 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
* Fix activate.fishMatthew Iversen2015-09-201-21/+18
* Fixed typo in the $status fixLucretiel2015-09-191-1/+1
* Fixed fish_prompt not displaying $statusLucretiel2015-09-191-1/+6
* Merge pull request #724 from blueyed/sh-use-unalias-for-pydocMatt Iversen2015-09-191-1/+1
|\
| * activate.sh: use unalias for unsetting the pydoc aliasDaniel Hahler2015-03-021-1/+1
* | Account for defined but empty shell variablesMatthew Iversen2015-09-191-6/+4
* | 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
* | Valid opts corrected for python versionsMatthew Iversen2015-09-191-5/+6
* | Add python3-config options to python-configPaul Morelle2015-09-191-13/+34
* | Adding python-config script to virtualenv_embededPaul Morelle2015-09-191-0/+55
* | Solved problem when using "set -u" in bashTomas Zulberti2014-09-101-8/+8
|/
* 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
|\