<feed xmlns='http://www.w3.org/2005/Atom'>
<title>delta/python-packages/virtualenv.git/src/virtualenv/info.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>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>separate describe/create - check upfront if can create (#1502)</title>
<updated>2020-01-21T12:20:43+00:00</updated>
<author>
<name>Bernát Gábor</name>
<email>bgabor8@bloomberg.net</email>
</author>
<published>2020-01-21T12:20:43+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/python-packages/virtualenv.git/commit/?id=886ba275110f0a1f4777445dab4757b90f7ac6da'/>
<id>886ba275110f0a1f4777445dab4757b90f7ac6da</id>
<content type='text'>
* start

Signed-off-by: Bernat Gabor &lt;bgabor8@bloomberg.net&gt;

* test for Windows

Signed-off-by: Bernat Gabor &lt;bgabor8@bloomberg.net&gt;

* test for Windows

Signed-off-by: Bernat Gabor &lt;bgabor8@bloomberg.net&gt;

* fix Windows symlink cache
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
* start

Signed-off-by: Bernat Gabor &lt;bgabor8@bloomberg.net&gt;

* test for Windows

Signed-off-by: Bernat Gabor &lt;bgabor8@bloomberg.net&gt;

* test for Windows

Signed-off-by: Bernat Gabor &lt;bgabor8@bloomberg.net&gt;

* fix Windows symlink cache
</pre>
</div>
</content>
</entry>
<entry>
<title>CentOs and Fedora support (#1500)</title>
<updated>2020-01-18T17:07:49+00:00</updated>
<author>
<name>Bernát Gábor</name>
<email>bgabor8@bloomberg.net</email>
</author>
<published>2020-01-18T17:07:49+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/python-packages/virtualenv.git/commit/?id=8d6af57d76edcf425beab6d53d4c14f1e49f7ca5'/>
<id>8d6af57d76edcf425beab6d53d4c14f1e49f7ca5</id>
<content type='text'>
* CentOs support

Instead of hard coding patterns and guessing let's ask the host python
via the sysconfig.

Signed-off-by: Bernat Gabor &lt;bgabor8@bloomberg.net&gt;

* add isolated test

Signed-off-by: Bernat Gabor &lt;bgabor8@bloomberg.net&gt;

* fixes for Fedora

Signed-off-by: Bernat Gabor &lt;bgabor8@bloomberg.net&gt;
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
* CentOs support

Instead of hard coding patterns and guessing let's ask the host python
via the sysconfig.

Signed-off-by: Bernat Gabor &lt;bgabor8@bloomberg.net&gt;

* add isolated test

Signed-off-by: Bernat Gabor &lt;bgabor8@bloomberg.net&gt;

* fixes for Fedora

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://git.baserock.org/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>support for pypy2 and pypy3 (#1482)</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-09T16:19:53+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/python-packages/virtualenv.git/commit/?id=2d4718106b60940e85821a20fb845b9ea637b2c7'/>
<id>2d4718106b60940e85821a20fb845b9ea637b2c7</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</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>unicode support (#1477)</title>
<updated>2020-01-10T15:38:36+00:00</updated>
<author>
<name>Bernát Gábor</name>
<email>bgabor8@bloomberg.net</email>
</author>
<published>2020-01-02T16:32:54+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/python-packages/virtualenv.git/commit/?id=ff6dc73d447a3c6276af64df2eb91e2709e450a3'/>
<id>ff6dc73d447a3c6276af64df2eb91e2709e450a3</id>
<content type='text'>
* creator unicode support

Signed-off-by: Bernat Gabor &lt;bgabor8@bloomberg.net&gt;

* activator support

Signed-off-by: Bernat Gabor &lt;bgabor8@bloomberg.net&gt;

* fix

* add space

* python3.4 support

* Windows fixes

* some fixes

* fix powershell requires utf-16

* try to fix python2 windows

Signed-off-by: Bernat Gabor &lt;bgabor8@bloomberg.net&gt;

* use utf-8 for activation scripts

Signed-off-by: Bernat Gabor &lt;bgabor8@bloomberg.net&gt;

* fix

* more fix

Signed-off-by: Bernat Gabor &lt;bgabor8@bloomberg.net&gt;

* fix

Signed-off-by: Bernat Gabor &lt;bgabor8@bloomberg.net&gt;

* windows path py2.7

* fixes for Python 2 and unicode on Windows

* do not single out mbcs, but the file system encoder

* do not install pathlib python 2 windows

Signed-off-by: Bernat Gabor &lt;bgabor8@bloomberg.net&gt;

* fix encoding on py35

Signed-off-by: Bernat Gabor &lt;bgabor8@bloomberg.net&gt;
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
* creator unicode support

Signed-off-by: Bernat Gabor &lt;bgabor8@bloomberg.net&gt;

* activator support

Signed-off-by: Bernat Gabor &lt;bgabor8@bloomberg.net&gt;

* fix

* add space

* python3.4 support

* Windows fixes

* some fixes

* fix powershell requires utf-16

* try to fix python2 windows

Signed-off-by: Bernat Gabor &lt;bgabor8@bloomberg.net&gt;

* use utf-8 for activation scripts

Signed-off-by: Bernat Gabor &lt;bgabor8@bloomberg.net&gt;

* fix

* more fix

Signed-off-by: Bernat Gabor &lt;bgabor8@bloomberg.net&gt;

* fix

Signed-off-by: Bernat Gabor &lt;bgabor8@bloomberg.net&gt;

* windows path py2.7

* fixes for Python 2 and unicode on Windows

* do not single out mbcs, but the file system encoder

* do not install pathlib python 2 windows

Signed-off-by: Bernat Gabor &lt;bgabor8@bloomberg.net&gt;

* fix encoding on py35

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>
