[issue42365] Python launcher: sort order in "Installed versions" off with 3.10

2020-11-15 Thread Yash Shete
Yash Shete added the comment: I would like to try look into this problem. can you please point me into right direction, like: where and what to edit. I am not much experienced but i would like to try. thankyou -- nosy: +Pixmew ___ Python tracker

[issue42153] doc: library imaplib a url not available

2020-11-15 Thread Yash Shete
Change by Yash Shete : -- pull_requests: +22188 pull_request: https://github.com/python/cpython/pull/23297 ___ Python tracker <https://bugs.python.org/issue42

[issue42153] doc: library imaplib a url not available

2020-11-15 Thread Yash Shete
Change by Yash Shete : -- pull_requests: +22187 pull_request: https://github.com/python/cpython/pull/23296 ___ Python tracker <https://bugs.python.org/issue42

[issue42153] doc: library imaplib a url not available

2020-11-15 Thread Yash Shete
Yash Shete added the comment: After some research all the problems are fixed -- ___ Python tracker <https://bugs.python.org/issue42153> ___ ___ Python-bug

[issue42153] doc: library imaplib a url not available

2020-11-15 Thread Yash Shete
Yash Shete added the comment: This is what I get: Run xvfb-run make -C Doc/ PYTHON=../python SPHINXOPTS="-q -W --keep-going -j4" doctest suspicious html make: Entering directory '/home/runner/work/cpython/cpython/Doc' make[1]: Entering directory '/home/runner/work/cpython/cpython/

[issue42153] doc: library imaplib a url not available

2020-11-15 Thread Yash Shete
Yash Shete added the comment: The build fails because of "Inline emphasis start-string without end-string." and bash script exists at code 2 can you please Help me. -- ___ Python tracker <https://bugs.python.o

[issue42153] doc: library imaplib a url not available

2020-11-15 Thread Yash Shete
Change by Yash Shete : -- keywords: +patch pull_requests: +22183 stage: -> patch review pull_request: https://github.com/python/cpython/pull/23292 ___ Python tracker <https://bugs.python.org/issu

[issue42153] doc: library imaplib a url not available

2020-11-14 Thread Yash Shete
Yash Shete added the comment: Then I shall remove the archive link -- ___ Python tracker <https://bugs.python.org/issue42153> ___ ___ Python-bugs-list mailin

[issue42153] doc: library imaplib a url not available

2020-11-14 Thread Yash Shete
Yash Shete added the comment: Sorry my Bad your version is Good you can submit your PR,If any problem May I submit it please -- ___ Python tracker <https://bugs.python.org/issue42

[issue42153] doc: library imaplib a url not available

2020-11-14 Thread Yash Shete
Yash Shete added the comment: As Documentaion of imaplib we should provide information of imap itself -- ___ Python tracker <https://bugs.python.org/issue42

[issue42153] doc: library imaplib a url not available

2020-11-14 Thread Yash Shete
Yash Shete added the comment: The link provided gives UW IMAP Server Documentation not In general Documentation Of IMAP -- ___ Python tracker <https://bugs.python.org/issue42

[issue41712] REDoS in purge

2020-11-14 Thread Yash Shete
Change by Yash Shete : -- pull_requests: +22179 pull_request: https://github.com/python/cpython/pull/23287 ___ Python tracker <https://bugs.python.org/issue41

[issue42153] doc: library imaplib a url not available

2020-11-14 Thread Yash Shete
Yash Shete added the comment: Should I change the link to new one (not University of Washington’s IMAP Information Center) as it contains so much information about IMAP4. I could not find any link from University of Washington, So I suggest changing the link all together. I have a link

[issue42318] [tkinter] surrogate pairs in Tcl/Tk string when pasting an emoji in a text widget

2020-11-13 Thread Yash Shete
Yash Shete added the comment: Well for me in Python 3.9.0 print("") prints  and print(ascii("")) prints '\U0001f600' It does not Raises error "utf-8' codec can't encode characters in position 7-12: surrogates not allowed." as you are sugges

[issue42348] Language Reference: Set items

2020-11-13 Thread Yash Shete
Yash Shete added the comment: Should it be "These represents hashable objects" -- nosy: +Pixmew ___ Python tracker <https://bugs.python.org/issue42348> ___ __

[issue41712] REDoS in purge

2020-11-07 Thread Yash Shete
Change by Yash Shete : -- pull_requests: +22094 pull_request: https://github.com/python/cpython/pull/23191 ___ Python tracker <https://bugs.python.org/issue41

[issue41712] REDoS in purge

2020-11-05 Thread Yash Shete
Change by Yash Shete : -- keywords: +patch pull_requests: +22078 stage: needs patch -> patch review pull_request: https://github.com/python/cpython/pull/23166 ___ Python tracker <https://bugs.python.org/issu

[issue41712] REDoS in purge

2020-11-05 Thread Yash Shete
Yash Shete added the comment: Vulnerable regex conditions are removed bpo-41712: Removal of Vulnerable regex conditions Using suggestion ""For example, you can modify the sub-pattern \w+\d+ to ([A-Za-z_]*\d)+"" and converted to ([A-za-z_]+\d+) which should Fix the

[issue41712] REDoS in purge

2020-11-05 Thread Yash Shete
Change by Yash Shete : Removed file: https://bugs.python.org/file49571/purge.py ___ Python tracker <https://bugs.python.org/issue41712> ___ ___ Python-bugs-list mailin

[issue41712] REDoS in purge

2020-11-05 Thread Yash Shete
Yash Shete added the comment: converted regex from \w+\d+ to ([A-Za-z_]*\d)+ as asked. you can modify the sub-pattern \w+\d+ to ([A-Za-z_]*\d)+ and is working fine -- nosy: +Pixmew Added file: https://bugs.python.org/file49571/purge.py ___ Python