<feed xmlns='http://www.w3.org/2005/Atom'>
<title>delta/python-packages/virtualenv.git, branch boostrap</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>Move to news files for changelog via towncrier. (#1234)</title>
<updated>2018-12-24T11:55:22+00:00</updated>
<author>
<name>ptaneli</name>
<email>31743851+ptaneli@users.noreply.github.com</email>
</author>
<published>2018-12-24T11:55:22+00:00</published>
<link rel='alternate' type='text/html' href='http://91.123.203.49/cgit/delta/python-packages/virtualenv.git/commit/?id=e8d82ce7499178afba14e425dc944e8364b7e690'/>
<id>e8d82ce7499178afba14e425dc944e8364b7e690</id>
<content type='text'>
Closes #1230.

Co-Authored-By: Sia Agarwal &lt;44545228+thisissia@users.noreply.github.com&gt;
Co-Authored-By: Deniz Taneli &lt;7292227+dtaneli@users.noreply.github.com&gt;</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Closes #1230.

Co-Authored-By: Sia Agarwal &lt;44545228+thisissia@users.noreply.github.com&gt;
Co-Authored-By: Deniz Taneli &lt;7292227+dtaneli@users.noreply.github.com&gt;</pre>
</div>
</content>
</entry>
<entry>
<title>Set VIRTUAL_ENV enviroment variable in activate_this.py (#1057)</title>
<updated>2018-12-24T04:58:41+00:00</updated>
<author>
<name>nonylene</name>
<email>nonylene@gmail.com</email>
</author>
<published>2018-12-24T04:58:41+00:00</published>
<link rel='alternate' type='text/html' href='http://91.123.203.49/cgit/delta/python-packages/virtualenv.git/commit/?id=971d341ce383420af342a8f9d531ce77242fda0e'/>
<id>971d341ce383420af342a8f9d531ce77242fda0e</id>
<content type='text'>
* Set VIRTUAL_ENV enviroment in activate_this.py

VIRTUAL_ENV was not set in activate_this.py, while set in other activate scripts.

* Add tests for activate_this.py

* Fix syntax in test_activate_this.py

* fix

* more robust testing for the activate this

* fix Jython support of activate this
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
* Set VIRTUAL_ENV enviroment in activate_this.py

VIRTUAL_ENV was not set in activate_this.py, while set in other activate scripts.

* Add tests for activate_this.py

* Fix syntax in test_activate_this.py

* fix

* more robust testing for the activate this

* fix Jython support of activate this
</pre>
</div>
</content>
</entry>
<entry>
<title>Jython enable for coverage report. (#1263)</title>
<updated>2018-12-23T18:18:27+00:00</updated>
<author>
<name>Bernát Gábor</name>
<email>gaborjbernat@gmail.com</email>
</author>
<published>2018-12-23T18:18:27+00:00</published>
<link rel='alternate' type='text/html' href='http://91.123.203.49/cgit/delta/python-packages/virtualenv.git/commit/?id=911a267a0cc2db0215dff7ac5e45a537e3508198'/>
<id>911a267a0cc2db0215dff7ac5e45a537e3508198</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>code improvements (#1262)</title>
<updated>2018-12-23T17:25:04+00:00</updated>
<author>
<name>Bernát Gábor</name>
<email>gaborjbernat@gmail.com</email>
</author>
<published>2018-12-23T17:25:04+00:00</published>
<link rel='alternate' type='text/html' href='http://91.123.203.49/cgit/delta/python-packages/virtualenv.git/commit/?id=9f4cf651b6686d4fbd75034c8bafd3493079ef09'/>
<id>9f4cf651b6686d4fbd75034c8bafd3493079ef09</id>
<content type='text'>
- global variables capital
- pep-8 compliant variable names
- some pycharm specific ignores
- fixed some typos
- prefer format over %</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
- global variables capital
- pep-8 compliant variable names
- some pycharm specific ignores
- fixed some typos
- prefer format over %</pre>
</div>
</content>
</entry>
<entry>
<title>Shell fixes (#1258)</title>
<updated>2018-12-23T16:55:13+00:00</updated>
<author>
<name>Bernát Gábor</name>
<email>gaborjbernat@gmail.com</email>
</author>
<published>2018-12-23T16:55:13+00:00</published>
<link rel='alternate' type='text/html' href='http://91.123.203.49/cgit/delta/python-packages/virtualenv.git/commit/?id=34fdfb5be3d13a4f874a7529cb6178cbacddf29c'/>
<id>34fdfb5be3d13a4f874a7529cb6178cbacddf29c</id>
<content type='text'>
* Always store _OLD_VIRTUAL_PATH in a sh compat format

When using a subshell from fish while within a virtualenv the
_OLD_VIRTUAL_PATH variable ends up in fish format and not the format of
the subshell. This breaks the first step of the activate script where it
attepts to deactivate the previous environment.

This patch will handle conversion to and from sh and fish formats within
the activate.fish script

* Add test and update to new delimiter

* Fix lint

Remove line that didn't lint as we don't need it.

* Rebuild virtualenv.py

* Add changelog

* fix_lint

* Try to add fish to build env

* Use less fish (only when running py tests)

* remove code duplication for activation testers

* Consolidate activation testing

- add tests for csh, bash
- rework bash, csh tests
- remove powershell singing
- powershell pydoc support

* file and with extension

* universal newline

* Add debug env var, and normalize on Linux to via realpath (Jython failure)

* switch to bat

* fix xonosh

* fix xonsh further

* fix jython

* fix lint

* enable pytest debug
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
* Always store _OLD_VIRTUAL_PATH in a sh compat format

When using a subshell from fish while within a virtualenv the
_OLD_VIRTUAL_PATH variable ends up in fish format and not the format of
the subshell. This breaks the first step of the activate script where it
attepts to deactivate the previous environment.

This patch will handle conversion to and from sh and fish formats within
the activate.fish script

* Add test and update to new delimiter

* Fix lint

Remove line that didn't lint as we don't need it.

* Rebuild virtualenv.py

* Add changelog

* fix_lint

* Try to add fish to build env

* Use less fish (only when running py tests)

* remove code duplication for activation testers

* Consolidate activation testing

- add tests for csh, bash
- rework bash, csh tests
- remove powershell singing
- powershell pydoc support

* file and with extension

* universal newline

* Add debug env var, and normalize on Linux to via realpath (Jython failure)

* switch to bat

* fix xonosh

* fix xonsh further

* fix jython

* fix lint

* enable pytest debug
</pre>
</div>
</content>
</entry>
<entry>
<title>Use os.path.realpath to resolve the symlink. (#1259)</title>
<updated>2018-12-19T10:51:54+00:00</updated>
<author>
<name>Adam Sampson</name>
<email>ats-github@offog.org</email>
</author>
<published>2018-12-19T10:51:54+00:00</published>
<link rel='alternate' type='text/html' href='http://91.123.203.49/cgit/delta/python-packages/virtualenv.git/commit/?id=89c734bac9b4d5621fa665e86de2c79549bb50e5'/>
<id>89c734bac9b4d5621fa665e86de2c79549bb50e5</id>
<content type='text'>
This simplifies the code; it's still covered by the test I added for #956.

Thanks to @lilydjwg for the suggestion!</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
This simplifies the code; it's still covered by the test I added for #956.

Thanks to @lilydjwg for the suggestion!</pre>
</div>
</content>
</entry>
<entry>
<title>added instructions for changing --system-site-packages in existing envir... (#738)</title>
<updated>2018-12-19T06:34:43+00:00</updated>
<author>
<name>drevicko</name>
<email>drevicko@users.noreply.github.com</email>
</author>
<published>2018-12-19T06:34:43+00:00</published>
<link rel='alternate' type='text/html' href='http://91.123.203.49/cgit/delta/python-packages/virtualenv.git/commit/?id=27adc7695ed0876400d2426ba094926daca0174e'/>
<id>27adc7695ed0876400d2426ba094926daca0174e</id>
<content type='text'>
* added instructions for changing --system-site-packages in existing environment

In case someone forgets to use the --system-site-packages flag and wants to change it later, it's currently hard to find out how, so I added instructions here.

* added explanation of cdsitepackages command

the command is from virtualenvwrapper

* removed virtualenv reference

* removed trailing spaces
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
* added instructions for changing --system-site-packages in existing environment

In case someone forgets to use the --system-site-packages flag and wants to change it later, it's currently hard to find out how, so I added instructions here.

* added explanation of cdsitepackages command

the command is from virtualenvwrapper

* removed virtualenv reference

* removed trailing spaces
</pre>
</div>
</content>
</entry>
<entry>
<title>Dereference symlinks more thoroughly in copyfile (#956)</title>
<updated>2018-12-18T07:34:06+00:00</updated>
<author>
<name>Adam Sampson</name>
<email>ats-github@offog.org</email>
</author>
<published>2018-12-18T07:34:06+00:00</published>
<link rel='alternate' type='text/html' href='http://91.123.203.49/cgit/delta/python-packages/virtualenv.git/commit/?id=04ce79630d6aa1df87a6bb44a550353c1961953e'/>
<id>04ce79630d6aa1df87a6bb44a550353c1961953e</id>
<content type='text'>
copyfile was broken for symlinks that pointed to relative paths, and for
symlinks that pointed to further symlinks (which meant that virtualenv
failed to work in some cases when the Python executable it found was
a symlink, e.g. when Python had been installed using stow or homebrew;
issue #268).

Make it follow symlinks until it finds an actual file to copy.</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
copyfile was broken for symlinks that pointed to relative paths, and for
symlinks that pointed to further symlinks (which meant that virtualenv
failed to work in some cases when the Python executable it found was
a symlink, e.g. when Python had been installed using stow or homebrew;
issue #268).

Make it follow symlinks until it finds an actual file to copy.</pre>
</div>
</content>
</entry>
<entry>
<title>bump embeded wheels (#1257)</title>
<updated>2018-12-16T23:33:40+00:00</updated>
<author>
<name>Bernát Gábor</name>
<email>gaborjbernat@gmail.com</email>
</author>
<published>2018-12-16T23:33:40+00:00</published>
<link rel='alternate' type='text/html' href='http://91.123.203.49/cgit/delta/python-packages/virtualenv.git/commit/?id=17bb29d06911494957fa0589320cb773e3aae197'/>
<id>17bb29d06911494957fa0589320cb773e3aae197</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>update testing notes, and test space path support</title>
<updated>2018-12-16T19:55:58+00:00</updated>
<author>
<name>Jurko Gospodnetić</name>
<email>jurko.gospodnetic@pke.hr</email>
</author>
<published>2018-12-16T19:55:58+00:00</published>
<link rel='alternate' type='text/html' href='http://91.123.203.49/cgit/delta/python-packages/virtualenv.git/commit/?id=b3e55b126f227ee83d1588b4da4915d28eefff54'/>
<id>b3e55b126f227ee83d1588b4da4915d28eefff54</id>
<content type='text'>
- added docs on running the internal test suite using `tox`
- added a test for creating a Python environment in a path with spaces
- added a test for creating a Python environment while locating the needed wheel sources in a path with spaces</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
- added docs on running the internal test suite using `tox`
- added a test for creating a Python environment in a path with spaces
- added a test for creating a Python environment while locating the needed wheel sources in a path with spaces</pre>
</div>
</content>
</entry>
</feed>
