summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
...
| * Updated news.Jannis Leidel2011-07-161-2/+17
| * Updated included pip to 1.0.2.Jannis Leidel2011-07-163-1/+1
| * Corrected Logger.level_matches (and doctests). Fixes #109.Jannis Leidel2011-07-161-2/+2
| * Create an additional symlink to the 'local' dir in case the posix_local insta...Jannis Leidel2011-07-161-0/+13
| * Use correct path to activate.bat in docs. Fixes #112.Jannis Leidel2011-07-161-1/+1
| * Be more careful to import the right pkg_resources when running under -p. Fixe...Carl Meyer2011-07-121-0/+13
| * Merge pull request #146 from pnasrat/fix-py33Paul Nasrat2011-06-261-79/+79
| |\
| | * Rebuild script after distribute 0.6.19 upgradePaul Nasrat2011-06-271-79/+79
| |/
| * Updated news slightly.Jannis Leidel2011-06-171-1/+1
| * Updated included distribute release to 0.6.19.Jannis Leidel2011-06-175-3/+3
| * Switched virtualenv==dev link to point to develop branch.Carl Meyer2011-06-081-4/+3
| * Merge pull request #138 from pnasrat/fix-py33Paul Nasrat2011-06-081-1/+1
| |\
| | * Add missing lib required to run py33 in venvPaul Nasrat2011-06-081-1/+1
| |/
| * Merge pull request #129 from techtonik/developCarl Meyer2011-05-181-1/+2
| |\
| | * Windows: include dir was not copied into env due toanatoly techtonik2011-05-181-1/+2
| |/
| * Stop appending empty lines when rebuilding virtualenv.py.Jannis Leidel2011-05-162-45/+1
| * Fixed issue #128 -- Updated distribute_setup.py to latest version.Jannis Leidel2011-05-163-16/+20
| * update the docs regarding pypyAntonio Cuni2011-05-021-2/+3
| * Merge branch 'release/1.6.1' into developJannis Leidel2011-05-012-2/+2
| |\
* | \ Merge branch 'release/1.6.1'1.6.1Jannis Leidel2011-05-012-2/+2
|\ \ \ | | |/ | |/|
| * | Bumped version for good.Jannis Leidel2011-05-012-2/+2
| |/
* | Merge branch 'release/1.6.1'Jannis Leidel2011-04-3015-65/+306
|\ \ | |/
| * Bumped version to 1.6.1.Jannis Leidel2011-04-303-4/+4
| * Merge branch 'develop' of github.com:pypa/virtualenv into developJannis Leidel2011-04-308-47/+188
| |\
| | * Updated news, added contributing docs.Carl Meyer2011-04-292-2/+52
| | * add a news about pypy 1.5 supportAntonio Cuni2011-04-281-0/+2
| | * be compatible with both old pypys and pypy >= 1.5Antonio Cuni2011-04-282-28/+42
| | * Added test-dependency eggs from 'setup.py test' to gitignore.Carl Meyer2011-04-271-0/+2
| | * Made tests/ dir into module so py.test can run the tests.Carl Meyer2011-04-271-0/+0
| | * compatibility fix for the upcoming PyPy 1.5, which moved the location of the ...Antonio Cuni2011-04-272-27/+38
| | * Merge branch 'issue-121-check-interpreter-executable' into developCarl Meyer2011-04-213-1/+60
| | |\
| | | * True is not a typical return value for abspath(); and mocking abspath() is no...Carl Meyer2011-04-211-12/+3
| | | * Cleanup trailing whitespace, unused imports and variables.Carl Meyer2011-04-211-6/+4
| | | * No need to call mock.start() and mock.stop() when using the @patch decorator.Carl Meyer2011-04-211-16/+2
| | | * Prevent traceback with non-exec interpreterPaul Nasrat2011-04-213-1/+85
| |_|/ |/| |
| | * Documentation tweaks.Carl Meyer2011-04-191-16/+19
| * | Updated bundled distribute and pip tarball.Jannis Leidel2011-04-306-3/+3
| |/
| * Merge branch 'master' of https://github.com/k0s/virtualenv into k0s-developJannis Leidel2011-04-161-0/+1
| |\
| | * restore the gd shebang, wtf?k0s2011-04-131-0/+1
| |/ |/|
| * use file_search_dirs default if no search_dirs argument is passed in to the v...Ethan Jucovy2011-04-161-1/+8
| * Merge branch 'never-download' of https://github.com/ejucovy/virtualenv into e...Jannis Leidel2011-04-132-11/+56
| |\
| | * reorder options for nicer --help displayEthan Jucovy2011-04-121-5/+5
| | * implement --never-download optionEthan Jucovy2011-04-121-11/+42
| | * document --never-download option (not yet implemented)Ethan Jucovy2011-04-121-0/+14
| * | Add logger progressmeter for pip installation -- for symmetry with setuptools...Ethan Jucovy2011-04-121-0/+2
| |/
| * document the new featureEthan Jucovy2011-04-121-0/+24
| * rename optionEthan Jucovy2011-04-121-2/+2
| * Use optparser 'append' with defaults so all the search-dir logic is up front ...Ethan Jucovy2011-04-121-20/+21
| * add --search-dir option to let the user provide an arbitrary path to a direct...Ethan Jucovy2011-04-121-14/+24
| * Added note about git-flow.Jannis Leidel2011-04-122-0/+10
|/