Change by Pradyun Gedam :
--
keywords: +patch
pull_requests: +29918
stage: -> patch review
pull_request: https://github.com/python/cpython/pull/31820
___
Python tracker
<https://bugs.python.org/issu
New submission from Pradyun Gedam :
This is closely related to bpo-46985.
I'm changing up the regular strategy of a single PR that bumps both pip +
setuptools in a single PR. So... here's a separate bpo issue for that.
--
components: Library (Lib)
messages: 414906
nosy:
Change by Pradyun Gedam :
--
title: Upgrade bundled pip to 22.0.4 -> Upgrade ensurepip bundled pip to 22.0.4
___
Python tracker
<https://bugs.python.org/issu
Change by Pradyun Gedam :
--
keywords: +patch
pull_requests: +29917
stage: -> patch review
pull_request: https://github.com/python/cpython/pull/31819
___
Python tracker
<https://bugs.python.org/issu
New submission from Pradyun Gedam :
Looks like I forgot to file PRs for the last few pip releases. :)
--
components: Library (Lib)
messages: 414904
nosy: pradyunsg
priority: normal
severity: normal
status: open
title: Upgrade bundled pip to 22.0.4
type: enhancement
versions: Python
Pradyun Gedam added the comment:
https://github.com/spyder-ide/pywinpty might be relevant; although it's
implemented in Rust.
--
nosy: +pradyunsg
___
Python tracker
<https://bugs.python.org/is
Pradyun Gedam added the comment:
+1 for bumping to 20.2.3, in case an upstream voice is helpful. :)
On Fri, Oct 2, 2020 at 8:12 PM Pablo Galindo Salgado
wrote:
>
> Pablo Galindo Salgado added the comment:
>
> I think that the backport to 3.8 may have some unintended consequen
Pradyun Gedam added the comment:
Closing this sounds reasonable to me!
There are a couple of pending PRs for updating the pip, in the current
versions of CPython. That's being tracked separately so likely don't need
this to stay open anymore.
On Tue, 12 Nov 2019 at 6:20 PM, I
Pradyun Gedam added the comment:
On Tue, 5 Nov 2019 at 4:30 PM, Ned Deily wrote:
>
> Ned Deily added the comment:
>
> Can you explain how this would be rolled out?
This, as in? If you're referring to this specific change, I don't think
there's anything special n
Pradyun Gedam added the comment:
Note that the patch uses the fact that:
```
def foo():
try:
raise Exception("returned")
except Exception as e:
print("except")
return e.args[0]
finally:
print("finally")
print(foo()
Change by Pradyun Gedam :
--
keywords: +patch
pull_requests: +16543
stage: -> patch review
pull_request: https://github.com/python/cpython/pull/17029
___
Python tracker
<https://bugs.python.org/issu
New submission from Pradyun Gedam :
Inspired by https://github.com/python/cpython/pull/16782#discussion_r335285656
This changes ensurepip's current assumption that pip would expose a "main"
function, which can be invoked to run pip.
I've selected all actively supported
Pradyun Gedam added the comment:
Made the release and the PR. <https://github.com/python/cpython/pull/15483>
--
___
Python tracker
<https://bugs.python.org/i
Change by Pradyun Gedam :
--
pull_requests: +15169
pull_request: https://github.com/python/cpython/pull/15483
___
Python tracker
<https://bugs.python.org/issue37
Change by Pradyun Gedam :
--
pull_requests: +15168
pull_request: https://github.com/python/cpython/pull/15482
___
Python tracker
<https://bugs.python.org/issue37
Pradyun Gedam added the comment:
There's a need for a pip 19.2.3, since there's a bug in wheel tagging logic
hasn't been updated for CPython 3.8's new tags. I'll be cutting that release,
and filing a PR for updating bundled pip & setuptools, sometime in the nex
Pradyun Gedam added the comment:
There wasn't a new setuptools release when I updated these the last time,
IIRC.
Anyway, I'll cut a new release for pip, file a new b.p.o. issue and get to
updating both of these sometime this week.
On Mon, 19 Aug 2019 at 11:20 AM, Inada Na
Pradyun Gedam added the comment:
Alrighty! Filed gh-14934.
(Sounds good to me. Filed a PR on devguide, adding me to the devguide:
https://github.com/python/devguide/pull/513)
--
keywords: +patch
message_count: 3.0 -> 4.0
pull_requests: +14707
stage: -> patch review
pull_r
Change by Pradyun Gedam :
--
pull_requests: +14706
pull_request: https://github.com/python/cpython/pull/14934
___
Python tracker
<https://bugs.python.org/issue36
Pradyun Gedam added the comment:
I might be doing another bugfix, for https://github.com/pypa/pip/issues/6775. I
don't think we've decided how to go about that issue yet.
If a week isn't too long a waiting time, I'd suggest we wait for a week and
then vendor whatever i
Pradyun Gedam added the comment:
(Not sure how the Roundup handles email replies but I'm hoping this goes to
the right place)
I think it would be better if the downloading got invoked during the
interpreter build process -- to download the wheels and add them to the
final distribution.
Change by Pradyun Gedam :
--
keywords: +patch
pull_requests: +12184
stage: -> patch review
___
Python tracker
<https://bugs.python.org/issue35807>
___
___
Py
Pradyun Gedam added the comment:
Update: I'll do this after 19.0.2 is released.
--
___
Python tracker
<https://bugs.python.org/issue35807>
___
___
Pytho
New submission from Pradyun Gedam :
In line with https://bugs.python.org/issue35277.
Will also update setuptools while I do this. (if no one else gets to it, I'll
file a PR tomorrow morning)
--
components: Library (Lib)
messages: 334230
nosy: dstufft, ncoghlan, paul.moore, prad
Pradyun Gedam added the comment:
We now have a PEP for this; just noting this here since I don't see a cross
reference between them.
https://www.python.org/dev/peps/pep-0570/
--
nosy: +pradyunsg
___
Python tracker
<https://bugs.py
Change by Pradyun Gedam :
--
nosy: -pradyunsg
___
Python tracker
<https://bugs.python.org/issue15809>
___
___
Python-bugs-list mailing list
Unsubscribe:
New submission from Pradyun Gedam:
In IDLE, I have spotted a peculiar problem.
I have attached an .png file which is a screen capture of 'session' on IDLE. It
seems that the Unicode character that has been input, loses its encoding.
My 'session'
Python 2.7.2 (default, J
27 matches
Mail list logo