index
:
delta/python-packages/virtualenv.git
add-ci
all-repos_autofix_bump
all-repos_autofix_bump-2023-02-05
boostrap
develop
docs
fix/1818
gaborbernat-patch-1
jython
legacy
lint
main
master
pre-commit-ci-update-config
release-16.1.2
release-16.2.0
release-16.4.3
release-16.6.1
release-16.7.4
release-16.7.5
release-16.7.9
release-20.0.10
release-20.0.11
release-20.0.14
release-20.0.18
release-20.0.2
release-20.0.21
release-20.0.24
release-20.0.27
release-20.0.28
release-20.0.29
release-20.0.31
release-20.0.32
release-20.0.34
release-20.0.35
release-20.0.6
release-20.1.0
release-20.11.0
release-20.12.1
release-20.13.0
release-20.2.0
release-20.2.1
release-20.2.2
release-20.4.1
release-20.4.2
release-20.4.3
remove-multiple-script-versions
rewrite
test-virtualenv-more
winbrackets
github.com: pypa/virtualenv.git
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
virtualenv_embedded
Commit message (
Expand
)
Author
Age
Files
Lines
*
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
*
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
*
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
*
Fix activate.fish
Matthew Iversen
2015-09-20
1
-21
/
+18
*
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
*
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
Daniel Hahler
2015-03-02
1
-1
/
+1
*
|
Account for defined but empty shell variables
Matthew Iversen
2015-09-19
1
-6
/
+4
*
|
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
*
|
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
*
|
Adding python-config script to virtualenv_embeded
Paul Morelle
2015-09-19
1
-0
/
+55
*
|
Solved problem when using "set -u" in bash
Tomas Zulberti
2014-09-10
1
-8
/
+8
|
/
*
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
*
Fix #461 & #462
Matthew Iversen
2014-06-15
1
-3
/
+3
*
Update activate.fish
Marcel Hellwig
2013-11-19
1
-1
/
+1
*
Merge pull request #353 from ryanartecona/develop
Paul Nasrat
2013-11-18
1
-14
/
+14
|
\
|
*
Fixed an issue that flattened a multi-line custom prompt into a single line, ...
Ryan Artecona
2012-11-06
1
-14
/
+14
*
|
Merge pull request #475 from alexrudnick/fix_fish_url
Paul Nasrat
2013-10-08
1
-1
/
+1
|
\
\
|
*
|
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
*
|
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
*
|
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
Marcus Smith
2013-02-05
1
-2
/
+1
*
|
|
Merge pull request #364 from piotr-dobrogost/issue_9
Jannis Leidel
2013-02-17
1
-0
/
+2
|
\
\
\
|
|
/
/
|
/
|
|
|
*
|
Clear VIRTUAL_ENV environment variable. Fixes issue #9.
Piotr Dobrogost
2012-11-25
1
-0
/
+2
*
|
|
64bit test that works for py25 as well.
Marcus Smith
2013-01-28
1
-6
/
+8
*
|
|
upgrade to distribute-0.6.34
Marcus Smith
2013-01-23
1
-3
/
+8
*
|
|
Merge pull request #379 from warsaw/issue378
Paul Nasrat
2012-12-24
1
-3
/
+13
|
\
\
\
[next]