[issue33074] dbm corrupts index on macOS (_dbm module)

2018-03-29 Thread Ned Deily
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

[issue33074] dbm corrupts index on macOS (_dbm module)

2018-03-29 Thread Ned Deily
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

[issue33074] dbm corrupts index on macOS (_dbm module)

2018-03-29 Thread Ned Deily
Change by Ned Deily : -- Removed message: https://bugs.python.org/msg314673 ___ Python tracker <https://bugs.python.org/issue33074> ___ ___ Python-bugs-list mailin

[issue33184] Update OpenSSL to 1.1.0h / 1.0.2o

2018-03-29 Thread Ned Deily
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

[issue33169] importlib.invalidate_caches() doesn't clear all caches

2018-03-30 Thread Ned Deily
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

[issue33185] Python 3.7.0b3 fails in pydoc where b2 did not.

2018-03-30 Thread Ned Deily
Change by Ned Deily : -- nosy: +ned.deily priority: normal -> critical ___ Python tracker <https://bugs.python.org/issue33185> ___ ___ Python-bugs-list mai

[issue20104] expose posix_spawn(p)

2018-04-01 Thread Ned Deily
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

[issue33162] TimedRotatingFileHandler in logging module

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

[issue20104] expose posix_spawn(p)

2018-04-02 Thread Ned Deily
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

[issue33207] typing.Generic does not correctly call super().__init_subclass__

2018-04-02 Thread Ned Deily
Change by Ned Deily : -- nosy: +gvanrossum, levkivskyi ___ Python tracker <https://bugs.python.org/issue33207> ___ ___ Python-bugs-list mailing list Unsubscribe:

[issue29922] error message when __aexit__ is not async

2018-04-02 Thread Ned Deily
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

[issue29922] error message when __aexit__ is not async

2018-04-02 Thread Ned Deily
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

[issue25170] 3.4.4, 3.4.5, 3.5.0, 3.5.1, 3.5.2 documentation archives missing

2018-04-02 Thread Ned Deily
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

[issue33216] Wrong order of stack for CALL_FUNCTION_VAR and CALL_FUNCTION_VAR_KW

2018-04-03 Thread Ned Deily
Change by Ned Deily : -- assignee: docs@python -> larry nosy: -ned.deily ___ Python tracker <https://bugs.python.org/issue33216> ___ ___ Python-bugs-list mai

[issue33220] Antivirus hits on python-2.7.14.amd64.msi file

2018-04-03 Thread Ned Deily
Change by Ned Deily : -- nosy: +paul.moore, steve.dower, tim.golden, zach.ware ___ Python tracker <https://bugs.python.org/issue33220> ___ ___ Python-bugs-list m

[issue33215] PyPI API wiki pages could link to Warehous docs please

2018-04-03 Thread Ned Deily
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

[issue33215] PyPI API wiki pages should be mutable

2018-04-03 Thread Ned Deily
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

[issue33213] crypt function not hashing properly on Mac (uses a specific salt)

2018-04-03 Thread Ned Deily
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

[issue33210] pkgutil.walk_packages gives incomplete results

2018-04-03 Thread Ned Deily
Change by Ned Deily : -- nosy: +brett.cannon, eric.snow, ncoghlan ___ Python tracker <https://bugs.python.org/issue33210> ___ ___ Python-bugs-list mailin

[issue32337] Dict order is now guaranteed, so add tests and doc for it

2018-04-04 Thread Ned Deily
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:

[issue29673] Some gdb macros are broken in 3.6

2018-04-04 Thread Ned Deily
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

[issue33226] In some envrionment using unicode, formatwarning shows ascii error

2018-04-04 Thread Ned Deily
Change by Ned Deily : -- nosy: +serhiy.storchaka type: crash -> ___ Python tracker <https://bugs.python.org/issue33226> ___ ___ Python-bugs-list mai

[issue33184] Update OpenSSL to 1.1.0h / 1.0.2o

2018-04-04 Thread Ned Deily
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

[issue15817] Misc/gdbinit: Expose command documentation to gdb help

2018-04-05 Thread Ned Deily
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

[issue15817] Misc/gdbinit: Expose command documentation to gdb help

2018-04-05 Thread Ned Deily
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

[issue33230] _decimal build failure (unsupported platform for that module) - evolution possible?

2018-04-05 Thread Ned Deily
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

[issue33227] Cmd do_something only accepts one argument

2018-04-05 Thread Ned Deily
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

[issue33233] Suggest third-party cmd2 module as alternative to cmd

