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
...
|
*
Updated news.
Jannis Leidel
2011-07-16
1
-2
/
+17
|
*
Updated included pip to 1.0.2.
Jannis Leidel
2011-07-16
3
-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
|
*
Use correct path to activate.bat in docs. Fixes #112.
Jannis Leidel
2011-07-16
1
-1
/
+1
|
*
Be more careful to import the right pkg_resources when running under -p. Fixe...
Carl Meyer
2011-07-12
1
-0
/
+13
|
*
Merge pull request #146 from pnasrat/fix-py33
Paul Nasrat
2011-06-26
1
-79
/
+79
|
|
\
|
|
*
Rebuild script after distribute 0.6.19 upgrade
Paul Nasrat
2011-06-27
1
-79
/
+79
|
|
/
|
*
Updated news slightly.
Jannis Leidel
2011-06-17
1
-1
/
+1
|
*
Updated included distribute release to 0.6.19.
Jannis Leidel
2011-06-17
5
-3
/
+3
|
*
Switched virtualenv==dev link to point to develop branch.
Carl Meyer
2011-06-08
1
-4
/
+3
|
*
Merge pull request #138 from pnasrat/fix-py33
Paul Nasrat
2011-06-08
1
-1
/
+1
|
|
\
|
|
*
Add missing lib required to run py33 in venv
Paul Nasrat
2011-06-08
1
-1
/
+1
|
|
/
|
*
Merge pull request #129 from techtonik/develop
Carl Meyer
2011-05-18
1
-1
/
+2
|
|
\
|
|
*
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
2
-45
/
+1
|
*
Fixed issue #128 -- Updated distribute_setup.py to latest version.
Jannis Leidel
2011-05-16
3
-16
/
+20
|
*
update the docs regarding pypy
Antonio Cuni
2011-05-02
1
-2
/
+3
|
*
Merge branch 'release/1.6.1' into develop
Jannis Leidel
2011-05-01
2
-2
/
+2
|
|
\
*
|
\
Merge branch 'release/1.6.1'
1.6.1
Jannis Leidel
2011-05-01
2
-2
/
+2
|
\
\
\
|
|
|
/
|
|
/
|
|
*
|
Bumped version for good.
Jannis Leidel
2011-05-01
2
-2
/
+2
|
|
/
*
|
Merge branch 'release/1.6.1'
Jannis Leidel
2011-04-30
15
-65
/
+306
|
\
\
|
|
/
|
*
Bumped version to 1.6.1.
Jannis Leidel
2011-04-30
3
-4
/
+4
|
*
Merge branch 'develop' of github.com:pypa/virtualenv into develop
Jannis Leidel
2011-04-30
8
-47
/
+188
|
|
\
|
|
*
Updated news, added contributing docs.
Carl Meyer
2011-04-29
2
-2
/
+52
|
|
*
add a news about pypy 1.5 support
Antonio Cuni
2011-04-28
1
-0
/
+2
|
|
*
be compatible with both old pypys and pypy >= 1.5
Antonio Cuni
2011-04-28
2
-28
/
+42
|
|
*
Added test-dependency eggs from 'setup.py test' to gitignore.
Carl Meyer
2011-04-27
1
-0
/
+2
|
|
*
Made tests/ dir into module so py.test can run the tests.
Carl Meyer
2011-04-27
1
-0
/
+0
|
|
*
compatibility fix for the upcoming PyPy 1.5, which moved the location of the ...
Antonio Cuni
2011-04-27
2
-27
/
+38
|
|
*
Merge branch 'issue-121-check-interpreter-executable' into develop
Carl Meyer
2011-04-21
3
-1
/
+60
|
|
|
\
|
|
|
*
True is not a typical return value for abspath(); and mocking abspath() is no...
Carl Meyer
2011-04-21
1
-12
/
+3
|
|
|
*
Cleanup trailing whitespace, unused imports and variables.
Carl Meyer
2011-04-21
1
-6
/
+4
|
|
|
*
No need to call mock.start() and mock.stop() when using the @patch decorator.
Carl Meyer
2011-04-21
1
-16
/
+2
|
|
|
*
Prevent traceback with non-exec interpreter
Paul Nasrat
2011-04-21
3
-1
/
+85
|
|
_
|
/
|
/
|
|
|
|
*
Documentation tweaks.
Carl Meyer
2011-04-19
1
-16
/
+19
|
*
|
Updated bundled distribute and pip tarball.
Jannis Leidel
2011-04-30
6
-3
/
+3
|
|
/
|
*
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
2
-11
/
+56
|
|
\
|
|
*
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
|
|
*
document --never-download option (not yet implemented)
Ethan Jucovy
2011-04-12
1
-0
/
+14
|
*
|
Add logger progressmeter for pip installation -- for symmetry with setuptools...
Ethan Jucovy
2011-04-12
1
-0
/
+2
|
|
/
|
*
document the new feature
Ethan Jucovy
2011-04-12
1
-0
/
+24
|
*
rename option
Ethan Jucovy
2011-04-12
1
-2
/
+2
|
*
Use optparser 'append' with defaults so all the search-dir logic is up front ...
Ethan Jucovy
2011-04-12
1
-20
/
+21
|
*
add --search-dir option to let the user provide an arbitrary path to a direct...
Ethan Jucovy
2011-04-12
1
-14
/
+24
|
*
Added note about git-flow.
Jannis Leidel
2011-04-12
2
-0
/
+10
|
/
[prev]
[next]