summaryrefslogtreecommitdiff
path: root/virtualenv.py
Commit message (Expand)AuthorAgeFilesLines
* update version for release1.4Ian Bicking2009-11-061-1/+1
* update version to 1.4rc1Ian Bicking2009-11-021-1/+1
* fix the warning logic about global setuptoolsIan Bicking2009-11-021-4/+5
* Added warning in case a globally installed setuptools is found and the --dist...Jannis Leidel2009-11-011-0/+10
* Updated embedded distribute_setup.py.Jannis Leidel2009-11-011-74/+75
* Use the absolute path of the virtualenv Python executable.Jannis Leidel2009-11-011-2/+2
* Bumped up distribute to 0.6.8 to fix an issue with the setuptools markerJannis Leidel2009-11-011-1/+1
* Bumped distribute tarball and references up to 0.6.7Jannis Leidel2009-11-011-1/+1
* added the DONT_PATCH_SETUPTOOLS environment variable to tell the Distribute i...Tarek Ziadé2009-10-271-1/+4
* now using the source tar for distributeTarek Ziadé2009-10-231-10/+39
* added the source tarball for distribute-0.6.6Tarek Ziadé2009-10-231-1/+1
* removed the binary releasesTarek Ziadé2009-10-231-6/+7
* apparently something went wrong in the rebuild, reintroducing ACTIVATE_SHTarek Ziadé2009-10-231-0/+15
* typoTarek Ziadé2009-10-231-1/+1
* rebuilt dataTarek Ziadé2009-10-231-15/+74
* added DISTRIBUTE_SETUP_PYTarek Ziadé2009-10-231-11/+19
* added the --distribute optionTarek Ziadé2009-10-231-13/+39
* removed trailing spaceTarek Ziadé2009-10-231-11/+11
* Moved support-files in a package to get rid of the package_data hack and reli...Jannis Leidel2009-10-211-3/+3
* Fix issue 6 - Updated setuptools to 0.6c11Jannis Leidel2009-10-211-63/+67
* Updated activate.sh file in virtualenv.pyJannis Leidel2009-10-041-11/+11
* Fixed creating symlinks when using --python; creates a python > pythonX.Y sym...Jannis Leidel2009-09-281-5/+15
* Fixed #389550 - Makes --relocatable work better with --python.Jannis Leidel2009-09-281-1/+1
* merge changesIan Bicking2009-09-011-18/+19
|\
| * Stick to the distutils.sysconfig.get_config_vars API and return either dict o...Jannis Leidel2009-08-311-18/+19
| * Updated distutils/__init__.py monkeypatch to better support building on WindowsIan Bicking2009-07-291-18/+18
* | force global eggs after local site-packages in sys.pathCarl Meyer2009-07-031-125/+129
|/
* typo in cygwin pythonw.exe locatingIan Bicking2009-06-211-2/+2
* Virtualenv now copies the actual embedded Python binary on Mac OS X to fix a ...kumar2009-06-211-0/+10
* Added support for Debian's dist-packages directoryIan Bicking2009-05-251-123/+125
* [svn r3849] Revert r3845 (pythonw on Mac) because it was pointlessIan Bicking2009-04-131-10/+4
* [svn r3845] Also create pythonw on MacIan Bicking2009-04-061-4/+10
* [svn r3844] Create pythonw.exe on WindowsIan Bicking2009-04-061-0/+6
* [svn r3843] o copy jython's registry to the env if it existsPhilip Jenvey2009-04-051-1/+5
* [svn r3842] Added a patch from Maries Ionel to patch build_ext on Windows so ...Ian Bicking2009-04-031-14/+18
* [svn r3823] fail more gracefully when win32api isn't presentIan Bicking2009-03-171-2/+9
* [svn r3822] refresh per r3820Philip Jenvey2009-03-171-122/+123
* [svn r3807] update versions for release1.3.3Ian Bicking2009-03-121-1/+1
* [svn r3804] Try to add /usr/local/lib/pythonX.Y/lib-dynloadIan Bicking2009-03-091-121/+122
* [svn r3803] Prefer .exe filenames on cygwinIan Bicking2009-03-091-2/+1
* [svn r3796] Ignore ~/.pydistutils.cfg if sys.prefix/.pydistutils.cfg existsIan Bicking2009-03-041-12/+14
* [svn r3795] Fix #241581, Windows problems with paths with spaces in themIan Bicking2009-03-031-2/+8
* [svn r3794] split out an install_python functionIan Bicking2009-03-031-6/+20
* [svn r3768] fix compatibility with Jython 2.5b1Philip Jenvey2009-01-091-3/+3
* [svn r3750] Use Windows newlines in activate.batIan Bicking2008-12-211-4/+4
* [svn r3737] update version for devIan Bicking2008-12-171-1/+1
* [svn r3733] update versions for release1.3.2Ian Bicking2008-12-171-1/+1
* [svn r3732] Add the platform-specific paths, like /usr/lib/pythonX.Y/plat-lin...Ian Bicking2008-12-171-19/+19
* [svn r3731] Add note about using virtualenv ENV instead of python virtualenv....Ian Bicking2008-12-171-132/+133
* [svn r3729] simplify a little code fragmentIan Bicking2008-12-171-2/+2