Ned Deily added the comment:
That's a good idea. I see that there is already a "Found a bug?" link at the
bottom of each doc page and that links to a page like:
https://docs.python.org/3/bugs.html
and that page has a Documentation Bugs section. Perhaps adding a link or two
Change by Ned Deily :
--
nosy: +amaury.forgeotdarc, belopolsky, meador.inge
stage: -> patch review
___
Python tracker
<https://bugs.python.org/issu
Change by Ned Deily :
--
nosy: +eric.snow, vstinner
___
Python tracker
<https://bugs.python.org/issue33042>
___
___
Python-bugs-list mailing list
Unsubscribe:
Ned Deily added the comment:
Update: https://security-tracker.debian.org/tracker/CVE-2017-17522
"** DISPUTED [...] NOTE: a software maintainer indicates that exploitation is
impossible because the code relies on subprocess.Popen and the default
shell=False setting."
-
Ned Deily added the comment:
> This should be simple to fix, though I wonder whether this could be taken
> over by our macOS maintainers? :-)
I'm not sure what you mean by *this*. If it's the Travis configuration, I
don't use Homebrew myself and I have little experienc
Ned Deily added the comment:
Thanks for the comments here. As noted by Yury in PR 5983: "Looks good. Keep
in mind that @elprans and I will edit what's new (as we did for 3.5 & 3.6)
closer to 3.7 release."
--
nosy: +Elvis.Pransk
Ned Deily added the comment:
Raymond, do you want to review the current state of the PR before 3.7.0b4?
Otherwise, I'll probably ask that it be merged as is.
--
priority: release blocker -> deferred blocker
___
Python tracker
Ned Deily added the comment:
OK, PR 1559 (in 3.7.0) for Issue30353 has been backported to 3.6 in PR 5954 for
release in 3.6.5. So based on msg312200, I'm going to assume the problem is no
longer reproducible in 3.6 and close this issue. If not, please reopen.
--
resol
Change by Ned Deily :
--
stage: -> resolved
status: pending -> closed
type: security ->
___
Python tracker
<https://bugs.python.org/issue32993>
___
Ned Deily added the comment:
test_strsignal is failing on macOS.
==
FAIL: test_strsignal (test.test_signal.PosixTests)
--
Traceback (most recent call last
Ned Deily added the comment:
> Ned, this is why I'd like issue33048 to be solved :-) Having to rely on the
> buildbot fleet for bugfix iteration is not convenient at all.
I want to see it solved, too. :-) But there are other core-devs out there who
are in a better position to
Ned Deily added the comment:
Thanks, Carol!
--
___
Python tracker
<https://bugs.python.org/issue33048>
___
___
Python-bugs-list mailing list
Unsubscribe:
Change by Ned Deily :
--
keywords: +patch
pull_requests: +5855
stage: -> patch review
___
Python tracker
<https://bugs.python.org/issue29719>
___
___
Python-
Change by Ned Deily :
--
pull_requests: +5856
___
Python tracker
<https://bugs.python.org/issue29719>
___
___
Python-bugs-list mailing list
Unsubscribe:
Ned Deily added the comment:
New changeset a34510a4c562b4b23c7f9da6ff6e2318484f5f1a by Ned Deily in branch
'master':
bpo-29719: Remove Date and Release field in whatsnew/3.7 and 8 (GH-6093)
https://github.com/python/cpython/commit/a34510a4c562b4b23c7f9da6ff6e23
Ned Deily added the comment:
New changeset d461ed84b57aae0bdccd117dc38109c087444d50 by Ned Deily in branch
'3.7':
bpo-29719: Remove Date and Release field in whatsnew/3.7 (GH-6094)
https://github.com/python/cpython/commit/d461ed84b57aae0bdccd117dc38109
Ned Deily added the comment:
> I believe this can be closed as 'fixed'?
Well, it *was* fixed! But then I reintroduced the boilerplate when I created
the 3.7 and 3.8 whatsnew files - now fixed. Thanks for the reminder!
--
assignee: -> docs@python
components: +Do
Change by Ned Deily :
--
nosy: +ncoghlan
___
Python tracker
<https://bugs.python.org/issue33069>
___
___
Python-bugs-list mailing list
Unsubscribe:
Ned Deily added the comment:
Cheryl, as far as I know this is still an unresolved issue for at least some
versions of Python and some versions of libedit. I'd like to keep it open as a
reminder. If someone else wants to dig into it before I get around to it, feel
free to
Ned Deily added the comment:
New changeset 94552448d7bcc1eebc53b608e89d96e235054f2f by Ned Deily in branch
'3.6':
bpo-32726: macOS installer changes for 3.6.5
https://github.com/python/cpython/commit/94552448d7bcc1eebc53b608e89d96
Ned Deily added the comment:
Backport the new 10.9+ installer variant from 3.7 to 3.6 for 3.6.5:
The rationale is that, while the 10.6 variant is still upwards compatible on
current systems, it is showing its age. Apple has started deprecating 32-bit
support on macOS and apparently plans to
Ned Deily added the comment:
> Is this ready to close?
The fixes are now available from the cpython repo for all current security and
maintenance branches (3.4 to 3.7 plus 2.7). They are now released in 3.6.5rc1
and will be available in the next releases of other branches: 3.7.0, 3.
Ned Deily added the comment:
And Red Hat has already closed their version of this as NOTABUG:
https://bugzilla.redhat.com/show_bug.cgi?id=CVE-2017-17522
It seems nearly everyone is agreement that this is not a security issue.
--
resolution: -> not a bug
stage: -> resolved
Ned Deily added the comment:
A followup: a fix for the hang in test_asyncio has been released in 3.6.5rc1.
--
___
Python tracker
<https://bugs.python.org/issue32
Ned Deily added the comment:
It's been three months since Anthony raised the question about whether this was
an acceptable ABI change in 3.6.4. Since then, I am not aware of any reports
of problems this has caused and there has been no agreement that it is a
critical problem.
Change by Ned Deily :
--
components: +macOS
nosy: +ned.deily, ronaldoussoren
___
Python tracker
<https://bugs.python.org/issue33074>
___
___
Python-bugs-list m
Change by Ned Deily :
--
pull_requests: +5875
___
Python tracker
<https://bugs.python.org/issue32517>
___
___
Python-bugs-list mailing list
Unsubscribe:
Change by Ned Deily :
--
pull_requests: +5876
___
Python tracker
<https://bugs.python.org/issue32517>
___
___
Python-bugs-list mailing list
Unsubscribe:
Ned Deily added the comment:
Thanks for the fix, Nathan. Yury has already committed the fix for 3.6.5 and
for 3.7.0. I've just pushed PR 6112 and PR 6113 to forward port to the master
branch (for 3.8) and to re-enable the failing tests on 3.7 and master. Once
they are merged, I thi
Change by Ned Deily :
--
nosy: +gvanrossum, levkivskyi
___
Python tracker
<https://bugs.python.org/issue33075>
___
___
Python-bugs-list mailing list
Unsubscribe:
Ned Deily added the comment:
Update: for Python 3.6.5 and 3.7.0, there are new python.org 10.9+ installer
variants that come with a built-in Tcl/Tk 8.6.8. They are currently both
available in testing pre-releases (3.6.5rc1 and 3.7.0b2):
https://www.python.org/download/pre-releases
Ned Deily added the comment:
I'm not sure what to suggest other than taking a close look at and
instrumenting that part of test_selectors. One thing you could try is seeing
what the call to resource.getrlimit(resource.RLIMIT_NOFILE) is returning. You
can also look at the values for
Change by Ned Deily :
--
nosy: +gvanrossum, levkivskyi
___
Python tracker
<https://bugs.python.org/issue33077>
___
___
Python-bugs-list mailing list
Unsubscribe:
Ned Deily added the comment:
Nick, what's your assessment of this issue's priority? Is it a release blocker
for 3.7.0b3 (proposed ABI freeze)? For 3.7.0rc1 (code freeze)? None of the
above?
--
nosy: +ned.deily
___
Python track
Change by Ned Deily :
--
nosy: +davin, pitrou
versions: -Python 3.4, Python 3.5
___
Python tracker
<https://bugs.python.org/issue33082>
___
___
Python-bugs-list m
Change by Ned Deily :
--
nosy: +davin, pitrou
___
Python tracker
<https://bugs.python.org/issue33081>
___
___
Python-bugs-list mailing list
Unsubscribe:
Change by Ned Deily :
--
resolution: -> works for me
stage: -> resolved
status: open -> closed
___
Python tracker
<https://bugs.python.org/issue33036>
___
___
Change by Ned Deily :
--
nosy: +gregory.p.smith
___
Python tracker
<https://bugs.python.org/issue33079>
___
___
Python-bugs-list mailing list
Unsubscribe:
Change by Ned Deily :
--
nosy: +vstinner
___
Python tracker
<https://bugs.python.org/issue33080>
___
___
Python-bugs-list mailing list
Unsubscribe:
Change by Ned Deily :
--
resolution: -> works for me
stage: -> resolved
status: open -> closed
___
Python tracker
<https://bugs.python.org/issue32799>
___
___
Ned Deily added the comment:
Glad you found the problem - and that it wasn't a Python bug!
--
resolution: -> works for me
status: open -> closed
___
Python tracker
<https://bugs.python.
Change by Ned Deily :
--
nosy: +ncoghlan
___
Python tracker
<https://bugs.python.org/issue33053>
___
___
Python-bugs-list mailing list
Unsubscribe:
Change by Ned Deily :
--
nosy: +davin, pitrou
___
Python tracker
<https://bugs.python.org/issue33088>
___
___
Python-bugs-list mailing list
Unsubscribe:
Change by Ned Deily :
--
nosy: -ned.deily
___
Python tracker
<https://bugs.python.org/issue32958>
___
___
Python-bugs-list mailing list
Unsubscribe:
Ned Deily added the comment:
I'm OK with merging this for 3.7.0b3.
--
versions: +Python 3.7
___
Python tracker
<https://bugs.python.org/issue32056>
___
___
Ned Deily added the comment:
Thanks everyone for your inputs. Let's go with the status quo -> closing this
issue.
--
priority: deferred blocker ->
resolution: -> wont fix
stage: -> resolved
status: open -> closed
___
Py
Change by Ned Deily :
--
nosy: +paul.moore, steve.dower, tim.golden, zach.ware
___
Python tracker
<https://bugs.python.org/issue33105>
___
___
Python-bugs-list m
Change by Ned Deily :
--
nosy: +gvanrossum, levkivskyi
___
Python tracker
<https://bugs.python.org/issue33107>
___
___
Python-bugs-list mailing list
Unsubscribe:
Ned Deily added the comment:
Are you by any chance trying to run this under IDLE?
--
nosy: +ned.deily
___
Python tracker
<https://bugs.python.org/issue33
Ned Deily added the comment:
Buildbots are failing on macOS:
http://buildbot.python.org/all/#/builders/14/builds/804/steps/4/logs/stdio
http://buildbot.python.org/all/#/builders/93/builds/459/steps/4/logs/stdio
--
nosy: +ned.deily
resolution: fixed ->
stage: resolved -> needs
Ned Deily added the comment:
PR 6180 appears to have fixed the 3.x failures, thanks!
--
___
Python tracker
<https://bugs.python.org/issue33078>
___
___
Python-bug
Ned Deily added the comment:
(Fot the record, PR 6181 was the 3.7 backport of PR 6180.)
--
___
Python tracker
<https://bugs.python.org/issue33078>
___
___
Pytho
Change by Ned Deily :
--
nosy: +bquinlan, pitrou
___
Python tracker
<https://bugs.python.org/issue33110>
___
___
Python-bugs-list mailing list
Unsubscribe:
Ned Deily added the comment:
I am OK with changing '' to the initial resolved working directory for 3.7 as
long as we get that change in now, i.e. before the 3.7.0b3 ABI freeze next
Monday. And I agree that we should not attempt to change this behavior for
3.6.x at this stage o
Change by Ned Deily :
--
nosy: +asvetlov, giampaolo.rodola, yselivanov
___
Python tracker
<https://bugs.python.org/issue33117>
___
___
Python-bugs-list mailin
Change by Ned Deily :
--
Removed message: https://bugs.python.org/msg314252
___
Python tracker
<https://bugs.python.org/issue33053>
___
___
Python-bugs-list mailin
Ned Deily added the comment:
Thanks for the report and for the analysis! Closing as duplicate.
--
nosy: +ned.deily
resolution: -> duplicate
stage: -> resolved
status: open -> closed
superseder: -> Skip sending/receiving after SSL trans
Change by Ned Deily :
--
nosy: +giampaolo.rodola
___
Python tracker
<https://bugs.python.org/issue33122>
___
___
Python-bugs-list mailing list
Unsubscribe:
Ned Deily added the comment:
As far as I know, it has not been discussed elsewhere and I think the potential
for breaking third-party distributions is too high to risk making this change
this late in the release cycle, independent of Steve's concerns in msg308878.
Unless someone can d
Ned Deily added the comment:
Thanks for the report. git bisect result:
1abcf6700b4da6207fe859de40c6c1bada6b4fec is the first bad commit
commit 1abcf6700b4da6207fe859de40c6c1bada6b4fec
Author: Eric Snow
Date: Tue May 23 21:46:51 2017 -0700
bpo-22257: Private C-API for core runtime
Ned Deily added the comment:
See Issue33128: PathFinder is twice on sys.meta_path.
Also, is this issue supposed to remain open across releases?
--
nosy: +ned.deily
___
Python tracker
<https://bugs.python.org/issue22
Change by Ned Deily :
--
stage: -> resolved
status: open -> closed
___
Python tracker
<https://bugs.python.org/issue33149>
___
___
Python-bugs-list
Change by Ned Deily :
--
nosy: +eric.smith
type: -> enhancement
versions: +Python 3.8 -Python 3.6
___
Python tracker
<https://bugs.python.org/issue33160>
___
_
Ned Deily added the comment:
New changeset 8534d5e4e918be82b041754ecd89af519e5b by Ned Deily in branch
'master':
bpo-32517: fix test_read_pty_output() hangs on macOS 10.13.2+ (GH-6037)
(GH-6113)
https://github.com/python/cpython/commit/8534d5e4e918be82b041754ecd
Ned Deily added the comment:
New changeset 6a2539c43412567a4c693da8e7fdf5e73191fd16 by Ned Deily in branch
'3.7':
bpo-32517: re-enable test_read_pty_output on macOS (GH-6112)
https://github.com/python/cpython/commit/6a2539c43412567a4c693da8e7fdf5
Change by Ned Deily :
--
resolution: -> fixed
stage: patch review -> resolved
status: open -> closed
___
Python tracker
<https://bugs.python.or
Change by Ned Deily :
--
pull_requests: +6003
___
Python tracker
<https://bugs.python.org/issue32872>
___
___
Python-bugs-list mailing list
Unsubscribe:
Ned Deily added the comment:
Since python3.6 is regularly built with various Debian releases, this seems
unlikely to be a problem in Python itself. Suggest you verify that no venv or
virtualenv is in use or that PYTHON* environment variables are set or that no
modifications provided by
Ned Deily added the comment:
New changeset e52ac045972a4f75d7f52e4ee0d6de128259134d by Ned Deily in branch
'master':
bpo-32872: Avoid regrtest compatibility issue with namespace packages. (GH-6276)
https://github.com/python/cpython/commit/e52ac045972a4f75d7f52e4ee0d6de
Ned Deily added the comment:
New changeset d2d5bd8bc4f58b572702d572dc8491f0a50144e6 by Ned Deily (Miss
Islington (bot)) in branch '3.7':
bpo-32872: Avoid regrtest compatibility issue with namespace packages.
(GH-6276) (#6277)
https://github.com/python/cpyt
Ned Deily added the comment:
New changeset a93662cf8fb98e41f2b7e7c032b680eee834d290 by Ned Deily (Miss
Islington (bot)) in branch '3.6':
bpo-32872: Avoid regrtest compatibility issue with namespace packages.
(GH-6276) (GH-6278)
https://github.com/python/cpyt
Change by Ned Deily :
--
priority: release blocker ->
resolution: -> fixed
stage: patch review -> resolved
status: open -> closed
type: crash ->
___
Python tracker
<https://bugs.pyt
Ned Deily added the comment:
The change mentioned was made in GH-2462 for Issue13617 and was released in
3.6.3 (and 3.5.4 now in security-fix-only mode).
--
nosy: +amaury.forgeotdarc, belopolsky, meador.inge, ned.deily, serhiy.storchaka
priority: normal -> criti
Change by Ned Deily :
--
pull_requests: +6006
stage: backport needed -> patch review
___
Python tracker
<https://bugs.python.org/issue32726>
___
___
Python-
Ned Deily added the comment:
New changeset df532ab752680f6e359672c2cd40bec8ac848628 by Ned Deily in branch
'master':
bpo-32726: Do not force IDLE.app to launch in 32-bit mode. (GH-6279)
https://github.com/python/cpython/commit/df532ab752680f6e359672c2cd40be
New submission from Ned Deily :
pip and setuptools were updated in the following commits:
PR 6184 d93b5161af12291f3f98a260c90cc2975ea9e9cd for master (3.8.0)
PR 6185 8f46176f0e19d31d8642735e535183a39c5e0bdc for 3.7 (3.7.0rc3)
PR 6186 560ea272b01acaa6c531cc7d94331b2ef0854be6 for 3.6 (3.6.5)
PR
Ned Deily added the comment:
New changeset 39c0ef5171e1cdcc2ed59685a81b194e9bfe3809 by Ned Deily (Miss
Islington (bot)) in branch '3.7':
bpo-32726: Do not force IDLE.app to launch in 32-bit mode. (GH-6280)
https://github.com/python/cpython/commit/39c0ef5171e1cdcc2ed59685a81b19
Change by Ned Deily :
--
keywords: +patch
pull_requests: +6009
stage: -> patch review
___
Python tracker
<https://bugs.python.org/issue33163>
___
___
Python-
Ned Deily added the comment:
New changeset fb3d3b7a65d8c0521a88c87e17a7554c5ec439d9 by Ned Deily (Miss
Islington (bot)) in branch '3.6':
bpo-32726: Do not force IDLE.app to launch in 32-bit mode. (GH-6279) (#6281)
https://github.com/python/cpyt
Ned Deily added the comment:
New changeset c0518cde7a8404f310cd3495e77e612820ecad4f by Ned Deily in branch
'master':
bpo-33163: Upgrade pip to 9.0.3 and setuptools to v39.0.1. (GH-6282)
https://github.com/python/cpython/commit/c0518cde7a8404f310cd3495e77e61
Ned Deily added the comment:
New changeset b9172b9630eeefc6dea1409b5bf4180b27fc359f by Ned Deily (Miss
Islington (bot)) in branch '3.7':
[3.7] bpo-33163: Upgrade pip to 9.0.3 and setuptools to v39.0.1. (GH-6283)
https://github.com/python/cpython/commit/b9172b9630eeefc6dea1409b5bf418
Ned Deily added the comment:
New changeset 9dad016784848a53d9f2557292025f7a4104c5a5 by Ned Deily (Miss
Islington (bot)) in branch '3.6':
bpo-33163: Upgrade pip to 9.0.3 and setuptools to v39.0.1. (GH-6285)
https://github.com/python/cpython/commit/9dad016784848a53d9f2557292025f
Ned Deily added the comment:
New changeset 7f48a426fc69d144d4242517ef40eff01c1fd483 by Ned Deily (Miss
Islington (bot)) in branch '2.7':
bpo-33163: Upgrade pip to 9.0.3 and setuptools to v39.0.1. (GH-6284)
https://github.com/python/cpython/commit/7f48a426fc69d144d4242517ef40ef
Change by Ned Deily :
--
resolution: -> fixed
stage: patch review -> resolved
status: open -> closed
___
Python tracker
<https://bugs.python.or
Ned Deily added the comment:
BTW, when updating the bundled wheels, please remember to use an issue (like
this one) and include a NEWS entry using blurb; in other words, don't use the
"skip news" label on PRs. That way the change will be documented in the
Misc/NEWS and docs
Ned Deily added the comment:
Python source releases do not include SQLite: the build process links Python
with a system-supplied SQLite library or some local copy supplied by the
builder, depending on the platform and the build setters. The pre-built
versions of Python for Windows and macOS
Ned Deily added the comment:
New changeset 7f554c536cfe2e66a1ff0a36c8896040be1e5aee by Ned Deily (Miss
Islington (bot)) in branch '3.6':
bpo-32872: Avoid regrtest compatibility issue with namespace packages.
(GH-6276) (GH-6278)
https://github.com/python/cpyt
Ned Deily added the comment:
New changeset 15b6400d6439aad9859faba91ce297dfeae8d31d by Ned Deily (Christian
Heimes) in branch '3.6':
bpo-30622: Fix backport of NPN fix (#6102)
https://github.com/python/cpython/commit/15b6400d6439aad9859faba91ce297dfeae8d31d
--
nosy:
Ned Deily added the comment:
New changeset db65936a40e13144ec5307d16755a954f6a36b7e by Ned Deily (Miss
Islington (bot)) in branch '3.6':
bpo-33163: Upgrade pip to 9.0.3 and setuptools to v39.0.1. (GH-6285)
https://github.com/python/cpython/commit/db65936a40e13144ec5307d16755a9
Ned Deily added the comment:
The changelog for a release is our primary notification to users about what has
changed in a Python release. With 3.6.5, we just had a case where it seemed
important to update pip between the release candidate and the final, something
we normally would not do
Ned Deily added the comment:
Christian, is there more needed for this issue or can it be closed?
--
___
Python tracker
<https://bugs.python.org/issue31
Ned Deily added the comment:
Sorry, we can't do much about pyenv issues, suggest you pursue with that
project. If pyenv uses the python.org installers, there is an installer option
to avoid installing into /Applications. If pyenv does its own Python framework
build, it can instal
Ned Deily added the comment:
P.S. There *is* an old languishing issue, Issue11486, to add an option to
configure to have framework builds not try to install into /Applications. The
patch there would need to be updated and turned into a PR for review
Ned Deily added the comment:
Terry, is this still an issue? Are other Windows developers seeing this?
--
nosy: +ned.deily, paul.moore, steve.dower, tim.golden, zach.ware
___
Python tracker
<https://bugs.python.org/issue32
Change by Ned Deily :
--
pull_requests: +6025
___
Python tracker
<https://bugs.python.org/issue32726>
___
___
Python-bugs-list mailing list
Unsubscribe:
Change by Ned Deily :
--
pull_requests: +6026
___
Python tracker
<https://bugs.python.org/issue32726>
___
___
Python-bugs-list mailing list
Unsubscribe:
Ned Deily added the comment:
New changeset 7a6f59e123db1ff4bdf311711ad179421ee12b83 by Ned Deily in branch
'3.7':
bpo-32726: macOS 10.6+ installer now builds Tcl/TK 8.6 (GH-6308)
https://github.com/python/cpython/commit/7a6f59e123db1ff4bdf311711ad179
Ned Deily added the comment:
New changeset b9e7fe38a07a16942cb65cb922c234c95e2823a0 by Ned Deily in branch
'master':
bpo-32726: macOS 10.6+ installer now builds Tcl/TK 8.6 (GH-6307)
https://github.com/python/cpython/commit/b9e7fe38a07a16942cb65cb922c234
Ned Deily added the comment:
Thanks for the headsup, Nick. BTW, some of the discussion in languishing
Issue18378 might be relevant here.
--
___
Python tracker
<https://bugs.python.org/issue30
Change by Ned Deily :
--
nosy: +ncoghlan, ned.deily
priority: normal -> critical
___
Python tracker
<https://bugs.python.org/issue33182>
___
___
Python-bugs-lis
3301 - 3400 of 6927 matches
Mail list logo