summaryrefslogtreecommitdiff
path: root/virtualenv_embedded
Commit message (Expand)AuthorAgeFilesLines
...
* | | Merge pull request #364 from piotr-dobrogost/issue_9Jannis Leidel2013-02-171-0/+2
|\ \ \ | |/ / |/| |
| * | Clear VIRTUAL_ENV environment variable. Fixes issue #9.Piotr Dobrogost2012-11-251-0/+2
* | | 64bit test that works for py25 as well.Marcus Smith2013-01-281-6/+8
* | | upgrade to distribute-0.6.34Marcus Smith2013-01-231-3/+8
* | | Merge pull request #379 from warsaw/issue378Paul Nasrat2012-12-241-3/+13
|\ \ \
| * | | On multiarch-aware Debian/Ubuntu Pythons, plat-${sys.platform} does not pointBarry Warsaw2012-12-241-3/+13
* | | | Upgrade the bundled copy of distribute to 0.6.32.Gabriel2012-11-261-1/+1
| |/ / |/| |
* | | Refresh bundled copy of distribute (now at 0.6.31).Gabriel2012-11-251-1/+1
|/ /
* | Refactoring to show logic betterPiotr Dobrogost2012-11-082-15/+9
|/
* Use extended syntax of `set` command which handles special characters in vari...Piotr Dobrogost2012-11-042-18/+20
* Refresh bundled copy of distribute (now at 0.6.30).Gabriel2012-10-222-26/+48
* Add support for installing distribute from egg (if supplied)Paul Moore2012-09-271-0/+8
* give preference to <prefix>/lib64/pythonX.Y overdnozay2012-09-111-2/+8
* Fix activate.csh so that it will work in non-interactive environmentsBenjamin Root2012-09-101-2/+10
* Updated bundled distribute to 0.6.28.Jannis Leidel2012-08-301-11/+29
* Fix typo in activate.fish script.Brandon Carl2012-08-271-1/+1
* Fix typo in activate.csh script.Brandon Carl2012-08-271-1/+1
* Fix typo in activate.shBrandon Carl2012-08-271-1/+1
* Fix #310, Python 3 bug introduced in 81990bc. Thanks Abhishek Sarkar for the ...Carl Meyer2012-08-061-1/+4
* fix distutils-init to not rely on __init__.pyGraham Dennis2012-07-091-1/+5
* Merge pull request #233 from chrish42/suppress_hash_warningJannis Leidel2012-06-221-2/+2
|\
| * Suppress warning message when bash hashing is disabled.Christian Hudon2012-02-291-2/+2
* | Merge branch 'cleanup-tmpdirs' of https://github.com/stefanor/virtualenv into...Jannis Leidel2012-06-221-0/+3
|\ \
| * | Cleanup temporary directory created with mkdtemp()Stefano Rivera2012-02-251-0/+3
| |/
* | Remove implicit relative imports in distutils-init.py that are fragile with P...Carl Meyer2012-06-061-5/+2
* | Fix a use of file() in site.py that breaks on Python 3.Carl Meyer2012-05-281-1/+1
* | Update to distribute 0.6.27 - fixes an issue with script installation on Pyth...Carl Meyer2012-05-281-4/+16
* | Revise activate.csh to use simpler csh alias suggested by @ianb.Marc Abramowitz2012-05-042-4/+2
* | Modify activate.sh and activate.csh to support pydocMarc Abramowitz2012-05-022-1/+9
* | Fix activate.fish for OS X. Thanks David Schoonover.Carl Meyer2012-04-031-38/+33
* | Fix PyPy and Jython support on Windows.Konstantin Zemlyak2012-03-031-3/+3
|/
* Fix indentationFND2012-01-071-1/+1
* Fixed #14 -- modify environ PATH in activate_this.py. Thanks Doug Napoleone.Carl Meyer2011-12-161-0/+2
* TypoStefano Rivera2011-12-1412-0/+2025