Ned Deily added the comment:
Tal, I took a quick look at the results with the current PR and, as someone who
doesn't use IDLE other than to smoke test, It looks fine to me. The concerns I
raised previously about the interaction between changing the state of
Options->Line Num
Change by Ned Deily :
--
resolution: -> fixed
stage: -> resolved
status: open -> closed
___
Python tracker
<https://bugs.python.org/issue35605>
___
Ned Deily added the comment:
Thanks for the additional PR. Accepted for post-3.6.9 (PR 14576, commit
a6d97e200863e7e5fc60bbc8f121b86a2098ef2d - message AWOL?)
--
___
Python tracker
<https://bugs.python.org/issue35
Ned Deily added the comment:
See also discussion in Issue37500.
--
nosy: +ned.deily
___
Python tracker
<https://bugs.python.org/issue1875>
___
___
Python-bug
Ned Deily added the comment:
How serious a regression is this? We still have time to revert the 3.7 commit
of Issue1875 (85ed1712e428f93408f56fc684816f9a85b0ebc0) from 3.7.4 final if we
act immediately.
--
nosy: +ned.deily
versions: +Python 3.7
Change by Ned Deily :
--
nosy: +mdk
versions: +Python 3.9 -Python 2.7, Python 3.4, Python 3.5
___
Python tracker
<https://bugs.python.org/issue23312>
___
___
Ned Deily added the comment:
For the record, this change in behavior was originally backported to the 3.7
branch and appeared in 3.7.4rc1 and rc2. Now that the compatibility issues are
clearer, it will be reverted for 3.7.4 final and will not be considered for
future 3.7.x releases
Ned Deily added the comment:
New changeset 317c33e67cb6076c5a87a66c75e8c35ac581398d by Ned Deily in branch
'3.6':
bpo-37149: Replace dead link for online Tkinter reference (GH-14616)
https://github.com/python/cpython/commit/317c33e67cb6076c5a87a66c75e8c3
Ned Deily added the comment:
New changeset f2cbf41afc9e9a0ce16bfe0c71662348453a28c4 by Ned Deily (Miss
Islington (bot)) in branch '3.7':
bpo-37149: Replace dead link for online Tkinter reference (GH-14616)
https://github.com/python/cpython/commit/f2cbf41afc9e9a0ce16bfe0c716623
Ned Deily added the comment:
New changeset 4834c80d799471a6c9ddaad9c5c82c8af156e4fd by Ned Deily (Pablo
Galindo) in branch '3.7':
[3.7] bpo-37500: Revert commit 85ed1712e428f93408f56fc684816f9a85b0ebc0
(GH-14605)
https://github.com/python/cpyt
Ned Deily added the comment:
A few comments on this. One, the Tkinter documentation in question seems to
have been a personal project of John Shipman at New Mexico Tech and, as such,
was not "official" so I've updated the issue title accordingly. Sadly, as
Cheryl noted
Ned Deily added the comment:
Thanks for the report. The problem you are seeing here appears to be a
duplicate of that described in Issue36468 which describes this behavior change
as a regression in Tk and also suggests a workaround.
--
nosy: +ned.deily
resolution: -> duplic
Ned Deily added the comment:
Sorry you are having problems. Suggest first trying a clean build without
--enable-optimizations. If that works, please supply the output from:
./python -m test.pythoninfo
--
nosy: +ned.deily
___
Python tracker
Ned Deily added the comment:
And, if the unoptimized build succeeds, also try running the tests with it:
make test
--
___
Python tracker
<https://bugs.python.org/issue37
Change by Ned Deily :
--
keywords: -3.7regression
nosy: -ned.deily
___
Python tracker
<https://bugs.python.org/issue37500>
___
___
Python-bugs-list mailin
Ned Deily added the comment:
Assuming answer to previous question is "no" -> closing
--
resolution: -> fixed
stage: patch review -> resolved
status: open -> closed
___
Python tracker
<https://b
Ned Deily added the comment:
> That day has come, the beta for 10.15 contains Python 3.7.3.
Yay! FTR, 763f094b1f0ce2a07768828e78afe9687e9ad3bb was released in 3.7.0.
The only reason I have left this issues open was that I also wanted to make
sure that ensurepip failures in the post-inst
Ned Deily added the comment:
New changeset 79a47e2b9cff6c9facdbc022a752177ab89dc533 by Ned Deily (Miss
Islington (bot)) in branch '3.6':
Fix infinite loop in email folding logic (GH-12732) (GH-14799)
https://github.com/python/cpython/commit/79a47e2b9cff6c9facdbc022a75217
Change by Ned Deily :
--
keywords: +security_issue
resolution: -> fixed
stage: patch review -> resolved
status: open -> closed
versions: +Python 3.6, Python 3.9
___
Python tracker
<https://bugs.python.or
Ned Deily added the comment:
Thanks for the additional info. I see two issues here. One, you are building
with OpenSSL 1.1.1, the initial release back in 2018-09. There have been a few
releases since then (currently at 1.1.1c) which do fix problems. You should
try to upgrade it.
Second
Ned Deily added the comment:
Thanks for your report. I'm sorry we haven't replied to it before now.
Similar behavior has been more recently reported in Issue37544 and there is
discussion going on there. So I am going to close your issue as a duplicate of
it; feel free to j
Change by Ned Deily :
--
title: Multiple test failures during build -> Test failures cause
--enable-optimizations build to hang
___
Python tracker
<https://bugs.python.org/issu
Change by Ned Deily :
--
keywords: +patch
pull_requests: +14670
stage: needs patch -> patch review
pull_request: https://github.com/python/cpython/pull/14885
___
Python tracker
<https://bugs.python.org/issu
Ned Deily added the comment:
New changeset 22f0483d44b13140f6ea9927f0cf088c493e875a by Ned Deily in branch
'master':
Bpo-37644: update suspicious.csv for distutils/examples (GH-14885)
https://github.com/python/cpython/commit/22f0483d44b13140f6ea9927f0cf088c493e875a
-
Change by Ned Deily :
--
resolution: -> fixed
stage: patch review -> resolved
status: open -> closed
___
Python tracker
<https://bugs.python.or
Ned Deily added the comment:
Sorry, I have no idea why you saw those messages. Neither grip nor docopt are
used directly by the python.org macOS installer and, after a quick glance, I
didn't see anywhere where the certifi package used them. Did you have an
earlier alpha or beta versi
Ned Deily added the comment:
New changeset 387c3c5a04bc62cfa7c9dabe206ba2c582a71c05 by Ned Deily (Erlend
Egeberg Aasland) in branch 'master':
bpo-37653: Fix libinstall target in Makefile (GH-14911)
https://github.com/python/cpython/commit/387c3c5a04bc62cfa7c9dabe206ba2
Ned Deily added the comment:
Thanks for the PR!
--
resolution: -> fixed
stage: patch review -> resolved
status: open -> closed
___
Python tracker
<https://bugs.python.or
Ned Deily added the comment:
The merged PR broke "make libinstall" and, hence, "make install" with at least
some versions of make. See Issue37653.
--
nosy: +ned.deily
___
Python tracker
<https://bug
Ned Deily added the comment:
Yeah, we should update 3.7, too, so people don’t keep getting the upgrade
warning.
--
versions: +Python 3.7
___
Python tracker
<https://bugs.python.org/issue37
New submission from Ned Deily :
On macOS, there are two test failure seen with test_sidebar (tested on 10.14
with Tk 8.6.8 and 8.6.0 - the failures should be reproducible with the
python.org 3.8.0b3 installer for macOS which will be available soon
Ned Deily added the comment:
> tested on 10.14 with Tk 8.6.8 and 8.6.0
er, make that "8.6.9" not "8.6.0"
--
___
Python tracker
<https://
Ned Deily added the comment:
@royf, Without more information, we can only speculate what kind of crash you
are seeing. But based on past experience, it is almost certainly a crash in Tk
itself and, if so, you need to work with your supplier of Tk, presumably the
conda project, to get a
Ned Deily added the comment:
Good question. I don't think there's anything more to do here other than to
continue to monitor and evaluate future Tk releases, which we do anyway.
Improvements to the build documentation etc are covered by other open issues.
--
resolution:
Ned Deily added the comment:
Jerek, is there anything more you are expecting us to do for this issue? The
only thing I can think of at the moment might be to add something to the
"Profile Guided Optimization" section of the top-level README.rst to include
@gps's suggestion
Ned Deily added the comment:
https://docs.python.org/3/library/functions.html#filter
--
nosy: +ned.deily
resolution: -> not a bug
stage: -> resolved
status: open -> closed
___
Python tracker
<https://bugs.python.or
Ned Deily added the comment:
New changeset 1789bbdd3e03023951a39933ef12dee0a03be616 by Ned Deily (Miss
Islington (bot)) in branch '3.6':
bpo-37461: Fix infinite loop in parsing of specially crafted email headers
(GH-14794) (GH-14817)
https://github.com/python/cpyt
Ned Deily added the comment:
I can reproduce this at will on all of the real and virtual macOS systems I've
tried (10.12 through 10.14) even building with ActiveTcl 8.5.18. Tal, make
sure the appropriate tests cases are actually running. If you don't have a
proper Gui installati
Ned Deily added the comment:
With PR 15103. the tests appear to no longer fail on macOS. Thanks!
--
___
Python tracker
<https://bugs.python.org/issue37
Ned Deily added the comment:
Terry, with regard to Azure testing and elsewhere: presumably most of the CI
runs are run from processes without a GUI-capable "console" so that test
failures like this one would never be seen as test cases requiring a GUI
interface would be silently
Change by Ned Deily :
--
nosy: +lukasz.langa
___
Python tracker
<https://bugs.python.org/issue32912>
___
___
Python-bugs-list mailing list
Unsubscribe:
Ned Deily added the comment:
Terry, using an out-of-date version of Tcl/Tk is the least of the problems
here. My point was that, the way things are now, IDLE GUI tests are not being
run at all on macOS Azure CI runs regardless of the Tk version in use and,
AFAIK, there is no easy way to
Ned Deily added the comment:
New changeset 13a19139b5e76175bc95294d54afc9425e4f36c9 by Ned Deily (Miss
Islington (bot)) in branch '3.6':
bpo-34155: Dont parse domains containing @ (GH-13079) (GH-14826)
https://github.com/python/cpython/commit/13a19139b5e76175bc95294d54afc9
Ned Deily added the comment:
Can you be more specific about the source of your Pythons and Tk 8.6 and
exactly what version it is? Tk through tkinter seems to work as expected (and
without a crash) when I try the current Python.org pythons with their built-in
Tk 8.6.6 or current MscPorts
Ned Deily added the comment:
Thanks for the link but that really doesn’t pin down exactly what Tk is in use.
This probably should be pursued with the Tk project. Adding Kevin Walzer from
Tk: Kevin, does this problem sound familiar?
--
nosy: +wordtech
Ned Deily added the comment:
New changeset 2997fec01ee7300c6d5940e6c55e4ccf9f56f1b5 by Ned Deily (Dino
Viehland) in branch '3.6':
[3.6] bpo-30604: Move co_extra_freefuncs to interpreter state to avoid crashes
in threads (#2015)
https://github.com/python/cpyt
Ned Deily added the comment:
Misc/NEWS entries for these changes?
--
___
Python tracker
<http://bugs.python.org/issue23894>
___
___
Python-bugs-list mailin
Changes by Ned Deily :
--
priority: release blocker -> high
___
Python tracker
<http://bugs.python.org/issue29504>
___
___
Python-bugs-list mailing list
Un
Ned Deily added the comment:
I am closing this issue as a duplicate of the existing Issue29591. We can
retitle the PR to be associated with it. And I am making Issue29591 a release
blocker for 3.6.2; regardless of what we decide to for 3.7, we're not going to
drop the embedded copi
Ned Deily added the comment:
Note that a duplicate of this issue was opened as Issue30610 and @matrixise was
working on a PR there to update the embedded expat to 2.2.0. Since there are
CVE's and a demo crash supplied in Issue30610, it seems to me we need to fix
this for 3.6.2rc1 s
Changes by Ned Deily :
--
nosy: +matrixise
___
Python tracker
<http://bugs.python.org/issue29591>
___
___
Python-bugs-list mailing list
Unsubscribe:
Ned Deily added the comment:
Misc/NEWS entries for 3.6 and master for these changes?
--
___
Python tracker
<http://bugs.python.org/issue30038>
___
___
Python-bug
Ned Deily added the comment:
That's another reason why the python.org macOS installer build and, to the best
of my knowledge, most third-party distributors of Python on macOS use their own
builds of sqlite3 rather than the Apple-supplied system one. I don't think
there's any
Ned Deily added the comment:
macOS is also BSD-like with regard to locales: it also does not have any C.*
locales other than plain C. See, for example, the discussion at bpo-18378.
--
nosy: +ned.deily
___
Python tracker
<http://bugs.python.
Ned Deily added the comment:
Thanks, Victor, for seeing this through and thanks, everyone else, for the
reviews and assistance.
--
___
Python tracker
<http://bugs.python.org/issue29
Changes by Ned Deily :
--
pull_requests: +2305
___
Python tracker
<http://bugs.python.org/issue23894>
___
___
Python-bugs-list mailing list
Unsubscribe:
Ned Deily added the comment:
New changeset b7c59f0d05bde0d4dd2d7bffc1b8af72c25d3f71 by Ned Deily in branch
'3.6':
bpo-23894: add Misc/NEWS entry. (#2255)
https://github.com/python/cpython/commit/b7c59f0d05bde0d4dd2d7bffc1b8af
Changes by Ned Deily :
--
pull_requests: +2306
___
Python tracker
<http://bugs.python.org/issue23894>
___
___
Python-bugs-list mailing list
Unsubscribe:
Ned Deily added the comment:
New changeset ceb817dcfe8bf99725de033cce16a6f4cbced6ba by Ned Deily in branch
'master':
bpo-23894: add Misc/NEWS entry. (#2256)
https://github.com/python/cpython/commit/ceb817dcfe8bf99725de033cce16a6
Changes by Ned Deily :
--
pull_requests: +2307
___
Python tracker
<http://bugs.python.org/issue30038>
___
___
Python-bugs-list mailing list
Unsubscribe:
Changes by Ned Deily :
--
pull_requests: +2308
___
Python tracker
<http://bugs.python.org/issue30038>
___
___
Python-bugs-list mailing list
Unsubscribe:
Ned Deily added the comment:
New changeset 6a98a04e21fc3209b2170c3930ce4488e89680e3 by Ned Deily in branch
'master':
bpo-30038: add Misc/NEWS entry. (#2258)
https://github.com/python/cpython/commit/6a98a04e21fc3209b2170c3930ce44
Changes by Ned Deily :
--
pull_requests: +2309
___
Python tracker
<http://bugs.python.org/issue30038>
___
___
Python-bugs-list mailing list
Unsubscribe:
Ned Deily added the comment:
New changeset 0a794a3256b24ccf57b18ec9964f2367ac1f3d30 by Ned Deily in branch
'3.6':
bpo-30038: add Misc/NEWS entry.
https://github.com/python/cpython/commit/0a794a3256b24ccf57b18ec9964f2367ac1f3d30
--
Changes by Ned Deily :
--
nosy: +amaury.forgeotdarc, belopolsky, meador.inge
___
Python tracker
<http://bugs.python.org/issue30692>
___
___
Python-bugs-list mailin
New submission from Ned Deily:
>From the announcement:
Expat 2.2.1 has been released. The change log has more details [2] than this
mail, including commit SHA1s. For a quick overview of the security fixes and
CVEs, we have:
CVE-2017-9233 External entity infinite loop DoS [1]
(CVE-2
Ned Deily added the comment:
FYI, expat 2.2.1 has now been released. See Issue30694 for details.
--
___
Python tracker
<http://bugs.python.org/issue29
Ned Deily added the comment:
House cleaning: much time has passed since this issue was originally opened and
the state of IDLE development has changed dramatically for the better since
then, thanks, in large part, to Terry taking charge. I suspect that nearly all
of the individual items here
Changes by Ned Deily :
--
resolution: -> duplicate
stage: -> resolved
status: open -> closed
superseder: -> site.py imports relatively large `sysconfig` module.
___
Python tracker
<http://bugs.python
Ned Deily added the comment:
Steve, Paul: any comments on the severity of this issue and the pushed fixes?
--
nosy: +benjamin.peterson, larry, ned.deily
priority: normal -> release blocker
___
Python tracker
<http://bugs.python.org/issu
Ned Deily added the comment:
Since Serhiy created backport PRs for 3.4 and 3.3, I'm reopening the issue and
marking it as Release Blocker (for those releases) so we don't lose track of
them and agree they meet the criteria for security-fix-only releases.
--
nosy: +benjami
Changes by Ned Deily :
--
resolution: -> fixed
stage: -> resolved
status: open -> closed
___
Python tracker
<http://bugs.python.org/issue30623>
___
Changes by Ned Deily :
--
nosy: +ned.deily
___
Python tracker
<http://bugs.python.org/issue30686>
___
___
Python-bugs-list mailing list
Unsubscribe:
Ned Deily added the comment:
Sorry for the delay. It's clear this needs to get fixed so there's no need to
wait to merge PRs into 3.6, 3.5, and 2.7. If the PR gets merged into 3.6 soon,
I'll pull it into 3.6.2 as well.
--
___
Ned Deily added the comment:
It looks like there was a certificate validation error when pip tried to make a
TLS (https) connection. If you are still having problems, suggest you check
the pip issue tracker and, if needed, ask for help over there.
https://github.com/pypa/pip/issues
Ned Deily added the comment:
This doesn't appear to be a Python issue. If necessary, suggest follow up with
either pip or the PyPA packaging-problems issue tracker:
https://github.com/pypa/packaging-problems/issues
--
nosy: +ned.deily
resolution: -> third party
stage: -&g
Ned Deily added the comment:
Is anything holding this up for merging into 3.6 and/or 3.5?
--
nosy: +ned.deily
___
Python tracker
<http://bugs.python.org/issue29
Ned Deily added the comment:
So do we have a resolution or resolutions for this yet? And is bpo-30716 truly
a duplicate? If so, let's use one or the other.
--
___
Python tracker
<http://bugs.python.org/is
Ned Deily added the comment:
While it's debatable, I think one can make something of a case for this being a
usability bug rather than a new feature. Given the impact to new users of
Python 3 and the apparent relative low risk of the change, I'll go out on a bit
of a limb and al
Changes by Ned Deily :
--
components: +Windows
nosy: +paul.moore, steve.dower, tim.golden, zach.ware
___
Python tracker
<http://bugs.python.org/issue30
Ned Deily added the comment:
OK, based on Steve's response, I am closing this again as it sounds like it
should not be an issue going forward with releases and also not for dev builds
as long as people do a fresh clone if necessary. Further discussion on
hardening the tests can take
Changes by Ned Deily :
--
priority: release blocker -> deferred blocker
___
Python tracker
<http://bugs.python.org/issue30715>
___
___
Python-bugs-list mai
Ned Deily added the comment:
Yury, based on the most recent comments, can this issue be closed now?
--
___
Python tracker
<http://bugs.python.org/issue29
Ned Deily added the comment:
Serhiy, it appears that the added tests are taking a long time to run and thus
causing many buildbot failures, for example:
http://buildbot.python.org/all/builders/ARMv7%20Ubuntu%203.x/builds/1013
--
nosy: +ned.deily
Ned Deily added the comment:
Sorry, without more information, there is not much we can do about this. Can
you supply a reproducible test case? In any case, the crash is from use of the
Apple-supplied system Python 2.7.10 which is a few releases behind the most
recent released upstream
Changes by Ned Deily :
--
nosy: +vinay.sajip
___
Python tracker
<http://bugs.python.org/issue30842>
___
___
Python-bugs-list mailing list
Unsubscribe:
Changes by Ned Deily :
--
nosy: +vinay.sajip
___
Python tracker
<http://bugs.python.org/issue30862>
___
___
Python-bugs-list mailing list
Unsubscribe:
Changes by Ned Deily :
--
pull_requests: +2680
___
Python tracker
<http://bugs.python.org/issue30797>
___
___
Python-bugs-list mailing list
Unsubscribe:
Changes by Ned Deily :
--
pull_requests: +2681
___
Python tracker
<http://bugs.python.org/issue30694>
___
___
Python-bugs-list mailing list
Unsubscribe:
Ned Deily added the comment:
New changeset 05b72ede95521b2d897cb4c7b034139b5437c592 by Ned Deily in branch
'3.6':
bpo-30797, bpo-30694: Avoid _GNU_SOURCE redefined warning in xmlparse.c (#2615)
https://github.com/python/cpython/commit/05b72ede95521b2d897cb4c7b034139b5437c592
-
Ned Deily added the comment:
New changeset 05b72ede95521b2d897cb4c7b034139b5437c592 by Ned Deily in branch
'3.6':
bpo-30797, bpo-30694: Avoid _GNU_SOURCE redefined warning in xmlparse.c (#2615)
https://github.com/python/cpython/commit/05b72ede95521b2d897cb4c7b03413
Ned Deily added the comment:
Thanks for the report. This warning is currently visible on many/all of the
buildbots on all branches. The conflict is caused by the upgrade of the
bundled to libexpat to version 2.2.1 (bpo-30694). 2.2.1 introduced a define of
_GNU_SOURCE into Modules/expat
Ned Deily added the comment:
See bpo-30797 for compile warning introduced here.
--
assignee: -> haypo
___
Python tracker
<http://bugs.python.org/issu
Ned Deily added the comment:
One more thing: building with a recent gcc on Linux:
$ gcc --version
gcc (Debian 6.3.0-18) 6.3.0 20170516
also gives an "unused but set variable" warning.
./Modules/expat/xmlparse.c: In function ‘gather_time_entropy’:
./Modules/expat/xmlparse.c:780:
Ned Deily added the comment:
Sorry, this didn't make it in time for 3.6.2. There is still at least a couple
of weeks to get it into 3.5.4 and 2.7.14.
--
___
Python tracker
<http://bugs.python.org/is
Ned Deily added the comment:
I agree with Ronald. Feel free to reopen if a reproducible test case can be
supplied and duplicated with, say, a python.org Python. We still may not be
able to do much about it other than suggest avoiding the proxy lookup.
--
resolution: -> third pa
Ned Deily added the comment:
New changeset b0fba8874a4bd6bf4773e6efdbd8fa762e9f05bd by Ned Deily (Victor
Stinner) in branch '3.6':
bpo-30500: urllib: Simplify splithost by calling into urlparse. (#1849) (#2289)
https://github.com/python/cpython/commit/b0fba8874a4bd6bf4773e6efdbd8fa
Ned Deily added the comment:
New changeset d1d65015fca44b8d1f0b1df78694310270f03a6d by Ned Deily (Serhiy
Storchaka) in branch '3.6':
[3.6] bpo-30745: Fix compiler warnings introduced in bpo-30730. (GH-2376)
(#2378)
https://github.com/python/cpyt
Ned Deily added the comment:
New changeset c794b643c9172d69afa46f85982befd82511d9df by Ned Deily (Victor
Stinner) in branch '3.6':
bpo-30704, bpo-30604: Fix memleak in code_dealloc() (#2455) (#2456)
https://github.com/python/cpython/commit/c794b643c9172d69afa46f85982bef
Ned Deily added the comment:
New changeset ea1ab803ddc14ab02ffed50ecc5089897f259623 by Ned Deily (Victor
Stinner) in branch '3.6':
bpo-30694: Upgrade Modules/expat/ to libexpat 2.2.1 (#2300) (#2313)
https://github.com/python/cpython/commit/ea1ab803ddc14ab02ffed50ecc5089897f2
2501 - 2600 of 6927 matches
Mail list logo