Re: [Python-Dev] Needed reviews

2015-03-27 Thread Serhiy Storchaka
On 27.03.15 02:16, Victor Stinner wrote: 2015-03-19 10:28 GMT+01:00 Serhiy Storchaka : https://bugs.python.org/issue23502 Tkinter doesn't support large integers (out of 32-bit range) closed (note: the title was different, "pprint: added support for mapping proxy") My fault. The correc

Re: [Python-Dev] Needed reviews

2015-03-26 Thread Victor Stinner
2015-03-19 10:28 GMT+01:00 Serhiy Storchaka : > https://bugs.python.org/issue23681 > Have -b warn when directly comparing ints and bytes closed > https://bugs.python.org/issue23676 > Add support of UnicodeTranslateError in standard error handlers commented > https://bugs.python.org/issu

Re: [Python-Dev] Needed reviews

2015-03-22 Thread Nick Coghlan
On 22 Mar 2015 19:22, "Serhiy Storchaka" wrote: > > On 21.03.15 13:46, Nick Coghlan wrote: >> >> On 19 March 2015 at 19:28, Serhiy Storchaka wrote: >>> >>> Here is list of my ready for review patches. It is incomplete and contains >>> only patches for which I don't expect objections or long disc

Re: [Python-Dev] Needed reviews

2015-03-22 Thread Serhiy Storchaka
On 21.03.15 13:46, Nick Coghlan wrote: On 19 March 2015 at 19:28, Serhiy Storchaka wrote: Here is list of my ready for review patches. It is incomplete and contains only patches for which I don't expect objections or long discussion. Most of them are relative easy and need only formal review.

Re: [Python-Dev] Needed reviews

2015-03-21 Thread Nick Coghlan
On 19 March 2015 at 19:28, Serhiy Storchaka wrote: > Here is list of my ready for review patches. It is incomplete and contains > only patches for which I don't expect objections or long discussion. Most > of them are relative easy and need only formal review. Most of them wait > for a review m

[Python-Dev] Needed reviews

2015-03-19 Thread Serhiy Storchaka
Here is list of my ready for review patches. It is incomplete and contains only patches for which I don't expect objections or long discussion. Most of them are relative easy and need only formal review. Most of them wait for a review many months. https://bugs.python.org/issue23681 Hav