<feed xmlns='http://www.w3.org/2005/Atom'>
<title>delta/cpython-git.git/Lib/ensurepip, branch refactor-lambda-parameters</title>
<subtitle>github.com: python/cpython.git
</subtitle>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/cpython-git.git/'/>
<entry>
<title>bpo-38662: ensurepip invokes pip via runpy (GH-18901)</title>
<updated>2020-03-10T21:16:28+00:00</updated>
<author>
<name>Miro Hrončok</name>
<email>miro@hroncok.cz</email>
</author>
<published>2020-03-10T21:16:28+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/cpython-git.git/commit/?id=88f82b2b9ea3514359cb6e3218121f75334063ac'/>
<id>88f82b2b9ea3514359cb6e3218121f75334063ac</id>
<content type='text'>
The ensurepip module now invokes pip via the runpy module.
Hence it is no longer tightly coupled with the internal API of the bundled
pip version, allowing easier updates to a newer pip version both
internally and for distributors.

This way, any changes to the internal pip API won't mean ensurepip needs to be
changed as well. Also, distributors can update their pip wheels independent on
CPython release schedule.

Co-Authored-By: Pradyun Gedam &lt;pradyunsg@gmail.com&gt;
Co-Authored-By: Miro Hrončok &lt;miro@hroncok.cz&gt;</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
The ensurepip module now invokes pip via the runpy module.
Hence it is no longer tightly coupled with the internal API of the bundled
pip version, allowing easier updates to a newer pip version both
internally and for distributors.

This way, any changes to the internal pip API won't mean ensurepip needs to be
changed as well. Also, distributors can update their pip wheels independent on
CPython release schedule.

Co-Authored-By: Pradyun Gedam &lt;pradyunsg@gmail.com&gt;
Co-Authored-By: Miro Hrončok &lt;miro@hroncok.cz&gt;</pre>
</div>
</content>
</entry>
<entry>
<title>bpo-37449: Move ensurepip off of pkgutil and to importlib.resources (GH-15109)</title>
<updated>2019-09-13T16:01:20+00:00</updated>
<author>
<name>Joannah Nanjekye</name>
<email>33177550+nanjekyejoannah@users.noreply.github.com</email>
</author>
<published>2019-09-13T16:01:20+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/cpython-git.git/commit/?id=2ccb50cf773881255c5669942a093eb68ad042f6'/>
<id>2ccb50cf773881255c5669942a093eb68ad042f6</id>
<content type='text'>
Move ensurepip off of pkgutil and to importlib.resources.


https://bugs.python.org/issue37449</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Move ensurepip off of pkgutil and to importlib.resources.


https://bugs.python.org/issue37449</pre>
</div>
</content>
</entry>
<entry>
<title>bpo-37664: Update ensurepip bundled wheels, again (GH-15483)</title>
<updated>2019-08-26T18:19:30+00:00</updated>
<author>
<name>Pradyun Gedam</name>
<email>pradyunsg@gmail.com</email>
</author>
<published>2019-08-26T18:19:30+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/cpython-git.git/commit/?id=10c452b894d95fed06056fe11e8fe8e1a2a60040'/>
<id>10c452b894d95fed06056fe11e8fe8e1a2a60040</id>
<content type='text'>
/cc @ambv since this needs to be included in 3.8 -- see https://github.com/pypa/pip/issues/6885.

Sorry about the last minute PR!


https://bugs.python.org/issue37664



Automerge-Triggered-By: @zooba</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
/cc @ambv since this needs to be included in 3.8 -- see https://github.com/pypa/pip/issues/6885.

Sorry about the last minute PR!


https://bugs.python.org/issue37664



