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
*
update version for release
1.4
Ian Bicking
2009-11-06
1
-1
/
+1
*
update version to 1.4rc1
Ian Bicking
2009-11-02
1
-1
/
+1
*
fix the warning logic about global setuptools
Ian Bicking
2009-11-02
1
-4
/
+5
*
Added warning in case a globally installed setuptools is found and the --dist...
Jannis Leidel
2009-11-01
1
-0
/
+10
*
Updated embedded distribute_setup.py.
Jannis Leidel
2009-11-01
1
-74
/
+75
*
Use the absolute path of the virtualenv Python executable.
Jannis Leidel
2009-11-01
1
-2
/
+2
*
Bumped up distribute to 0.6.8 to fix an issue with the setuptools marker
Jannis Leidel
2009-11-01
1
-1
/
+1
*
Bumped distribute tarball and references up to 0.6.7
Jannis Leidel
2009-11-01
1
-1
/
+1
*
added the DONT_PATCH_SETUPTOOLS environment variable to tell the Distribute i...
Tarek Ziadé
2009-10-27
1
-1
/
+4
*
now using the source tar for distribute
Tarek Ziadé
2009-10-23
1
-10
/
+39
*
added the source tarball for distribute-0.6.6
Tarek Ziadé
2009-10-23
1
-1
/
+1
*
removed the binary releases
Tarek Ziadé
2009-10-23
1
-6
/
+7
*
apparently something went wrong in the rebuild, reintroducing ACTIVATE_SH
Tarek Ziadé
2009-10-23
1
-0
/
+15
*
typo
Tarek Ziadé
2009-10-23
1
-1
/
+1
*
rebuilt data
Tarek Ziadé
2009-10-23
1
-15
/
+74
*
added DISTRIBUTE_SETUP_PY
Tarek Ziadé
2009-10-23
1
-11
/
+19
*
added the --distribute option
Tarek Ziadé
2009-10-23
1
-13
/
+39
*
removed trailing space
Tarek Ziadé
2009-10-23
1
-11
/
+11
*
Moved support-files in a package to get rid of the package_data hack and reli...
Jannis Leidel
2009-10-21
1
-3
/
+3
*
Fix issue 6 - Updated setuptools to 0.6c11
Jannis Leidel
2009-10-21
1
-63
/
+67
*
Updated activate.sh file in virtualenv.py
Jannis Leidel
2009-10-04
1
-11
/
+11
*
Fixed creating symlinks when using --python; creates a python > pythonX.Y sym...
Jannis Leidel
2009-09-28
1
-5
/
+15
*
Fixed #389550 - Makes --relocatable work better with --python.
Jannis Leidel
2009-09-28
1
-1
/
+1
*
merge changes
Ian Bicking
2009-09-01
1
-18
/
+19
|
\
|
*
Stick to the distutils.sysconfig.get_config_vars API and return either dict o...
Jannis Leidel
2009-08-31
1
-18
/
+19
|
*
Updated distutils/__init__.py monkeypatch to better support building on Windows
Ian Bicking
2009-07-29
1
-18
/
+18
*
|
force global eggs after local site-packages in sys.path
Carl Meyer
2009-07-03
1
-125
/
+129
|
/
*
typo in cygwin pythonw.exe locating
Ian Bicking
2009-06-21
1
-2
/
+2
*
Virtualenv now copies the actual embedded Python binary on Mac OS X to fix a ...
kumar
2009-06-21
1
-0
/
+10
*
Added support for Debian's dist-packages directory
Ian Bicking
2009-05-25
1
-123
/
+125
*
[svn r3849] Revert r3845 (pythonw on Mac) because it was pointless
Ian Bicking
2009-04-13
1
-10
/
+4
*
[svn r3845] Also create pythonw on Mac
Ian Bicking
2009-04-06
1
-4
/
+10
*
[svn r3844] Create pythonw.exe on Windows
Ian Bicking
2009-04-06
1
-0
/
+6
*
[svn r3843] o copy jython's registry to the env if it exists
Philip Jenvey
2009-04-05
1
-1
/
+5
*
[svn r3842] Added a patch from Maries Ionel to patch build_ext on Windows so ...
Ian Bicking
2009-04-03
1
-14
/
+18
*
[svn r3823] fail more gracefully when win32api isn't present
Ian Bicking
2009-03-17
1
-2
/
+9
*
[svn r3822] refresh per r3820
Philip Jenvey
2009-03-17
1
-122
/
+123
*
[svn r3807] update versions for release
1.3.3
Ian Bicking
2009-03-12
1
-1
/
+1
*
[svn r3804] Try to add /usr/local/lib/pythonX.Y/lib-dynload
Ian Bicking
2009-03-09
1
-121
/
+122
*
[svn r3803] Prefer .exe filenames on cygwin
Ian Bicking
2009-03-09
1
-2
/
+1
*
[svn r3796] Ignore ~/.pydistutils.cfg if sys.prefix/.pydistutils.cfg exists
Ian Bicking
2009-03-04
1
-12
/
+14
*
[svn r3795] Fix #241581, Windows problems with paths with spaces in them
Ian Bicking
2009-03-03
1
-2
/
+8
*
[svn r3794] split out an install_python function
Ian Bicking
2009-03-03
1
-6
/
+20
*
[svn r3768] fix compatibility with Jython 2.5b1
Philip Jenvey
2009-01-09
1
-3
/
+3
*
[svn r3750] Use Windows newlines in activate.bat
Ian Bicking
2008-12-21
1
-4
/
+4
*
[svn r3737] update version for dev
Ian Bicking
2008-12-17
1
-1
/
+1
*
[svn r3733] update versions for release
1.3.2
Ian Bicking
2008-12-17
1
-1
/
+1
*
[svn r3732] Add the platform-specific paths, like /usr/lib/pythonX.Y/plat-lin...
Ian Bicking
2008-12-17
1
-19
/
+19
*
[svn r3731] Add note about using virtualenv ENV instead of python virtualenv....
Ian Bicking
2008-12-17
1
-132
/
+133
*
[svn r3729] simplify a little code fragment
Ian Bicking
2008-12-17
1
-2
/
+2
[next]