[issue33921] Explain that '' can be used to bind to all interfaces for the AF_INET address family in the docs

2018-06-22 Thread Ned Deily
Ned Deily added the comment: John, since you raised the issue, would you like to provide a doc PR? -- keywords: +easy nosy: +ned.deily stage: -> needs patch versions: -Python 3.5 ___ Python tracker <https://bugs.python.org/issu

[issue33923] py.ini cannot set 32/64bits for specific version

2018-06-22 Thread Ned Deily
Change by Ned Deily : -- components: +Windows nosy: +paul.moore, steve.dower, tim.golden, zach.ware versions: +Python 3.8 ___ Python tracker <https://bugs.python.org/issue33

[issue33927] Allow json.tool to have identical infile and outfile

2018-06-22 Thread Ned Deily
Change by Ned Deily : -- nosy: +ezio.melotti, rhettinger ___ Python tracker <https://bugs.python.org/issue33927> ___ ___ Python-bugs-list mailing list Unsub

[issue33934] locale.getlocale() seems wrong when the locale is yet unset (python3 on linux)

2018-06-22 Thread Ned Deily
Ned Deily added the comment: Can you say on which Linux platform/release you see this behavior and with which Python 3.6.3, i.e. from the platform distributor or built yourself? If I understand your concern correctly, I cannot reproduce that behavior on a current Debian test system using

[issue33940] datetime.strptime have no directive to convert date values with Era and Time Zone name

2018-06-22 Thread Ned Deily
Change by Ned Deily : -- nosy: +belopolsky, lemburg ___ Python tracker <https://bugs.python.org/issue33940> ___ ___ Python-bugs-list mailing list Unsubscribe:

[issue33941] datetime.strptime not able to recognize invalid date formats

2018-06-22 Thread Ned Deily
Change by Ned Deily : -- nosy: +belopolsky ___ Python tracker <https://bugs.python.org/issue33941> ___ ___ Python-bugs-list mailing list Unsubscribe:

[issue33940] datetime.strptime have no directive to convert date values with Era and Time Zone name

2018-06-22 Thread Ned Deily
Change by Ned Deily : -- nosy: -lemburg ___ Python tracker <https://bugs.python.org/issue33940> ___ ___ Python-bugs-list mailing list Unsubscribe:

[issue33943] doc Add references to logging.basicConfig

2018-06-22 Thread Ned Deily
Change by Ned Deily : -- nosy: +vinay.sajip ___ Python tracker <https://bugs.python.org/issue33943> ___ ___ Python-bugs-list mailing list Unsubscribe:

[issue33877] doc Mention Windows along UNIX for script running instructions

2018-06-22 Thread Ned Deily
Ned Deily added the comment: The statement is true for macOS (note macOS is the correct current styling per Apple); in general, macOS is a UNIX platform as far as Python is concerned. So, yes, it appears the documentation there could be simplified by eliminating the platform distinction

[issue27780] memory leaks in pgen build step abort build with address sanitizer enabled

2018-06-22 Thread Ned Deily
Ned Deily added the comment: Thanks, Zackery. @Benjamin, any opinion about a need for a 2.7 backport? Otherwise, it sounds like this can be closed. -- nosy: +benjamin.peterson ___ Python tracker <https://bugs.python.org/issue27

[issue32933] mock_open does not support iteration around text files.

2018-06-22 Thread Ned Deily
Ned Deily added the comment: Anthony's PR is awaiting merge. Although Yury has reviewed it, as the core developers mocktest experts, it would be good if Michael and/or Robert could also take a look. -- nosy: +ned.deily ___ Python tracker &

[issue30411] git doesn't support "-C" args under 1.8.5 occurs in configure.ac

2018-06-22 Thread Ned Deily
Ned Deily added the comment: Thanks for the PR. I agree with Xiang Zhang that using --git-dir appears to be a better solution. See other review comments on the PR. -- ___ Python tracker <https://bugs.python.org/issue30

[issue33934] locale.getlocale() seems wrong when the locale is yet unset (python3 on linux)

2018-06-23 Thread Ned Deily
Ned Deily added the comment: Thanks for the more detailed explanation. I think you are right that the behavior does not match the documentation but which is to be preferred does not necessarily have an easy answer. Also, this whole area has been undergoing revision, for example, with new

