[issue35277] Upgrade bundled pip/setuptools

2021-07-05 Thread Ned Deily
Ned Deily added the comment: Thanks for the comment. While the original intent of the issue was resolved (by updating the bundled pip), Serhiy's point about the size of the repo increasing is still an issue but there is a more recent issue, Issue36608, with a proposed change that addresses t

[issue35277] Upgrade bundled pip/setuptools

2021-07-04 Thread Jacob Walls
Jacob Walls added the comment: Presumably this can be closed. -- nosy: +jacobtylerwalls ___ Python tracker ___ ___ Python-bugs-list

[issue35277] Upgrade bundled pip/setuptools

2018-11-19 Thread Donald Stufft
Donald Stufft added the comment: It doesn't bother me if you want to make that change, I don't currently have the time to do it. I just figured I'd throw the update PRs up since I can do it quickly. -- ___ Python tracker

[issue35277] Upgrade bundled pip/setuptools

2018-11-19 Thread miss-islington
Change by miss-islington : -- pull_requests: +9844 ___ Python tracker ___ ___ Python-bugs-list mailing list Unsubscribe: https://ma

[issue35277] Upgrade bundled pip/setuptools

2018-11-19 Thread miss-islington
Change by miss-islington : -- pull_requests: +9845 ___ Python tracker ___ ___ Python-bugs-list mailing list Unsubscribe: https://ma

[issue35277] Upgrade bundled pip/setuptools

2018-11-19 Thread miss-islington
Change by miss-islington : -- pull_requests: +9846 ___ Python tracker ___ ___ Python-bugs-list mailing list Unsubscribe: https://ma

[issue35277] Upgrade bundled pip/setuptools

2018-11-19 Thread Serhiy Storchaka
Serhiy Storchaka added the comment: It would be better to not add the bundle in the git repository, but add an external dependency like for Tcl/Tk on Windows. Every new release of pip+setuptools increases the size of the git repository by around 2 MiB. This will be the fourth update in 2018.

[issue35277] Upgrade bundled pip/setuptools

2018-11-19 Thread Donald Stufft
Change by Donald Stufft : -- keywords: +patch pull_requests: +9843 stage: -> patch review ___ Python tracker ___ ___ Python-bugs-li

[issue35277] Upgrade bundled pip/setuptools

2018-11-19 Thread Donald Stufft
New submission from Donald Stufft : Upgrade the bundled pip/setuptools to the latest version. Making this issue because blurb gets mad at me if I try to add a news entry without a bpo issue. -- assignee: dstufft components: Library (Lib) messages: 330096 nosy: dstufft priority: normal