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
Commit message (
Expand
)
Author
Age
Files
Lines
*
Merge branch 'release/1.7'
1.7
Jannis Leidel
2011-11-30
11
-159
/
+388
|
\
|
*
Bumped version up a notch.
Jannis Leidel
2011-11-30
4
-4
/
+4
|
*
Removed release schedule bit from news since we are actually a little to early.
Jannis Leidel
2011-11-30
1
-5
/
+0
|
*
Updated author and news file a little bit more.
Jannis Leidel
2011-11-30
2
-2
/
+9
|
*
Removed duplicate --use-distribute option again since `--distribute` is good ...
Jannis Leidel
2011-11-30
2
-7
/
+9
|
*
Fixed a typo in the release notes.
Jannis Leidel
2011-11-30
1
-1
/
+1
|
*
Added ability to set virtualenv options in a config file or as environment va...
Jannis Leidel
2011-11-30
3
-9
/
+186
|
*
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 news for distribute 0.6.24.
Carl Meyer
2011-11-23
1
-0
/
+2
|
*
Merge pull request #189 from agronholm/develop
Carl Meyer
2011-11-23
5
-3
/
+3
|
|
\
|
|
*
Updated distribute to 0.6.24
Alex Grönholm
2011-11-23
5
-3
/
+3
|
|
/
|
*
Added Gunnlaugur Thor Briem in AUTHORS.txt.
Carl Meyer
2011-11-22
1
-0
/
+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
|
*
Merge pull request #180 from k0s/develop
Ian Bicking
2011-11-18
1
-0
/
+0
|
|
\
|
|
*
make the file executable
Jeff Hammel
2011-10-31
1
-0
/
+0
|
*
|
Merge pull request #183 from vrutsky/develop
Carl Meyer
2011-11-09
1
-1
/
+1
|
|
\
\
|
|
*
|
fix typo: `ENV/bin/pip``
Vladimir Rutsky
2011-11-09
1
-1
/
+1
|
|
/
/
|
*
|
Mention a wider variety of installation options. Fixes #182 - thanks Nick Cog...
Carl Meyer
2011-11-08
1
-3
/
+10
|
|
/
|
*
--system-site-packages in the docs, too.
Carl Meyer
2011-10-28
1
-4
/
+4
|
*
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
|
*
Merge pull request #179 from stchris/patch-1
Carl Meyer
2011-10-28
1
-1
/
+4
|
|
\
|
|
*
If $PYTHONDONTWRITEBYTECODE is set, issue a useful error message and die
Christian Stefanescu
2011-10-28
1
-1
/
+4
|
|
/
|
*
Doc updates.
Carl Meyer
2011-10-28
2
-7
/
+9
|
*
Merge pull request #178 from mcdonc/feature.invertsitepackages
Carl Meyer
2011-10-28
3
-16
/
+39
|
|
\
|
|
*
invert site-packages behavior: deprecate --no-site-packages flag; add --use-s...
Chris McDonough
2011-10-26
3
-16
/
+39
|
|
/
|
*
Merge branch 'hotfix/1.6.4' into develop
Jannis Leidel
2011-07-21
5
-4
/
+9
|
|
\
|
*
\
Merge pull request #156 from pnasrat/issue-155-fix-py24
Paul Nasrat
2011-07-21
1
-10
/
+11
|
|
\
\
|
|
*
|
Fix issue #155 py24 support
Paul Nasrat
2011-07-21
1
-10
/
+11
|
|
/
/
|
*
|
Corrected link to bootstrap example script of fassembler. Fixes #99.
Jannis Leidel
2011-07-16
1
-1
/
+1
|
*
|
Merge branch 'hotfix/1.6.3' into develop
Jannis Leidel
2011-07-16
5
-10
/
+18
|
|
\
\
|
*
\
\
Merge branch 'release/1.6.2' into develop
Jannis Leidel
2011-07-16
4
-4
/
+4
|
|
\
\
\
*
|
\
\
\
Merge branch 'hotfix/1.6.4'
1.6.4
Jannis Leidel
2011-07-21
5
-14
/
+20
|
\
\
\
\
\
|
|
|
_
|
_
|
/
|
|
/
|
|
|
|
*
|
|
|
Bumped version to 1.6.4 and updated changelog.
Jannis Leidel
2011-07-21
5
-4
/
+9
|
*
|
|
|
Fix issue #155 py24 support
Paul Nasrat
2011-07-21
1
-10
/
+11
|
/
/
/
/
*
|
|
|
Merge branch 'hotfix/1.6.3'
1.6.3
Jannis Leidel
2011-07-16
5
-10
/
+18
|
\
\
\
\
|
|
|
_
|
/
|
|
/
|
|
|
*
|
|
Bumped version to 1.6.3.
Jannis Leidel
2011-07-16
4
-4
/
+4
|
*
|
|
Restored ability to run on Python < 2.7. Fixes #153.
Jannis Leidel
2011-07-16
2
-6
/
+14
|
/
/
/
*
|
|
Merge branch 'release/1.6.2'
1.6.2
Jannis Leidel
2011-07-16
13
-143
/
+145
|
\
\
\
|
|
|
/
|
|
/
|
|
*
|
Bumped version to 1.6.2.
Jannis Leidel
2011-07-16
4
-4
/
+4
|
|
/
[next]