[issue33948] doc truncated lines in PDF

2018-06-23 Thread Ned Deily
Ned Deily added the comment: Can you say from which URL you downloaded the PDF (assuming you didn't build it yourself)? -- nosy: +ned.deily ___ Python tracker <https://bugs.python.org/is

[issue33948] doc truncated lines in PDF

2018-06-23 Thread Ned Deily
Change by Ned Deily : -- nosy: +mdk ___ Python tracker <https://bugs.python.org/issue33948> ___ ___ Python-bugs-list mailing list Unsubscribe: https://mail.pyth

[issue33851] 3.7 regression: ast.get_docstring() for a node that lacks a docstring

2018-06-23 Thread Ned Deily
Ned Deily added the comment: @mgedmin, Just to be certain, are you able to verify that the change in PR 7701 fixes the problem you see with 3.7.0rc1? -- ___ Python tracker <https://bugs.python.org/issue33

[issue33963] IDLE macosx: add tests.

2018-06-25 Thread Ned Deily
Ned Deily added the comment: > Would this affect any of the installation adjustments? I don't think so but there's one way to be sure :) If you merge your changes to master, we can doublecheck before backporting them. > Is the windowing type determined by the hardware,

[issue33917] Fix and document idlelib/idle_test/template.py

2018-06-26 Thread Ned Deily
Ned Deily added the comment: FTR, the problem change was merged/backported after 3.7.0rc1 and 3.6.6rc1 so doko must have been working from a development branch and not a release tag. The original and its fix will first be officially released in 3.7.1 and 3.6.7 so there's really no nee

[issue29514] Add a test case that prevents magic number changes in minor releases

2018-06-26 Thread Ned Deily
Ned Deily added the comment: New changeset e7d3cccd8e0da93a15ca80f4b6aac2ca3435fd06 by Ned Deily in branch 'master': bpo-29514: Make magic number test work for candidates https://github.com/python/cpython/commit/e7d3cccd8e0da93a15ca80f4b6aac2ca3435fd06 -- nosy:

[issue29514] Add a test case that prevents magic number changes in minor releases

2018-06-26 Thread Ned Deily
Ned Deily added the comment: New changeset 8511b448a55929f15aa5730c9e30cbb654978ea4 by Ned Deily in branch '3.7': bpo-29514: Make magic number test work for candidates https://github.com/python/cpython/commit/8511b448a55929f15aa5730c9e30cb

[issue29514] Add a test case that prevents magic number changes in minor releases

2018-06-26 Thread Ned Deily
Change by Ned Deily : -- pull_requests: +7554 ___ Python tracker <https://bugs.python.org/issue29514> ___ ___ Python-bugs-list mailing list Unsubscribe:

[issue29514] Add a test case that prevents magic number changes in minor releases

2018-06-26 Thread Ned Deily
Change by Ned Deily : -- pull_requests: +7555 ___ Python tracker <https://bugs.python.org/issue29514> ___ ___ Python-bugs-list mailing list Unsubscribe:

[issue29514] Add a test case that prevents magic number changes in minor releases

2018-06-26 Thread Ned Deily
Ned Deily added the comment: New changeset f79386f669c22199e3ce99cfba2e5945c73beb47 by Ned Deily in branch '2.7': bpo-29514: Make magic number test work for candidates (GH-7946) https://github.com/python/cpython/commit/f79386f669c22199e3ce99cfba2e59

[issue29514] Add a test case that prevents magic number changes in minor releases

2018-06-26 Thread Ned Deily
Ned Deily added the comment: New changeset 57389dbaa897fadc97de78af67d5e555e28be60b by Ned Deily in branch '3.6': bpo-29514: Make magic number test work for candidates (GH-7945) https://github.com/python/cpython/commit/57389dbaa897fadc97de78af67d5e5

[issue31647] asyncio: StreamWriter write_eof() after close raises mysterious AttributeError

2018-06-27 Thread Ned Deily
Ned Deily added the comment: New changeset 4a8b037d2b9c7199890bc5a01b3a40687a5ce2b1 by Ned Deily (twisteroid ambassador) in branch 'master': bpo-31647: Fix bpo typo in NEWS entry. (GH-7964) https://github.com/python/cpython/commit/4a8b037d2b9c7199890bc5a01b3a40