2018-04-05 Thread Ned Deily
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

[issue33227] Cmd do_something only accepts one argument

2018-04-06 Thread Ned Deily
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

[issue29673] Some gdb macros are broken in 3.6

2018-04-06 Thread Ned Deily
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

[issue33187] Document ElementInclude (XInclude) support in ElementTree

2018-04-06 Thread Ned Deily
Change by Ned Deily : -- keywords: +easy stage: -> needs patch versions: +Python 3.8 ___ Python tracker <https://bugs.python.org/issue33187> ___ ___ Python-

[issue33233] Suggest third-party cmd2 module as alternative to cmd

2018-04-06 Thread Ned Deily
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

[issue33227] Cmd do_something only accepts one argument

2018-04-06 Thread Ned Deily
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

[issue29673] Some gdb macros are broken in 3.6

2018-04-06 Thread Ned Deily
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

[issue29673] Some gdb macros are broken in 3.6

2018-04-06 Thread Ned Deily
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

[issue29673] Some gdb macros are broken in 3.6

2018-04-06 Thread Ned Deily
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

[issue33233] Suggest third-party cmd2 module as alternative to cmd

2018-04-06 Thread Ned Deily
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

[issue33185] Python 3.7.0b3 fails in pydoc where b2 did not.

2018-04-06 Thread Ned Deily
Change by Ned Deily : -- priority: critical -> release blocker stage: -> needs patch ___ Python tracker <https://bugs.python.org/issue33185> ___ ___ Pyth

[issue33053] Avoid adding an empty directory to sys.path when running a module with `-m`

2018-04-06 Thread Ned Deily
Ned Deily added the comment: (See Issue33185 for regression.) -- ___ Python tracker <https://bugs.python.org/issue33053> ___ ___ Python-bugs-list mailin

[issue17861] put opcode information in one place

2018-04-06 Thread Ned Deily
Change by Ned Deily : -- resolution: -> fixed status: open -> closed ___ Python tracker <https://bugs.python.org/issue17861> ___ ___ Python-bugs-list

[issue8243] curses writing to window's bottom right position raises: `_curses.error: addstr() returned ERR'

2018-04-06 Thread Ned Deily
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

[issue33233] Suggest third-party cmd2 module as alternative to cmd

2018-04-06 Thread Ned Deily
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

[issue33233] Suggest third-party cmd2 module as alternative to cmd

2018-04-06 Thread Ned Deily
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?

[issue33233] Suggest third-party cmd2 module as alternative to cmd

2018-04-06 Thread Ned Deily
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,

[issue8243] curses writing to window's bottom right position raises: `_curses.error: addstr() returned ERR'

2018-04-06 Thread Ned Deily
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

[issue8243] curses writing to window's bottom right position raises: `_curses.error: addstr() returned ERR'

2018-04-06 Thread Ned Deily
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

[issue8243] curses writing to window's bottom right position raises: `_curses.error: addstr() returned ERR'

2018-04-06 Thread Ned Deily
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

[issue8243] curses writing to window's bottom right position raises: `_curses.error: addstr() returned ERR'

2018-04-06 Thread Ned Deily
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

[issue33233] Suggest third-party cmd2 module as alternative to cmd

2018-04-06 Thread Ned Deily
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

[issue33184] Update OpenSSL to 1.1.0h / 1.0.2o

2018-04-06 Thread Ned Deily
Change by Ned Deily : -- keywords: +patch pull_requests: +6112 stage: needs patch -> patch review ___ Python tracker <https://bugs.python.org/issue33184> ___ _

[issue33184] Update OpenSSL to 1.1.0h / 1.0.2o

2018-04-06 Thread Ned Deily
Change by Ned Deily : -- pull_requests: +6113 ___ Python tracker <https://bugs.python.org/issue33184> ___ ___ Python-bugs-list mailing list Unsubscribe:

[issue33184] Update OpenSSL to 1.1.0h / 1.0.2o

2018-04-06 Thread Ned Deily
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

[issue33184] Update OpenSSL to 1.1.0h / 1.0.2o

2018-04-07 Thread Ned Deily
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

[issue33184] Update OpenSSL to 1.1.0h / 1.0.2o

2018-04-07 Thread Ned Deily
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

[issue33222] Various test failures if PYTHONUSERBASE is not canonicalized

2018-04-08 Thread Ned Deily
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

[issue24882] ThreadPoolExecutor doesn't reuse threads until #threads == max_workers

