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.py
Commit message (
Expand
)
Author
Age
Files
Lines
*
Bumped version up a notch.
Jannis Leidel
2011-11-30
1
-1
/
+1
*
Removed duplicate --use-distribute option again since `--distribute` is good ...
Jannis Leidel
2011-11-30
1
-3
/
+5
*
Added ability to set virtualenv options in a config file or as environment va...
Jannis Leidel
2011-11-30
1
-4
/
+122
*
Corrected the insertion of the Python executable into the command-line for in...
Carl Meyer
2011-11-24
1
-1
/
+1
*
Regenerate virtualenv.py so distribute update takes effect.
Carl Meyer
2011-11-23
1
-79
/
+79
*
Removed global-setuptools check; --distribute, --system-site-packages and glo...
Carl Meyer
2011-11-23
1
-25
/
+0
*
Updated distribute to 0.6.24
Alex Grönholm
2011-11-23
1
-1
/
+1
*
Fix previous commits' breakage on 2.4 & 2.5
Gunnlaugur Þór Briem
2011-11-22
1
-4
/
+5
*
Make platform encoding workarounds work on 3.x too
Gunnlaugur Þór Briem
2011-11-22
1
-7
/
+18
*
Fix unicode crash installing activate script
Gunnlaugur Þór Briem
2011-11-22
1
-0
/
+2
*
Run easy_install script directly if not on Windows
Gunnlaugur Þór Briem
2011-11-22
1
-1
/
+3
*
Compare sys.prefix w/home dir in Unicode-aware way
Gunnlaugur Þór Briem
2011-11-22
1
-3
/
+5
*
Read proc output in FS enc if default enc fails
Gunnlaugur Þór Briem
2011-11-22
1
-1
/
+6
*
Fix crash on constructing log message with non-ASCII paths
Gunnlaugur Þór Briem
2011-11-22
1
-1
/
+6
*
Interpret path in filesystem encoding
Gunnlaugur Þór Briem
2011-11-22
1
-1
/
+1
*
make the file executable
Jeff Hammel
2011-10-31
1
-0
/
+0
*
Switched from --use-site-packages to --system-site-packages.
Carl Meyer
2011-10-28
1
-4
/
+4
*
Removed trailing whitespace.
Carl Meyer
2011-10-28
1
-9
/
+9
*
Tweaked PYTHONDONTWRITEBYTECODE warning so it only applies if not using Distr...
Carl Meyer
2011-10-28
1
-4
/
+11
*
If $PYTHONDONTWRITEBYTECODE is set, issue a useful error message and die
Christian Stefanescu
2011-10-28
1
-1
/
+4
*
invert site-packages behavior: deprecate --no-site-packages flag; add --use-s...
Chris McDonough
2011-10-26
1
-5
/
+18
*
Bumped version to 1.6.4 and updated changelog.
Jannis Leidel
2011-07-21
1
-1
/
+1
*
Fix issue #155 py24 support
Paul Nasrat
2011-07-21
1
-10
/
+11
*
Bumped version to 1.6.3.
Jannis Leidel
2011-07-16
1
-1
/
+1
*
Restored ability to run on Python < 2.7. Fixes #153.
Jannis Leidel
2011-07-16
1
-6
/
+9
*
Bumped version to 1.6.2.
Jannis Leidel
2011-07-16
1
-1
/
+1
*
Corrected Logger.level_matches (and doctests). Fixes #109.
Jannis Leidel
2011-07-16
1
-2
/
+2
*
Create an additional symlink to the 'local' dir in case the posix_local insta...
Jannis Leidel
2011-07-16
1
-0
/
+13
*
Be more careful to import the right pkg_resources when running under -p. Fixe...
Carl Meyer
2011-07-12
1
-0
/
+13
*
Rebuild script after distribute 0.6.19 upgrade
Paul Nasrat
2011-06-27
1
-79
/
+79
*
Updated included distribute release to 0.6.19.
Jannis Leidel
2011-06-17
1
-1
/
+1
*
Add missing lib required to run py33 in venv
Paul Nasrat
2011-06-08
1
-1
/
+1
*
Windows: include dir was not copied into env due to
anatoly techtonik
2011-05-18
1
-1
/
+2
*
Stop appending empty lines when rebuilding virtualenv.py.
Jannis Leidel
2011-05-16
1
-44
/
+0
*
Fixed issue #128 -- Updated distribute_setup.py to latest version.
Jannis Leidel
2011-05-16
1
-15
/
+15
*
Bumped version for good.
Jannis Leidel
2011-05-01
1
-1
/
+1
*
Merge branch 'develop' of github.com:pypa/virtualenv into develop
Jannis Leidel
2011-04-30
1
-28
/
+57
|
\
|
*
be compatible with both old pypys and pypy >= 1.5
Antonio Cuni
2011-04-28
1
-27
/
+38
|
*
compatibility fix for the upcoming PyPy 1.5, which moved the location of the ...
Antonio Cuni
2011-04-27
1
-26
/
+37
|
*
Merge branch 'issue-121-check-interpreter-executable' into develop
Carl Meyer
2011-04-21
1
-1
/
+8
|
|
\
|
|
*
Prevent traceback with non-exec interpreter
Paul Nasrat
2011-04-21
1
-1
/
+8
*
|
|
Updated bundled distribute and pip tarball.
Jannis Leidel
2011-04-30
1
-1
/
+1
|
/
/
*
|
Merge branch 'master' of https://github.com/k0s/virtualenv into k0s-develop
Jannis Leidel
2011-04-16
1
-0
/
+1
|
\
\
|
*
|
restore the gd shebang, wtf?
k0s
2011-04-13
1
-0
/
+1
|
|
/
*
|
use file_search_dirs default if no search_dirs argument is passed in to the v...
Ethan Jucovy
2011-04-16
1
-1
/
+8
*
|
Merge branch 'never-download' of https://github.com/ejucovy/virtualenv into e...
Jannis Leidel
2011-04-13
1
-11
/
+42
|
\
\
|
*
|
reorder options for nicer --help display
Ethan Jucovy
2011-04-12
1
-5
/
+5
|
*
|
implement --never-download option
Ethan Jucovy
2011-04-12
1
-11
/
+42
*
|
|
Add logger progressmeter for pip installation -- for symmetry with setuptools...
Ethan Jucovy
2011-04-12
1
-0
/
+2
|
/
/
*
|
rename option
Ethan Jucovy
2011-04-12
1
-2
/
+2
[next]