[issue33582] formatargspec deprecated but does nto emit DeprecationWarning.

2018-06-11 Thread Ned Deily
Ned Deily added the comment: Thanks for the PR, Matthias, and thanks for shepherding this, Tal. Merged for 3.7.0rc1 (I don't think it is appropriate to backport to earlier releases.) -- resolution: -> fixed stage: patch review -> resolved status: open -> closed

[issue33482] codecs.StreamRecoder.writelines is broken

2018-06-11 Thread Guido van Rossum
Guido van Rossum added the comment: LGTM. Though sad there's no test that caught this. Could you add one. -- nosy: +gvanrossum ___ Python tracker ___ _

[issue1529353] Squeezer - squeeze large output in the interpreter

2018-06-11 Thread Terry J. Reedy
Terry J. Reedy added the comment: Cheryl, if you have time to try out PR 7626, I am curious what you think, as a user. A short doc draft is 2 posts above. -- nosy: +cheryl.sabella ___ Python tracker

[issue33656] IDLE: Turn on DPI awareness on Windows

2018-06-11 Thread Terry J. Reedy
Terry J. Reedy added the comment: New changeset 4b704f29f5a0b6f6d7bd67468ed004bd3a96855d by Terry Jan Reedy in branch 'master': bpo-33656: Mention color in idlelib/NEWS.txt entry. (#7646) https://github.com/python/cpython/commit/4b704f29f5a0b6f6d7bd67468ed004bd3a96855d -- _

[issue33656] IDLE: Turn on DPI awareness on Windows

2018-06-11 Thread miss-islington
Change by miss-islington : -- pull_requests: +7266 stage: resolved -> patch review ___ Python tracker ___ ___ Python-bugs-list maili

[issue33656] IDLE: Turn on DPI awareness on Windows

2018-06-11 Thread miss-islington
Change by miss-islington : -- pull_requests: +7267 ___ Python tracker ___ ___ Python-bugs-list mailing list Unsubscribe: https://ma

[issue33656] IDLE: Turn on DPI awareness on Windows

2018-06-11 Thread Terry J. Reedy
Terry J. Reedy added the comment: New changeset 6530577e29a9679c7e4c7ba7adf1c02393d2ad13 by Terry Jan Reedy (Miss Islington (bot)) in branch '3.7': bpo-33656: Mention color in idlelib/NEWS.txt entry. (GH-7646) (GH-7647) https://github.com/python/cpython/commit/6530577e29a9679c7e4c7ba7adf1c023

[issue33840] connection limit on listening socket in asyncio

2018-06-11 Thread Lisa Guo
New submission from Lisa Guo : I'd like to re-open the discussion on pause_server/resume_server that's been discussed here: https://groups.google.com/forum/?utm_source=digest&utm_medium=email#!topic/python-tulip/btGHbh5kUUM with PR: https://github.com/python/asyncio/pull/448 We would like t

[issue33656] IDLE: Turn on DPI awareness on Windows

2018-06-11 Thread miss-islington
miss-islington added the comment: New changeset 2023eafd9a0554823cab5adf5a1b116d7984db98 by Miss Islington (bot) in branch '3.6': bpo-33656: Mention color in idlelib/NEWS.txt entry. (GH-7646) https://github.com/python/cpython/commit/2023eafd9a0554823cab5adf5a1b116d7984db98 -- _

[issue33656] IDLE: Turn on DPI awareness on Windows

2018-06-11 Thread Terry J. Reedy
Change by Terry J. Reedy : -- stage: patch review -> resolved status: open -> closed ___ Python tracker ___ ___ Python-bugs-list mai

[issue33482] codecs.StreamRecoder.writelines is broken

2018-06-11 Thread Serhiy Storchaka
Change by Serhiy Storchaka : -- stage: patch review -> test needed ___ Python tracker ___ ___ Python-bugs-list mailing list Unsubscr

[issue33840] connection limit on listening socket in asyncio

2018-06-11 Thread Yury Selivanov
Yury Selivanov added the comment: Do other frameworks (Tornado, Twisted, libuv/nodejs) have this functionality? -- ___ Python tracker ___ _

[issue31432] Documention for CERT_OPTIONAL is misleading

2018-06-11 Thread Ned Deily
Ned Deily added the comment: New changeset ef24b6c54d40e7820456873a6eab6ef57d2bd0db by Ned Deily (Christian Heimes) in branch 'master': bpo-31432: Clarify ssl CERT_NONE/OPTIONAL/REQUIRED docs. (GH-3530) https://github.com/python/cpython/commit/ef24b6c54d40e7820456873a6eab6ef57d2bd0db --

[issue31432] Documention for CERT_OPTIONAL is misleading

2018-06-11 Thread miss-islington
Change by miss-islington : -- pull_requests: +7268 ___ Python tracker ___ ___ Python-bugs-list mailing list Unsubscribe: https://ma

[issue31432] Documention for CERT_OPTIONAL is misleading

2018-06-11 Thread Ned Deily
Ned Deily added the comment: New changeset a5db479ac4cdcc0d94ec1d7a594720a651d90433 by Ned Deily (Miss Islington (bot)) in branch '3.7': bpo-31432: Clarify ssl CERT_NONE/OPTIONAL/REQUIRED docs. (GH-3530) (GH-7649) https://github.com/python/cpython/commit/a5db479ac4cdcc0d94ec1d7a594720a651d904

[issue31432] Documention for CERT_OPTIONAL is misleading

2018-06-11 Thread Ned Deily
Change by Ned Deily : -- pull_requests: +7269 ___ Python tracker ___ ___ Python-bugs-list mailing list Unsubscribe: https://mail.py

[issue31432] Documention for CERT_OPTIONAL is misleading

2018-06-11 Thread Ned Deily
Ned Deily added the comment: New changeset 4531ec74c4a9c8e15ee2bdec11b12796ce000f6f by Ned Deily in branch 'master': bpo-31432: Revert unrelated code changes to _ssl.c and test_ssl (GH-7650) https://github.com/python/cpython/commit/4531ec74c4a9c8e15ee2bdec11b12796ce000f6f -- __

[issue1529353] Squeezer - squeeze large output in the interpreter

2018-06-11 Thread Cheryl Sabella
Cheryl Sabella added the comment: Thanks for the PR, Tal. I've started looking at it and I have just a few initial observations: 1. Serhiy's msg211068 still happens. I tried his example of print('a'*100). There was a noticeable delay before the button was created, then a button with

[issue31432] Documention for CERT_OPTIONAL is misleading

2018-06-11 Thread miss-islington
Change by miss-islington : -- pull_requests: +7270 ___ Python tracker ___ ___ Python-bugs-list mailing list Unsubscribe: https://ma

[issue33831] Make htmlview work in make.bat

2018-06-11 Thread Andrés Delfino
Andrés Delfino added the comment: Thanks, Steve! -- resolution: -> fixed stage: patch review -> resolved status: open -> closed ___ Python tracker ___

[issue31432] Documention for CERT_OPTIONAL is misleading

2018-06-11 Thread Ned Deily
Ned Deily added the comment: New changeset 42198571c586e0dc56836b79329f94952b1975bb by Ned Deily (Miss Islington (bot)) in branch '3.7': bpo-31432: Revert unrelated code changes to _ssl.c and test_ssl (GH-7650) (GH-7651) https://github.com/python/cpython/commit/42198571c586e0dc56836b79329f94

[issue31432] Documention for CERT_OPTIONAL is misleading

2018-06-11 Thread Ned Deily
Change by Ned Deily : -- pull_requests: +7271 ___ Python tracker ___ ___ Python-bugs-list mailing list Unsubscribe: https://mail.py

[issue31432] Documention for CERT_OPTIONAL is misleading

2018-06-11 Thread Ned Deily
Ned Deily added the comment: New changeset e25757408dc22561af9f9589c2c7e2a2fbb66ee4 by Ned Deily in branch '3.6': bpo-31432: Clarify ssl CERT_NONE/OPTIONAL/REQUIRED docs. (GH-3530) (GH-7652) https://github.com/python/cpython/commit/e25757408dc22561af9f9589c2c7e2a2fbb66ee4 -- __

[issue33582] formatargspec deprecated but does not emit DeprecationWarning.

2018-06-11 Thread Zackery Spytz
Change by Zackery Spytz : -- nosy: +ZackerySpytz title: formatargspec deprecated but does nto emit DeprecationWarning. -> formatargspec deprecated but does not emit DeprecationWarning. ___ Python tracker ___

[issue33582] formatargspec deprecated but does not emit DeprecationWarning.

2018-06-11 Thread Zackery Spytz
Change by Zackery Spytz : -- pull_requests: +7272 ___ Python tracker ___ ___ Python-bugs-list mailing list Unsubscribe: https://mai

[issue25612] nested try..excepts don't work correctly for generators

2018-06-11 Thread Ned Deily
Change by Ned Deily : -- pull_requests: +7273 ___ Python tracker ___ ___ Python-bugs-list mailing list Unsubscribe: https://mail.py

[issue33582] formatargspec deprecated but does not emit DeprecationWarning.

2018-06-11 Thread Ned Deily
Ned Deily added the comment: New changeset 41254ebd5e4f40a2e095d8aaea60bf3973de4647 by Ned Deily (Zackery Spytz) in branch 'master': bpo-33582: Remove duplicate space in inspect.formatargspec() deprecation warning (GH-7655) https://github.com/python/cpython/commit/41254ebd5e4f40a2e095d8aaea6

[issue33582] formatargspec deprecated but does not emit DeprecationWarning.

2018-06-11 Thread miss-islington
Change by miss-islington : -- pull_requests: +7274 ___ Python tracker ___ ___ Python-bugs-list mailing list Unsubscribe: https://ma

[issue25612] nested try..excepts don't work correctly for generators

2018-06-11 Thread Ned Deily
Ned Deily added the comment: New changeset 04290cb9945eca1a97f6924495256c15f29fab41 by Ned Deily in branch 'master': bpo-25612: Add minimal What's New in 3.7 entry (GH-7656) https://github.com/python/cpython/commit/04290cb9945eca1a97f6924495256c15f29fab41 -- ___

[issue25612] nested try..excepts don't work correctly for generators

2018-06-11 Thread miss-islington
Change by miss-islington : -- pull_requests: +7275 ___ Python tracker ___ ___ Python-bugs-list mailing list Unsubscribe: https://ma

[issue33582] formatargspec deprecated but does not emit DeprecationWarning.

2018-06-11 Thread Ned Deily
Ned Deily added the comment: New changeset 8379b70be2c0a9e3f11cdb694a8faaf5763f99ed by Ned Deily (Miss Islington (bot)) in branch '3.7': bpo-33582: Remove duplicate space in inspect.formatargspec() deprecation warning (GH-7655) (GH-7657) https://github.com/python/cpython/commit/8379b70be2c0a

[issue25612] nested try..excepts don't work correctly for generators

2018-06-11 Thread Ned Deily
Ned Deily added the comment: New changeset ef5f4ba96e05f61ad3baca502012085f31e99342 by Ned Deily (Miss Islington (bot)) in branch '3.7': bpo-25612: Add minimal What's New in 3.7 entry (GH-7656) (GH-7658) https://github.com/python/cpython/commit/ef5f4ba96e05f61ad3baca502012085f31e99342 -

[issue25612] nested try..excepts don't work correctly for generators

2018-06-11 Thread Ned Deily
Ned Deily added the comment: P.S. I added a very minimal What's New in 3.7 entry for this change since it has affected some downline projects. I just copied the NEWS entry. Feel free to expand it and/or move it to a better location in the file. -- _

[issue33656] IDLE: Turn on DPI awareness on Windows

2018-06-11 Thread Serhiy Storchaka
Serhiy Storchaka added the comment: I can't test on multiple monitors, but I tested on a single HiDPI monitor. With 1 it looks much better than with 0. With 2 it looks the same as with 1 on HiDPI, but doesn't scale well after changing the resolution of the display. I suppose there are the sa

[issue33827] Generators with lru_cache can be non-intuituve

2018-06-11 Thread Raymond Hettinger
Raymond Hettinger added the comment: Serhiy is correct. In general, there is no way to detect when someone is caching something that should be cached (i.e. impure functions). -- resolution: -> not a bug stage: -> resolved status: open -> closed

[issue27397] email.message.Message.get_payload(decode=True) raises AssertionError that "should never happen"

2018-06-11 Thread Tal Einat
Tal Einat added the comment: I ended up fixing this independently of #33770. AFAIK this should just work with 3.6. -- ___ Python tracker ___ _

[issue33841] lock not released in threading.Condition

2018-06-11 Thread Lev Maximov
New submission from Lev Maximov : In `Condition.wait()` the `waiter` lock gets acquired twice, but is released only once (both in timeout and no timeout cases). Is it intentional? -- components: Library (Lib) messages: 319365 nosy: lev.maximov priority: normal severity: normal status:

[issue25612] nested try..excepts don't work correctly for generators

2018-06-11 Thread Serhiy Storchaka
Serhiy Storchaka added the comment: This change was in top5 breaking changes for 3.7. It broke many projects that use Cython until they upgraded Cython to the version that supports 3.7. -- ___ Python tracker __

<    1   2