2018-04-08 Thread Ned Deily
Change by Ned Deily : -- nosy: +bquinlan, pitrou ___ Python tracker <https://bugs.python.org/issue24882> ___ ___ Python-bugs-list mailing list Unsubscribe:

[issue33236] MagicMock().__iter__.return_value is different from MagicMock().__iter__()

2018-04-08 Thread Ned Deily
Change by Ned Deily : -- nosy: +michael.foord ___ Python tracker <https://bugs.python.org/issue33236> ___ ___ Python-bugs-list mailing list Unsubscribe:

[issue33241] Tooltip not display with macOS 64-bit installer 3.6.5 but work with macOS 64-bit/32-bit installer

2018-04-08 Thread Ned Deily
Change by Ned Deily : -- nosy: +ned.deily ___ Python tracker <https://bugs.python.org/issue33241> ___ ___ Python-bugs-list mailing list Unsubscribe:

[issue33241] Tooltip not display with macOS 64-bit installer 3.6.5 but work with macOS 64-bit/32-bit installer

2018-04-08 Thread Ned Deily
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

[issue33242] Support binary symbol names

2018-04-08 Thread Ned Deily
Change by Ned Deily : -- nosy: +amaury.forgeotdarc, belopolsky, meador.inge ___ Python tracker <https://bugs.python.org/issue33242> ___ ___ Python-bugs-list mailin

[issue16974] when "python -c command" does a traceback, it open the file ""

2018-04-09 Thread Ned Deily
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

[issue31201] make test: module test that failed doesn't exist

2018-04-09 Thread Ned Deily
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

[issue31201] make test: module test that failed doesn't exist

2018-04-09 Thread Ned Deily
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

[issue31201] make test: module test that failed doesn't exist

2018-04-09 Thread Ned Deily
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

[issue31201] make test: module test that failed doesn't exist

2018-04-09 Thread Ned Deily
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

[issue33251] ConfigParser.items returns items present in vars

2018-04-10 Thread Ned Deily
Change by Ned Deily : -- nosy: +lukasz.langa ___ Python tracker <https://bugs.python.org/issue33251> ___ ___ Python-bugs-list mailing list Unsubscribe:

[issue33252] Clarify ResourceWarning documentation

2018-04-10 Thread Ned Deily
Change by Ned Deily : -- nosy: +ncoghlan ___ Python tracker <https://bugs.python.org/issue33252> ___ ___ Python-bugs-list mailing list Unsubscribe:

[issue33264] Remove to-be-deprecated urllib.request.urlretrieve function reference from HOWTO

2018-04-11 Thread Ned Deily
Change by Ned Deily : -- nosy: +orsenthil ___ Python tracker <https://bugs.python.org/issue33264> ___ ___ Python-bugs-list mailing list Unsubscribe:

[issue33267] ctypes array types create reference cycles

2018-04-12 Thread Ned Deily
Change by Ned Deily : -- nosy: +amaury.forgeotdarc, belopolsky, meador.inge ___ Python tracker <https://bugs.python.org/issue33267> ___ ___ Python-bugs-list mailin

[issue14573] json iterencode can not handle general iterators

2018-04-12 Thread Ned Deily
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

[issue33266] 2to3 doesn't parse all valid string literals

2018-04-12 Thread Ned Deily
Change by Ned Deily : -- nosy: +benjamin.peterson ___ Python tracker <https://bugs.python.org/issue33266> ___ ___ Python-bugs-list mailing list Unsubscribe:

[issue19993] Pool.imap doesn't work as advertised

2018-04-12 Thread Ned Deily
Change by Ned Deily : -- nosy: +davin, pitrou ___ Python tracker <https://bugs.python.org/issue19993> ___ ___ Python-bugs-list mailing list Unsubscribe:

[issue19173] Expose Queue maxsize parameter to multiprocessing.Pool class

2018-04-12 Thread Ned Deily
Change by Ned Deily : -- nosy: +davin, pitrou ___ Python tracker <https://bugs.python.org/issue19173> ___ ___ Python-bugs-list mailing list Unsubscribe:

[issue33184] Update OpenSSL to 1.1.0h / 1.0.2o

2018-04-13 Thread Ned Deily
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

[issue24414] MACOSX_DEPLOYMENT_TARGET set incorrectly by configure

2018-04-14 Thread Ned Deily
Change by Ned Deily : -- keywords: +patch pull_requests: +6165 stage: -> patch review ___ Python tracker <https://bugs.python.org/issue24414> ___ ___ Python-