Automerge-Triggered-By: @zooba</pre>
</div>
</content>
</entry>
<entry>
<title>bpo-37664: Update bundled pip to 19.2.1 and setuptools to 41.0.1 (GH-14934)</title>
<updated>2019-07-24T19:08:02+00:00</updated>
<author>
<name>Pradyun Gedam</name>
<email>pradyunsg@gmail.com</email>
</author>
<published>2019-07-24T19:08:02+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/cpython-git.git/commit/?id=5380def8269b24a8a3bc46396373a1dc91b1dd1a'/>
<id>5380def8269b24a8a3bc46396373a1dc91b1dd1a</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>bpo-37363: Add audit events for a range of modules (GH-14301)</title>
<updated>2019-06-24T15:42:54+00:00</updated>
<author>
<name>Steve Dower</name>
<email>steve.dower@python.org</email>
</author>
<published>2019-06-24T15:42:54+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/cpython-git.git/commit/?id=60419a7e96577cf783b3b45bf3984f9fb0d7ddff'/>
<id>60419a7e96577cf783b3b45bf3984f9fb0d7ddff</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>bpo-35807: Upgrade ensurepip bundled pip and setuptools (GH-12189)</title>
<updated>2019-03-06T11:42:21+00:00</updated>
<author>
<name>Pradyun Gedam</name>
<email>pradyunsg@gmail.com</email>
</author>
<published>2019-03-06T11:42:21+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/cpython-git.git/commit/?id=01e0f439f5009f37b95ab516e91906fcc7fcb8c3'/>
<id>01e0f439f5009f37b95ab516e91906fcc7fcb8c3</id>
<content type='text'>
* Update pip to 19.0.3
* Update setuptools to 40.8.0
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
* Update pip to 19.0.3
* Update setuptools to 40.8.0
</pre>
</div>
</content>
</entry>
<entry>
<title>Upgrade pip to 18.1 and setuptools to 40.6.2 (#10598)</title>
<updated>2018-11-19T12:41:52+00:00</updated>
<author>
<name>Donald Stufft</name>
<email>donald@stufft.io</email>
</author>
<published>2018-11-19T12:41:52+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/cpython-git.git/commit/?id=8b9c33ea9ce902f902c9d9900121010801950547'/>
<id>8b9c33ea9ce902f902c9d9900121010801950547</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Improve ensurepip's --help (GH-4686)</title>
<updated>2018-05-30T07:45:55+00:00</updated>
<author>
<name>Wieland Hoffmann</name>
<email>mineo@users.noreply.github.com</email>
</author>
<published>2018-05-30T07:45:55+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/cpython-git.git/commit/?id=e9537ad6a128924dd610bea2268065500c174181'/>
<id>e9537ad6a128924dd610bea2268065500c174181</id>
<content type='text'>
* Add a space to ensurepip's --altinstall option
* Add periods to the arguments of ensurepip that didn't have it

This makes --help for all optional arguments consistent and also makes it
consistent with pip --help.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
* Add a space to ensurepip's --altinstall option
* Add periods to the arguments of ensurepip that didn't have it

This makes --help for all optional arguments consistent and also makes it
consistent with pip --help.
</pre>
</div>
</content>
</entry>
<entry>
<title>bpo-33131: Upgrade ensurepip to bundle pip 10.0.1 (GH-6546)</title>
<updated>2018-04-20T20:06:51+00:00</updated>
<author>
<name>Paul Moore</name>
<email>p.f.moore@gmail.com</email>
</author>
<published>2018-04-20T20:06:51+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/cpython-git.git/commit/?id=0399cf9b5e370516e3d0aed6a63ff74aff5eadb5'/>
<id>0399cf9b5e370516e3d0aed6a63ff74aff5eadb5</id>
<content type='text'>
Upgrade ensurepip to bundle pip 10.0.1</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Upgrade ensurepip to bundle pip 10.0.1</pre>
</div>
</content>
</entry>
<entry>
<title>Upgrade pip to v9.0.3 and setuptools to v39.0.1 (#6184)</title>
<updated>2018-03-22T02:47:44+00:00</updated>
<author>
<name>Donald Stufft</name>
<email>donald@stufft.io</email>
</author>
<published>2018-03-22T02:47:44+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/cpython-git.git/commit/?id=d93b5161af12291f3f98a260c90cc2975ea9e9cd'/>
<id>d93b5161af12291f3f98a260c90cc2975ea9e9cd</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
</feed>
