<feed xmlns='http://www.w3.org/2005/Atom'>
<title>delta/python-packages/virtualenv.git/src/virtualenv/util/__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>reorganize run.py - prefer inheritence based API over generators</title>
<updated>2020-01-10T15:38:39+00:00</updated>
<author>
<name>Bernat Gabor</name>
<email>bgabor8@bloomberg.net</email>
</author>
<published>2020-01-10T09:18:59+00:00</published>
<link rel='alternate' type='text/html' href='http://91.123.203.49/cgit/delta/python-packages/virtualenv.git/commit/?id=5f3580ee96ad948e5f4c66fc8358d0b81903da57'/>
<id>5f3580ee96ad948e5f4c66fc8358d0b81903da57</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>prefer if/else over try/expect for import of config parser</title>
<updated>2020-01-10T15:38:39+00:00</updated>
<author>
<name>Bernat Gabor</name>
<email>bgabor8@bloomberg.net</email>
</author>
<published>2020-01-09T17:24:09+00:00</published>
<link rel='alternate' type='text/html' href='http://91.123.203.49/cgit/delta/python-packages/virtualenv.git/commit/?id=dfe3e43f38e1905b5245f22d95fc028b9dbadafc'/>
<id>dfe3e43f38e1905b5245f22d95fc028b9dbadafc</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>
<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://91.123.203.49/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>
</feed>
