Changes by Ned Deily :
--
pull_requests: +733
___
Python tracker
<http://bugs.python.org/issue29888>
___
___
Python-bugs-list mailing list
Unsubscribe:
Ned Deily added the comment:
New changeset ceff32fb833e7be42508ffa73344e2e56865e54b by Ned Deily in branch
'3.6':
bpo-29888: Fix the link referring to the "Python download page" (GH-824)
(GH-826)
https://github.com/python/cpython/commit/ceff32fb833e7be42508
Ned Deily added the comment:
New changeset 8ce3085bf167b702989a9db466078b5676e825e3 by Ned Deily in branch
'3.5':
bpo-29888: Fix the link referring to the "Python download page" (GH-824)
(GH-827)
https://github.com/python/cpython/commit/8ce3085bf167b702989a
Ned Deily added the comment:
Thanks for the pull requests! I've merged to master, 3.6, and 3.5 and I left a
comment for the 2.7 PR. By the way, next time you make a PR, please feel free
to add your name to Misc/ACKS.
--
stage: -> commit review
versions: +Py
Ned Deily added the comment:
New changeset 6f95b37f290e0225aed5f8f7733ad0730601201b by Ned Deily (cocoatomo)
in branch '2.7':
bpo-29888: Fix the link referring to "Python download page" (GH-823)
https://github.com/python/cpython/commit/6f95b37f290e0225aed5
Changes by Ned Deily :
--
resolution: -> fixed
stage: commit review -> resolved
status: open -> closed
___
Python tracker
<http://bugs.python.or
Ned Deily added the comment:
>The Tiger buildbot fails since many years:
>http://buildbot.python.org/all/builders/x86%20Tiger%203.x/builds/479/steps/test/logs/stdio
That's not true. The one failing test, test_uuid, was just added last month.
Note that the 3.5 Tiger buildbot h
Ned Deily added the comment:
I'll be doing backports to 2.7 for this and some other things shortly.
--
___
Python tracker
<http://bugs.python.org/is
Ned Deily added the comment:
> It seems like all pull requests are merged. Can the issue be closed now?
Not quite yet.
--
___
Python tracker
<http://bugs.python.org/issu
Ned Deily added the comment:
Here's where the Tiger 3.x buildbot started failing:
http://buildbot.python.org/all/builders/x86%20Tiger%203.x/builds/363
with this commit 0b8432538acf45d7a605fe68648b4712e8d9cee3
--
nosy: +benjamin.peterson
___
P
Ned Deily added the comment:
FTR, there is now a pywin32 issue (opened by the OP) on this:
https://sourceforge.net/p/pywin32/bugs/748/
--
nosy: +ned.deily
___
Python tracker
<http://bugs.python.org/issue29
Changes by Ned Deily :
--
nosy: +paul.moore, steve.dower, tim.golden, zach.ware
___
Python tracker
<http://bugs.python.org/issue15797>
___
___
Python-bugs-list m
Ned Deily added the comment:
>> Then you have a broken copy of 3.5.1.
Yes. You don't say from where you installed Python 3.5.1 but I just took a
quick look at _collections_abc.py in both the versions installed by the
python.org 3.5.1 macOS installer and by the current 3.5.3 version
Ned Deily added the comment:
> But there is no neither an entry #8743, nor neighbour entries #14710 and
> #13355 in Misc/NEWS. Seems Misc/NEWS is broken.
Hmm. They seem to have been properly preserved in the current 3.6 and master
branch versions of Misc/HISTORY. Perhaps the 3.5 Mis
Ned Deily added the comment:
And rather than focusing on what lines of code you believe are missing, please
provide a complete script or lines of Python code with any instructions on how
to run them, the actual output you see when you run it, and what you expect the
output should be
Ned Deily added the comment:
OK, thanks for supplying a concrete example. From it, it's clear that it has
nothing specific to do with Python on macOS. Adding Raymond as maintainer of
sets.
--
components: -macOS
nosy: +rhettinger -ronaldoussoren
title: Fix for issue 874
Ned Deily added the comment:
If the problem is fixed in 10.12.2, I agree with gps that there is no need to
add a workaround for 10.12.0 and .1. We should only ever need to support the
most recent macOS point release; it is the user's responsibility to keep
up-to-date and with most
Ned Deily added the comment:
Unfortunately, his is a long standing problem when using Python applications
that fork on macOS and that end up calling certain system frameworks that under
the covers use the system libdispatch which is not fork safe. In this case, it
is most likely due to a
Ned Deily added the comment:
Can you provide a complete example of how to reproduce the behavior you are
seeing? Ideally, it would include producing the shelve object. Also, please
provide the output of this command:
otool -L $(python3.6 -c 'import _dbm;print(_dbm.__f
Ned Deily added the comment:
We should check whether the osascript regression is fixed in the most recent
10.12.6 Developer Preview and, if not, open a RADAR (Apple bug report).
--
___
Python tracker
<http://bugs.python.org/issue30
Ned Deily added the comment:
Unfortunately, with the tests reenabled, they still fail with the most recent
release of macOS 10.12 (10.12,5) so perhaps the curl issue was a different
problem?
--
___
Python tracker
<http://bugs.python.org/issue28
Ned Deily added the comment:
Sorry that this issue has languished for so long. Unfortunately, since it is
so easy to cause segfaults when using ctypes and there are so many variables in
play here and that there haven't been other similar reports, it is highly
unlikely that anyone is goi
Ned Deily added the comment:
Thanks everyone for the input on this issue. We've had some discussions here
at PyCon US and I think the consensus is that we all agree with Nathaniel's
comment above that, for 3.6.x, that modules built on 3.6.2 (and later 3.6.x)
should be importable on
Ned Deily added the comment:
According to the crash trace you supplied, the crash happened as a result of a
call in librdkafka called from the cimpl extension module. As neither of these
are part of the Python standard library, suggest you contact the project that
supplies them or possibly
Ned Deily added the comment:
Greg, b351248c1fa74277b886b0c9a2e1c2f65fabe9ef appears to have broken the macOS
buildbots:
http://buildbot.python.org/all/builders/x86-64%20Sierra%203.x/builds/233
http://buildbot.python.org/all/builders/x86-64%20El%20Capitan%203.x/builds/235
--
nosy
Ned Deily added the comment:
We have less than 2 weeks until cutoff for 3.6.2 so it would be great if
someone would take this on.
--
___
Python tracker
<http://bugs.python.org/issue30
Ned Deily added the comment:
Good news! Apple appears to have fixed the osascript regression in the most
recent macOS 10.12.6 public beta (version 2). So I'm going to mark this issue
as "pending fixed" until the official release of 10.12.6.
--
resolution: ->
Changes by Ned Deily :
--
components: +Windows -Installation
nosy: +paul.moore, steve.dower, tim.golden, zach.ware
___
Python tracker
<http://bugs.python.org/issue30
Changes by Ned Deily :
--
nosy: +barry, r.david.murray
___
Python tracker
<http://bugs.python.org/issue30532>
___
___
Python-bugs-list mailing list
Unsubscribe:
Ned Deily added the comment:
Thanks for the suggestion but, by the time we have released the next
maintenance updates for all actively maintained Python versions, 10.12.6 will
have long been released and, once it has been, any need to support the broken
10.12.5 release is dead
Changes by Ned Deily :
--
nosy: +rhettinger
status: pending -> open
___
Python tracker
<http://bugs.python.org/issue30558>
___
___
Python-bugs-list mai
Changes by Ned Deily :
--
components: +Windows -Interpreter Core
nosy: +paul.moore, steve.dower, tim.golden, zach.ware
___
Python tracker
<http://bugs.python.org/issue30
Ned Deily added the comment:
Sorry but, without more information, no one is likely to want to try to pursue
this issue. There are too many components, Python and non-Python, here that
could cause a crash and trying to interface to other libraries using extensions
like cffi (and ctypes) is
Ned Deily added the comment:
It would be helpful if you could provide the output of this command:
otool -L $(python3.6 -c 'import _dbm;print(_dbm.__file__)')
if necessary, substituting whatever command name(s) you are using to invoke
python wh
Ned Deily added the comment:
Buildbot failure?
http://buildbot.python.org/all/builders/AMD64%20Windows7%20SP1%203.x/builds/521
--
nosy: +ned.deily
___
Python tracker
<http://bugs.python.org/issue30
Changes by Ned Deily :
--
nosy: +vinay.sajip
___
Python tracker
<http://bugs.python.org/issue30582>
___
___
Python-bugs-list mailing list
Unsubscribe:
Ned Deily added the comment:
See review comments on PR 2015.
--
nosy: +ned.deily
versions: +Python 3.7
___
Python tracker
<http://bugs.python.org/issue30
Ned Deily added the comment:
As a followup, Nathanial, are you satisfied with the resolution here for the
upcoming 3.6.2?
--
___
Python tracker
<http://bugs.python.org/issue29
Ned Deily added the comment:
It sounds like a bug to me, and thus suitable to backport, but it certainly
would be worth getting other opinions since this is a tricky and critical area.
Antoine, Steve, others: thoughts?
--
nosy: +pitrou, steve.dower
Ned Deily added the comment:
Isn't this a duplicate of Issue29591 ?
--
nosy: +ned.deily
___
Python tracker
<http://bugs.python.org/issue30610>
___
___
Pytho
Ned Deily added the comment:
As Nick noted, this change needs to be properly documented for 3.6.2 and other
maintenance releases.
--
nosy: +benjamin.peterson, larry
priority: critical -> release blocker
___
Python tracker
<http://bugs.pyth
Ned Deily added the comment:
The changes for Issue23404 removed "make touch" including from the installer
build.
--
priority: release blocker ->
resolution: -> duplicate
stage: -> resolved
status: open -> closed
superseder: -> 'make touch' d
Ned Deily added the comment:
Can we close this issue then?
--
nosy: +ned.deily
___
Python tracker
<http://bugs.python.org/issue30623>
___
___
Python-bugs-list m
Ned Deily added the comment:
What's the status of this issue? If it's not going to be fixed prior to
3.6.2rc1, I'm going to downgrade it from "release blocker" as we've already
released 3.6.1 without it.
--
___
Ned Deily added the comment:
While testing current 3.6 top of trunk, I noticed spurious error messages being
reported that were not causing the tests to fail. Investigating further, I
found the culprit to be this issue's 6e14fd2a14cef6ea0709ad234ab41198c2195591.
Curiously, the errors a
Ned Deily added the comment:
Er, "For some reason that needs to be explored, using -W on regrtest causes the
messages to be suppressed and the buildbots use -w by default."
That should be "use -W by default".
--
___
P
Ned Deily added the comment:
FTR, same behavior with master (3.7) top of trunk.
--
nosy: +haypo
___
Python tracker
<http://bugs.python.org/issue29406>
___
___
Ned Deily added the comment:
Yury, yes (3.6.2 cutoff is about 24 hours from now)
--
___
Python tracker
<http://bugs.python.org/issue30508>
___
___
Python-bug
Ned Deily added the comment:
New changeset 8399a177de8bfa860a66e96665488c17199cb9d2 by Ned Deily (Antoine
Pietri) in branch '3.6':
[3.6] bpo-30177: add NEWS entry (#2134)
https://github.com/python/cpython/commit/8399a177de8bfa860a66e96665488c
Ned Deily added the comment:
New changeset a77a35d70ba8aed047e63d4d9f7d0554e98d4c4b by Ned Deily (Antoine
Pietri) in branch 'master':
bpo-30177: add NEWS entry (#2135)
https://github.com/python/cpython/commit/a77a35d70ba8aed047e63d4d9f7d05
Ned Deily added the comment:
Sorry this issue slipped off my radar. Terry's new PR 12007 provides a more
general documentation update such that the I no longer think the tcltk page
should be updated. Removing myself.
--
assignee: ned.deily ->
versions: +Python 3.7, Py
Change by Ned Deily :
--
nosy: -ned.deily
___
Python tracker
<https://bugs.python.org/issue24310>
___
___
Python-bugs-list mailing list
Unsubscribe:
Change by Ned Deily :
--
nosy: -ned.deily
___
Python tracker
<https://bugs.python.org/issue24310>
___
___
Python-bugs-list mailing list
Unsubscribe:
Change by Ned Deily :
--
nosy: +mdk
___
Python tracker
<https://bugs.python.org/issue33043>
___
___
Python-bugs-list mailing list
Unsubscribe:
https://mail.pyth
Change by Ned Deily :
--
keywords: +patch
pull_requests: +12042
stage: needs patch -> patch review
___
Python tracker
<https://bugs.python.org/issu
Ned Deily added the comment:
New changeset aeca373b339e0ea9739536ce6b43bd90f3b89873 by Ned Deily in branch
'master':
bpo-27313: Avoid test_ttk_guionly ComboboxTest fail with macOS Cocoa Tk
(GH-12011)
https://github.com/python/cpython/commit/aeca373b339e0ea9739536ce6b43bd
Change by Ned Deily :
--
pull_requests: +12045
___
Python tracker
<https://bugs.python.org/issue26386>
___
___
Python-bugs-list mailing list
Unsubscribe:
Ned Deily added the comment:
New changeset 1dee4565fae9ccb54719fa99d7944c148736083a by Ned Deily (Miss
Islington (bot)) in branch '3.6':
bpo-27313: Avoid test_ttk_guionly ComboboxTest fail with macOS Cocoa Tk
(GH-12011) (GH-12013)
https://github.com/python/cpyt
Ned Deily added the comment:
New changeset 72ff2f7554e550762acaad805a8a0d456a29468a by Ned Deily in branch
'2.7':
bpo-26386: Re-enable missing widget testcases in test_ttk_guionly. (GH-12014)
https://github.com/python/cpython/commit/72ff2f7554e550762acaad805a8a0d456a29468a
-
Ned Deily added the comment:
It looks like some testing code was inadvertently committed in the 2.7 branch
fix causing only the Treeview testcases to be executed when test_ttk_gui_only
is run. (I noticed this because a testcase was failing on other branches but
not 2.7 although the tests
Change by Ned Deily :
--
pull_requests: +12046
___
Python tracker
<https://bugs.python.org/issue27313>
___
___
Python-bugs-list mailing list
Unsubscribe:
Ned Deily added the comment:
New changeset b5213f4def07107952ce422ecc9d8508f4f084b4 by Ned Deily in branch
'2.7':
[2.7] bpo-27313: Avoid test_ttk_guionly ComboboxTest fail with macOS Cocoa Tk
(GH-12015)
https://github.com/python/cpython/commit/b5213f4def07107952ce422ecc9d85
Ned Deily added the comment:
macOS Cocoa Tk returns an identity of 'Combobox.button' for the created
Combobox widget at the tested location whereas the X-based Tk's (including the
macOS X version) returns 'textarea'. Rather than try to further modify the
test code,
Change by Ned Deily :
--
assignee: ned.deily ->
versions: +Python 2.7, Python 3.8 -Python 3.6
___
Python tracker
<https://bugs.python.org/issue21359>
___
_
Change by Ned Deily :
--
pull_requests: +12061
stage: -> patch review
___
Python tracker
<https://bugs.python.org/issue32129>
___
___
Python-bugs-list mai
Change by Ned Deily :
--
pull_requests: +12064
___
Python tracker
<https://bugs.python.org/issue32129>
___
___
Python-bugs-list mailing list
Unsubscribe:
Ned Deily added the comment:
Thanks, Kevin, for the reminder. Yeah, there's no reason not to push this.
I've attached PRs for 3.x and for 2.7.
--
stage: patch review -> commit review
title: Icon on macOS -> IDLE app icon is blurry on macOS with Aqua Tk 8.6
versi
Ned Deily added the comment:
Thanks for the report. Unfortunately, as far as I know, we don't claim anywhere
to support cross-compiling in general. As you've probably noticed, the Python
Makefile-based build system (for non-Windows platforms) is by no means a
conventional GNU aut
Change by Ned Deily :
--
versions: +Python 3.7
___
Python tracker
<https://bugs.python.org/issue28441>
___
___
Python-bugs-list mailing list
Unsubscribe:
Ned Deily added the comment:
New changeset 453100f60e3c297226eaf0b0b4eb8c817a73b5ce by Ned Deily in branch
'2.7':
bpo-32129: Avoid blurry IDLE application icon on macOS with Tk 8.6. Original
patch by Kevin Walzer. (GH-12034)
https://github.com/python/cpyt
Ned Deily added the comment:
Yes, remove the PYTHONHOME env variable definition and things should be fine.
--
resolution: -> works for me
stage: -> resolved
status: open -> closed
___
Python tracker
<https://bugs.python.or
Ned Deily added the comment:
New changeset 8b50400fbe607ef558d6c0033efa697c99417507 by Ned Deily (Mark
Williams) in branch 'master':
bpo-36170: posix_spawn doesn't exist on 3.7 (GH-12143)
https://github.com/python/cpython/commit/8b50400fbe607ef558d6c0033efa697c99417507
Ned Deily added the comment:
Thanks for the report, Mark!
--
resolution: -> fixed
stage: patch review -> resolved
status: open -> closed
___
Python tracker
<https://bugs.python.or
Change by Ned Deily :
--
title: BROTHER PRINTER CENTER -> apam
___
Python tracker
<https://bugs.python.org/issue36173>
___
___
Python-bugs-list mailing list
Un
Ned Deily added the comment:
If someone is willing to make a doc fix PR for this, I will merge it for 3.6.
--
___
Python tracker
<https://bugs.python.org/issue36
Ned Deily added the comment:
Thanks for your report. There does indeed seem to be a problem but, as can be
seen if you run your test from SO (please attach it to this issue!) with a
current python.org 3.6.x installer for macOS which uses the same build
infrastructure as the 3.7 and 3.8
Ned Deily added the comment:
Based on the macOS traceback you provide, this is a very different problem from
the one in the other issue. Here the crash is occuring in a third-party C
extension module, not something provided by Python or its standard library:
0 algos.cpython-37m-darwin.so
Ned Deily added the comment:
This appears to be a duplicate of Issue969718.
--
nosy: +ned.deily
___
Python tracker
<https://bugs.python.org/issue36235>
___
___
Change by Ned Deily :
--
nosy: +lukasz.langa, ned.deily
priority: normal -> release blocker
___
Python tracker
<https://bugs.python.org/issue35931>
___
___
Py
Change by Ned Deily :
--
pull_requests: -10551
___
Python tracker
<https://bugs.python.org/issue33725>
___
___
Python-bugs-list mailing list
Unsubscribe:
Change by Ned Deily :
--
pull_requests: -10552
___
Python tracker
<https://bugs.python.org/issue33725>
___
___
Python-bugs-list mailing list
Unsubscribe:
Ned Deily added the comment:
What's the status of this issue? As far as I know, we haven't come up with any
workaround (see msg331011 above) other than disabling our tests. If we don't
have anything better, at the very least we should add a warning to the
documentation to
Ned Deily added the comment:
New changeset ca7fe5063593958e5efdf90f068582837f07bd14 by Ned Deily (Xtreak) in
branch 'master':
bpo-35121: prefix dot in domain for proper subdomain validation (GH-10258)
https://github.com/python/cpython/commit/ca7fe5063593958e5efdf90f068582
Ned Deily added the comment:
New changeset e5123d81ffb3be35a1b2767d6ced1a097aaf77be by Ned Deily (Miss
Islington (bot)) in branch '3.7':
bpo-35121: prefix dot in domain for proper subdomain validation (GH-10258)
(GH-12261)
https://github.com/python/cpyt
Ned Deily added the comment:
New changeset b241af861b37e20ad30533bc0b7e2e5491cc470f by Ned Deily (Miss
Islington (bot)) in branch '3.6':
bpo-35121: prefix dot in domain for proper subdomain validation (GH-10258)
(GH-12260)
https://github.com/python/cpyt
Change by Ned Deily :
--
pull_requests: -12244
___
Python tracker
<https://bugs.python.org/issue35121>
___
___
Python-bugs-list mailing list
Unsubscribe:
Ned Deily added the comment:
OK, thanks for the initial report and a big thank you to @xtreak for the PR and
following up on things. The PR is now merged to master for 3.8.0 and
backported as a security fix for release in 3.7.3 and 3.6.9. Reassigning to
Benjamin for a decision on
Ned Deily added the comment:
New changeset 5565b1db6f37f244890369e0d68a3e906aca28b9 by Ned Deily (Miss
Islington (bot)) in branch '3.6':
bpo-35647: Fix path check in cookiejar (GH-11436) (GH-12268)
https://github.com/python/cpython/commit/5565b1db6f37f244890369e0d68a3e
Ned Deily added the comment:
New changeset 23fc0416454c4ad5b9b23d520fbe6d89be3efc24 by Ned Deily (Steve
Dower) in branch '3.6':
[3.6] bpo-36216: Add check for characters in netloc that normalize to
separators (GH-12201) (GH-12215)
https://github.com/python/cpyt
Ned Deily added the comment:
Can we close this issue now?
--
nosy: +ned.deily
___
Python tracker
<https://bugs.python.org/issue35854>
___
___
Python-bugs-list m
Change by Ned Deily :
--
pull_requests: +12266
___
Python tracker
<https://bugs.python.org/issue31784>
___
___
Python-bugs-list mailing list
Unsubscribe:
Change by Ned Deily :
--
keywords: +patch
pull_requests: +12267
stage: needs patch -> patch review
___
Python tracker
<https://bugs.python.org/issu
Change by Ned Deily :
--
pull_requests: +12265
___
Python tracker
<https://bugs.python.org/issue36206>
___
___
Python-bugs-list mailing list
Unsubscribe:
Change by Ned Deily :
--
pull_requests: -12265
___
Python tracker
<https://bugs.python.org/issue36206>
___
___
Python-bugs-list mailing list
Unsubscribe:
Change by Ned Deily :
--
pull_requests: +12268
___
Python tracker
<https://bugs.python.org/issue36206>
___
___
Python-bugs-list mailing list
Unsubscribe:
Ned Deily added the comment:
Further investigation shows that several time related functions were added to
macOS at 10.12 including clock_gettime. For older systems, timemodule.c falls
back to using getrusage. With Python 3.6.x, that fallbacks correctly but it
appears that refactoring
Ned Deily added the comment:
Thanks for the analysis and the suggested PR which is now awaiting review.
While segfaults are nasty, I don't see how this problem would be likely
exploitable as a DoS without direct access to the interpreter. So I'm
downgrading it to "deferr
Ned Deily added the comment:
***
tip of master built on current macOS 10.14 - correct results:
3.8.0a2+ (heads/master:f45813df52, Mar 12 2019, 12:25:58)
[Clang 10.0.0 (clang-1000.11.45.5)]
macOS-10.14.3-x86_64-i386-64bit
monotonic: namespace(adjustable=False, implementation
Change by Ned Deily :
--
Removed message: https://bugs.python.org/msg337847
___
Python tracker
<https://bugs.python.org/issue36173>
___
___
Python-bugs-list m
Change by Ned Deily :
--
Removed message: https://bugs.python.org/msg337047
___
Python tracker
<https://bugs.python.org/issue36173>
___
___
Python-bugs-list m
2901 - 3000 of 6927 matches
Mail list logo