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
*
bump version to 12.1.1
12.1.1
Donald Stufft
2015-04-07
1
-1
/
+1
*
bump version
12.1.0
Donald Stufft
2015-04-07
1
-1
/
+1
*
revert "Merge pull request #648 from nvie/develop"
Donald Stufft
2014-12-23
1
-21
/
+0
*
Revert "Merge pull request #674 from mgedmin/fix-sys-path-better"
Donald Stufft
2014-12-23
1
-29
/
+39
*
Revert "Merge pull request #687 from dstufft/dont-import-site"
Donald Stufft
2014-12-23
1
-1
/
+1
*
Don't import site when executing with -p
Donald Stufft
2014-12-23
1
-1
/
+1
*
switch to 12.1.0 for development release
Donald Stufft
2014-12-23
1
-1
/
+1
*
bump version for development
Donald Stufft
2014-12-22
1
-1
/
+1
*
Bump the version for release
12.0
Donald Stufft
2014-12-22
1
-1
/
+1
*
Fix sys.path manipulation
Marius Gedminas
2014-12-03
1
-39
/
+29
*
Switch to the new versioning scheme
Donald Stufft
2014-09-25
1
-1
/
+1
*
Avoid bleeding "host" Python paths into "guest".
Vincent Driessen
2014-09-19
1
-0
/
+21
*
Rebuild virtualenv.py (embedded activate.ps1)
Paul Moore
2014-06-25
1
-87
/
+87
*
Fix typos in virtualenv.py
Matthew Iversen
2014-06-15
1
-2
/
+2
*
activate_this.py fix
Wynn Wilkes
2014-06-15
1
-10
/
+10
*
Use 2.4 compatible syntax, Fix #619
Matthew Iversen
2014-06-15
1
-2
/
+4
*
Fix #461 & #462
Matthew Iversen
2014-06-15
1
-141
/
+141
*
whitespace cleanup
Matti Picus
2014-04-24
1
-1
/
+1
*
copy lib_pypy for windows and pypy
Matti Picus
2014-04-24
1
-0
/
+9
*
update list of dlls for pypy
Matti Picus
2014-04-23
1
-1
/
+3
*
Protect registry calls with try...except so that not having an installed Pyth...
Paul Moore
2014-03-14
1
-3
/
+10
*
Merge branch 'master' into develop
Donald Stufft
2014-01-20
1
-3
/
+7
|
\
|
*
Version bump and changelog
1.11.1
Donald Stufft
2014-01-20
1
-1
/
+1
|
*
bump version
Donald Stufft
2014-01-16
1
-1
/
+1
|
*
Copy the _bootlocale module for Python 3.4
Donald Stufft
2014-01-14
1
-1
/
+5
|
*
Don't swallow failures when executing pip
Donald Stufft
2014-01-13
1
-1
/
+1
|
*
Properly delete __PYVENV_LAUNCHER__ from the environment
Donald Stufft
2014-01-13
1
-1
/
+1
|
*
bump version
1.11.1rc1
Donald Stufft
2014-01-07
1
-1
/
+1
|
*
ignore system installed pip/setuptools
Marcus Smith
2014-01-02
1
-1
/
+1
*
|
remove some more code related to the sets module
Benjamin Peterson
2014-01-04
1
-2
/
+0
*
|
remove set compatibility code
Benjamin Peterson
2014-01-04
1
-4
/
+0
*
|
Merge branch 'master' into develop
Donald Stufft
2014-01-02
1
-4
/
+3
|
\
\
|
|
/
|
*
Bump version
Donald Stufft
2014-01-02
1
-1
/
+1
|
*
bump version
1.11rc4
Donald Stufft
2013-12-31
1
-1
/
+1
|
*
Bump version
1.11rc3
Donald Stufft
2013-12-27
1
-1
/
+1
|
*
1) when copying, symlink=False has to be passed to copyfile
Marcus Smith
2013-12-05
1
-3
/
+2
|
*
Fix an error when shutil.copyfile() was used with path.basename() instead ful...
Vladimir Dmitriev
2013-12-05
1
-1
/
+1
|
*
Merged wheel support from develop
Paul Moore
2013-11-30
1
-24
/
+50
|
|
\
|
|
/
|
/
|
|
*
bump rc version
1.11rc1
Donald Stufft
2013-11-22
1
-1
/
+1
*
|
Merge pull request #482 from pfmoore/wheel
Paul Moore
2013-11-22
1
-24
/
+50
|
\
\
|
*
|
Use wheels for setuptools/pip installs
Paul Moore
2013-11-22
1
-24
/
+50
|
|
/
*
|
bump development version
Donald Stufft
2013-11-22
1
-1
/
+1
|
/
*
Update setuptools
Donald Stufft
2013-11-22
1
-63
/
+64
*
clearer indication of which options are DEPRECATED
Marcus Smith
2013-11-13
1
-21
/
+17
*
Merge pull request #489 from msabramo/fix_python34a4
Paul Nasrat
2013-11-02
1
-2
/
+2
|
\
|
*
Indent code for majver == 3 and minver >= 4 and add '_collections_abc' as
Marc Abramowitz
2013-10-29
1
-2
/
+2
*
|
have the metavar be singular to match the option
Marcus Smith
2013-10-30
1
-0
/
+1
|
/
*
Merge pull request #474 from jhermann/relocate-only-x-bit-scripts
Paul Nasrat
2013-10-08
1
-1
/
+2
|
\
|
*
activate.fish and activate.csh are sourced and cannot be relocated
jhermann
2013-10-03
1
-1
/
+2
*
|
Fix missing module for python 3.4
Paul Nasrat
2013-10-08
1
-1
/
+3
|
/
[next]