summaryrefslogtreecommitdiff
path: root/virtualenv.py
Commit message (Expand)AuthorAgeFilesLines
* bump version to 12.1.112.1.1Donald Stufft2015-04-071-1/+1
* bump version12.1.0Donald Stufft2015-04-071-1/+1
* revert "Merge pull request #648 from nvie/develop"Donald Stufft2014-12-231-21/+0
* Revert "Merge pull request #674 from mgedmin/fix-sys-path-better"Donald Stufft2014-12-231-29/+39
* Revert "Merge pull request #687 from dstufft/dont-import-site"Donald Stufft2014-12-231-1/+1
* Don't import site when executing with -pDonald Stufft2014-12-231-1/+1
* switch to 12.1.0 for development releaseDonald Stufft2014-12-231-1/+1
* bump version for developmentDonald Stufft2014-12-221-1/+1
* Bump the version for release12.0Donald Stufft2014-12-221-1/+1
* Fix sys.path manipulationMarius Gedminas2014-12-031-39/+29
* Switch to the new versioning schemeDonald Stufft2014-09-251-1/+1
* Avoid bleeding "host" Python paths into "guest".Vincent Driessen2014-09-191-0/+21
* Rebuild virtualenv.py (embedded activate.ps1)Paul Moore2014-06-251-87/+87
* Fix typos in virtualenv.pyMatthew Iversen2014-06-151-2/+2
* activate_this.py fixWynn Wilkes2014-06-151-10/+10
* Use 2.4 compatible syntax, Fix #619Matthew Iversen2014-06-151-2/+4
* Fix #461 & #462Matthew Iversen2014-06-151-141/+141
* whitespace cleanupMatti Picus2014-04-241-1/+1
* copy lib_pypy for windows and pypyMatti Picus2014-04-241-0/+9
* update list of dlls for pypyMatti Picus2014-04-231-1/+3
* Protect registry calls with try...except so that not having an installed Pyth...Paul Moore2014-03-141-3/+10
* Merge branch 'master' into developDonald Stufft2014-01-201-3/+7
|\
| * Version bump and changelog1.11.1Donald Stufft2014-01-201-1/+1
| * bump versionDonald Stufft2014-01-161-1/+1
| * Copy the _bootlocale module for Python 3.4Donald Stufft2014-01-141-1/+5
| * Don't swallow failures when executing pipDonald Stufft2014-01-131-1/+1
| * Properly delete __PYVENV_LAUNCHER__ from the environmentDonald Stufft2014-01-131-1/+1
| * bump version1.11.1rc1Donald Stufft2014-01-071-1/+1
| * ignore system installed pip/setuptoolsMarcus Smith2014-01-021-1/+1
* | remove some more code related to the sets moduleBenjamin Peterson2014-01-041-2/+0
* | remove set compatibility codeBenjamin Peterson2014-01-041-4/+0
* | Merge branch 'master' into developDonald Stufft2014-01-021-4/+3
|\ \ | |/
| * Bump versionDonald Stufft2014-01-021-1/+1
| * bump version1.11rc4Donald Stufft2013-12-311-1/+1
| * Bump version1.11rc3Donald Stufft2013-12-271-1/+1
| * 1) when copying, symlink=False has to be passed to copyfileMarcus Smith2013-12-051-3/+2
| * Fix an error when shutil.copyfile() was used with path.basename() instead ful...Vladimir Dmitriev2013-12-051-1/+1
| * Merged wheel support from developPaul Moore2013-11-301-24/+50
| |\ | |/ |/|
| * bump rc version1.11rc1Donald Stufft2013-11-221-1/+1
* | Merge pull request #482 from pfmoore/wheelPaul Moore2013-11-221-24/+50
|\ \
| * | Use wheels for setuptools/pip installsPaul Moore2013-11-221-24/+50
| |/
* | bump development versionDonald Stufft2013-11-221-1/+1
|/
* Update setuptoolsDonald Stufft2013-11-221-63/+64
* clearer indication of which options are DEPRECATEDMarcus Smith2013-11-131-21/+17
* Merge pull request #489 from msabramo/fix_python34a4Paul Nasrat2013-11-021-2/+2
|\
| * Indent code for majver == 3 and minver >= 4 and add '_collections_abc' asMarc Abramowitz2013-10-291-2/+2
* | have the metavar be singular to match the optionMarcus Smith2013-10-301-0/+1
|/
* Merge pull request #474 from jhermann/relocate-only-x-bit-scriptsPaul Nasrat2013-10-081-1/+2
|\
| * activate.fish and activate.csh are sourced and cannot be relocatedjhermann2013-10-031-1/+2
* | Fix missing module for python 3.4Paul Nasrat2013-10-081-1/+3
|/