<feed xmlns='http://www.w3.org/2005/Atom'>
<title>delta/python-packages/virtualenv.git/src/virtualenv/report.py, 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>Improve periodic update handling (#1892)</title>
<updated>2020-07-07T15:34:08+00:00</updated>
<author>
<name>Bernát Gábor</name>
<email>bgabor8@bloomberg.net</email>
</author>
<published>2020-07-07T15:14:04+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/python-packages/virtualenv.git/commit/?id=f3541808483fffc7b295094eabcf0ff456b9951b'/>
<id>f3541808483fffc7b295094eabcf0ff456b9951b</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>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>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>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>
<entry>
<title>add a write through filesystem cache with locks for py informat… (#1505)</title>
<updated>2020-01-28T11:34:40+00:00</updated>
<author>
<name>Bernát Gábor</name>
<email>bgabor8@bloomberg.net</email>
</author>
<published>2020-01-28T11:34:40+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/python-packages/virtualenv.git/commit/?id=599907870e9a501224cf603af863c712e581c752'/>
<id>599907870e9a501224cf603af863c712e581c752</id>
<content type='text'>
* add a write through filesystem cache with locks for py information queries via sys executables

this speeds up significantly the creation process, as calling
subprocesess is at least an order of mangitued slower than reading the
information from a json dump

We also now default to the built-in mechanism

Signed-off-by: Bernat Gabor &lt;bgabor8@bloomberg.net&gt;

* fix

Signed-off-by: Bernat Gabor &lt;bgabor8@bloomberg.net&gt;

* make file lock reentrant and thread safe

Signed-off-by: Bernat Gabor &lt;bgabor8@bloomberg.net&gt;
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
* add a write through filesystem cache with locks for py information queries via sys executables

this speeds up significantly the creation process, as calling
subprocesess is at least an order of mangitued slower than reading the
information from a json dump

We also now default to the built-in mechanism

Signed-off-by: Bernat Gabor &lt;bgabor8@bloomberg.net&gt;

* fix

Signed-off-by: Bernat Gabor &lt;bgabor8@bloomberg.net&gt;

* make file lock reentrant and thread safe

Signed-off-by: Bernat Gabor &lt;bgabor8@bloomberg.net&gt;
</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://git.baserock.org/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>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://git.baserock.org/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>
<entry>
<title>Stat rewrite - POC</title>
<updated>2020-01-10T15:38:01+00:00</updated>
<author>
<name>Bernát Gábor</name>
<email>bgabor8@bloomberg.net</email>
</author>
<published>2020-01-10T15:35:38+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/python-packages/virtualenv.git/commit/?id=d47ab61dc274b84c616f81ff740d1ee369a18871'/>
<id>d47ab61dc274b84c616f81ff740d1ee369a18871</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>
</feed>
