<feed xmlns='http://www.w3.org/2005/Atom'>
<title>delta/python-packages/virtualenv.git/src/virtualenv/config, branch 20.4.2</title>
<subtitle>github.com: pypa/virtualenv.git
</subtitle>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/python-packages/virtualenv.git/'/>
<entry>
<title>API: Allow passing on the environment variable as an argument (#2054)</title>
<updated>2021-01-18T16:06:22+00:00</updated>
<author>
<name>Bernát Gábor</name>
<email>bgabor8@bloomberg.net</email>
</author>
<published>2021-01-18T16:06:22+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/python-packages/virtualenv.git/commit/?id=40aec4824e04963185d1f5e218b6a1c0c86ce3df'/>
<id>40aec4824e04963185d1f5e218b6a1c0c86ce3df</id>
<content type='text'>
Defaults to os.environ.

Signed-off-by: Bernát Gábor &lt;bgabor8@bloomberg.net&gt;</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Defaults to os.environ.

Signed-off-by: Bernát Gábor &lt;bgabor8@bloomberg.net&gt;</pre>
</div>
</content>
</entry>
<entry>
<title>Fix `VIRTUALENV_PYTHON` environment lookup (#1998)</title>
<updated>2020-10-28T16:10:36+00:00</updated>
<author>
<name>Patrice Neff</name>
<email>www-github@patrice.ch</email>
</author>
<published>2020-10-28T16:10:36+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/python-packages/virtualenv.git/commit/?id=d89f97683e468dbd2879e837ebc45aedafc8bf47'/>
<id>d89f97683e468dbd2879e837ebc45aedafc8bf47</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Use \n instead if \r\n as line separator (#1905)</title>
<updated>2020-07-24T06:40:59+00:00</updated>
<author>
<name>Bernát Gábor</name>
<email>bgabor8@bloomberg.net</email>
</author>
<published>2020-07-24T06:40:59+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/python-packages/virtualenv.git/commit/?id=7385e3c01bc003ffdf77d8f6e842720bd3f6d870'/>
<id>7385e3c01bc003ffdf77d8f6e842720bd3f6d870</id>
<content type='text'>
The logging framework will write to a pipe, which then will blindly transform
all carriage returns to carriage return plus line feed, when on Windows. So
injecting the \r\n leaves us with double carriage return.

Signed-off-by: Bernat Gabor &lt;bgabor8@bloomberg.net&gt;</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
The logging framework will write to a pipe, which then will blindly transform
all carriage returns to carriage return plus line feed, when on Windows. So
injecting the \r\n leaves us with double carriage return.

Signed-off-by: Bernat Gabor &lt;bgabor8@bloomberg.net&gt;</pre>
</div>
</content>
</entry>
<entry>
<title>Implement periodic update feature (#1841)</title>
<updated>2020-06-21T07:28:50+00:00</updated>
<author>
<name>Bernát Gábor</name>
<email>bgabor8@bloomberg.net</email>
</author>
<published>2020-06-21T07:28:50+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/python-packages/virtualenv.git/commit/?id=0cd009b5a1338f66397f71c85a75f576a2f3eabf'/>
<id>0cd009b5a1338f66397f71c85a75f576a2f3eabf</id>
<content type='text'>
Co-authored-by: Pradyun Gedam &lt;pradyunsg@gmail.com&gt;</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Co-authored-by: Pradyun Gedam &lt;pradyunsg@gmail.com&gt;</pre>
</div>
</content>
</entry>
<entry>
<title>Bump linters (#1823)</title>
<updated>2020-05-12T12:38:39+00:00</updated>
<author>
<name>Bernát Gábor</name>
<email>bgabor8@bloomberg.net</email>
</author>
<published>2020-05-12T12:38:39+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/python-packages/virtualenv.git/commit/?id=11d922b85f1f43f2234c127f98ee526159f80389'/>
<id>11d922b85f1f43f2234c127f98ee526159f80389</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Better handling of conflicting --copies and --symlinks (#1785)</title>
<updated>2020-04-25T16:45:53+00:00</updated>
<author>
<name>Bernát Gábor</name>
<email>bgabor8@bloomberg.net</email>
</author>
<published>2020-04-25T16:45:53+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/python-packages/virtualenv.git/commit/?id=078c945c861d53910481fb0c97d70f1d42cacfb9'/>
<id>078c945c861d53910481fb0c97d70f1d42cacfb9</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Allow all command line option flags to be used in config file/env-var (#1763)</title>
<updated>2020-04-08T21:49:16+00:00</updated>
<author>
<name>Bernát Gábor</name>
<email>bgabor8@bloomberg.net</email>
</author>
<published>2020-04-08T21:49:16+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/python-packages/virtualenv.git/commit/?id=6b7d54b0bafe0ae91567fc045d19badf80823c94'/>
<id>6b7d54b0bafe0ae91567fc045d19badf80823c94</id>
<content type='text'>
* Allow all command line option flags to be used in config file/env-var

Extend config file and environment variables checked for configuration to also
check aliases (e.g.
setting either ``VIRTUALENV_COPIES`` or ``VIRTUALENV_ALWAYS_COPY`` will work).

Signed-off-by: Bernat Gabor &lt;bgabor8@bloomberg.net&gt;

* fix CI

Signed-off-by: Bernat Gabor &lt;bgabor8@bloomberg.net&gt;</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
* Allow all command line option flags to be used in config file/env-var

Extend config file and environment variables checked for configuration to also
check aliases (e.g.
setting either ``VIRTUALENV_COPIES`` or ``VIRTUALENV_ALWAYS_COPY`` will work).

Signed-off-by: Bernat Gabor &lt;bgabor8@bloomberg.net&gt;

* fix CI

Signed-off-by: Bernat Gabor &lt;bgabor8@bloomberg.net&gt;</pre>
</div>
</content>
</entry>
<entry>
<title>Fix list configuration value parsing (#1676)</title>
<updated>2020-02-27T23:26:09+00:00</updated>
<author>
<name>Bernát Gábor</name>
<email>bgabor8@bloomberg.net</email>
</author>
<published>2020-02-27T23:26:09+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/python-packages/virtualenv.git/commit/?id=7649968fcc673336e510a18d4d1d20feef48fe4b'/>
<id>7649968fcc673336e510a18d4d1d20feef48fe4b</id>
<content type='text'>
Resolves #1674.

Signed-off-by: Bernat Gabor &lt;bgabor8@bloomberg.net&gt;</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Resolves #1674.

Signed-off-by: Bernat Gabor &lt;bgabor8@bloomberg.net&gt;</pre>
</div>
</content>
</entry>
<entry>
<title>handle application data folder is read only (#1661)</title>
<updated>2020-02-26T08:17:01+00:00</updated>
<author>
<name>Seungmin Ryu</name>
<email>yakkle@gmail.com</email>
</author>
<published>2020-02-26T08:17:01+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/python-packages/virtualenv.git/commit/?id=c3453b6c381d28377c8e0115bf1124b2ca7b3c2b'/>
<id>c3453b6c381d28377c8e0115bf1124b2ca7b3c2b</id>
<content type='text'>
* fixed FileNotFoundError when directory isn't writable (#1640)

 - when using docker, if `user_data_dir()` isn't writable directory,
   `default_data_dir()` use `system temp directory` + `virtualenv`.
   for example, tempdir is `/tmp`, it use `/tmp/virtualenv`

* start making the app-data more explicit and robust

Signed-off-by: Bernat Gabor &lt;bgabor8@bloomberg.net&gt;

* fix Windows

* fix docs

Signed-off-by: Bernat Gabor &lt;bgabor8@bloomberg.net&gt;

Co-authored-by: Bernát Gábor &lt;gaborjbernat@gmail.com&gt;
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
* fixed FileNotFoundError when directory isn't writable (#1640)

 - when using docker, if `user_data_dir()` isn't writable directory,
   `default_data_dir()` use `system temp directory` + `virtualenv`.
   for example, tempdir is `/tmp`, it use `/tmp/virtualenv`

* start making the app-data more explicit and robust

Signed-off-by: Bernat Gabor &lt;bgabor8@bloomberg.net&gt;

* fix Windows

* fix docs

Signed-off-by: Bernat Gabor &lt;bgabor8@bloomberg.net&gt;

Co-authored-by: Bernát Gábor &lt;gaborjbernat@gmail.com&gt;
</pre>
</div>
</content>
</entry>
<entry>
<title>Lower min version of six to 1.9 (#1606)</title>
<updated>2020-02-13T16:58:29+00:00</updated>
<author>
<name>Sorin Sbarnea</name>
<email>ssbarnea@users.noreply.github.com</email>
</author>
<published>2020-02-13T16:58:29+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/python-packages/virtualenv.git/commit/?id=52e4213096eba07ce71c14f36135172ea4c4a192'/>
<id>52e4213096eba07ce71c14f36135172ea4c4a192</id>
<content type='text'>
This change should allow installation of virtualenv on systems
with older six where their LTS support may prevent them from
upgrading it.</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
This change should allow installation of virtualenv on systems
with older six where their LTS support may prevent them from
upgrading it.</pre>
</div>
</content>
</entry>
</feed>
