summaryrefslogtreecommitdiff
path: root/virtualenv_embedded
Commit message (Expand)AuthorAgeFilesLines
* 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
|\
| * 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
|\ \ \