[issue31647] asyncio: StreamWriter write_eof() after close raises mysterious AttributeError

2018-06-27 Thread Ned Deily
Ned Deily added the comment: New changeset 28c6b94f26661aa6f2bf7d885332c66c85ae4c95 by Ned Deily in branch '3.6': Fix NEWS entry for bpo-31647 https://github.com/python/cpython/commit/28c6b94f26661aa6f2bf7d885332c66c85ae4c95 --

[issue33851] 3.7 regression: ast.get_docstring() for a node that lacks a docstring

2018-06-27 Thread Ned Deily
Ned Deily added the comment: New changeset 235d0fb93cb456701ce24fad2bc307e9f0312d73 by Ned Deily (Miss Islington (bot)) in branch '3.7': bpo-33851: Fix ast.get_docstring() for a node that lacks a docstring. (GH-7682) https://github.com/python/cpyt

[issue33932] Calling Py_Initialize() twice now triggers a fatal error (Python 3.7)

2018-06-27 Thread Ned Deily
Ned Deily added the comment: New changeset b940921a67fa33e8c8812aa3b7746161c2552c1d by Ned Deily (Miss Islington (bot)) in branch '3.7': bpo-33932: Calling Py_Initialize() twice does nothing (GH-7845) https://github.com/python/cpython/commit/b940921a67fa33e8c8812aa3b77461

[issue29514] Add a test case that prevents magic number changes in minor releases

2018-06-27 Thread Ned Deily
Ned Deily added the comment: New changeset 828351716ec436bfa174cfdb33def7ee7c0d2e63 by Ned Deily in branch '3.7': bpo-29514: Make magic number test work for candidates https://github.com/python/cpython/commit/828351716ec436bfa174cfdb33def7

[issue33851] 3.7 regression: ast.get_docstring() for a node that lacks a docstring

2018-06-27 Thread Ned Deily
Ned Deily added the comment: Fixed in 3.7.0. Thanks, everyone! -- priority: release blocker -> resolution: -> fixed stage: patch review -> resolved status: open -> closed ___ Python tracker <https://bugs.python

[issue33932] Calling Py_Initialize() twice now triggers a fatal error (Python 3.7)

2018-06-27 Thread Ned Deily
Ned Deily added the comment: Fixed in 3.7.0. Thanks, everyone! -- priority: release blocker -> resolution: -> fixed status: open -> closed ___ Python tracker <https://bugs.python.or

[issue33719] Test failures on Python 3.7 beta 5 and Windows 10

2018-06-27 Thread Ned Deily
Change by Ned Deily : -- nosy: +paul.moore, steve.dower, tim.golden, zach.ware ___ Python tracker <https://bugs.python.org/issue33719> ___ ___ Python-bugs-list m

[issue31647] asyncio: StreamWriter write_eof() after close raises mysterious AttributeError

2018-06-28 Thread Ned Deily
Ned Deily added the comment: New changeset 0c5918f6f4f113e0c245feac31d00ded29985cce by Ned Deily in branch '3.7': Fix NEWS entry for bpo-31647 https://github.com/python/cpython/commit/0c5918f6f4f113e0c245feac31d00ded29985cce --

[issue34006] Windows HTML Help (chm) has fixed line length

2018-06-30 Thread Ned Deily
Ned Deily added the comment: nosying Julien -- nosy: +mdk, ned.deily ___ Python tracker <https://bugs.python.org/issue34006> ___ ___ Python-bugs-list mailin

[issue34022] Python 3.7: 6 tests failed on OpenSUSE

2018-07-02 Thread Ned Deily
Change by Ned Deily : -- nosy: +doko ___ Python tracker <https://bugs.python.org/issue34022> ___ ___ Python-bugs-list mailing list Unsubscribe: https://mail.pyth

[issue34024] Builtin types take no keyword arguments anymore

2018-07-02 Thread Ned Deily
Ned Deily added the comment: Alas, it's not a bug. That was a deliberate change (see https://bugs.python.org/issue29695 for the discussion leading up to the change) and is documented in the "What's New in 3.7" document here: https://docs.python.org/3.7/whatsnew/3.7.

[issue34027] python 3.7 openpty/forkpty build failure on macOS

2018-07-02 Thread Ned Deily
Change by Ned Deily : -- components: +macOS nosy: +ned.deily, ronaldoussoren ___ Python tracker <https://bugs.python.org/issue34027> ___ ___ Python-bugs-list m

[issue34027] python 3.7 openpty/forkpty build failure on macOS

2018-07-02 Thread Ned Deily
Ned Deily added the comment: I don't see this build failure. Can you say where you find libutil.h installed on macOS and what version of macOS this is? It doesn't seem to be part of the standard Apple-supplied /usr/include header files installed by xcode-select --install for m

[issue34027] python 3.7 openpty/forkpty build failure on macOS

2018-07-02 Thread Ned Deily
Ned Deily added the comment: Even on macOS 10.11.6, libutil.h is not installed and posixmodule.c builds just fine. So I don't think that the presence of something in opensource.apple.com necessarily means it was installed in place in a standard system. I'm not saying yet that we

[issue34027] python 3.7 openpty/forkpty build failure on macOS

2018-07-02 Thread Ned Deily
Ned Deily added the comment: It's failing in 3.7 because of the change introduced in Issue27659 to prohibit implicit C function declarations by adding the -Werror=implicit-function-declaration to compiles. -- ___ Python tracker &

[issue34027] python 3.7 openpty/forkpty build failure using nix package manager macOS environment

2018-07-02 Thread Ned Deily
Ned Deily added the comment: Thanks for the suggested patch but I am not persuaded that there is a problem needing fixing on the Python side. As I see it, Python's posixmodule builds fine in the environments we claim to support, including macOS, and has for a long time. It appears

[issue34030] easy_install from Python 3.7 (Win64) cannot install modules

2018-07-03 Thread Ned Deily
Ned Deily added the comment: easy_install is part of the setuptools project and issues with it are handled here: https://github.com/pypa/setuptools/issues https://pypi.org/project/setuptools/ -- nosy: +ned.deily resolution: -> third party stage: -> resolved status: open -&g

[issue34047] Scrolling in IDLE for OS X is not working correctly when reaching end of file

2018-07-04 Thread Ned Deily
Ned Deily added the comment: I think I am able to reproduce that behavior (I'm using IDLE from a python.org 10.9+ installer). What I'm seeing is that if you scroll to the bottom of a file that exceeds the length of the open text window and then click on and try to move th

[issue34107] root.warning('msg') output format modified by logging.warning('msg')

2018-07-12 Thread Ned Deily
Change by Ned Deily : -- nosy: +vinay.sajip ___ Python tracker <https://bugs.python.org/issue34107> ___ ___ Python-bugs-list mailing list Unsubscribe:

[issue34405] Upgrade to OpenSSL 1.1.0i / 1.0.2p

2018-09-11 Thread Ned Deily
Change by Ned Deily : -- pull_requests: +8609 ___ Python tracker <https://bugs.python.org/issue34405> ___ ___ Python-bugs-list mailing list Unsubscribe:

[issue34405] Upgrade to OpenSSL 1.1.0i / 1.0.2p

2018-09-11 Thread Ned Deily
Ned Deily added the comment: New changeset 3102e24d83315eee42a94c460956fbcb92ac510f by Ned Deily in branch 'master': bpo-34405: Update to OpenSSL 1.1.0i for macOS installer builds (GH-9166) https://github.com/python/cpython/commit/3102e24d83315eee42a94c460956fb

[issue34405] Upgrade to OpenSSL 1.1.0i / 1.0.2p

2018-09-11 Thread Ned Deily
Ned Deily added the comment: New changeset 3235fac0d7d94ad6464a162261c18a424829d2e5 by Ned Deily (Miss Islington (bot)) in branch '3.7': bpo-34405: Update to OpenSSL 1.1.0i for macOS installer builds (GH-9166) (GH-9167) https://github.com/python/cpyt

[issue34405] Upgrade to OpenSSL 1.1.0i / 1.0.2p

2018-09-11 Thread Ned Deily
Change by Ned Deily : -- pull_requests: +8629 ___ Python tracker <https://bugs.python.org/issue34405> ___ ___ Python-bugs-list mailing list Unsubscribe:

[issue34405] Upgrade to OpenSSL 1.1.0i / 1.0.2p

2018-09-11 Thread Ned Deily
Ned Deily added the comment: New changeset 31912b43c903aafad09350899ed6a9dec7c43421 by Ned Deily in branch '3.6': bpo-34405: Update to OpenSSL 1.0.2p for macOS installer builds (GH-9191) https://github.com/python/cpython/commit/31912b43c903aafad09350899ed6a9

[issue31903] `_scproxy` calls SystemConfiguration functions in a way that can cause deadlocks

2018-09-11 Thread Ned Deily
Ned Deily added the comment: Thanks, Benjamin! Ronald, do you think this should be backported? -- ___ Python tracker <https://bugs.python.org/issue31

[issue34405] Upgrade to OpenSSL 1.1.0i / 1.0.2p

2018-09-11 Thread Ned Deily
Change by Ned Deily : -- resolution: -> fixed stage: patch review -> resolved status: open -> closed ___ Python tracker <https://bugs.python.or

[issue31577] crash in os.utime() in case of a bad ns argument

2018-09-12 Thread Ned Deily
Ned Deily added the comment: @Serihy, @Mark, others, any suggestions for what to do for 3.7.1? -- ___ Python tracker <https://bugs.python.org/issue31

[issue26544] platform.libc_ver() returns incorrect version number

2018-09-12 Thread Ned Deily
Ned Deily added the comment: This is now only open and a release blocker for 2.7, correct? -- ___ Python tracker <https://bugs.python.org/issue26544> ___ ___

[issue34247] PYTHONOPTIMIZE ignored in 3.7.0 when using custom launcher

2018-09-12 Thread Ned Deily
Change by Ned Deily : -- pull_requests: +8654 stage: commit review -> patch review ___ Python tracker <https://bugs.python.org/issue34247> ___ ___ Python-

[issue34247] PYTHONOPTIMIZE ignored in 3.7.0 when using custom launcher

2018-09-12 Thread Ned Deily
Ned Deily added the comment: PR 9223 adds Nick's proposed wording to the 3.7 What's News. -- ___ Python tracker <https://bugs.python.org/issue34247> ___ __

[issue34455] Tkinter crashing when pressing Command + ^ (OSX)

2018-09-12 Thread Ned Deily
Ned Deily added the comment: The crash can also be reproduced with a Spanish keyboard selected and using the Tcl/Tk wish shell edit text demo. So it's definitely not a Python (tkinter or IDLE) issue. I see that Kevin Walzer, the primary maintainer for Tk on macOS, is CC here. If a

[issue34657] pyconfig.h macro "timezone" name clashes with user source are likely

2018-09-13 Thread Ned Deily
Change by Ned Deily : -- components: +Windows -Build nosy: +paul.moore, steve.dower, tim.golden, zach.ware ___ Python tracker <https://bugs.python.org/issue34

[issue34597] Python needs to check existence of functions at runtime for targeting older macOS platforms

2018-09-13 Thread Ned Deily
Ned Deily added the comment: While, as Ronald notes, it would be nice to fully support weak linking so that building Python on macOS 10.n with a deployment target for 10.m where m < n so that an application with an embedded or bundled Python can run on 10.m through 10.n systems, in the m

[issue34585] Don't use AC_RUN_IFELSE to determine float endian

2018-09-13 Thread Ned Deily
Change by Ned Deily : -- nosy: +mark.dickinson, tim.peters ___ Python tracker <https://bugs.python.org/issue34585> ___ ___ Python-bugs-list mailing list Unsub

[issue34583] os.stat() wrongfully returns False for symlink on Windows 10 v1803

2018-09-13 Thread Ned Deily
Change by Ned Deily : -- components: +Windows -Library (Lib) nosy: +paul.moore, steve.dower, tim.golden, zach.ware ___ Python tracker <https://bugs.python.org/issue34

[issue34582] VSTS builds should use new YAML syntax and pools

2018-09-13 Thread Ned Deily
Change by Ned Deily : -- nosy: +steve.dower ___ Python tracker <https://bugs.python.org/issue34582> ___ ___ Python-bugs-list mailing list Unsubscribe:

[issue34578] Pipenv lock : ModuleNotFoundError: No module named '_ctypes'

2018-09-13 Thread Ned Deily
Ned Deily added the comment: Since you are using pipenv and it is not part of the Python standard library, you should check the pipenv issue tracker and documentation and, if necessary, ask there: https://github.com/pypa/pipenv/issues -- nosy: +ned.deily resolution: -> third pa

[issue31577] crash in os.utime() in case of a bad ns argument

2018-09-13 Thread Ned Deily
Ned Deily added the comment: Thanks, Serihy. Can we either close this now or remove 3.7 and "release blocker"? -- ___ Python tracker <https://bugs.python.o

[issue34597] Python needs to check existence of functions at runtime for targeting older macOS platforms

2018-09-13 Thread Ned Deily
Ned Deily added the comment: > https://bugs.python.org/issue31359 has a better details about this issue. Yea, the approach there is again dealing with using a newer SDK to build for an older system. > I personally believe it's safer to link against a newer SDK and deal with the

[issue34286] lib2to3 tests fail on the 3.7 branch (used to work with 3.7.0)

2018-09-13 Thread Ned Deily
Ned Deily added the comment: I can't reproduce this either using a current top of 3.7 branch and installed on macOS; I also tried building 3.7 just prior to the fix for Issue21446 that Brett mentioned; the test also did not fail. Let's close this until it can be reproduced

[issue34247] PYTHONOPTIMIZE ignored in 3.7.0 when using custom launcher

2018-09-13 Thread Ned Deily
Ned Deily added the comment: New changeset 66755cbb1e529f54c9066639ebbbac81add0affd by Ned Deily in branch 'master': bpo-34247: add porting note to 3.7 What's New (GH-9223) https://github.com/python/cpython/commit/66755cbb1e529f54c9066639e

[issue34247] PYTHONOPTIMIZE ignored in 3.7.0 when using custom launcher

2018-09-13 Thread Ned Deily
Ned Deily added the comment: I've merged Nick's suggested porting note so I'm going to remove the "release blocker" status. Can we also close this now? -- priority: release blocker -> ___ Python tracker <htt

[issue34662] tarfile.TarFile may write corrupt files if not closed

2018-09-13 Thread Ned Deily
Change by Ned Deily : -- nosy: +lars.gustaebel ___ Python tracker <https://bugs.python.org/issue34662> ___ ___ Python-bugs-list mailing list Unsubscribe:

[issue32933] mock_open does not support iteration around text files.

2018-09-13 Thread Ned Deily
Ned Deily added the comment: While I think arguments could be made either way, this seems to me to be somewhat more of a bugfix (rather than a feature) in the sense that mock_open did not correctly emulate a real textfile open at least for an idiom that is commonly used (while acknowledging

[issue32933] mock_open does not support iteration around text files.

2018-09-14 Thread Ned Deily
Ned Deily added the comment: The potential change in behavior affecting existing code was one issue. But the other was the fact that people writing tests to make use of the new behavior can't depend on that behavior being there for 3.7 or 3.6 without checking the patch level, for ex

[issue31392] Upgrade installers to OpenSSL 1.1.0g and 1.0.2n

2018-09-14 Thread Ned Deily
Ned Deily added the comment: Sorry, this should have been closed a while back. We're now on to 1.0.2p for 3.6.7 and 1.1.0i for 3.7.1. -- resolution: -> out of date stage: patch review -> resolved status: open -> closed ___ Python t

[issue17239] XML vulnerabilities in Python

2018-09-17 Thread Ned Deily
Ned Deily added the comment: We discussed this last week at the sprint. Christian, it would be great if you could get this merged for 3.7 and possibly 3.6 in the next 24 hours. -- ___ Python tracker <https://bugs.python.org/issue17

[issue34717] docs: disable numbered sections for stdlib in html

2018-09-17 Thread Ned Deily
Change by Ned Deily : -- nosy: +mdk ___ Python tracker <https://bugs.python.org/issue34717> ___ ___ Python-bugs-list mailing list Unsubscribe: https://mail.pyth

[issue33649] asyncio docs overhaul

2018-09-17 Thread Ned Deily
Ned Deily added the comment: >> Ned, do we auto run docs build for Python 3.7? Or do we only build them on >> release? The online html docs at https://docs.python.org/, like https://docs.python.org/3.7/, are rebuilt every 3 hours from the current branch heads for feature and

[issue34589] Py_Initialize() and Py_Main() should not enable C locale coercion

2018-09-17 Thread Ned Deily
Change by Ned Deily : -- priority: normal -> release blocker ___ Python tracker <https://bugs.python.org/issue34589> ___ ___ Python-bugs-list mailing list Un

[issue34589] Py_Initialize() and Py_Main() should not enable C locale coercion

2018-09-17 Thread Ned Deily
Ned Deily added the comment: I'm marking this as a 3.7.1 "release blocker" until Nick has had a chance to review the merged PR and he and Victor are in agreement that this is a satisfactory approach for 3.7.1. -- ___ Python

[issue34589] Py_Initialize() and Py_Main() should not enable C locale coercion

2018-09-18 Thread Ned Deily
Change by Ned Deily : -- versions: +Python 3.7 ___ Python tracker <https://bugs.python.org/issue34589> ___ ___ Python-bugs-list mailing list Unsubscribe:

[issue34733] Missing search bar on docs.python.org

2018-09-19 Thread Ned Deily
Change by Ned Deily : -- nosy: +mdk ___ Python tracker <https://bugs.python.org/issue34733> ___ ___ Python-bugs-list mailing list Unsubscribe: https://mail.pyth

[issue34712] Style fixes in examples of "Input and Output" tutorial section

2018-09-19 Thread Ned Deily
Ned Deily added the comment: Thanks for the improvement! -- nosy: +ned.deily resolution: -> fixed stage: patch review -> resolved status: open -> closed versions: +Python 3.7 ___ Python tracker <https://bugs.python.or

[issue34759] Possible regression in ssl module in 3.7.1 and master

2018-09-20 Thread Ned Deily
Ned Deily added the comment: Thanks for the heads-up! If you become convinced it's a post-3.7.0 regression that would affect 3.7.1, please change the priority to "release blocker". -- ___ Python tracker <https://bugs.pyt

[issue34748] Incorrect HTML link in functools.partial

2018-09-20 Thread Ned Deily
Change by Ned Deily : -- keywords: +easy stage: -> needs patch versions: +Python 2.7, Python 3.6, Python 3.8 ___ Python tracker <https://bugs.python.org/issu

[issue34589] Py_Initialize() and Py_Main() should not enable C locale coercion

2018-09-20 Thread Ned Deily
Ned Deily added the comment: Thanks, Victor and Nick, for the work. With the revert merged (GH-9430), this issue is no longer a release blocker for 3.7.1, correct? -- ___ Python tracker <https://bugs.python.org/issue34

[issue34751] Hash collisions for tuples

2018-09-20 Thread Ned Deily
Ned Deily added the comment: (FWIW, I believe the Source Forge bug reports were forwarded ported to bugs.python.org. This looks like the issue in question: https://bugs.python.org/issue942952 ) -- nosy: +ned.deily ___ Python tracker <ht

[issue34759] Possible regression in ssl module in 3.7.1 and master

2018-09-20 Thread Ned Deily
Ned Deily added the comment: Steve? Christian? -- ___ Python tracker <https://bugs.python.org/issue34759> ___ ___ Python-bugs-list mailing list Unsubscribe:

[issue34751] Hash collisions for tuples

2018-09-21 Thread Ned Deily
Change by Ned Deily : -- nosy: -ned.deily ___ Python tracker <https://bugs.python.org/issue34751> ___ ___ Python-bugs-list mailing list Unsubscribe:

[issue34762] Change contextvars C API to use PyObject

2018-09-21 Thread Ned Deily
Ned Deily added the comment: Since we've already delayed 3.7.1rc cutoff for a few days, let's get it into 3.7.1 if you have the time, Yury. -- ___ Python tracker <https://bugs.python.o

[issue34783] segmentation-fault/core dump when try to run non-existing file specified on commandline

2018-09-23 Thread Ned Deily
Change by Ned Deily : -- nosy: +vstinner ___ Python tracker <https://bugs.python.org/issue34783> ___ ___ Python-bugs-list mailing list Unsubscribe:

[issue34759] Possible regression in ssl module in 3.7.1 and master

2018-09-24 Thread Ned Deily
Ned Deily added the comment: This issue can now be closed, right? -- ___ Python tracker <https://bugs.python.org/issue34759> ___ ___ Python-bugs-list mailin

[issue34370] Tkinter scroll issues on macOS

2018-09-26 Thread Ned Deily
Ned Deily added the comment: New changeset adf493227f1efd5d6b34f46b854142bf3b5a411c by Ned Deily in branch '3.6': bpo-34370: Update Tk 8.6 used with macOS installers https://github.com/python/cpython/commit/adf493227f1efd5d6b34f46b854142bf3b5a411c -- nosy:

[issue34370] Tkinter scroll issues on macOS

2018-09-26 Thread Ned Deily
Ned Deily added the comment: New changeset d9cfe5ed2c2c61eeae915b76f5e10aadbbb28da6 by Ned Deily in branch '3.7': bpo-34370: Update Tk 8.6 used with macOS installers https://github.com/python/cpython/commit/d9cfe5ed2c2c61eeae915b76f5e10a

[issue34370] Tkinter scroll issues on macOS

2018-09-26 Thread Ned Deily
Ned Deily added the comment: FYI, for the python.org binary macOS installers for the 3.7.1rc1 and 3.6.7rc1 releases, I cherry-picked a post-8.6.8 development snapshot of Tk 8.6 that should include Kevin's fix. I would appreciate any feedback one way or the other whether this version

[issue34370] Tkinter scroll issues on macOS

2018-09-28 Thread Ned Deily
Ned Deily added the comment: Thanks for testing, Vlad. And thanks for the followup, Kevin. I guess we'll wait to hear more from Kevin. -- ___ Python tracker <https://bugs.python.org/is

[issue34872] investigate task/future cancellation in asynciomodule.c

2018-10-03 Thread Ned Deily
Ned Deily added the comment: Prior to this, there were no plans to have a 3.7.1rc2. We have three options: 1. do a 3.7.1rc2 with this and possibly a few other cherry-picked changes 2. just cherry-pick this fix into 3.7.1 final 3. wait for 3.7.2 (in one to three months) What's

[issue34313] IDLE crashes with Tk-related error on macOS with ActiveTcl 8.6

2018-10-03 Thread Ned Deily
Ned Deily added the comment: If I understand correctly, this is not a release blocker issue. The most up-to-date documentation for which Tcl/Tk to use on macOS has been and remains: https://www.python.org/download/mac/tcltk/ The entire https://docs.python.org/3/using/mac.html section

[issue34864] In Idle, Mac tabs make bottom editor line with cursor location disappear

2018-10-03 Thread Ned Deily
Ned Deily added the comment: Interesting! I was not familiar with that system preference nor that it would just (sort of) work in IDLE; I'm presuming that there is nothing in IDLE that knows about this. I'm not sure whether Tk gets that behavior for free (because of the

[issue34864] In Idle, Mac tabs make bottom editor line with cursor location disappear

2018-10-03 Thread Ned Deily
Ned Deily added the comment: "Further, when opening yet edit window" should be "Further, when opening yet edit tab (in the same IDLE window)" -- ___ Python tracker <https://bug

[issue34864] In Idle, Mac tabs make bottom editor line with cursor location disappear

2018-10-03 Thread Ned Deily
Change by Ned Deily : -- Removed message: https://bugs.python.org/msg326994 ___ Python tracker <https://bugs.python.org/issue34864> ___ ___ Python-bugs-list m

[issue34864] In Idle, Mac tabs make bottom editor line with cursor location disappear

2018-10-03 Thread Ned Deily
Ned Deily added the comment: One more time: "Further, when opening yet edit window" should be "Further, when opening yet another edit tab (in the same IDLE window)" -- ___ Python tracker <https://bug

[issue34909] StrEnum subclasses cannot be created

2018-10-05 Thread Ned Deily
Ned Deily added the comment: Ethan, do you an ETA of a fix for this? 3.7.1 final is scheduled for fewer than 24 hours from now but if it's truly a release blocker I will hold for a fix and probably do a rc2 instead. -- ___ Python tracker &

[issue34565] Launcher does not validate major versions

2018-10-05 Thread Ned Deily
Ned Deily added the comment: New changeset 28dd737c46d50f4952c61651426c69cc43991bfa by Ned Deily (Miss Islington (bot)) in branch '3.7': bpo-34565: Change a PC/launcher.c comment to accurately describe valid major versions. (GH-9037) (GH-9065) https://github.com/python/cpyt

<    35   36   37   38   39   40   41   42   43   44   >