<feed xmlns='http://www.w3.org/2005/Atom'>
<title>delta/python-packages/virtualenv.git/src/virtualenv, branch release-20.0.6</title>
<subtitle>github.com: pypa/virtualenv.git
</subtitle>
<link rel='alternate' type='text/html' href='http://91.123.203.49/cgit/delta/python-packages/virtualenv.git/'/>
<entry>
<title>fix relative zipapp paths on UNIX</title>
<updated>2020-02-26T10:43:50+00:00</updated>
<author>
<name>Bernat Gabor</name>
<email>bgabor8@bloomberg.net</email>
</author>
<published>2020-02-26T10:41:39+00:00</published>
<link rel='alternate' type='text/html' href='http://91.123.203.49/cgit/delta/python-packages/virtualenv.git/commit/?id=21ba7aa7ee7bd7396a223a387279f8d4bb514c72'/>
<id>21ba7aa7ee7bd7396a223a387279f8d4bb514c72</id>
<content type='text'>
Signed-off-by: Bernat Gabor &lt;bgabor8@bloomberg.net&gt;
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Signed-off-by: Bernat Gabor &lt;bgabor8@bloomberg.net&gt;
</pre>
</div>
</content>
</entry>
<entry>
<title>support entry point paths with space (#1660)</title>
<updated>2020-02-26T10:26:22+00:00</updated>
<author>
<name>Nicola Soranzo</name>
<email>nicola.soranzo@gmail.com</email>
</author>
<published>2020-02-26T10:26:22+00:00</published>
<link rel='alternate' type='text/html' href='http://91.123.203.49/cgit/delta/python-packages/virtualenv.git/commit/?id=13ab07c2dcfac268f59515ca22f499a87313a69d'/>
<id>13ab07c2dcfac268f59515ca22f499a87313a69d</id>
<content type='text'>
fix creation of entry points when path contains spaces

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>
fix creation of entry points when path contains spaces

Co-authored-by: Bernát Gábor &lt;gaborjbernat@gmail.com&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://91.123.203.49/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>Accept python self-referencing python executables (#1664)</title>
<updated>2020-02-25T10:44:42+00:00</updated>
<author>
<name>Bernát Gábor</name>
<email>bgabor8@bloomberg.net</email>
</author>
<published>2020-02-25T10:44:42+00:00</published>
<link rel='alternate' type='text/html' href='http://91.123.203.49/cgit/delta/python-packages/virtualenv.git/commit/?id=7d8d2afddabbefe43643b0b926cc75227dba5aef'/>
<id>7d8d2afddabbefe43643b0b926cc75227dba5aef</id>
<content type='text'>
Accept these as if they were system executables, print a info about
them referencing themselves.

Resolves #1632.

Signed-off-by: Bernat Gabor &lt;bgabor8@bloomberg.net&gt;</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Accept these as if they were system executables, print a info about
them referencing themselves.

Resolves #1632.

Signed-off-by: Bernat Gabor &lt;bgabor8@bloomberg.net&gt;</pre>
</div>
</content>
</entry>
<entry>
<title>Ensure distutils configuration values do not escape virtual environment (#1657)</title>
<updated>2020-02-24T19:08:32+00:00</updated>
<author>
<name>Bernát Gábor</name>
<email>bgabor8@bloomberg.net</email>
</author>
<published>2020-02-24T19:08:32+00:00</published>
<link rel='alternate' type='text/html' href='http://91.123.203.49/cgit/delta/python-packages/virtualenv.git/commit/?id=9201422a7b2f61e1bcc836f80860d11daa84c507'/>
<id>9201422a7b2f61e1bcc836f80860d11daa84c507</id>
<content type='text'>
* Ensure distutils configuration values do not escape virtual environment

Distutils has some configuration files where the user may alter paths to
point outside of the virtual environment. Defend against this by
installing a pth file that resets this to their expected path.

Signed-off-by: Bernat Gabor &lt;bgabor8@bloomberg.net&gt;

* fix CI failure due to #pypa/pip/issues/7778

Signed-off-by: Bernat Gabor &lt;bgabor8@bloomberg.net&gt;
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
* Ensure distutils configuration values do not escape virtual environment

Distutils has some configuration files where the user may alter paths to
point outside of the virtual environment. Defend against this by
installing a pth file that resets this to their expected path.

Signed-off-by: Bernat Gabor &lt;bgabor8@bloomberg.net&gt;

* fix CI failure due to #pypa/pip/issues/7778

Signed-off-by: Bernat Gabor &lt;bgabor8@bloomberg.net&gt;
</pre>
</div>
</content>
</entry>
<entry>
<title>fix pypy2 builtins are imported as stdlib modules (#1656)</title>
<updated>2020-02-23T18:52:30+00:00</updated>
<author>
<name>Bernát Gábor</name>
<email>bgabor8@bloomberg.net</email>
</author>
<published>2020-02-23T18:52:30+00:00</published>
<link rel='alternate' type='text/html' href='http://91.123.203.49/cgit/delta/python-packages/virtualenv.git/commit/?id=ef711b75ed8947e63f0d1e21ef34928239b8e545'/>
<id>ef711b75ed8947e63f0d1e21ef34928239b8e545</id>
<content type='text'>
* fix pypy2 builtins are imported as stdlib modules

Resolves #1652.

Signed-off-by: Bernat Gabor &lt;bgabor8@bloomberg.net&gt;

* test failure

Signed-off-by: Bernat Gabor &lt;bgabor8@bloomberg.net&gt;
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
* fix pypy2 builtins are imported as stdlib modules

Resolves #1652.

Signed-off-by: Bernat Gabor &lt;bgabor8@bloomberg.net&gt;

* test failure

Signed-off-by: Bernat Gabor &lt;bgabor8@bloomberg.net&gt;
</pre>
</div>
</content>
</entry>
<entry>
<title>Fix generated scripts use host version info rather than target (#1655)</title>
<updated>2020-02-22T17:43:13+00:00</updated>
<author>
<name>Bernát Gábor</name>
<email>bgabor8@bloomberg.net</email>
</author>
<published>2020-02-22T17:43:13+00:00</published>
<link rel='alternate' type='text/html' href='http://91.123.203.49/cgit/delta/python-packages/virtualenv.git/commit/?id=82b0d8b12adc3b7241e61d8d0d1a44c534362422'/>
<id>82b0d8b12adc3b7241e61d8d0d1a44c534362422</id>
<content type='text'>
Resolves #1600.

Signed-off-by: Bernat Gabor &lt;bgabor8@bloomberg.net&gt;</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Resolves #1600.

Signed-off-by: Bernat Gabor &lt;bgabor8@bloomberg.net&gt;</pre>
</div>
</content>
</entry>
<entry>
<title>Fix global site package always being added with bundled macOs python framework builds (#1653)</title>
<updated>2020-02-22T12:48:31+00:00</updated>
<author>
<name>Bernát Gábor</name>
<email>bgabor8@bloomberg.net</email>
</author>
<published>2020-02-22T12:48:31+00:00</published>
<link rel='alternate' type='text/html' href='http://91.123.203.49/cgit/delta/python-packages/virtualenv.git/commit/?id=dd20aef81e769b5889d887eae9333930fea3f85a'/>
<id>dd20aef81e769b5889d887eae9333930fea3f85a</id>
<content type='text'>
Signed-off-by: Bernat Gabor &lt;bgabor8@bloomberg.net&gt;</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Signed-off-by: Bernat Gabor &lt;bgabor8@bloomberg.net&gt;</pre>
</div>
</content>
</entry>
<entry>
<title>release 20.0.5</title>
<updated>2020-02-21T16:14:22+00:00</updated>
<author>
<name>Bernat Gabor</name>
<email>bgabor8@bloomberg.net</email>
</author>
<published>2020-02-21T16:09:18+00:00</published>
<link rel='alternate' type='text/html' href='http://91.123.203.49/cgit/delta/python-packages/virtualenv.git/commit/?id=3f19b6dc775af5cac0210cc7aa3ec743404a4312'/>
<id>3f19b6dc775af5cac0210cc7aa3ec743404a4312</id>
<content type='text'>
Signed-off-by: Bernat Gabor &lt;bgabor8@bloomberg.net&gt;
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Signed-off-by: Bernat Gabor &lt;bgabor8@bloomberg.net&gt;
</pre>
</div>
</content>
</entry>
<entry>
<title>Prevent sys.prefix from leaking into child process on macOS (#1648)</title>
<updated>2020-02-21T15:54:28+00:00</updated>
<author>
<name>Claudio Jolowicz</name>
<email>cjolowicz@gmail.com</email>
</author>
<published>2020-02-21T15:54:28+00:00</published>
<link rel='alternate' type='text/html' href='http://91.123.203.49/cgit/delta/python-packages/virtualenv.git/commit/?id=4053f0569cbeb437a07d3107dbeaf3f83a927cb1'/>
<id>4053f0569cbeb437a07d3107dbeaf3f83a927cb1</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
</feed>
