[issue40448] ensurepip uses cache directory

2020-06-15 Thread Ned Deily
Change by Ned Deily : -- resolution: -> fixed stage: patch review -> resolved status: open -> closed versions: +Python 3.7, Python 3.8 ___ Python tracker ___

[issue40448] ensurepip uses cache directory

2020-06-15 Thread miss-islington
miss-islington added the comment: New changeset 9a0624a3d9feb0c7664ace7a894a04e4af547661 by Miss Islington (bot) in branch '3.9': bpo-40448: ensurepip: Do not use cache (GH-19812) https://github.com/python/cpython/commit/9a0624a3d9feb0c7664ace7a894a04e4af547661 --

[issue40448] ensurepip uses cache directory

2020-06-15 Thread miss-islington
miss-islington added the comment: New changeset a1d3be4623c8ec7069bd34ccdce336be9cdeb644 by Miss Islington (bot) in branch '3.8': bpo-40448: ensurepip: Do not use cache (GH-19812) https://github.com/python/cpython/commit/a1d3be4623c8ec7069bd34ccdce336be9cdeb644 --

[issue40448] ensurepip uses cache directory

2020-06-15 Thread miss-islington
miss-islington added the comment: New changeset b46beb25e4cf213dbf46a0a0cf3f0ed134894f7d by Miss Islington (bot) in branch '3.7': bpo-40448: ensurepip: Do not use cache (GH-19812) https://github.com/python/cpython/commit/b46beb25e4cf213dbf46a0a0cf3f0ed134894f7d --

[issue40448] ensurepip uses cache directory

2020-06-15 Thread miss-islington
Change by miss-islington : -- pull_requests: +20078 pull_request: https://github.com/python/cpython/pull/20895 ___ Python tracker ___

[issue40448] ensurepip uses cache directory

2020-06-15 Thread miss-islington
Change by miss-islington : -- nosy: +miss-islington nosy_count: 7.0 -> 8.0 pull_requests: +20076 pull_request: https://github.com/python/cpython/pull/20893 ___ Python tracker

[issue40448] ensurepip uses cache directory

2020-06-15 Thread miss-islington
Change by miss-islington : -- pull_requests: +20077 pull_request: https://github.com/python/cpython/pull/20894 ___ Python tracker ___

[issue40448] ensurepip uses cache directory

2020-06-15 Thread Ned Deily
Ned Deily added the comment: New changeset 4a3a682b12f93a03888e8b59f439bc5fe30d6055 by Krzysztof Konopko in branch 'master': bpo-40448: ensurepip: Do not use cache (GH-19812) https://github.com/python/cpython/commit/4a3a682b12f93a03888e8b59f439bc5fe30d6055 --

[issue40448] ensurepip uses cache directory

2020-05-20 Thread Paul Moore
Paul Moore added the comment: PR looks good to me. There's a test failure that needs fixing and the PR needs a news entry, but otherwise looks fine. -- ___ Python tracker

[issue40448] ensurepip uses cache directory

2020-05-20 Thread Ned Deily
Ned Deily added the comment: Thanks for the PR. We should get a review from at least one of the pip developers. @oradyunsg, @dstufft, @paul.moore, opinions? -- nosy: +Marcus.Smith, ned.deily, paul.moore versions: +Python 3.10 ___ Python tracker

[issue40448] ensurepip uses cache directory

2020-04-30 Thread Ned Deily
Change by Ned Deily : -- nosy: +dstufft, ncoghlan, pradyunsg ___ Python tracker ___ ___ Python-bugs-list mailing list Unsubscribe:

[issue40448] ensurepip uses cache directory

2020-04-30 Thread Krzysztof Konopko
Change by Krzysztof Konopko : -- keywords: +patch pull_requests: +19132 stage: -> patch review pull_request: https://github.com/python/cpython/pull/19812 ___ Python tracker

[issue40448] ensurepip uses cache directory

2020-04-30 Thread Krzysztof Konopko
New submission from Krzysztof Konopko : ensurepip optionally installs or upgrades 'pip' and 'setuptools' using the version of those modules bundled with Python. The internal PIP installation routine by default temporarily uses its cache, if it exists. This is undesirable as Python builds and