<feed xmlns='http://www.w3.org/2005/Atom'>
<title>delta/cpython-git.git/Lib/venv, branch refactor-lambda-parameters</title>
<subtitle>github.com: python/cpython.git
</subtitle>
<link rel='alternate' type='text/html' href='http://91.123.203.49/cgit/delta/cpython-git.git/'/>
<entry>
<title>bpo-38972: Link to instructions to change PowerShell execution policy (GH-19131)</title>
<updated>2020-04-02T19:00:21+00:00</updated>
<author>
<name>Derek Keeler</name>
<email>d3r3kk@users.noreply.github.com</email>
</author>
<published>2020-04-02T19:00:21+00:00</published>
<link rel='alternate' type='text/html' href='http://91.123.203.49/cgit/delta/cpython-git.git/commit/?id=45217af29c7f380089af17beb48a5ea0560bbb9d'/>
<id>45217af29c7f380089af17beb48a5ea0560bbb9d</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>bpo-39656: Ensure `bin/python3.#` is always present in virtual environments on POSIX (GH-19030)</title>
<updated>2020-03-17T07:29:11+00:00</updated>
<author>
<name>Anthony Sottile</name>
<email>asottile@umich.edu</email>
</author>
<published>2020-03-17T07:29:11+00:00</published>
<link rel='alternate' type='text/html' href='http://91.123.203.49/cgit/delta/cpython-git.git/commit/?id=58ec58a42bece5b2804b178c7a6a7e67328465db'/>
<id>58ec58a42bece5b2804b178c7a6a7e67328465db</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>bpo-39505: delete the redundant '/' in $env:VIRTUAL_ENV (GH-18290)</title>
<updated>2020-02-05T08:16:58+00:00</updated>
<author>
<name>schwarzichet</name>
<email>15522755+schwarzichet@users.noreply.github.com</email>
</author>
<published>2020-02-05T08:16:58+00:00</published>
<link rel='alternate' type='text/html' href='http://91.123.203.49/cgit/delta/cpython-git.git/commit/?id=787b6d548c250f36df6d3f3179f60d754c8aa5e3'/>
<id>787b6d548c250f36df6d3f3179f60d754c8aa5e3</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>bpo-38901: Allow setting a venv's prompt to the basename of the current directory. (GH-17946)</title>
<updated>2020-01-14T20:49:30+00:00</updated>
<author>
<name>Vinay Sajip</name>
<email>vinay_sajip@yahoo.co.uk</email>
</author>
<published>2020-01-14T20:49:30+00:00</published>
<link rel='alternate' type='text/html' href='http://91.123.203.49/cgit/delta/cpython-git.git/commit/?id=7d6378051feeadf45b4ce45b4b406b65df255648'/>
<id>7d6378051feeadf45b4ce45b4b406b65df255648</id>
<content type='text'>
When a prompt value of '.' is specified, os.path.basename(os.getcwd()) is used to
configure the prompt for the created venv.</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
When a prompt value of '.' is specified, os.path.basename(os.getcwd()) is used to
configure the prompt for the created venv.</pre>
</div>
</content>
</entry>
<entry>
<title>venv: Suppress warning message when bash hashing is disabled. (GH-17966)</title>
<updated>2020-01-14T20:47:59+00:00</updated>
<author>
<name>Dima</name>
<email>43349662+d-goldin@users.noreply.github.com</email>
</author>
<published>2020-01-14T20:47:59+00:00</published>
<link rel='alternate' type='text/html' href='http://91.123.203.49/cgit/delta/cpython-git.git/commit/?id=4b0d91aab4cfba30a2a9728e9eaea15dbc0ba9bd'/>
<id>4b0d91aab4cfba30a2a9728e9eaea15dbc0ba9bd</id>
<content type='text'>
When using python's built-in venv activaton script
warnings are printed when hashing is disabled in
bash or zsh, like;

`bash: hash: hashing disabled`

This output is not really useful to the end-user and has
been disabled in `virtualenv` for long.

This commit is based on:
https://github.com/pypa/virtualenv/commit/28e85bcd80d04b2a7ebce0e1d0b02d432b7e5593</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
When using python's built-in venv activaton script
warnings are printed when hashing is disabled in
bash or zsh, like;

`bash: hash: hashing disabled`

This output is not really useful to the end-user and has
been disabled in `virtualenv` for long.

