[issue37461] email.parser.Parser hang

2019-07-01 Thread Marcin Niemira
Marcin Niemira added the comment: Sounds like there is an infinite loop here: ``` Pdb) > /usr/lib/python3.7/email/_header_value_parser.py(2370)get_parameter() -> v.append(token) (Pdb) > /usr/lib/python3.7/email/_header_value_parser.py(2365)get_parameter() -> while val

[issue37461] email.parser.Parser hang

2019-07-02 Thread Marcin Niemira
Change by Marcin Niemira : -- keywords: +patch pull_requests: +14369 stage: -> patch review pull_request: https://github.com/python/cpython/pull/14551 ___ Python tracker <https://bugs.python.org/issu

[issue37461] email.parser.Parser hang

2019-07-04 Thread Marcin Niemira
Marcin Niemira added the comment: I'm terribly sorry, but I feel I won't be able to fix this issue. Sorry for fuss. Closing my PR, because it's broken. -- ___ Python tracker <https://bugs.pyt

[issue36523] missing docs for IOBase writelines

2019-04-04 Thread Marcin Niemira
New submission from Marcin Niemira : Hey, There is a missing function doc in `io.IOBase` ```python import os help(io.IOBase.writelines) ``` produces output like: ``` Help on method_descriptor: writelines(self, lines, /) ``` I'll be happy to provide PR for this issue. Cheers, M

[issue36523] missing docs for IOBase writelines

2019-04-04 Thread Marcin Niemira
Change by Marcin Niemira : -- keywords: +patch pull_requests: +12611 stage: -> patch review ___ Python tracker <https://bugs.python.org/issue36523> ___ ___ Py

[issue36571] Lib/smtplib.py have some pep8 issues

2019-04-09 Thread Marcin Niemira
Change by Marcin Niemira : -- keywords: +patch pull_requests: +12664 stage: -> patch review ___ Python tracker <https://bugs.python.org/issue36571> ___ ___ Py

[issue36571] Lib/smtplib.py have some pep8 issues

2019-04-09 Thread Marcin Niemira
New submission from Marcin Niemira : pycodestyle (pep8) reports some issues on linting for Lib/smtplib.py I believe we can fix most of them and apply some improvements due to pep-572. PR on GH. Are contributions like this valuable? -- components: Library (Lib) messages: 339714 nosy

[issue36571] Lib/smtplib.py have some pep8 issues

2019-04-09 Thread Marcin Niemira
Marcin Niemira added the comment: Thanks for the explanation. I'll close issue and PR. Cheers :) -- stage: patch review -> resolved status: open -> closed ___ Python tracker <https://bugs.python.

[issue36600] re-enable test in nntplib

2019-04-11 Thread Marcin Niemira
New submission from Marcin Niemira : Disabled test in not failing anymore. ```./python -m test -u all -v test_nntplib -m test_article_head_body == CPython 3.8.0a3+ (heads/feature/pep-572-improvement-in-smtplib-dirty:f4efa312d1, Apr 8 2019, 21:0) [GCC 7.3.0] == Linux-4.15.0-46-generic-x86_64

[issue36600] re-enable test in nntplib

2019-04-11 Thread Marcin Niemira
Change by Marcin Niemira : -- keywords: +patch pull_requests: +12710 stage: -> patch review ___ Python tracker <https://bugs.python.org/issue36600> ___ ___ Py

[issue36600] re-enable test in nntplib

2019-04-13 Thread Marcin Niemira
Marcin Niemira added the comment: Hey, Yes, it does. Closing issue and PR. Cheers! -- stage: patch review -> resolved status: open -> closed ___ Python tracker <https://bugs.python.org/i

[issue36523] Add docstring to io.IOBase.writelines

2019-04-21 Thread Marcin Niemira
Marcin Niemira added the comment: Hey, Is there something I can improve in this PR? -- ___ Python tracker <https://bugs.python.org/issue36523> ___ ___ Python-bug

[issue36523] Add docstring to io.IOBase.writelines

2019-04-22 Thread Marcin Niemira
Change by Marcin Niemira : -- pull_requests: +12832 ___ Python tracker <https://bugs.python.org/issue36523> ___ ___ Python-bugs-list mailing list Unsubscribe:

[issue34061] Document sqlite3.NotSupportedError exception

2018-07-07 Thread Marcin Niemira
Change by Marcin Niemira : -- keywords: +patch pull_requests: +7729 stage: needs patch -> patch review ___ Python tracker <https://bugs.python.org/issu

[issue34050] Broken links to "OpenSSL cipher list format" in documentation

2018-07-07 Thread Marcin Niemira
Change by Marcin Niemira : -- keywords: +patch pull_requests: +7730 stage: needs patch -> patch review ___ Python tracker <https://bugs.python.org/issu

[issue34061] Document sqlite3.NotSupportedError exception

2018-07-08 Thread Marcin Niemira
Change by Marcin Niemira : -- pull_requests: +7740 stage: backport needed -> patch review ___ Python tracker <https://bugs.python.org/issue34061> ___ ___ Py

[issue34061] Document sqlite3.NotSupportedError exception

2018-07-08 Thread Marcin Niemira
Change by Marcin Niemira : -- pull_requests: +7741 ___ Python tracker <https://bugs.python.org/issue34061> ___ ___ Python-bugs-list mailing list Unsubscribe:

[issue32281] bdist_rpm fails if no rpm command and rpmbuild is not in /usr/bin or /bin

2018-11-18 Thread Marcin Niemira
Change by Marcin Niemira : -- keywords: +patch pull_requests: +9835 stage: needs patch -> patch review ___ Python tracker <https://bugs.python.org/issu

[issue11122] bdist_rpm should use rpmbuild, not rpm

2018-11-18 Thread Marcin Niemira
Change by Marcin Niemira : -- pull_requests: +9839 ___ Python tracker <https://bugs.python.org/issue11122> ___ ___ Python-bugs-list mailing list Unsubscribe: