[issue24400] Awaitable ABC incompatible with functools.singledispatch

2015-07-03 Thread Nick Coghlan
Nick Coghlan added the comment: My hypothetical "operator.getfuture()" would be a functional spelling of "what an await expression does to retrieve a future from an awaitable object". Whether that's actually useful is an open question, hence deferring the idea to 3.6 at the earliest :)

[issue24525] [doc] missing word

2015-07-03 Thread Roundup Robot
Roundup Robot added the comment: New changeset 25985b0c4dbf by Terry Jan Reedy in branch '2.7': Issue #24525: Add missing word. Patch by Vincent Legoll. https://hg.python.org/cpython/rev/25985b0c4dbf -- nosy: +python-dev ___ Python tracker

[issue24525] [doc] missing word

2015-07-03 Thread Terry J. Reedy
Terry J. Reedy added the comment: Fix is to 2.7 specific note about not using stuff not exposed in 3.x. -- nosy: +terry.reedy resolution: -> fixed stage: -> resolved status: open -> closed type: enhancement -> behavior ___ Python tracker

[issue24563] Encoding declaration: doc supported encodings

2015-07-03 Thread Terry J. Reedy
New submission from Terry J. Reedy: The source .rst for has at the end: .. XXX there should be a list of supported encodings. While I believe this is impractical, there could be a link to https://docs.python.org/3

[issue24531] please document that no code preceding encoding declaration is allowed

2015-07-03 Thread Terry J. Reedy
Terry J. Reedy added the comment: I moved the existing comment-only sentence to the first paragraph, where I strongly believe it belongs, and added a second about the first. (PS I opened #24563 to address the xxx visible in the patch.) -- keywords: +patch nosy: +terry.reedy stage: need

[issue11245] Implementation of IMAP IDLE in imaplib?

2015-07-03 Thread R. David Murray
R. David Murray added the comment: Thanks, Piers! Sorry for dropping off the map on this, I've been busy. I'll post to python-dev about this and see how the community would like to proceed. -- ___ Python tracker

[issue11245] Implementation of IMAP IDLE in imaplib?

2015-07-03 Thread R. David Murray
R. David Murray added the comment: By the way, the pierslauder id points to 'pierslau...@users.sourceforge.net'. -- ___ Python tracker ___ ___

[issue24553] improve test coverage for subinterpreters

2015-07-03 Thread Eric Snow
Eric Snow added the comment: Now I'm wondering what further test coverage we really need... -- status: open -> pending ___ Python tracker ___

[issue22810] tkinter: "alloc: invalid block:" after askopenfilename

2015-07-03 Thread Serhiy Storchaka
Changes by Serhiy Storchaka : -- type: enhancement -> crash ___ Python tracker ___ ___ Python-bugs-list mailing list Unsubscribe: htt

[issue24553] improve test coverage for subinterpreters

2015-07-03 Thread Nick Coghlan
Nick Coghlan added the comment: Sorry about the misleading reference to tracemalloc in my email - it was actually test_atexit I was debugging in the PEP 432 branch. tracemalloc only came up in that context because test.support.run_in_subinterp() automatically skips subinterpreter tests when tr

[issue14458] Non-admin installation fails

2015-07-03 Thread Mark Mikofski
Mark Mikofski added the comment: Anyone still following this issue, as I posted in issue22516, there is an embeddable zipped version of Python-2.7.X built from source using the PCbuild batch files and vc90 toolset for both x86 and x64 called Python Bootstrap: http://breakingbytes.alwaysdata.ne

[issue24432] Upgrade windows builds to use OpenSSL 1.0.2c

2015-07-03 Thread Roundup Robot
Roundup Robot added the comment: New changeset 695bbbaf2478 by Ned Deily in branch '2.7': Issue #24432: Update OS X 10.5+ installer builds to use OpenSSL 1.0.2c. https://hg.python.org/cpython/rev/695bbbaf2478 New changeset 4b52fce3753d by Ned Deily in branch '3.4': Issue #24432: Update OS X 10.5

<    1   2