<feed xmlns='http://www.w3.org/2005/Atom'>
<title>delta/python-packages/virtualenv.git/src/virtualenv/util/path/__init__.py, branch master</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>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>Make aliases relative symlinks (#1610)</title>
<updated>2020-02-13T23:08:09+00:00</updated>
<author>
<name>Anthony Sottile</name>
<email>asottile@umich.edu</email>
</author>
<published>2020-02-13T23:08:09+00:00</published>
<link rel='alternate' type='text/html' href='http://91.123.203.49/cgit/delta/python-packages/virtualenv.git/commit/?id=a4462862fb6aa2739278b02e190271265e1d1a6f'/>
<id>a4462862fb6aa2739278b02e190271265e1d1a6f</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>avoid copying the stats with copytree (#1571)</title>
<updated>2020-02-11T16:54:58+00:00</updated>
<author>
<name>Bernát Gábor</name>
<email>bgabor8@bloomberg.net</email>
</author>
<published>2020-02-11T16:54:58+00:00</published>
<link rel='alternate' type='text/html' href='http://91.123.203.49/cgit/delta/python-packages/virtualenv.git/commit/?id=955926070c4e3b20e88c67fa0df65b689de55733'/>
<id>955926070c4e3b20e88c67fa0df65b689de55733</id>
<content type='text'>
* avoid copying the stats with copytree

This information is not needed, so it's redundant work;
similarly it might not be allowed (e.g. on macOS
framework python).

Signed-off-by: Bernat Gabor &lt;bgabor8@bloomberg.net&gt;

* fix
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
* avoid copying the stats with copytree

This information is not needed, so it's redundant work;
similarly it might not be allowed (e.g. on macOS
framework python).

Signed-off-by: Bernat Gabor &lt;bgabor8@bloomberg.net&gt;

* fix
</pre>
</div>
</content>
</entry>
<entry>
<title>support for c-extension builds within virtualenv (#1503)</title>
<updated>2020-01-27T12:10:49+00:00</updated>
<author>
<name>Bernát Gábor</name>
<email>bgabor8@bloomberg.net</email>
</author>
<published>2020-01-27T12:10:49+00:00</published>
<link rel='alternate' type='text/html' href='http://91.123.203.49/cgit/delta/python-packages/virtualenv.git/commit/?id=9569493453a39d63064ed7c20653987ba15c99e5'/>
<id>9569493453a39d63064ed7c20653987ba15c99e5</id>
<content type='text'>
* test include folders

- add test to check if it works

Signed-off-by: Bernat Gabor &lt;bgabor8@bloomberg.net&gt;

* pypy add lib on Linux

Signed-off-by: Bernat Gabor &lt;bgabor8@bloomberg.net&gt;

* fix Windows

* fix

Signed-off-by: Bernat Gabor &lt;bgabor8@bloomberg.net&gt;

* debug macos

Signed-off-by: Bernat Gabor &lt;bgabor8@bloomberg.net&gt;

* try fix pypy windows

Signed-off-by: Bernat Gabor &lt;bgabor8@bloomberg.net&gt;

* fix Windows

* fix

* fix

Signed-off-by: Bernat Gabor &lt;bgabor8@bloomberg.net&gt;

* Windows PyPy just does not understand non-ascii PATHS :-(

* allow pypy3 to fail

Signed-off-by: Bernat Gabor &lt;bgabor8@bloomberg.net&gt;
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
* test include folders

- add test to check if it works

Signed-off-by: Bernat Gabor &lt;bgabor8@bloomberg.net&gt;

* pypy add lib on Linux

Signed-off-by: Bernat Gabor &lt;bgabor8@bloomberg.net&gt;

* fix Windows

* fix

Signed-off-by: Bernat Gabor &lt;bgabor8@bloomberg.net&gt;

* debug macos

Signed-off-by: Bernat Gabor &lt;bgabor8@bloomberg.net&gt;

* try fix pypy windows

Signed-off-by: Bernat Gabor &lt;bgabor8@bloomberg.net&gt;

* fix Windows

* fix

* fix

Signed-off-by: Bernat Gabor &lt;bgabor8@bloomberg.net&gt;

* Windows PyPy just does not understand non-ascii PATHS :-(

* allow pypy3 to fail

Signed-off-by: Bernat Gabor &lt;bgabor8@bloomberg.net&gt;
</pre>
</div>
</content>
</entry>
<entry>
<title>add zipapp support with bundled dependencies (#1491)</title>
<updated>2020-01-16T11:09:43+00:00</updated>
<author>
<name>Bernát Gábor</name>
<email>bgabor8@bloomberg.net</email>
</author>
<published>2020-01-16T11:09:43+00:00</published>
<link rel='alternate' type='text/html' href='http://91.123.203.49/cgit/delta/python-packages/virtualenv.git/commit/?id=b5f618f352557ddea5ec0e0bfe7188690b51e373'/>
<id>b5f618f352557ddea5ec0e0bfe7188690b51e373</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>interface compatibility with before rewrite (#1479)</title>
<updated>2020-01-10T15:38:37+00:00</updated>
<author>
<name>Bernát Gábor</name>
<email>bgabor8@bloomberg.net</email>
</author>
<published>2020-01-03T13:02:06+00:00</published>
<link rel='alternate' type='text/html' href='http://91.123.203.49/cgit/delta/python-packages/virtualenv.git/commit/?id=bca1a13e9ffd2e741e604bcf6ef500f60dd349b8'/>
<id>bca1a13e9ffd2e741e604bcf6ef500f60dd349b8</id>
<content type='text'>
Ensure that what ran with virtualenv 17 will continue running in a post
rewrite world minus the deprecated flags, plus the relocatable feature.

Signed-off-by: Bernat Gabor &lt;bgabor8@bloomberg.net&gt;</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Ensure that what ran with virtualenv 17 will continue running in a post
rewrite world minus the deprecated flags, plus the relocatable feature.

Signed-off-by: Bernat Gabor &lt;bgabor8@bloomberg.net&gt;</pre>
</div>
</content>
</entry>
</feed>
