[issue31116] base85 z85 variant encoding

2022-01-14 Thread Matan Perelman
Change by Matan Perelman : -- keywords: +patch nosy: +matan1008 nosy_count: 3.0 -> 4.0 pull_requests: +28796 stage: -> patch review pull_request: https://github.com/python/cpython/pull/30598 ___ Python tracker <https://bugs.python.org/i

[issue46252] SSLWantReadError causes _SelectorSocketTransport to close

2022-01-03 Thread Matan Perelman
Change by Matan Perelman : -- keywords: +patch pull_requests: +28593 stage: -> patch review pull_request: https://github.com/python/cpython/pull/30385 ___ Python tracker <https://bugs.python.org/issu

[issue46252] SSLWantReadError causes _SelectorSocketTransport to close

2022-01-03 Thread Matan Perelman
Change by Matan Perelman : -- assignee: christian.heimes components: SSL, asyncio nosy: asvetlov, christian.heimes, matan1008, yselivanov priority: normal severity: normal status: open title: SSLWantReadError causes _SelectorSocketTransport to close type: behavior versions: Python 3.10

[issue42853] `OverflowError: signed integer is greater than maximum` in ssl.py for files larger than 2GB

2021-06-24 Thread Matan Perelman
Matan Perelman added the comment: A bit of extra context to save clicking through: the PR which introduced the regression: https://github.com/python/cpython/pull/12698 and the bug: https://bugs.python.org/issue36050 Maybe some people have context about why we couldn't just roll back

[issue42112] ZipFIle.write remove slash at the beginning of member's path

2020-10-21 Thread Matan Perelman
Change by Matan Perelman : -- keywords: +patch pull_requests: +21813 stage: -> patch review pull_request: https://github.com/python/cpython/pull/22871 ___ Python tracker <https://bugs.python.org/issu

[issue42112] ZipFIle.write remove slash at the beginning of member's path

2020-10-21 Thread Matan Perelman
Change by Matan Perelman : -- components: Library (Lib) nosy: matan1008 priority: normal severity: normal status: open title: ZipFIle.write remove slash at the beginning of member's path type: behavior versions: Python 3.9 ___ Python tracker <ht