summaryrefslogtreecommitdiff
path: root/CHANGELOG
Commit message (Expand)AuthorAgeFilesLines
* Add --pre and testenv pip_pre options, no --pre by default.Carl Meyer2014-10-061-0/+9
* fix issue190: allow setenv to be emptyholger krekel2014-09-251-0/+6
* bump versions, add announcement1.8.0holger krekel2014-09-241-2/+2
* add test and changelog for better report if we can't get version_infoholger krekel2014-09-231-0/+3
* fix issue152: set VIRTUAL_ENV when running test commands,holger krekel2014-09-231-0/+2
* fix issue188 make boolean config vars use the default if the config fileholger krekel2014-09-231-0/+2
* fix typo in stevens nameholger krekel2014-09-021-1/+1
* fix issue148: ignore __PYVENV_LAUNCHER__ for subprocholger krekel2014-09-021-0/+3
* merge Alexander's "multi-dimensional" PR.holger krekel2014-07-201-1/+8
|\
| * bump version and release 1.7.21.7.2holger krekel2014-07-151-1/+1
|/
* add support for setting skip_missing_interpreters as a config option and not ...Eugene Yunak2014-06-181-1/+2
* fix issue150: parse {posargs} more like we used to do it pre 1.7.0.holger krekel2014-05-151-0/+6
* limit python hashseed to 1024 on Windows to prevent possibleholger krekel2014-05-101-3/+5
* changelog entry: support optional env variable substitution, thanksholger krekel2014-05-101-0/+3
* remove executable bitholger krekel2014-05-101-0/+0
* fix issue164: better traceback info in case of failing test commands.holger krekel2014-05-101-0/+4
* fix issue59 -- add --skip-if-missing-interpreter. Thanksholger krekel2014-05-081-1/+2
* update CHANGELOG and CONTRIBUTORSAlexandre Conrad2014-05-011-0/+6
* 1.7.1 quick bugfix release1.7.1holger krekel2014-03-281-1/+1
* fix issue158 and fix issue155: windows/virtualenv properly works now:holger krekel2014-03-251-0/+4
* fix issue162: don't list python 2.5 as compatibiliy/supportedholger krekel2014-03-241-0/+5
* try to go for 1.7.01.7.0holger krekel2014-01-291-2/+2
* fix issue140: depend on virtualenv>=1.11.1holger krekel2014-01-231-2/+8
* add changelog entry and extend list of contributorsholger krekel2014-01-121-1/+2
* fix issue105 -- don't depend on an existing HOME directory from tox tests.holger krekel2013-12-091-0/+2
* introduce --sitepackages to force sitepackages=True in allholger krekel2013-12-091-0/+3
* introduce --no-network switch for running testsholger krekel2013-12-091-3/+6
* remove training noteholger krekel2013-12-091-1/+1
* drop Python2.5 compatibility because it became too hard dueholger krekel2013-12-091-0/+4
* merged and slightly modified PR81: new option --force-dep which allows toholger krekel2013-11-221-2/+9
* fix changelog entry for hashseed. Thanks Chris Jerdonek.holger krekel2013-11-151-2/+3
* merged PR125: tox now sets "PYTHONHASHSEED" if it is not setholger krekel2013-11-151-0/+4
* fix issue132: removing zip_safe setting (so it defaults to false)holger krekel2013-11-121-0/+4
* fix issue126: depend on virtualenv>=1.10.1 so that we can relyholger krekel2013-10-241-2/+7
* fix issue130: you can now set install_command=easy_install {opts} {packages}holger krekel2013-10-241-0/+4
* a command line specified --installpkg trumps any develop optionholger krekel2013-10-221-0/+3
* more windows parsing fixesholger krekel2013-10-221-1/+2
* fix issue129: tox now uses Popen(..., universal_newlines=True) to forceholger krekel2013-10-221-0/+5
* fix parsing/escaping bugs on windows32holger krekel2013-10-141-0/+2
* fix issue128: enable full substitution in install_command,holger krekel2013-10-101-0/+6
* fix issue102: change to {toxinidir} when installing packages and dependencies.holger krekel2013-09-041-0/+3
* fix issue117: python2.5 fix: don't use ``--insecure`` option becauseholger krekel2013-09-041-0/+5
* fix test runs on environments without a home directoryholger krekel2013-09-041-0/+3
* fix issue118: tests should check realpath() on both sides. Thanks Barry Warsaw.holger krekel2013-08-211-0/+3
* fix issue116: make 1.6 introduced behaviour of changing to aholger krekel2013-08-211-0/+4
* fix issue119: sitepackagesdir now correctly points to virtualenv dir, not tox...holger krekel2013-08-211-0/+7
* refactor docs and changelog1.6.0holger krekel2013-08-151-14/+16
* move all interpreter information detection to tox/interpreters.pyholger krekel2013-08-151-1/+3
* refine python2.5 and install_command behaviour and documentation. also show i...holger krekel2013-08-151-4/+11
* fix issue1: empty setup files are properly detected, thanks Anthon vanholger krekel2013-08-141-1/+2