[issue32726] macOS installer and framework enhancements and changes for 3.7.0 and 3.6.5

2018-04-14 Thread Ned Deily
Change by Ned Deily : -- pull_requests: +6164 ___ Python tracker <https://bugs.python.org/issue32726> ___ ___ Python-bugs-list mailing list Unsubscribe:

[issue19019] Investigate using Apple clang for building OS X installers

2018-04-14 Thread Ned Deily
Change by Ned Deily : -- keywords: +patch pull_requests: +6166 stage: needs patch -> patch review ___ Python tracker <https://bugs.python.org/issue19019> ___ _

[issue11485] Default SDK value on MacOSX needs changing

2018-04-14 Thread Ned Deily
Change by Ned Deily : -- pull_requests: +6167 ___ Python tracker <https://bugs.python.org/issue11485> ___ ___ Python-bugs-list mailing list Unsubscribe:

[issue11485] Default SDK value on MacOSX needs changing

2018-04-14 Thread Ned Deily
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

[issue24414] MACOSX_DEPLOYMENT_TARGET set incorrectly by configure

2018-04-14 Thread Ned Deily
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

[issue19019] Investigate using Apple clang for building OS X installers

2018-04-14 Thread Ned Deily
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

[issue32726] macOS installer and framework enhancements and changes for 3.7.0 and 3.6.5

2018-04-14 Thread Ned Deily
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

[issue19019] Investigate using Apple clang for building OS X installers

2018-04-14 Thread Ned Deily
Change by Ned Deily : -- pull_requests: +6168 ___ Python tracker <https://bugs.python.org/issue19019> ___ ___ Python-bugs-list mailing list Unsubscribe:

[issue17128] OS X system openssl deprecated - installer should build local libssl

2018-04-14 Thread Ned Deily
Change by Ned Deily : -- pull_requests: +6169 status: pending -> open ___ Python tracker <https://bugs.python.org/issue17128> ___ ___ Python-bugs-list mai

[issue17128] OS X system openssl deprecated - installer should build local libssl

2018-04-14 Thread Ned Deily
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

[issue19019] Investigate using Apple clang for building OS X installers

2018-04-14 Thread Ned Deily
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

[issue33184] Update OpenSSL to 1.1.0h / 1.0.2o

2018-04-14 Thread Ned Deily
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

[issue32616] Significant performance problems with Python 2.7 built with clang 3.x or 4.x

2018-04-14 Thread Ned Deily
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

[issue33281] ctypes.util.find_library not working on macOS

2018-04-14 Thread Ned Deily
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

[issue26439] ctypes.util.find_library fails when ldconfig/glibc not available (e.g., AIX)

2018-04-14 Thread Ned Deily
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

[issue33281] ctypes.util.find_library not working on macOS

2018-04-14 Thread Ned Deily
Change by Ned Deily : -- nosy: +amaury.forgeotdarc, belopolsky, meador.inge ___ Python tracker <https://bugs.python.org/issue33281> ___ ___ Python-bugs-list mailin

[issue33131] Upgrade to pip 10 for Python 3.7

2018-04-15 Thread Ned Deily
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

[issue33185] Python 3.7.0b3 fails in pydoc where b2 did not.

2018-04-15 Thread Ned Deily
Ned Deily added the comment: Thanks, Nick! -- priority: release blocker -> ___ Python tracker <https://bugs.python.org/issue33185> ___ ___ Python-bugs-lis

[issue33283] Mention PNG as a supported image format by Tcl/Tk

2018-04-15 Thread Ned Deily
Change by Ned Deily : -- Removed message: https://bugs.python.org/msg315333 ___ Python tracker <https://bugs.python.org/issue33283> ___ ___ Python-bugs-list mailin

[issue33283] Mention PNG as a supported image format by Tcl/Tk

2018-04-15 Thread Ned Deily
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

[issue33283] Mention PNG as a supported image format by Tcl/Tk

2018-04-15 Thread Ned Deily
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

[issue32726] macOS installer and framework enhancements and changes for 3.7.0, 3.6.5, and 2.7.15

2018-04-15 Thread Ned Deily
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

[issue24414] MACOSX_DEPLOYMENT_TARGET set incorrectly by configure in Python 2.7

2018-04-15 Thread Ned Deily
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

[issue19019] Investigate using Apple clang for building OS X installers

2018-04-15 Thread Ned Deily
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

[issue17128] OS X system openssl deprecated - installer should build local libssl

2018-04-15 Thread Ned Deily
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

<    30   31   32   33   34   35   36   37   38   39   >