[issue31355] Remove Travis CI macOS job: rely on buildbots

2017-09-05 Thread Ned Deily
Ned Deily added the comment: New changeset 2bc83afb30850f682487ffa560c9e3663788baaa by Ned Deily (Victor Stinner) in branch '2.7': bpo-31355: Travis CI: remove the macOS job (#3367) https://github.com/python/cpython/commit/2bc83afb30850f682487ffa560c9e3

[issue31363] __PYVENV_LAUNCHER__ breaks calling another venv's interpreter

2017-09-06 Thread Ned Deily
Changes by Ned Deily : -- nosy: +ned.deily, vinay.sajip ___ Python tracker <http://bugs.python.org/issue31363> ___ ___ Python-bugs-list mailing list Unsubscribe:

[issue31371] Remove deprecated tkinter.ttx module in 3.7

2017-09-06 Thread Ned Deily
New submission from Ned Deily: Tix is an old Tk widget extension set that has long been superseded by the ttk widgets that were added in Tk 8.5, officially released 10 years ago and since superseded by Tk 8.6. Tix was useful for users of Tk 8.4 but tkinter is no longer built, tested, or

[issue31036] building the python docs requires the blurb module

2017-09-07 Thread Ned Deily
Changes by Ned Deily : -- pull_requests: +3437 ___ Python tracker <https://bugs.python.org/issue31036> ___ ___ Python-bugs-list mailing list Unsubscribe:

[issue31036] building the python docs requires the blurb module

2017-09-07 Thread Ned Deily
Ned Deily added the comment: New changeset 590665c399fc4aa3c4a9f8e7104d43a02e9f3a0c by Ned Deily in branch 'master': bpo-31036: Allow sphinx and blurb to be found automatically (#3440) https://github.com/python/cpython/commit/590665c399fc4aa3c4a9f8e7104d43

[issue31036] building the python docs requires the blurb module

2017-09-07 Thread Ned Deily
Ned Deily added the comment: New changeset 645c1e421348790d49eab863279a41cb2b6a007a by Ned Deily (Miss Islington (bot)) in branch '3.6': [3.6] bpo-31036: Allow sphinx and blurb to be found automatically (GH-3440) (#3441) https://github.com/python/cpyt

[issue31036] building the python docs requires the blurb module

2017-09-07 Thread Ned Deily
Ned Deily added the comment: For the 3.6 and master branches, I've now enhanced Doc/Makefile to better find its tools. If the doc venv is present, e.g. make venv was run, the Doc build recipe will use sphinx-build and blurb from there, otherwise the process PATH will be search for inst

[issue31036] building the python docs requires the blurb module

2017-09-08 Thread Ned Deily
Ned Deily added the comment: New changeset 9cc332094c5f8cbaa47400633ab3ba372da61c9d by Ned Deily in branch '3.5': [3.5] bpo-31036: Allow sphinx and blurb to be found automatically (GH-3440) https://github.com/python/cpython/commit/9cc332094c5f8cbaa47400633ab3ba

[issue31395] Docs Downloads are 404s

2017-09-12 Thread Ned Deily
Ned Deily added the comment: Thanks for the report. After looking into this a bit, the URLs you are using are those from the daily docs build, the latest doc changes checked into each branch. As best I can tell, the part of the daily build that makes the downloadable files has been broken

[issue31036] building the python docs requires the blurb module

2017-09-18 Thread Ned Deily
Ned Deily added the comment: P.S. I just noticed that I forgot to credit Brett here as the source (from superseded PR 2953) of a good portion of the last round of PRs. Thanks! -- ___ Python tracker <https://bugs.python.org/issue31

[issue31233] socketserver.ThreadingMixIn leaks running threads after server_close()

2017-09-18 Thread Ned Deily
Changes by Ned Deily : -- priority: release blocker -> deferred blocker ___ Python tracker <https://bugs.python.org/issue31233> ___ ___ Python-bugs-list mai

[issue31151] socketserver.ForkingMixIn.server_close() leaks zombie processes

2017-09-18 Thread Ned Deily
Changes by Ned Deily : -- priority: release blocker -> deferred blocker ___ Python tracker <https://bugs.python.org/issue31151> ___ ___ Python-bugs-list mai

[issue31170] Update to expat 2.2.4 (expat: utf8_toUtf8 cannot properly handle exhausting buffer)

2017-09-18 Thread Ned Deily
Ned Deily added the comment: I believe all the branches except 3.5 and 3.4 have been updated so adjusting the Versions field accordingly. All yours, Larry! -- stage: patch review -> commit review versions: -Python 3.3, Python 3.6, Python

[issue31351] ensurepip discards pip's return code which leads to broken venvs

2017-09-20 Thread Ned Deily
Changes by Ned Deily : -- nosy: +dstufft, ncoghlan ___ Python tracker <https://bugs.python.org/issue31351> ___ ___ Python-bugs-list mailing list Unsubscribe:

[issue31423] Error while building PDF documentation

2017-09-22 Thread Ned Deily
Ned Deily added the comment: Thanks for looking into this. See also https://github.com/python/psf-salt/issues/118 where the question arose whether the version of Tex Live on docs is new enough. I'm no expert at anything Tex but the odd thing is that I had been able to build dist docs

[issue31423] Error while building PDF documentation

2017-09-22 Thread Ned Deily
Ned Deily added the comment: Good news! It appears that the changes supplied by @linkid have indeed fixed the daily downloadable doc build failures, 3.7, 3.6, and 2.7 docs were built successfully and the 404s are gone. Thanks everyone for helping with this! -- stage: commit review

[issue35401] Upgrade Windows and macOS installers to use OpenSSL 1.1.0j / 1.0.2q

2018-12-03 Thread Ned Deily
New submission from Ned Deily : New versions of OpenSSL were released on 2018-11-20. We should update for 3.7.2, 3.6.8, and 2.7.16. -- assignee: christian.heimes components: SSL, Windows, macOS messages: 331010 nosy: benjamin.peterson, christian.heimes, ned.deily, paul.moore

[issue35402] Upgrade macOS (and Windows?) installer to Tcl/Tk 8.6.9.1

2018-12-03 Thread Ned Deily
New submission from Ned Deily : Tcl/Tk 8.6.9 (followed by Tk 8.6.9.1) was released recently. Among other things, they contain fixes for various issues on macOS, some of which have been seen by macOS users of IDLE and other tkinter apps, so the macOS installer should definitely be updated

[issue31354] Fixing a bug related to LTO only build

2018-12-07 Thread Ned Deily
Ned Deily added the comment: This issue is still open and blocking the upcoming 3.7.2rc1 and 3.6.8rc1 releases. -- ___ Python tracker <https://bugs.python.org/issue31

[issue35435] Documentation of 3.3 is available

2018-12-07 Thread Ned Deily
Ned Deily added the comment: > I think as it stands, this ticket is "not a bug". Indeed, this is not only not a bug, it's a feature that the docs for every Python release family are available on-line. That said, we do have two sets of URLs that point to the

[issue33725] Python crashes on macOS after fork with no exec

2018-12-08 Thread Ned Deily
Change by Ned Deily : -- keywords: +patch pull_requests: +10279 stage: -> patch review ___ Python tracker <https://bugs.python.org/issue33725> ___ ___ Python-

[issue33725] Python crashes on macOS after fork with no exec

2018-12-08 Thread Ned Deily
Ned Deily added the comment: New changeset ac218bc5dbfabbd61c76ce8a17de088611e21981 by Ned Deily in branch 'master': bpo-33725: skip test_multiprocessing_fork on macOS (GH-11043) https://github.com/python/cpython/commit/ac218bc5dbfabbd61c76ce8a17de08

[issue33725] Python crashes on macOS after fork with no exec

2018-12-08 Thread Ned Deily
Ned Deily added the comment: Since it looks like multiprocessing_fork is not going to be fixable for macOS, the main issue remaining is how to help users avoid this trap (literally). Should we add a check and issues a warning or error at run time? Or is a doc change sufficient? In the

[issue34245] Python library should be installed writable

2018-12-08 Thread Ned Deily
Ned Deily added the comment: New changeset 25648d05ac3d74c436f951579bbb716372fb8cc7 by Ned Deily (jdemeyer) in branch 'master': bpo-34245: install Python shared library with more standard 0755 mode (GH-8492) https://github.com/python/cpython/commit/25648d05ac3d74c436f951579bbb71

[issue34245] Python library should be installed writable

2018-12-08 Thread Ned Deily
Ned Deily added the comment: Thanks for the PR. I've merged it for release in 3.8.0. As I commented on the PR, I don't think we should backport this; the current behavior has been around for many years and was working as designed so it's not really a bug. -- resolu

[issue28015] configure --with-lto builds fail when CC=clang on Linux, requires gold linker

2018-12-09 Thread Ned Deily
Ned Deily added the comment: New changeset f83ee476d48dbeb90ddf3526b04936a49a87973a by Ned Deily (stratakis) in branch '3.6': bpo-28015: Support LTO build with clang (GH-9908) (GH-10922) https://github.com/python/cpython/commit/f83ee476d48dbeb90ddf3526b04936a49a87973a -

[issue28015] configure --with-lto builds fail when CC=clang on Linux, requires gold linker

2018-12-09 Thread Ned Deily
Ned Deily added the comment: See also Issue31354, Issue35351, and Issue35257. -- versions: +Python 3.6 ___ Python tracker <https://bugs.python.org/issue28

[issue35351] LTOFLAGS are passed to BASECFLAGS when using LTO

2018-12-09 Thread Ned Deily
Ned Deily added the comment: See also Issue28015, Issue31354, and Issue35257. -- nosy: +ned.deily resolution: -> fixed stage: patch review -> resolved status: open -> closed versions: +Python 3.6 ___ Python tracker <https://bug

[issue31354] Fixing a bug related to LTO only build

2018-12-09 Thread Ned Deily
Ned Deily added the comment: OK, I think we are in better shape for 3.6.8 now. I've merged the backports to 3.6 of Issue28015 / PR 9908 (LTO with clang) and Issue35351 / PR 10797 (prevent LTO CFLAGS leakage into distutils). So, at the moment, master, 3.7, and 3.6 should behave the sa

[issue35257] Avoid leaking linker flags into distutils.

2018-12-09 Thread Ned Deily
Ned Deily added the comment: Unfortunately, it appears this won't be resolved in time for 3.7.2rc1 and 3.6.8rc1 and it would not be appropriate to merge something this potentially disruptive without prior exposure. Since 3.6.8 is planned to be the final 3.6.x bugfix release, unless

[issue35450] venv module doesn't create a copy of python binary by default

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

[issue35257] Avoid leaking linker flags into distutils.

2018-12-09 Thread Ned Deily
Ned Deily added the comment: > Unfortunately, it appears this won't be resolved in time for 3.7.2rc1 and > 3.6.8rc1 An update: the cutoff for these releases has been extended until about 30 hours from now so there is perhaps a small chance that the PR for this could still

[issue35456] asyncio.Task.set_result() and set_exception() missing docstrings (and Liskov sub. principle)

2018-12-10 Thread Ned Deily
Change by Ned Deily : -- components: +asyncio nosy: +asvetlov, yselivanov ___ Python tracker <https://bugs.python.org/issue35456> ___ ___ Python-bugs-list mailin

[issue35401] Upgrade Windows and macOS installers to use OpenSSL 1.1.0j / 1.0.2q

2018-12-10 Thread Ned Deily
Change by Ned Deily : -- pull_requests: +10326 ___ Python tracker <https://bugs.python.org/issue35401> ___ ___ Python-bugs-list mailing list Unsubscribe:

[issue35401] Upgrade Windows and macOS installers to use OpenSSL 1.1.0j / 1.0.2q

2018-12-10 Thread Ned Deily
Change by Ned Deily : -- pull_requests: +10327 ___ Python tracker <https://bugs.python.org/issue35401> ___ ___ Python-bugs-list mailing list Unsubscribe:

[issue35402] Upgrade macOS (and Windows?) installer to Tcl/Tk 8.6.9.1

2018-12-10 Thread Ned Deily
Change by Ned Deily : -- keywords: +patch pull_requests: +10330 stage: -> patch review ___ Python tracker <https://bugs.python.org/issue35402> ___ ___ Python-

[issue35401] Upgrade Windows and macOS installers to use OpenSSL 1.1.0j / 1.0.2q

2018-12-10 Thread Ned Deily
Change by Ned Deily : -- assignee: christian.heimes -> priority: release blocker -> resolution: -> fixed stage: patch review -> resolved status: open -> closed ___ Python tracker <https://bugs.pyt

[issue35402] Upgrade macOS (and Windows?) installer to Tcl/Tk 8.6.9.1

2018-12-10 Thread Ned Deily
Ned Deily added the comment: New changeset 7cf3d8e25174c8871883e42f3240fd7f01efd3a8 by Ned Deily in branch 'master': bpo-35402: Update macOS installer to use Tcl 8.6.9 / Tk 8.6.9.1 (GH-11101) https://github.com/python/cpython/commit/7cf3d8e25174c8871883e42f3240fd

[issue35402] Upgrade macOS and Windows installers to Tcl 8.6.9 and Tk 8.6.9.1

2018-12-10 Thread Ned Deily
Ned Deily added the comment: The macOS installers will use Tcl 8.6.9 and Tk 8.6.9.1 starting with 3.7.2rc1 and 3.6.8rc1. Due to time constraints, the Windows builds will get updated later. -- title: Upgrade macOS (and Windows?) installer to Tcl/Tk 8.6.9.1 -> Upgrade macOS

[issue15663] Investigate providing Tcl/Tk 8.6 with OS X installers

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

[issue15663] Investigate providing Tcl/Tk 8.6 with OS X installers

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

[issue15663] Investigate providing Tcl/Tk 8.6 with OS X installers

2018-12-11 Thread Ned Deily
Ned Deily added the comment: New changeset f74cabd9203cf3be97fdb3821a7fa0b74d7b2263 by Ned Deily in branch '3.6': [3.6] bpo-15663: the 10.6+ macOS installers for 3.6/2.7 now provide a private Tcl/Tk 8.6 (GH-11109) https://github.com/python/cpyt

[issue15663] Investigate providing Tcl/Tk 8.6 with OS X installers

2018-12-11 Thread Ned Deily
Ned Deily added the comment: New changeset d0d09b511d7a438fb18a9a4703480763119b4eac by Ned Deily in branch '2.7': [2.7] bpo-15663: the 10.6+ macOS installers for 3.6/2.7 now provide a private Tcl/Tk 8.6 (GH-0) https://github.com/python/cpyt

[issue15663] Investigate providing Tcl/Tk 8.6 with OS X installers

2018-12-11 Thread Ned Deily
Ned Deily added the comment: Update: as of 3.6.8rc1 and the eventual 2.7.16rc1, both installer variants (10.9+ and 10.6+) provide a built-in Tcl/Tk 8.6.8. For python.org installers, Tcl/Tk 8.5.x is finally dead! -- ___ Python tracker <ht

[issue35136] test_ssl fails in AMD64 FreeBSD CURRENT Shared 3.6 buildbot

2018-12-11 Thread Ned Deily
Ned Deily added the comment: FWIW, test_ssl currently passes on the other FreeBSD 3.6 buildbot: FreeBSD 10-STABLE Non-Debug 3.6 buildbot. Among any other differences, the SSL version there is older: ssl.OPENSSL_VERSION: OpenSSL 1.0.1u-freebsd 22 Sep 2016 -- nosy: +ned.deily

[issue35136] test_ssl fails in AMD64 FreeBSD CURRENT Shared 3.6 buildbot

2018-12-11 Thread Ned Deily
Ned Deily added the comment: On the other hand and also FWIW, test_ssl does pass on the AMD64 FreeBSD CURRENT Shared 3.7 buildbot (the same system?) which also has 1.1.1a: ssl.OPENSSL_VERSION: OpenSSL 1.1.1a 20 Nov 2018 -- ___ Python tracker

[issue35402] Upgrade macOS and Windows installers to Tcl 8.6.9 and Tk 8.6.9.1

2018-12-11 Thread Ned Deily
Ned Deily added the comment: Should the problems be reported upstream? -- ___ Python tracker <https://bugs.python.org/issue35402> ___ ___ Python-bugs-list mailin

[issue35472] python 3.7.2 rc1 bumped the build requirements for no reason

2018-12-12 Thread Ned Deily
Ned Deily added the comment: Julien can give the definite answer. But, sorry, I don't see this as a release blocker. We've had to bump Sphinx versions for a number of reasons as the documentation has become more sophisticated between cycles and over a release cycle. In fact,

[issue33725] Python crashes on macOS after fork with no exec

2018-12-12 Thread Ned Deily
Ned Deily added the comment: > Would it be safe to run the multiprocessing tests on recent macOS with the > OBJC_DISABLE_INITIALIZE_FORK_SAFETY environment variable set? See Ronald's reply above in msg331101. I believe his point is that there is nothing you can do to make thi

[issue34864] In Idle, Mac tabs make editor status line disappear.

2018-12-12 Thread Ned Deily
Ned Deily added the comment: FWIW: I did a quick check of the 3.7.2rc1 IDLE, that now has Tk 8.6.9.1, with the "prefer tabs" setting on. The newly added check in IDLE does work as designed but it also looked like the original problem has been fixed in Tk, that is, the co-ordinate

[issue35482] can't open python368rc1.chm and python372rc1.chm

2018-12-20 Thread Ned Deily
Ned Deily added the comment: New changeset 789b0ee023f14385a2fd635272768c3b55a99773 by Ned Deily (Steve Dower) in branch '3.6': bpo-35482: Fixes HTML escaping in CHM index and build location of NEWS file (GH-11224) (GH-11251) https://github.com/python/cpyt

[issue35485] Mac: tkinter windows turn black while resized

2018-12-20 Thread Ned Deily
Ned Deily added the comment: I'm seeing the same behavior, Terry. The installer's version was built from the Tk 8.6.9.1 release. I'll try building Tk from the core-8-6-branch unless Kevin has a better idea. -- ___ Python

[issue35485] Mac: tkinter windows turn black while resized

2018-12-20 Thread Ned Deily
Ned Deily added the comment: Also, to be clear, I'm seeing any IDLE window turn completely black while resizing including IDLE's shell window; the "import tkinter" ... commands aren't necessary to see the problem. -- _

[issue35499] "make profile-opt" overrides CFLAGS_NODIST

2018-12-20 Thread Ned Deily
Ned Deily added the comment: New changeset 782e1d537778d93eb4cba1343f71bfc51e7e3c00 by Ned Deily (Victor Stinner) in branch '3.6': bpo-35499: make profile-opt don't override CFLAGS_NODIST (GH-11164) (GH-11267) https://github.com/python/cpython/commit/782e1d537778d93eb4cba1343

[issue35499] "make profile-opt" overrides CFLAGS_NODIST

2018-12-20 Thread Ned Deily
Change by Ned Deily : -- pull_requests: -10497 ___ Python tracker <https://bugs.python.org/issue35499> ___ ___ Python-bugs-list mailing list Unsubscribe:

[issue31715] Add mimetype for extension .mjs

2018-12-20 Thread Ned Deily
Ned Deily added the comment: New changeset c7b7a43cd8964a90669bb37735cdafc5b0ec60cc by Ned Deily (Myles Borins) in branch '3.7': [3.7] bpo-31715 Add mimetype for extension .mjs (GH-3908) (GH-10977) https://github.com/python/cpython/commit/c7b7a43cd8964a90669bb37735cdaf

[issue31715] Add mimetype for extension .mjs

2018-12-20 Thread Ned Deily
Ned Deily added the comment: New changeset 70db385944ecf2ceed10ed7d91fce68399f9ca8a by Ned Deily (Myles Borins) in branch '3.6': [3.6] bpo-31715 Add mimetype for extension .mjs (GH-3908) (GH-10976) https://github.com/python/cpython/commit/70db385944ecf2ceed10ed7d91fce6

[issue31715] Add mimetype for extension .mjs

2018-12-20 Thread Ned Deily
Ned Deily added the comment: New changeset d9a2aca839b1326e011ecca17ba7b45123c47a64 by Ned Deily (Myles Borins) in branch '2.7': [2.7] bpo-31715 Add mimetype for extension .mjs (GH-3908) (GH-10978) https://github.com/python/cpython/commit/d9a2aca839b1326e011ecca17ba7b4

[issue31715] Add mimetype for extension .mjs

2018-12-20 Thread Ned Deily
Change by Ned Deily : -- versions: +Python 2.7, Python 3.6, Python 3.7 ___ Python tracker <https://bugs.python.org/issue31715> ___ ___ Python-bugs-list mailin

[issue35499] "make profile-opt" overrides CFLAGS_NODIST

2018-12-20 Thread Ned Deily
Change by Ned Deily : -- pull_requests: -10503 ___ Python tracker <https://bugs.python.org/issue35499> ___ ___ Python-bugs-list mailing list Unsubscribe:

[issue35257] Avoid leaking linker flags into distutils: add PY_LDFLAGS_NODIST

2018-12-20 Thread Ned Deily
Ned Deily added the comment: Also cherry-picked to 3.6 in commit a21bedf9edeacce6f0de3b2df0783e2ad6aa3b18 [3.6] bpo-35257: Avoid leaking LTO linker flags into distutils (GH-10900) (GH-11265) -- priority: release blocker -> resolution: -> fixed stage: patch review -> resolv

[issue35475] Docs do not show PyImport_AddModuleObject() returns a borrowed reference.

2018-12-20 Thread Ned Deily
Ned Deily added the comment: New changeset 75f187478603de33c15f501a947207bfe8ba833f by Ned Deily (Miss Islington (bot)) in branch '3.6': bpo-35475: Add more PyImport* functions in refcounts.dat. (GH-11142) (GH-11199) https://github.com/python/cpyt

[issue35360] Update SQLite to 3.26 in Windows and macOS installer builds

2018-12-20 Thread Ned Deily
Ned Deily added the comment: We should look at doing this for the next set of maintenance updates. This doesn't appear to be critical enough to delay current releases unless someone can show how this exploit could be used in a typical Python application. -- components: +macOS

[issue35461] Document C API functions which swallow exceptions

2018-12-20 Thread Ned Deily
Ned Deily added the comment: New changeset ff740db42326082fac7d415ae9aff148628a83ed by Ned Deily (Miss Islington (bot)) in branch '3.6': bpo-35461: Document C API functions which suppress exceptions. (GH-9) (GH-11210) https://github.com/python/cpyt

[issue35259] Py_FinalizeEx unconditionally exists in Py_LIMITED_API

2018-12-20 Thread Ned Deily
Ned Deily added the comment: New changeset 5241ecff161ccf34083b6a824d1ae6d79917d889 by Ned Deily (Miss Islington (bot)) in branch '3.6': bpo-35259: Limit `Py_FinalizeEx()` to `Py_LIMITED_API >= 0x0306`. (GH-10620) (GH-11269) https://github.com/python/c

[issue35485] Mac: tkinter windows turn black while resized

2018-12-20 Thread Ned Deily
Ned Deily added the comment: > The point of the minimal code snippet is that the behavior is tk/tkinter > generic Ah! -- ___ Python tracker <https://bugs.python.org/i

[issue35485] Mac: tkinter windows turn black while resized

2018-12-21 Thread Ned Deily
Ned Deily added the comment: Based on the discussion here and in Issue35387, I built and tested macOS installers for 3.7.2rc1+ and 3.6.8rc1+ using the current tip of the Tk core-8-6-branch (https://core.tcl.tk/tk/info/deb6ecc05e4202e3); I continued to build Tcl from the Tcl 8.6.9 release

[issue35485] Mac: tkinter windows turn black while resized

2018-12-21 Thread Ned Deily
Ned Deily added the comment: At the moment, I am holding the 3.7.2 and 3.6.8 final releases for this and another unrelated regression. I don't want to hold up these releases for all platforms just for issues related to use of Tk, tkinter, and/or IDLE on macOS. There doesn't seem

[issue35387] Dialogs on IDLE are accompanied by a small black window

2018-12-21 Thread Ned Deily
Ned Deily added the comment: Using the current tip of Tk core-8-6-branch, I also now see the problem of the extra blank (not necessarily black) window appearing (also it looks like a blank window at least sometimes briefly appears and disappears when IDLE launches). This problem hasn&#

[issue35558] venv: running activate.bat gives ' parameter format not correct - 65001'

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

[issue35572] Logging module cleanup

2018-12-23 Thread Ned Deily
Change by Ned Deily : -- nosy: +vinay.sajip versions: -Python 2.7, Python 3.4, Python 3.5, Python 3.6, Python 3.7 ___ Python tracker <https://bugs.python.org/issue35

[issue35121] Cookie domain check returns incorrect results

2018-12-23 Thread Ned Deily
Change by Ned Deily : -- keywords: +security_issue priority: normal -> high ___ Python tracker <https://bugs.python.org/issue35121> ___ ___ Python-bugs-lis

[issue35121] Cookie domain check returns incorrect results

2018-12-23 Thread Ned Deily
Change by Ned Deily : -- nosy: +serhiy.storchaka ___ Python tracker <https://bugs.python.org/issue35121> ___ ___ Python-bugs-list mailing list Unsubscribe:

[issue35485] Mac: tkinter windows turn black while resized

2018-12-24 Thread Ned Deily
Ned Deily added the comment: Update: After producing release installers for 3.7.2 and 3.6.8 using Tk 8.6.9.1 (option 2 above), I ran into a new and much more severe regression. For macOS 10.14 (Mojave), the only regression I know of remains the "window turning black while resizing&q

[issue35257] Avoid leaking linker flags into distutils: add PY_LDFLAGS_NODIST

2018-12-24 Thread Ned Deily
Change by Ned Deily : -- pull_requests: +10532 ___ Python tracker <https://bugs.python.org/issue35257> ___ ___ Python-bugs-list mailing list Unsubscribe:

[issue35257] Avoid leaking linker flags into distutils: add PY_LDFLAGS_NODIST

2018-12-24 Thread Ned Deily
Ned Deily added the comment: New changeset 68f5dfd955ee7a16fabf90d7c370159cc0ca9b75 by Ned Deily (Miss Islington (bot)) in branch '3.6': bpo-35257: fix broken BLDSHARED - needs LDFLAGS too (GH-11297) (GH-11299) https://github.com/python/cpython/commit/68f5dfd955ee7a16fabf90d7c37015

[issue35402] Upgrade macOS and Windows installers to Tcl 8.6.9 and Tk 8.6.9.1

2018-12-24 Thread Ned Deily
Ned Deily added the comment: New changeset e5fdab2a8053d4c24d8ddb21362e17f0f636a5d0 by Ned Deily in branch '3.6': Revert "bpo-35402: Update macOS installer to use Tcl 8.6.9 / Tk 8.6.9.1 (GH-11101)" https://github.com/python/cpython/commit/e5fdab2a8053d4c24d8d

[issue35402] Upgrade macOS and Windows installers to Tcl 8.6.9 and Tk 8.6.9.1

2018-12-24 Thread Ned Deily
Ned Deily added the comment: New changeset e5fdab2a8053d4c24d8ddb21362e17f0f636a5d0 by Ned Deily in branch '3.6': Revert "bpo-35402: Update macOS installer to use Tcl 8.6.9 / Tk 8.6.9.1 (GH-11101)" https://github.com/python/cpython/commit/e5fdab2a8053d4c24d8d

[issue35472] python 3.7.2 rc1 bumped sphinx requirements a bit too much

2018-12-24 Thread Ned Deily
Ned Deily added the comment: New changeset 371ca0bb8f5eaa0dcbd3fa2f878398285488d47f by Ned Deily (Julien Palard) in branch '3.7': bpo-35472: Doc: For Python 3.7 Sphinx 1.6.6 is enough. (GH-11192) https://github.com/python/cpython/commit/371ca0bb8f5eaa0dcbd3fa2f878398

[issue35402] Upgrade macOS and Windows installers to Tcl 8.6.9 and Tk 8.6.9.1

2018-12-24 Thread Ned Deily
Ned Deily added the comment: New changeset 986a9ab09d9564ea884d3dc3f0cedb68b861ddf3 by Ned Deily in branch '3.7': Revert "bpo-35402: Update macOS installer to use Tcl 8.6.9 / Tk 8.6.9.1 (GH-11101)" https://github.com/python/cpython/commit/986a9ab09d9564ea884d

[issue35499] "make profile-opt" overrides CFLAGS_NODIST

2018-12-24 Thread Ned Deily
Ned Deily added the comment: New changeset 7e4e4bd2b8245426fe733f3c57238acf41f17900 by Ned Deily (Miss Islington (bot)) in branch '3.7': bpo-35499: make profile-opt don't override CFLAGS_NODIST (GH-11164) (GH-11179) https://github.com/python

[issue31715] Add mimetype for extension .mjs

2018-12-24 Thread Ned Deily
Ned Deily added the comment: New changeset 25ee15a15c2d274afeea2dc5a0a0b4fb4bea904b by Ned Deily (Myles Borins) in branch '3.7': [3.7] bpo-31715 Add mimetype for extension .mjs (GH-3908) (GH-10977) https://github.com/python/cpython/commit/25ee15a15c2d274afeea2dc5a0a0b4

[issue35257] Avoid leaking linker flags into distutils: add PY_LDFLAGS_NODIST

2018-12-24 Thread Ned Deily
Ned Deily added the comment: New changeset f14087a4a96bb3f500e2d2bbc36c1124e90d5f73 by Ned Deily (Victor Stinner) in branch '3.7': bpo-35257: Avoid leaking LTO linker flags into distutils (GH-10900) (GH-11264) https://github.com/python/cpython/commit/f14087a4a96bb3f500e2d2bbc36c11

[issue35492] Missing colon on func statement in library/sys doc

2018-12-24 Thread Ned Deily
Ned Deily added the comment: New changeset c53e5f6ab988a74d60273d9130f233d1c446a93c by Ned Deily (Miss Islington (bot)) in branch '3.7': Fixed missing colun in library/sys.po (GH-11153) https://github.com/python/cpython/commit/c53e5f6ab988a74d60273d9130f233d1c446a93c -

[issue35482] can't open python368rc1.chm and python372rc1.chm

2018-12-24 Thread Ned Deily
Ned Deily added the comment: New changeset 4db9a3fffa232e88fcc2ad3b5ce35e9f8657bbe5 by Ned Deily (Miss Islington (bot)) in branch '3.7': bpo-35482: Fixes HTML escaping in CHM index and build location of NEWS file (GH-11224) https://github.com/python/cpyt

[issue35259] Py_FinalizeEx unconditionally exists in Py_LIMITED_API

2018-12-24 Thread Ned Deily
Ned Deily added the comment: New changeset ffc106c596d87e6e41bf9a3b69a5943317914afd by Ned Deily (Miss Islington (bot)) in branch '3.7': bpo-35259: Limit `Py_FinalizeEx()` to `Py_LIMITED_API >= 0x0306`. (GH-10620) https://github.com/python/c

[issue35485] Mac: tkinter windows turn black while resized

2018-12-25 Thread Ned Deily
Ned Deily added the comment: It depends what version of Tcl/Tk is used and on what version of macOS the Tk is built on. I believe there were problems with versions of Tk bout on 10.14 Mojave that have been fixed perhaps in the latest version of Tk. Kevin May know more. It’s not a problem for

[issue35596] Fatal Python error: initfsencoding: unable to load the file system codec zipimport.ZipImportError: can't find module 'encodings'

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

[issue35594] Python script generating Segmentation Fault

2018-12-27 Thread Ned Deily
Ned Deily added the comment: Sorry, but without either a full traceback or code that reproduces the problem, it is impossible for us to make an intelligent guess what problem you are seeing much less suggestion a solution. -- nosy: +ned.deily

[issue35594] Python script generating Segmentation Fault

2018-12-27 Thread Ned Deily
Ned Deily added the comment: You can either paste or upload a file (click on the "Choose File" button above in the web page) with code or with crash info. For crash info, depending on the platform, there may be a Python traceback displayed in the shell session and there may be so

[issue35402] Upgrade macOS and Windows installers to Tcl 8.6.9 and Tk 8.6.9.1

2018-12-27 Thread Ned Deily
Ned Deily added the comment: New changeset c540c4ec611246da0c1900fe11a807a54f5c2a0c by Ned Deily in branch '2.7': Revert "bpo-35402: Update macOS installer to use Tcl 8.6.9 / Tk 8.6.9.1 (GH-11101)" https://github.com/python/cpython/commit/c540c4ec611246da0c19

[issue35402] Upgrade macOS and Windows installers to Tcl 8.6.9 and Tk 8.6.9.1

2018-12-27 Thread Ned Deily
Change by Ned Deily : -- pull_requests: +10603 ___ Python tracker <https://bugs.python.org/issue35402> ___ ___ Python-bugs-list mailing list Unsubscribe:

[issue35402] Upgrade macOS and Windows installers to Tcl 8.6.9 and Tk 8.6.9.1

2018-12-27 Thread Ned Deily
Change by Ned Deily : -- pull_requests: +10603, 10604 ___ Python tracker <https://bugs.python.org/issue35402> ___ ___ Python-bugs-list mailing list Unsubscribe:

[issue35402] Upgrade macOS and Windows installers to Tcl 8.6.9 and Tk 8.6.9.1

2018-12-27 Thread Ned Deily
Change by Ned Deily : -- pull_requests: +10603, 10605 ___ Python tracker <https://bugs.python.org/issue35402> ___ ___ Python-bugs-list mailing list Unsubscribe:

[issue35402] Upgrade macOS and Windows installers to Tcl 8.6.9 and Tk 8.6.9.1

2018-12-27 Thread Ned Deily
Ned Deily added the comment: See discussion in Issue35485. Regressions were found on macOS with Tk 8.6.9.1 and with the more recent Tk 8.6 maintenance branch top of trunk. So for python.org macOS installers, we have reverted to Tcl/Tk 8.6.8. Windows builds will continue to use 8.6.9

[issue35605] backported patch requires new sphinx, minimum sphinx version was not bumped

2018-12-28 Thread Ned Deily
Ned Deily added the comment: I would view this as a build regression in 3.6.8 so I would accept a fix for the 3.6 branch. -- ___ Python tracker <https://bugs.python.org/issue35

[issue35605] backported patch requires new sphinx, minimum sphinx version was not bumped

2018-12-28 Thread Ned Deily
Ned Deily added the comment: Julien (@mdk) is the doc builds expert. -- assignee: docs@python -> mdk ___ Python tracker <https://bugs.python.org/issu

[issue35613] Escaping string containing invalid characters as per XML

2018-12-29 Thread Ned Deily
Ned Deily added the comment: This question has come up before. See Issue13648 where it was pointed out that null characters "are forbidden both in raw form *and* in escaped form. So even if they get escaped, they *still* will lead to errors. So there is no point in escaping

[issue35031] test_asyncio test_start_tls_server_1 fails in AMD64 FreeBSD CURRENT buildbots

2018-12-30 Thread Ned Deily
Ned Deily added the comment: If the failure has regularly shown up on 3.6 FreeBSD buildbots in the past, I would accept a backport of the test change to 3.6. -- nosy: +ned.deily ___ Python tracker <https://bugs.python.org/issue35

[issue30487] DOC: automatically create a venv and install Sphinx when running make

2019-01-06 Thread Ned Deily
Change by Ned Deily : -- resolution: -> rejected stage: patch review -> resolved status: open -> closed ___ Python tracker <https://bugs.python.or

<    23   24   25   26   27   28   29   30   31   32   >