This commit is based on:
https://github.com/pypa/virtualenv/commit/28e85bcd80d04b2a7ebce0e1d0b02d432b7e5593</pre>
</div>
</content>
</entry>
<entry>
<title>Fix old mention of virtualenv (GH-17417)</title>
<updated>2019-11-29T23:37:08+00:00</updated>
<author>
<name>Brett Cannon</name>
<email>54418+brettcannon@users.noreply.github.com</email>
</author>
<published>2019-11-29T23:37:08+00:00</published>
<link rel='alternate' type='text/html' href='http://91.123.203.49/cgit/delta/cpython-git.git/commit/?id=1df65f7c6c00dfae9286c7a58e1b3803e3af33e5'/>
<id>1df65f7c6c00dfae9286c7a58e1b3803e3af33e5</id>
<content type='text'>
Automerge-Triggered-By: @brettcannon</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Automerge-Triggered-By: @brettcannon</pre>
</div>
</content>
</entry>
<entry>
<title>bpo-38927: Use python -m pip to upgrade venv deps (GH-17403)</title>
<updated>2019-11-27T20:25:23+00:00</updated>
<author>
<name>Tzu-ping Chung</name>
<email>uranusjr@gmail.com</email>
</author>
<published>2019-11-27T20:25:23+00:00</published>
<link rel='alternate' type='text/html' href='http://91.123.203.49/cgit/delta/cpython-git.git/commit/?id=d9aa216d49423d58e192cd7a25016f90fe771ce7'/>
<id>d9aa216d49423d58e192cd7a25016f90fe771ce7</id>
<content type='text'>
I suggest you add `bpo-NNNNN: ` as a prefix for the first commit for future PRs. Thanks!</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
I suggest you add `bpo-NNNNN: ` as a prefix for the first commit for future PRs. Thanks!</pre>
</div>
</content>
</entry>
<entry>
<title>bpo-38899: virtual environment activation for fish should use `source` (GH-17359)</title>
<updated>2019-11-23T07:32:27+00:00</updated>
<author>
<name>Brett Cannon</name>
<email>54418+brettcannon@users.noreply.github.com</email>
</author>
<published>2019-11-23T07:32:27+00:00</published>
<link rel='alternate' type='text/html' href='http://91.123.203.49/cgit/delta/cpython-git.git/commit/?id=84b1ff65609c5910b4f838adbe1ead83baae7dbf'/>
<id>84b1ff65609c5910b4f838adbe1ead83baae7dbf</id>
<content type='text'>
The previously documented use of `.` is considered deprecated (https://fishshell.com/docs/current/commands.html#source).


https://bugs.python.org/issue38899



Automerge-Triggered-By: @brettcannon</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
The previously documented use of `.` is considered deprecated (https://fishshell.com/docs/current/commands.html#source).


https://bugs.python.org/issue38899



Automerge-Triggered-By: @brettcannon</pre>
</div>
</content>
</entry>
<entry>
<title>bpo-38344: Fix syntax in activate.bat (GH-16533)</title>
<updated>2019-10-07T21:07:19+00:00</updated>
<author>
<name>James Abel</name>
<email>j@abel.co</email>
</author>
<published>2019-10-07T21:07:19+00:00</published>
<link rel='alternate' type='text/html' href='http://91.123.203.49/cgit/delta/cpython-git.git/commit/?id=e310af9e2941c2fbb7370e003276cc37eb230f16'/>
<id>e310af9e2941c2fbb7370e003276cc37eb230f16</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>bpo-37885: venv: Don't produce unbound variable warning on deactivate (GH-15330)</title>
<updated>2019-09-11T14:58:56+00:00</updated>
<author>
<name>Daniel Abrahamsson</name>
<email>hamsson@gmail.com</email>
</author>
<published>2019-09-11T14:58:56+00:00</published>
<link rel='alternate' type='text/html' href='http://91.123.203.49/cgit/delta/cpython-git.git/commit/?id=5209e586b7cac9a43b2c44349a26b1b0af06ead3'/>
<id>5209e586b7cac9a43b2c44349a26b1b0af06ead3</id>
<content type='text'>
Before, running deactivate from a bash shell configured to treat undefined variables as errors (`set -u`) would produce a warning:

``` 
$ python3 -m venv test
$ source test/bin/activate
(test) $ deactivate
-bash: $1: unbound variable
```</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Before, running deactivate from a bash shell configured to treat undefined variables as errors (`set -u`) would produce a warning:

``` 
$ python3 -m venv test
$ source test/bin/activate
(test) $ deactivate
-bash: $1: unbound variable
```</pre>
</div>
</content>
</entry>
</feed>
