Ned Deily added the comment:
Addressing your point (5):
> (5) dbm.gnu is not a default, and I can't even work out how to get it enabled
> with the stock Python installation (i.e. without building my own Python
> against e.g. Macports gdbm)
If you are using MacPorts, the eas
Ned Deily added the comment:
Addressing your point (5):
> (5) dbm.gnu is not a default, and I can't even work out how to get it enabled
> with the stock Python installation (i.e. without building my own Python
> against e.g. Macports gdbm)
If you are using MacPorts, the eas
Change by Ned Deily :
--
Removed message: https://bugs.python.org/msg314673
___
Python tracker
<https://bugs.python.org/issue33074>
___
___
Python-bugs-list mailin
New submission from Ned Deily :
https://www.openssl.org/source/
--
messages: 314675
nosy: christian.heimes, ned.deily, steve.dower, zach.ware
priority: deferred blocker
severity: normal
stage: needs patch
status: open
title: Update OpenSSL to 1.1.0h / 1.0.2o
versions: Python 2.7, Python
Ned Deily added the comment:
The current behavior is causing problems for at least some use cases so it does
seems to be closer to a bug than a feature. If there is agreement that it is
desirable to make the change, I think it's better to do it now in 3.7 than
Change by Ned Deily :
--
nosy: +ned.deily
priority: normal -> critical
___
Python tracker
<https://bugs.python.org/issue33185>
___
___
Python-bugs-list mai
Ned Deily added the comment:
> perhaps it would be better to remove this undocumented feature from 3.7
We need to make a decision about this before the b4 cutoff in 4 weeks. But it
would not be fair to ask people to put in the effort to try to fix things if
there is not a good chance
Change by Ned Deily :
--
nosy: +vinay.sajip
___
Python tracker
<https://bugs.python.org/issue33162>
___
___
Python-bugs-list mailing list
Unsubscribe:
Ned Deily added the comment:
Thanks for adding the doc updates. There are a few rendering issues:
https://docs.python.org/3.7/library/os.html#os.posix_spawn
--
___
Python tracker
<https://bugs.python.org/issue20
Change by Ned Deily :
--
nosy: +gvanrossum, levkivskyi
___
Python tracker
<https://bugs.python.org/issue33207>
___
___
Python-bugs-list mailing list
Unsubscribe:
Ned Deily added the comment:
PR 6352 smells like a bug fix to me and I think it should be OK for 3.7.0b4.
--
versions: +Python 3.7
___
Python tracker
<https://bugs.python.org/issue29
Ned Deily added the comment:
> Can we backport it to 3.6 too?
I suppose so. (Though you'll owe me if you break anything.)
--
versions: +Python 3.6
___
Python tracker
<https://bugs.python.org
Ned Deily added the comment:
https://www.python.org/ftp/python/doc/3.5.0/ now contains copies of the 3.5.0
final downloadable docs and no longer contains any pre-release versions.
Thanks everyone!
--
resolution: -> fixed
stage: -> resolved
status: open -&g
Change by Ned Deily :
--
assignee: docs@python -> larry
nosy: -ned.deily
___
Python tracker
<https://bugs.python.org/issue33216>
___
___
Python-bugs-list mai
Change by Ned Deily :
--
nosy: +paul.moore, steve.dower, tim.golden, zach.ware
___
Python tracker
<https://bugs.python.org/issue33220>
___
___
Python-bugs-list m
Ned Deily added the comment:
You should probably bring this up on the packaging mailing list:
https://mail.python.org/mailman/listinfo/distutils-sig
or on the Warehouse issue tracker:
https://github.com/pypa/warehouse/issues
--
nosy: +ned.deily
resolution: -> third party
st
Ned Deily added the comment:
wiki.python.org pages aren't immutable. Anyone can ask for Wiki editing
permission. See https://wiki.python.org/moin/:
If you want to edit a page and have just signed up, or you find that you can no
longer edit a page that you could edit before, please wri
Ned Deily added the comment:
$ ./bin/python3
Python 3.8.0a0 (heads/master:55966f3a0d, Apr 2 2018, 18:16:13)
[Clang 9.1.0 (clang-902.0.39.1)] on darwin
Type "help", "copyright", "credits" or "license" for more information.
>>> import crypt
Change by Ned Deily :
--
nosy: +brett.cannon, eric.snow, ncoghlan
___
Python tracker
<https://bugs.python.org/issue33210>
___
___
Python-bugs-list mailin
Ned Deily added the comment:
Thanks for doing this! Let's close it. If comments arise prior to its release
in 370b4, we can reopen, otherwise please open a new issue.
--
priority: deferred blocker ->
resolution: -> fixed
stage: patch review -> resolved
status:
Ned Deily added the comment:
Thanks for the PR and the ping. I've sent an email to the python-dev list
requesting review help for gdb issues including this one.
--
nosy: +ned.deily
versions: +Python 3.8
___
Python tracker
<https://bugs.py
Change by Ned Deily :
--
nosy: +serhiy.storchaka
type: crash ->
___
Python tracker
<https://bugs.python.org/issue33226>
___
___
Python-bugs-list mai
Ned Deily added the comment:
Lisa, thanks for the offer but there's nothing much to be done. It's just a
reminder to Steve Dower for the Windows installer and to me for the macOS
installer to update the respective installer build automation prior to the next
Ned Deily added the comment:
New changeset 7286dbd8b20bd0a26fabe1a07ff368082a9c5ed6 by Ned Deily (Skip
Montanaro) in branch 'master':
bpo-15817: Expose command documentation to gdb help (GH-6384)
https://github.com/python/cpython/commit/7286dbd8b20bd0a26fabe1a07ff368
Ned Deily added the comment:
Thanks everyone!
--
assignee: dmalcolm ->
resolution: -> fixed
stage: patch review -> resolved
status: open -> closed
versions: +Python 3.8 -Python 3.7
___
Python tracker
<https://bugs.python
Ned Deily added the comment:
> However, this is the first time in 6 years that anyone has reported an OS X
> build failure.
Yes, I've never seen one before, either.
But I think the culprit is pointed to in the error message. It looks like you
have another version of mpdecimal in
Ned Deily added the comment:
Thanks for your suggested enhancement to the cmd module. cmd has been around a
*long* time and, unfortunately, has received very little maintenance or
enhancement attention for many years. In the meantime, third-party
replacements for cmd have arisen. One of
New submission from Ned Deily :
The cmd module in the standard library has languished for many years. In the
mean time, third-party replacements for it have arisen. Perhaps the most
popular is cmd2 which seems to be actively maintained, provides upward
compatibility from cmd along with many
Ned Deily added the comment:
The more I think about it, the more I feel it would be a disservice to our
users to add piecemeal enhancements like this to the standard library cmd
module at this point, when cmd is essentially unmaintained and there is already
a superior alternative. I have
Ned Deily added the comment:
New changeset 3a9ccee0e5dbf7d67f5ab79f6095755969db117c by Ned Deily (Marcel
Plch) in branch 'master':
bpo-29673: fix gdb scripts pystack and pystackv (GH-6126)
https://github.com/python/cpython/commit/3a9ccee0e5dbf7d67f5ab79f609575
Change by Ned Deily :
--
keywords: +easy
stage: -> needs patch
versions: +Python 3.8
___
Python tracker
<https://bugs.python.org/issue33187>
___
___
Python-
Ned Deily added the comment:
I've asked on python-dev for comments:
https://mail.python.org/pipermail/python-dev/2018-April/152653.html
--
___
Python tracker
<https://bugs.python.org/is
Ned Deily added the comment:
Oz, I don't particularly like the idea of deprecating cmd but, realistically,
Python development is almost entirely an unpaid, volunteer activity and we do
not have enough resources to do everything we'd like to do. So sometimes we
need to make a tr
Ned Deily added the comment:
New changeset 3c193cf8afce525b1283986f113de0e16f23e115 by Ned Deily (Miss
Islington (bot)) in branch '3.7':
[3.7] bpo-29673: fix gdb scripts pystack and pystackv (GH-6126) (GH-6399)
https://github.com/python/cpython/commit/3c193cf8afce525b1283986f113de0
Ned Deily added the comment:
New changeset 3468a05f6a7d730a656d254730a3f5b6b7e85983 by Ned Deily (Miss
Islington (bot)) in branch '3.6':
[3.6] bpo-29673: fix gdb scripts pystack and pystackv (GH-6126) (GH-6400)
https://github.com/python/cpython/commit/3468a05f6a7d730a656d254730a3f5
Ned Deily added the comment:
Thanks, Marcel, for the fix and thanks, Skip, for the review. Merged for
release in 3.6.6 and 3.7.0.
--
resolution: -> fixed
stage: patch review -> resolved
status: open -> closed
___
Python tracke
Ned Deily added the comment:
@barry, I was thinking more of 3.8 but, sure, if there seems to be a consensus
prior to 3.7.0b4 that deprecation is the right thing, we could do it in 3.7.
--
___
Python tracker
<https://bugs.python.org/issue33
Change by Ned Deily :
--
priority: critical -> release blocker
stage: -> needs patch
___
Python tracker
<https://bugs.python.org/issue33185>
___
___
Pyth
Ned Deily added the comment:
(See Issue33185 for regression.)
--
___
Python tracker
<https://bugs.python.org/issue33053>
___
___
Python-bugs-list mailin
Change by Ned Deily :
--
resolution: -> fixed
status: open -> closed
___
Python tracker
<https://bugs.python.org/issue17861>
___
___
Python-bugs-list
Ned Deily added the comment:
New changeset ef5ce884a41c8553a7eff66ebace908c1dcc1f89 by Ned Deily (Jay
Crotts) in branch 'master':
bpo-8243: Doc patch for curses.window.addstr and curses.window.addch (GH-5179)
https://github.com/python/cpython/commit/ef5ce884a41c8553a7eff66ebace90
Ned Deily added the comment:
> cmd is used by pdb
Well, that's a pretty good reason for not removing cmd! I really wasn't
advocating its removal, just gently pushing users to use cmd2. So perhaps we
should only add a "See Also" like we do for urllib.request and
Ned Deily added the comment:
> (Though I think it's somewhat arbitrary.
Yes, it is.
> E.g. do we link to requests anywhere?
Yes:
https://docs.python.org/3/library/urllib.request.html
> Or to all the "better pdb" modules?
Ned Deily added the comment:
> FWIW, I've been teaching cmd to my clients for years and it has worked fine
> for them.
I'm not saying that cmd is bad; it's just that there have been suggested
improvements over the years and many of those are already implemented in cmd2,
Ned Deily added the comment:
New changeset 98e8ac8d82202aae32961f10b1014641ae1fffbf by Ned Deily (Miss
Islington (bot)) in branch '3.7':
[3.7] bpo-8243: Doc patch for curses.window.addstr and curses.window.addch
(GH-5179) (GH-6404)
https://github.com/python/cpyt
Ned Deily added the comment:
New changeset 77f0a41d72886513f5e9277e5587455745c29ac1 by Ned Deily (Miss
Islington (bot)) in branch '2.7':
[2.7] bpo-8243: Doc patch for curses.window.addstr and curses.window.addch
(GH-5179) (GH-6405)
https://github.com/python/cpyt
Ned Deily added the comment:
New changeset 70c44465475c41ab3aa832858b250ede6f170aac by Ned Deily (Miss
Islington (bot)) in branch '3.6':
[3.6] bpo-8243: Doc patch for curses.window.addstr and curses.window.addch
(GH-5179) (GH-6406)
https://github.com/python/cpyt
Ned Deily added the comment:
Thank you for producing the PR, Jay!
--
components: -Extension Modules
resolution: -> fixed
stage: patch review -> resolved
status: open -> closed
type: enhancement ->
versions: +Python 2.7, Python 3.6
Ned Deily added the comment:
> But I'm not ready to give up on the idea that Python comes with batteries
> included. We should not let those batteries corrode and leak.
I totally agree with you. And it would be great if cmd2 could be incorporated
into the std lib as an update
Change by Ned Deily :
--
keywords: +patch
pull_requests: +6112
stage: needs patch -> patch review
___
Python tracker
<https://bugs.python.org/issue33184>
___
_
Change by Ned Deily :
--
pull_requests: +6113
___
Python tracker
<https://bugs.python.org/issue33184>
___
___
Python-bugs-list mailing list
Unsubscribe:
Ned Deily added the comment:
New changeset b405752dab95fa5dc65a19d94e798844d0378c61 by Ned Deily in branch
'master':
bpo-33184: Update macOS installer build to use OpenSSL 1.1.0h. (GH-6407)
https://github.com/python/cpython/commit/b405752dab95fa5dc65a19d94e7988
Ned Deily added the comment:
New changeset 12d1dcd1f8ec0a2f3d8c325aa8e3f2f05b75b188 by Ned Deily (Miss
Islington (bot)) in branch '3.7':
bpo-33184: Update macOS installer build to use OpenSSL 1.1.0h. (GH-6407)
(GH-6409)
https://github.com/python/cpyt
Ned Deily added the comment:
New changeset 76215a4481191b648de522a4e2120f60822f6b9c by Ned Deily in branch
'3.6':
bpo-33184: Update macOS installer build to use OpenSSL 1.0.2o. (GH-6408)
https://github.com/python/cpython/commit/76215a4481191b648de522a4e2120f
Ned Deily added the comment:
Would you care to provide a PR fix with a test?
--
keywords: +easy
nosy: +ned.deily
stage: -> needs patch
___
Python tracker
<https://bugs.python.org/issu
Change by Ned Deily :
--
nosy: +bquinlan, pitrou
___
Python tracker
<https://bugs.python.org/issue24882>
___
___
Python-bugs-list mailing list
Unsubscribe:
Change by Ned Deily :
--
nosy: +michael.foord
___
Python tracker
<https://bugs.python.org/issue33236>
___
___
Python-bugs-list mailing list
Unsubscribe:
Change by Ned Deily :
--
nosy: +ned.deily
___
Python tracker
<https://bugs.python.org/issue33241>
___
___
Python-bugs-list mailing list
Unsubscribe:
Ned Deily added the comment:
I don't know anything about appJar (looks interesting!) but any issue like this
is almost certainly a Tk issue, since Python's tkinter provides a fairly
lightweight wrapper around calls to Tk.
As far as I can tell from a quick test, it appears that the
Change by Ned Deily :
--
nosy: +amaury.forgeotdarc, belopolsky, meador.inge
___
Python tracker
<https://bugs.python.org/issue33242>
___
___
Python-bugs-list mailin
Change by Ned Deily :
--
stage: -> needs patch
versions: +Python 3.6, Python 3.7, Python 3.8 -Python 3.2, Python 3.3, Python
3.4
___
Python tracker
<https://bugs.python.org/issu
Ned Deily added the comment:
New changeset 0f914b5b5f6ba186afd7112fc851c97247076f70 by Ned Deily (Aaron Ang)
in branch 'master':
bpo-31201: Clarify command to re-run failing test(s) with example (GH-6417)
https://github.com/python/cpython/commit/0f914b5b5f6ba186afd7112fc851c9
Ned Deily added the comment:
New changeset 71a3837bf39580ffa828c14247230a9277b9d5b1 by Ned Deily (Miss
Islington (bot)) in branch '3.7':
[3.7] bpo-31201: Clarify command to re-run failing test(s) with example
(GH-6417) (GH-6437)
https://github.com/python/cpyt
Ned Deily added the comment:
New changeset 83bb39907ec3828aec6d99bb9338283bd6b30ac2 by Ned Deily (Miss
Islington (bot)) in branch '3.6':
[3.6] bpo-31201: Clarify command to re-run failing test(s) with example
(GH-6417) (GH-6438)
https://github.com/python/cpyt
Ned Deily added the comment:
Thanks for the PR, Aaron!
--
resolution: -> fixed
stage: patch review -> resolved
status: open -> closed
type: enhancement ->
versions: +Python 3.6
___
Python tracker
<https://bugs.python
Change by Ned Deily :
--
nosy: +lukasz.langa
___
Python tracker
<https://bugs.python.org/issue33251>
___
___
Python-bugs-list mailing list
Unsubscribe:
Change by Ned Deily :
--
nosy: +ncoghlan
___
Python tracker
<https://bugs.python.org/issue33252>
___
___
Python-bugs-list mailing list
Unsubscribe:
Change by Ned Deily :
--
nosy: +orsenthil
___
Python tracker
<https://bugs.python.org/issue33264>
___
___
Python-bugs-list mailing list
Unsubscribe:
Change by Ned Deily :
--
nosy: +amaury.forgeotdarc, belopolsky, meador.inge
___
Python tracker
<https://bugs.python.org/issue33267>
___
___
Python-bugs-list mailin
Ned Deily added the comment:
If there is still interest in this, perhaps @Zectbumo could rebase the patch as
a PR against the master branch of the current python/cpython repo now that
we've moved to git and GitHub (https://devguide.python.org/pullrequest/).
There's no guarantee th
Change by Ned Deily :
--
nosy: +benjamin.peterson
___
Python tracker
<https://bugs.python.org/issue33266>
___
___
Python-bugs-list mailing list
Unsubscribe:
Change by Ned Deily :
--
nosy: +davin, pitrou
___
Python tracker
<https://bugs.python.org/issue19993>
___
___
Python-bugs-list mailing list
Unsubscribe:
Change by Ned Deily :
--
nosy: +davin, pitrou
___
Python tracker
<https://bugs.python.org/issue19173>
___
___
Python-bugs-list mailing list
Unsubscribe:
Ned Deily added the comment:
Steve, what about 2.7 for 2.7.15rc1?
(I'm working on that for the Mac installer now.)
--
resolution: fixed ->
stage: resolved -> needs patch
status: closed -> open
___
Python tracker
<https://bugs.pyth
Change by Ned Deily :
--
keywords: +patch
pull_requests: +6165
stage: -> patch review
___
Python tracker
<https://bugs.python.org/issue24414>
___
___
Python-
Change by Ned Deily :
--
pull_requests: +6164
___
Python tracker
<https://bugs.python.org/issue32726>
___
___
Python-bugs-list mailing list
Unsubscribe:
Change by Ned Deily :
--
keywords: +patch
pull_requests: +6166
stage: needs patch -> patch review
___
Python tracker
<https://bugs.python.org/issue19019>
___
_
Change by Ned Deily :
--
pull_requests: +6167
___
Python tracker
<https://bugs.python.org/issue11485>
___
___
Python-bugs-list mailing list
Unsubscribe:
Ned Deily added the comment:
New changeset ee8e4b61d6181f5bfadf6ee3d229f0ebda8a6ae9 by Ned Deily in branch
'2.7':
[2.7] Backport macOS universal build and installer fixes from 3.6. (GH-6469)
https://github.com/python/cpython/commit/ee8e4b61d6181f5bfadf6ee3d229f0
Ned Deily added the comment:
New changeset ee8e4b61d6181f5bfadf6ee3d229f0ebda8a6ae9 by Ned Deily in branch
'2.7':
[2.7] Backport macOS universal build and installer fixes from 3.6. (GH-6469)
https://github.com/python/cpython/commit/ee8e4b61d6181f5bfadf6ee3d229f0
Ned Deily added the comment:
New changeset ee8e4b61d6181f5bfadf6ee3d229f0ebda8a6ae9 by Ned Deily in branch
'2.7':
[2.7] Backport macOS universal build and installer fixes from 3.6. (GH-6469)
https://github.com/python/cpython/commit/ee8e4b61d6181f5bfadf6ee3d229f0
Ned Deily added the comment:
New changeset ee8e4b61d6181f5bfadf6ee3d229f0ebda8a6ae9 by Ned Deily in branch
'2.7':
[2.7] Backport macOS universal build and installer fixes from 3.6. (GH-6469)
https://github.com/python/cpython/commit/ee8e4b61d6181f5bfadf6ee3d229f0
Change by Ned Deily :
--
pull_requests: +6168
___
Python tracker
<https://bugs.python.org/issue19019>
___
___
Python-bugs-list mailing list
Unsubscribe:
Change by Ned Deily :
--
pull_requests: +6169
status: pending -> open
___
Python tracker
<https://bugs.python.org/issue17128>
___
___
Python-bugs-list mai
Ned Deily added the comment:
New changeset 93c91ac8f67ef0819ddacdcca12ef0ae88e5802e by Ned Deily in branch
'2.7':
[2.7] Fix errant NEWS item: bpo-19019 -> bpo-17128 (GH-6470)
https://github.com/python/cpython/commit/93c91ac8f67ef0819ddacdcca12
Ned Deily added the comment:
New changeset 93c91ac8f67ef0819ddacdcca12ef0ae88e5802e by Ned Deily in branch
'2.7':
[2.7] Fix errant NEWS item: bpo-19019 -> bpo-17128 (GH-6470)
https://github.com/python/cpython/commit/93c91ac8f67ef0819ddacdcca12
Ned Deily added the comment:
New changeset 01a0fd4a3a4cb9928518518acc9c9f2ed6e9a382 by Ned Deily (Miss
Islington (bot)) in branch '2.7':
[2.7] bpo-33184: Update macOS installer build to use OpenSSL 1.0.2o. (GH-6408)
(GH-6471)
https://github.com/python/cpyt
Ned Deily added the comment:
A followup - Ronald asked:
> w.r.t. detection of the clang/llvm version on Apple's system compiler: Is it
> worthwhile to do so?
Now that Xcode 9.3 (for macOS 10.13+) is officially released, I ran a quick
series of test on it and on the most recent Xco
Ned Deily added the comment:
Thanks for the report and the good detective work! I see the same results. It
appears that the error was introduced by
c5ae169e1b73315672770517bf51cf8464286c76 for Issue26439. It looks we need both
a fix and a test for this. This really needs to be fixed for
Ned Deily added the comment:
It looks like c5ae169e1b73315672770517bf51cf8464286c76 broke find_library on
macOS; see Issue33281.
--
nosy: +ned.deily
___
Python tracker
<https://bugs.python.org/issue26
Change by Ned Deily :
--
nosy: +amaury.forgeotdarc, belopolsky, meador.inge
___
Python tracker
<https://bugs.python.org/issue33281>
___
___
Python-bugs-list mailin
Ned Deily added the comment:
The ensurepip blob is a bit of a special case regarding updates, that is, I
think we can be a little more flexible about them since they are getting tested
and a lot of exposure external to Python releases. Accepting a bugfix update
for pip between 3.7.0b4 and
Ned Deily added the comment:
Thanks, Nick!
--
priority: release blocker ->
___
Python tracker
<https://bugs.python.org/issue33185>
___
___
Python-bugs-lis
Change by Ned Deily :
--
Removed message: https://bugs.python.org/msg315333
___
Python tracker
<https://bugs.python.org/issue33283>
___
___
Python-bugs-list mailin
Ned Deily added the comment:
(As a side note to Serhiy and others, as of 2.7.15, we no longer ship any
python.org macOS binary installers that link with Tcl/Tk 8.4 and we also now
ship at least one installer variant for 2.7.x and 3.6.x that provides Tcl/Tk
8.6. 3.7.0 will be only 8.6 and
Ned Deily added the comment:
(As a side note to Sehiy and others, as of 2.7.15, we no longer ship any
python.org macOS binary installers that link with Tcl/Tk 8.4 and we also now
ship at least one installer variant for 2.7.x and 3.6.x that provides Tcl/Tk
8.6. 3.7.0 will be only 8.6 and
Ned Deily added the comment:
I've now backported the changes for 3.6.5 to 2.7.15. along with some long
overdue changes made previously in 3.x. Besides the support for a 10.9+
64-bit-only installer variant (with built-in Tcl/Tk 8.6.x) and other
changes noted
Ned Deily added the comment:
Thanks for your suggested patch and my apologies for not replying sooner. For
Python 2.7.15, we have done some housecleaning of old macOS support issues and,
as part of ee8e4b61d6181f5bfadf6ee3d229f0ebda8a6ae9 for Issue32726, I have
backported the deployment
Ned Deily added the comment:
As of 3.6.5, 2.7.15, and the upcoming 3.7.0. the macOS installers now build
with a generic 'gcc' specified, rather than the somewhat confusing 'gcc-4.2'
and we also provide a new 10.9+ 64-bit-only installer variant that is built
with clang
Ned Deily added the comment:
As of 2.7.15 (finally!) all current python.org macOS installers now provide
their own copies of OpenSSL: 1.0.2x for 3.6.x and 2.7.15. 1.1.0x for the
upcoming 3.7.0 release. Until a better solution for root certificates is
implemented, all of the installers also
3401 - 3500 of 6927 matches
Mail list logo