[issue28199] Compact dict resizing is doing too much work

2016-10-31 Thread Ned Deily
Ned Deily added the comment: Thanks, Jason, for the heads-up. Serhiy, can you take a look at this quickly? I'm going to hold 360b3 until we have a better idea what's going on. -- priority: normal -> release blocker resolution: fixed -> duplicate stage: resolved ->

[issue28199] Compact dict resizing is doing too much work

2016-10-31 Thread Ned Deily
Ned Deily added the comment: Thanks, Serhiy! Jason, can you verify that there is no longer a 3.6 regression with your tests? -- ___ Python tracker <http://bugs.python.org/issue28

[issue28199] Compact dict resizing is doing too much work

2016-10-31 Thread Ned Deily
Ned Deily added the comment: Excellent, thanks everyone! I'll leave this open for re-evaluation for 3.7. -- priority: release blocker -> resolution: duplicate -> stage: test needed -> needs patch ___ Python tracker <http:

[issue28208] update sqlite to 3.14.2

2016-10-31 Thread Ned Deily
Ned Deily added the comment: [typo in commit message, should be #28208] New changeset 88e3df38d591 by Ned Deily in branch '3.6': Issue #28028: Update OS X installers to use SQLite 3.14.2. https://hg.python.org/cpython/rev/88e3df38d591 --

[issue28028] Convert warnings to SyntaxWarning in parser

2016-10-31 Thread Ned Deily
Changes by Ned Deily : -- Removed message: http://bugs.python.org/msg279836 ___ Python tracker <http://bugs.python.org/issue28028> ___ ___ Python-bugs-list mailin

[issue28208] update sqlite to 3.14.2

2016-10-31 Thread Ned Deily
Ned Deily added the comment: Thanks for the patch, Mariatta! Pushed for release in 3.6.0b3. -- priority: release blocker -> resolution: -> fixed stage: commit review -> resolved status: open -> closed ___ Python tracker <http://

[issue28248] Upgrade installers to OpenSSL 1.0.2j

2016-10-31 Thread Ned Deily
Ned Deily added the comment: Thanks for the patch, Mariatta. Pushed for released in 2.7.13, 3.5.3, and 3.6.0b3. -- priority: release blocker -> resolution: -> fixed stage: patch review -> resolved status: open -> closed ___ Python tr

[issue28600] asyncio: Optimize loop.call_soon

2016-11-03 Thread Ned Deily
Changes by Ned Deily : -- stage: -> commit review ___ Python tracker <http://bugs.python.org/issue28600> ___ ___ Python-bugs-list mailing list Unsubscrib

[issue28611] Syntax error when using raw strings ending with a backslash.

2016-11-04 Thread Ned Deily
Ned Deily added the comment: To expand a bit, the "Python Language Reference" section on "String and Byte Literals" explains: "Even in a raw literal, quotes can be escaped with a backslash, but the backslash remains in the result; for example, r"\""

[issue28616] sys.version_info.releaselevel - 'final' or 'release'

2016-11-04 Thread Ned Deily
Ned Deily added the comment: Thanks for the patch! -- nosy: +ned.deily resolution: -> fixed stage: -> resolved status: open -> closed versions: -Python 3.3, Python 3.4 ___ Python tracker <http://bugs.python.or

[issue28635] Update What's New for 3.6

2016-11-07 Thread Ned Deily
Changes by Ned Deily : -- nosy: +ned.deily ___ Python tracker <http://bugs.python.org/issue28635> ___ ___ Python-bugs-list mailing list Unsubscribe:

[issue28572] IDLE: add tests for config dialog.

2016-11-07 Thread Ned Deily
Ned Deily added the comment: test_idle now fails (macOS 10.12, Tcl/Tk 8.6): test test_idle failed -- Traceback (most recent call last): File "./lib/python3.7/idlelib/idle_test/test_configdialog.py", line 62, in test_font self.assertEqual(changes, expected) AssertionError: Li

[issue28637] Python startup performance regression

2016-11-07 Thread Ned Deily
Ned Deily added the comment: With being this close to release and with two weeks to go until the final beta, it seems a bit premature to immediately revert this without exploring all the alternatives especially since it seems the effects are limited to venvs. In any case, we do need to have

[issue28637] Python startup performance regression

2016-11-07 Thread Ned Deily
Ned Deily added the comment: Please leave this as a "release blocker" until we have had a chance to explore all the options for 3.6.0b4. We may still very well decide that reverting is the least bad option but I don't want to rule out other options without some further investig

[issue28658] MacOsX idle don't run

2016-11-11 Thread Ned Deily
Changes by Ned Deily : -- assignee: -> terry.reedy components: +IDLE nosy: +terry.reedy ___ Python tracker <http://bugs.python.org/issue28658> ___ ___ Python-

[issue28676] On macOS Sierra, warning: implicit declaration of function 'getentropy'

2016-11-12 Thread Ned Deily
Ned Deily added the comment: Thanks for the patch, Gareth! Pushed for release in 2.7.13, 3.5.3, 3.6.0b4, and 3.7.0. -- resolution: -> fixed stage: -> resolved status: open -> closed versions: +Python 2.7, Python 3.5, Python 3.6 ___ Pytho

[issue28635] Update What's New for 3.6

2016-11-12 Thread Ned Deily
Ned Deily added the comment: There are now a few markup errors that the Docs buildbots are catching. See, for example: http://buildbot.python.org/all/builders/Docs%203.x/builds/2849 -- ___ Python tracker <http://bugs.python.org/issue28

[issue24379] Add operator.subscript as a convenience for creating slices

2016-11-13 Thread Ned Deily
Ned Deily added the comment: I don't think this is appropriate for 3.6 now. We're a little more than 4 weeks from the final release - way past the feature code cut-off - and, from the comments here, there is no longer a total consensus that this feature should go back in at all a

[issue28712] Non-Windows mappings for a couple of Windows code pages

2016-11-16 Thread Ned Deily
Ned Deily added the comment: I'm not qualified to offer a technical opinion on Windows matters like this so, for 3.6, I leave it to your discretion, Steve. If you do decide to push this change, please do so before 3.6.0b4 on Monday. -- ___ P

[issue28720] Add collections.abc.AsyncGenerator

2016-11-16 Thread Ned Deily
Ned Deily added the comment: OK for 3.6.0b4 -- ___ Python tracker <http://bugs.python.org/issue28720> ___ ___ Python-bugs-list mailing list Unsubscribe:

[issue28739] PEP 498: docstrings as f-strings

2016-11-18 Thread Ned Deily
Ned Deily added the comment: Since this was previously discussed and rejected (in Issue25179), I don't think we should revisit this now for 3.6, other than potentially a documentation tweak. -- nosy: +ned.deily versions: -Python 3.6 ___ P

[issue28747] Expose SSL_CTX_set_cert_verify_callback

2016-11-20 Thread Ned Deily
Ned Deily added the comment: With the patch (_2), clang (and gcc 4.2) on macOS warn: ./Modules/_ssl.c:3968:7: warning: assigning to 'unsigned char *' from 'char *' converts between pointers to integer types with different sign [-Wpointer-sign] p = PyByte

[issue28747] Expose SSL_CTX_set_cert_verify_callback

2016-11-20 Thread Ned Deily
Ned Deily added the comment: And, as it stands, the tests fail (at least on macOS): == ERROR: test_set_cert_verify_callback (test.test_ssl.SimpleBackgroundTests

[issue28747] Expose SSL_CTX_set_cert_verify_callback

2016-11-20 Thread Ned Deily
Ned Deily added the comment: We are two weeks from producing the release candidate for 3.6.0. I don't think we should be rushing to add a new security-critical API which, IIUC, won't be used in the initial release anyway. Let's target it for 3.7 after proper review and the

[issue28032] --with-lto builds segfault in many situations

2016-11-20 Thread Ned Deily
Ned Deily added the comment: For 3.6 at least, there are still mentions of --with-optimizations in Doc/whatsnew/3.6.rst and README. -- ___ Python tracker <http://bugs.python.org/issue28

[issue28752] datetime object fails to restore from reduction

2016-11-21 Thread Ned Deily
Ned Deily added the comment: If you can push this in the next hour or two, it can still make b4. -- ___ Python tracker <http://bugs.python.org/issue28752> ___ ___

[issue28757] Installation Failure

2016-11-22 Thread Ned Deily
Ned Deily added the comment: Just FYI, older python.org installer downloads for macOS, such as those provided for Python 3.2.x, used a now-obsolete installation package format that is no longer supported by the macOS installer app. Those installer downloads have file names that end with .dmg

<    65   66   67   68   69   70