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

2019-01-08 Thread Ned Deily
Ned Deily added the comment: It seems like this need not trigger a complete new release and, ATM, I'm not aware of any other showstopper problems that would otherwise trigger an early 3.7.3. One question would be how and where to document this change in the build artificat. Sugges

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

2019-01-08 Thread Ned Deily
Ned Deily added the comment: CDN caching on python.org is not a problem; we know how to clear out the cache. But I also strongly dislike silent updates of released files so I agree that names should be changed if we do end up agreeing to replace one or more files

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

2019-01-08 Thread Ned Deily
Ned Deily added the comment: I think we should change the name (post1 is fine), delete the original file, update the file name link in the release page (https://www.python.org/downloads/release/python-372/) to use the new name, and add a sentence or two to the release page describing the

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

2019-01-08 Thread Ned Deily
Ned Deily added the comment: > It would be weird if building from sources will not give the same > distribution as downloaded from official site. It would be not fair to > alternate distributors. Yes, I agree with that in general but, as I understand it, the change here affects

[issue35687] The unittest module diff is missing/forgetting/not putting newline before + and ? for some inputs

2019-01-08 Thread Ned Deily
Ned Deily added the comment: Also, if you can, please verify that you can reproduce the problem with a current version of Python 3. 3.7.2 is the current maintenance release and 3.6.8 was the final maintenance release of 3.6.x. -- nosy: +ned.deily

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

2019-01-08 Thread Ned Deily
Ned Deily added the comment: Thanks, Steve. The download page for 3.7.2 has now been updated with the URLs for the modified embeddable files, the CDN caches updated, and the original embeddable download files and their GPG signature files are no longer accessible so references to the

[issue24746] doctest 'fancy diff' formats incorrectly strip trailing whitespace

2019-01-10 Thread Ned Deily
Ned Deily added the comment: New changeset d09e8cecf214b1de457feae01860f5592f912a8e by Ned Deily (Senthil Kumaran) in branch '3.6': Revert "bpo-24746: Avoid stripping trailing whitespace in doctest fancy diff (GH-10639) (GH-11477)" (GH-11509) https://github.com/p

[issue35729] iterparse does not return the full subtree on "start" events

2019-01-13 Thread Ned Deily
Change by Ned Deily : -- resolution: -> not a bug stage: -> resolved status: open -> closed ___ Python tracker <https://bugs.python.org/issue35729> ___ ___

[issue35746] [ssl][CVE-2019-5010] TALOS-2018-0758 Denial of Service

2019-01-15 Thread Ned Deily
Change by Ned Deily : Removed file: https://bugs.python.org/file48054/image001.png ___ Python tracker <https://bugs.python.org/issue35746> ___ ___ Python-bugs-list mailin

[issue35746] [ssl][CVE-2019-5010] TALOS-2018-0758 Denial of Service

2019-01-15 Thread Ned Deily
Change by Ned Deily : Removed file: https://bugs.python.org/file48055/image001.png ___ Python tracker <https://bugs.python.org/issue35746> ___ ___ Python-bugs-list mailin

[issue35746] [ssl][CVE-2019-5010] TALOS-2018-0758 Denial of Service

2019-01-15 Thread Ned Deily
Ned Deily added the comment: New changeset 216a4d83c3b72f4fdcd81b588dc3f42cc461739a by Ned Deily (Miss Islington (bot)) in branch '3.6': bpo-35746: Fix segfault in ssl's cert parser (GH-11569) (GH-11573) https://github.com/python/cpython/commit/216a4d83c3b72f4fdcd81b588

[issue35601] Race condition in test_signal_handling_args x86-64 High Sierra 3.75

2019-01-17 Thread Ned Deily
Ned Deily added the comment: New changeset 7eef540ab89e426b622373f43713521876447f2f by Ned Deily (Miss Islington (bot)) in branch '3.6': bpo-35601: Alleviate race condition when waiting for SIGALRM in test_asyncio (GH-11337) (GH-11348) https://github.com/python/cpyt

[issue35525] Incorrect keyword name in NNTP.starttls() documentation

2019-01-17 Thread Ned Deily
Ned Deily added the comment: New changeset 7887c02d3372ebe3b39379588364134521a36c4e by Ned Deily (Miss Islington (bot)) in branch '3.6': bpo-35525: Correct the argument name for NNTP.starttls() (GH-11310) (GH-11417) https://github.com/python/cpyt

[issue35486] subprocess module import hooks breaks back compatibility

2019-01-17 Thread Ned Deily
Ned Deily added the comment: New changeset 1edb3dc6ff70db88a7e89586578e58a86ee0e75e by Ned Deily (Miss Islington (bot)) in branch '3.6': bpo-35486: Note Py3.6 import system API requirement change (GH-11540) (GH-11588) https://github.com/python/cpyt

[issue35486] subprocess module import hooks breaks back compatibility

2019-01-17 Thread Ned Deily
Ned Deily added the comment: I've merged the doc changes for 3.6, thanks. Can we close this now? -- ___ Python tracker <https://bugs.python.org/is

[issue35699] distutils cannot find Build Tools 2017 since 3.7.2

2019-01-20 Thread Ned Deily
Ned Deily added the comment: New changeset b2dc4a3313c236fedbd6df664722cd47f3d91a72 by Ned Deily (Marc Schlaich) in branch 'master': bpo-35699: fix distuils cannot detect Build Tools 2017 anymore (GH-11495) https://github.com/python/cpython/commit/b2dc4a3313c236fedbd6df664722cd

[issue35780] Recheck logic in the C version of the lru_cache()

2019-01-20 Thread Ned Deily
Change by Ned Deily : -- versions: -Python 3.6 ___ Python tracker <https://bugs.python.org/issue35780> ___ ___ Python-bugs-list mailing list Unsubscribe:

[issue35699] distutils cannot find Build Tools 2017 since 3.7.2

2019-01-20 Thread Ned Deily
Ned Deily added the comment: Merged on behalf of Steve. Thanks, Marc! -- resolution: -> fixed stage: patch review -> resolved status: open -> closed ___ Python tracker <https://bugs.python.or

[issue35793] round() doesn't return the right value when I put 0.5 in it.

2019-01-20 Thread Ned Deily
Change by Ned Deily : -- resolution: -> not a bug stage: -> resolved status: open -> closed ___ Python tracker <https://bugs.python.org/issue35793> ___ ___

[issue14802] Python fails to compile with VC11 ARM configuration

2019-01-21 Thread Ned Deily
Ned Deily added the comment: Unless Steve thinks otherwise, I agree that this isn’t a candidate for backporting to 3.7 without all the work to fully support new platform configurations. -- ___ Python tracker <https://bugs.python.org/issue14

[issue35485] tkinter windows turn black while resized using Tk 8.6.9.1 on macOS

2019-02-02 Thread Ned Deily
Ned Deily added the comment: Since this isn't a Python issue and since the specific problems seen using python.org macOS Pythons have gone away by reverting to using Tk 8.6.8, there doesn't seem to be a good reason to leave this issue open, certainly not as a "deferred b

[issue35706] Make it easier to use a venv with an embedded Python interpreter

2019-02-03 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

[issue35813] shared memory construct to avoid need for serialization between processes

2019-02-03 Thread Ned Deily
Change by Ned Deily : -- nosy: -ned.deily ___ Python tracker <https://bugs.python.org/issue35813> ___ ___ Python-bugs-list mailing list Unsubscribe:

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

2019-02-03 Thread Ned Deily
Ned Deily added the comment: New changeset 9bacdce451618a5f0bf62cb1b6f966ebde0492c6 by Ned Deily (Anthony Sottile) in branch '3.6': [3.6] bpo-35605: Fix documentation build for sphinx<1.6 (GH-11368) https://github.com/python/cpython/commit/9bacdce451618a5f0bf62cb1b6f

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

2019-02-03 Thread Ned Deily
Ned Deily added the comment: I agree that this can go into 3.6. Thanks, everyone! -- resolution: -> fixed stage: patch review -> resolved status: open -> closed ___ Python tracker <https://bugs.python.or

[issue35586] Open pyexpat compilation, Make shows error(missing separator)

2019-02-03 Thread Ned Deily
Ned Deily added the comment: Sorry about the delay in responding. I am unable to reproduce the problem but I may be missing some important details. What platform were you attempting to build on? What was the exact path to the source directory? And, if you can still reproduce, could you

[issue35321] None _frozen_importlib.__spec__.origin attribute

2019-02-04 Thread Ned Deily
Change by Ned Deily : -- versions: -Python 3.6 ___ Python tracker <https://bugs.python.org/issue35321> ___ ___ Python-bugs-list mailing list Unsubscribe:

[issue35055] Error when we try to download the epub archive

2019-02-05 Thread Ned Deily
Ned Deily added the comment: Yes, it looks like 3.6 and 3.7 have been building properly so that's good. However, I see that there seems to be an issue with building the 3.8.0 downloadables. It looks like only the html formats are being built and that now results in 404s for the o

[issue35905] macOS build docs need refresh (2019)

2019-02-05 Thread Ned Deily
Change by Ned Deily : -- assignee: docs@python -> ned.deily ___ Python tracker <https://bugs.python.org/issue35905> ___ ___ Python-bugs-list mailing list Un

[issue35968] lib2to3 cannot parse rf''

2019-02-11 Thread Ned Deily
Ned Deily added the comment: @xtreak, I concur. While it would have better to originally fix this in the release where f strings first appeared, the window to do that has closed. Sorry! -- nosy: +ned.deily resolution: -> duplicate stage: -> resolved status: open -&g

[issue35967] Better platform.processor support

2019-02-11 Thread Ned Deily
Change by Ned Deily : -- nosy: +lemburg ___ Python tracker <https://bugs.python.org/issue35967> ___ ___ Python-bugs-list mailing list Unsubscribe:

[issue35746] [ssl][CVE-2019-5010] TALOS-2018-0758 Denial of Service

2019-02-15 Thread Ned Deily
Ned Deily added the comment: New changeset 2a3af94b7e4d7851986043348128e312ddbb2451 by Ned Deily (Victor Stinner) in branch '3.6': bpo-35746: Credit Colin Read and Nicolas Edet (GH-11865) https://github.com/python/cpython/commit/2a3af94b7e4d7851986043348128e3

[issue24658] open().write() and .read() fails on 2 GB+ data (OS X)

2019-02-15 Thread Ned Deily
Change by Ned Deily : -- assignee: ned.deily -> ___ Python tracker <https://bugs.python.org/issue24658> ___ ___ Python-bugs-list mailing list Unsubscrib

[issue32492] C Fast path for namedtuple's property/itemgetter pair

2019-02-16 Thread Ned Deily
Change by Ned Deily : -- nosy: -ned.deily ___ Python tracker <https://bugs.python.org/issue32492> ___ ___ Python-bugs-list mailing list Unsubscribe:

[issue27181] Add geometric mean to `statistics` module

2019-02-16 Thread Ned Deily
Change by Ned Deily : -- nosy: -ned.deily ___ Python tracker <https://bugs.python.org/issue27181> ___ ___ Python-bugs-list mailing list Unsubscribe:

[issue29697] Wrong ECDH configuration with OpenSSL 1.1

2017-03-03 Thread Ned Deily
Ned Deily added the comment: Since the PRs have been merged, can this issue be closed now? -- nosy: +dstufft, ned.deily ___ Python tracker <http://bugs.python.org/issue29

[issue29703] Fix asyncio to support instantiation of new event loops in subprocesses

2017-03-03 Thread Ned Deily
Ned Deily added the comment: With the PRs merged, can this issue be closed now? -- ___ Python tracker <http://bugs.python.org/issue29703> ___ ___ Python-bug

[issue29116] Make str and bytes error messages on concatenation conform with other sequences

2017-03-03 Thread Ned Deily
Ned Deily added the comment: I'm removing myself as assignee as this doesn't seem to need a 3.6 RM decision at this point. If necessary, we can discuss a 3.6 backport after the issue has been resolved for 3.7. -- assignee: ned.deily -> _

[issue29076] Mac installer shell updater script silently fails if default shell is fish

2017-03-03 Thread Ned Deily
Changes by Ned Deily : -- stage: -> needs patch title: Py 3.6 Mac installer doesn't update "python3" shell command -> Mac installer shell updater script silently fails if default shell is fish versions: +Python 2.7, Python 3.7 _

[issue29572] Upgrade installers to OpenSSL 1.0.2k

2017-03-03 Thread Ned Deily
Ned Deily added the comment: Steve, Zach: can we get this in for 3.6.1? -- ___ Python tracker <http://bugs.python.org/issue29572> ___ ___ Python-bugs-list mailin

[issue27593] Deprecate sys._mercurial and create sys._git

2017-03-03 Thread Ned Deily
Changes by Ned Deily : -- pull_requests: +372 ___ Python tracker <http://bugs.python.org/issue27593> ___ ___ Python-bugs-list mailing list Unsubscribe:

[issue27593] Deprecate sys._mercurial and create sys._git

2017-03-03 Thread Ned Deily
Ned Deily added the comment: I finally took a close look at this and I think the approach Brett advocated here is a bit too simple and does not cover the use case I had in mind when I suggested we needed to have a replacement for sys._mercurial. Previously when building from a source repo

[issue27593] Deprecate sys._mercurial and create sys._git

2017-03-03 Thread Ned Deily
Changes by Ned Deily : -- pull_requests: +378 ___ Python tracker <http://bugs.python.org/issue27593> ___ ___ Python-bugs-list mailing list Unsubscribe:

[issue27593] Deprecate sys._mercurial and create sys._git

2017-03-03 Thread Ned Deily
Ned Deily added the comment: Yeah, shortening the hash in the version string might be nice. Feel free to do so. It can probably wait for 3.6.2. -- ___ Python tracker <http://bugs.python.org/issue27

[issue27593] Deprecate sys._mercurial and create sys._git

2017-03-03 Thread Ned Deily
Changes by Ned Deily : -- pull_requests: +379 ___ Python tracker <http://bugs.python.org/issue27593> ___ ___ Python-bugs-list mailing list Unsubscribe:

[issue29550] Mac build-installer touch step fails after github conversion

2017-03-03 Thread Ned Deily
Changes by Ned Deily : -- pull_requests: +380 ___ Python tracker <http://bugs.python.org/issue29550> ___ ___ Python-bugs-list mailing list Unsubscribe:

[issue29572] Upgrade installers to OpenSSL 1.0.2k

2017-03-03 Thread Ned Deily
Changes by Ned Deily : -- pull_requests: +381 ___ Python tracker <http://bugs.python.org/issue29572> ___ ___ Python-bugs-list mailing list Unsubscribe:

[issue29550] Mac build-installer touch step fails after github conversion

2017-03-03 Thread Ned Deily
Changes by Ned Deily : -- pull_requests: +382 ___ Python tracker <http://bugs.python.org/issue29550> ___ ___ Python-bugs-list mailing list Unsubscribe:

[issue29572] Upgrade installers to OpenSSL 1.0.2k

2017-03-04 Thread Ned Deily
Changes by Ned Deily : -- pull_requests: +383 ___ Python tracker <http://bugs.python.org/issue29572> ___ ___ Python-bugs-list mailing list Unsubscribe:

[issue28087] macOS 12 poll syscall returns prematurely

2017-03-04 Thread Ned Deily
Changes by Ned Deily : -- pull_requests: +385 ___ Python tracker <http://bugs.python.org/issue28087> ___ ___ Python-bugs-list mailing list Unsubscribe:

[issue28087] macOS 12 poll syscall returns prematurely

2017-03-04 Thread Ned Deily
Changes by Ned Deily : -- pull_requests: +386 ___ Python tracker <http://bugs.python.org/issue28087> ___ ___ Python-bugs-list mailing list Unsubscribe:

[issue29719] "Date" of what's new is confusing

2017-03-04 Thread Ned Deily
Ned Deily added the comment: It's a bit confusing but: 1. https://docs.python.org/3/whatsnew/3.6.html is the URL for the current 3.6 branch, in other words, what will be in the next 3.6 release. These are rebuilt as changes are checked in. 2. https://docs.python.org/release/3.6.0/wha

[issue27476] Introduce a .github folder with PULL_REQUEST_TEMPLATE

2017-03-05 Thread Ned Deily
Ned Deily added the comment: Now that the transition has occurred, is it time to remove this file and its .github directory? -- nosy: +ned.deily resolution: fixed -> stage: resolved -> needs patch status: closed -> open versions: +P

[issue29723] 3.6.1rc1 adds the current directory to sys.path when running a subdirectory's __main__.py; previous versions did not

2017-03-05 Thread Ned Deily
Ned Deily added the comment: I think this is a result of the changes introduced with Issue29319. Perhaps a more prominent NEWS entry is needed? Nick? Ned, does this change in behavior cause problems? -- nosy: +ncoghlan, ned.deily ___ Python

[issue29719] "Date" of what's new is confusing

2017-03-05 Thread Ned Deily
Ned Deily added the comment: Sorry, I disagree. I think the point of adding these directives is that shows for what release of 3.6.x they apply. It is expected that the What's New documents may be updated during the lifecycle of a major release and having the release and date there let

[issue29719] "Date" of what's new is confusing

2017-03-05 Thread Ned Deily
Ned Deily added the comment: > Additonally, unlike "changelog", "What's New" only shows difference between > 3.5 and 3.6. It won't be updated to describe changes between 3.6.0 and 3.6.1. That's not always true. There are occasionally changes made in

[issue29719] "Date" of what's new is confusing

2017-03-05 Thread Ned Deily
Ned Deily added the comment: Heh, it looks like we agree! -- ___ Python tracker <http://bugs.python.org/issue29719> ___ ___ Python-bugs-list mailing list Unsub

[issue29723] 3.6.1rc1 adds the current directory to sys.path when running a subdirectory's __main__.py; previous versions did not

2017-03-06 Thread Ned Deily
Ned Deily added the comment: Thanks for the analysis, Eryk and Nick. Then this sounds like a release blocker problem that should be fixed for 3.6.1. Steve, can you take a look, please? -- nosy: +steve.dower priority: normal -> release blocker stage: -> needs patc

[issue29775] There appears to be a spurious ^0 in sys.version for 3.6.1rc1

2017-03-09 Thread Ned Deily
Ned Deily added the comment: Thanks, Paul, we are aware of the spurious ^0. It will be resolved under Issue 25793. -- priority: release blocker -> resolution: -> duplicate stage: -> resolved status: open -> closed superseder: -> Deprecate sys._mercurial and

[issue29788] tarfile: Add absolute_path option to tarfile, disabled by default

2017-03-10 Thread Ned Deily
Changes by Ned Deily : -- nosy: +lars.gustaebel ___ Python tracker <http://bugs.python.org/issue29788> ___ ___ Python-bugs-list mailing list Unsubscribe:

[issue23894] lib2to3 doesn't recognize rb'...' and f'...' in Python 3.6

2017-03-10 Thread Ned Deily
Ned Deily added the comment: Sorry, the announced deadline for bugfixes for 3.6.1 has already passed; at this point, only showstopper problems with 3.6.1rc1 are on the table for the final. Trivial impact isn't a criterion for post-rc1 changes and there's a good reason for th

[issue29806] Requesting version info with lowercase -v or -vv causes an import crash

2017-03-13 Thread Ned Deily
Changes by Ned Deily : -- stage: -> resolved status: open -> closed type: crash -> ___ Python tracker <http://bugs.python.org/issue29806> ___ ___ P

[issue29826] " don't work on Mac under IDLE

2017-03-16 Thread Ned Deily
Ned Deily added the comment: Yes, this is a symptom of using the default Apple-supplied macOS Tcl/Tk. See https://www.python.org/download/mac/tcltk/ for more information as the warning in IDLE suggests. If you are using Python 3.6.0 downloaded from python.org, the simple solution is to

[issue29826] " don't work on Mac under IDLE

2017-03-16 Thread Ned Deily
Ned Deily added the comment: > Is this restriction correct? Yes -- ___ Python tracker <http://bugs.python.org/issue29826> ___ ___ Python-bugs-list mai

[issue29846] ImportError: No module named _io

2017-03-18 Thread Ned Deily
Ned Deily added the comment: I'm not familiar with Spack and I'm certainly not going to try to deeply analyze a build that inserts *that* many separate -I and -L options into the compiler calls :) But there have been a number of reports of problems with this symptom in the

[issue29846] ImportError: Symbol not found: __PyCodecInfo_GetIncrementalDecoder when building 2.7.x on macOS

2017-03-18 Thread Ned Deily
Changes by Ned Deily : -- title: ImportError: No module named _io -> ImportError: Symbol not found: __PyCodecInfo_GetIncrementalDecoder when building 2.7.x on macOS ___ Python tracker <http://bugs.python.org/issu

[issue29846] ImportError: Symbol not found: __PyCodecInfo_GetIncrementalDecoder when building 2.7.x on macOS

2017-03-19 Thread Ned Deily
Ned Deily added the comment: Glad the --enable-shared workaround worked around. If you feel like exploring the issue further, a couple of things that might be useful would be to set one or more of dyld's debugging environment variables, like DYLD_PRINT_LIBRARIES, to try to see exactly

[issue29846] ImportError: Symbol not found: __PyCodecInfo_GetIncrementalDecoder when building 2.7.x on macOS

2017-03-20 Thread Ned Deily
Ned Deily added the comment: Thanks, Adam! Note to self: see Makefile changes in GH-737 for Issue15590. -- ___ Python tracker <http://bugs.python.org/issue29

[issue29846] ImportError: Symbol not found: __PyCodecInfo_GetIncrementalDecoder when building 2.7.x on macOS

2017-03-20 Thread Ned Deily
Changes by Ned Deily : -- Removed message: http://bugs.python.org/msg289899 ___ Python tracker <http://bugs.python.org/issue29846> ___ ___ Python-bugs-list mailin

[issue29846] ImportError: Symbol not found: __PyCodecInfo_GetIncrementalDecoder when building 2.7.x on macOS

2017-03-20 Thread Ned Deily
Ned Deily added the comment: Thanks, Adam! Note to self: see Makefile changes in PR 737 for Issue15590. -- ___ Python tracker <http://bugs.python.org/issue29

[issue27593] Deprecate sys._mercurial and create sys._git

2017-03-20 Thread Ned Deily
Changes by Ned Deily : -- pull_requests: +658 ___ Python tracker <http://bugs.python.org/issue27593> ___ ___ Python-bugs-list mailing list Unsubscribe:

[issue27593] Deprecate sys._mercurial and create sys._git

2017-03-20 Thread Ned Deily
Changes by Ned Deily : -- pull_requests: +659 ___ Python tracker <http://bugs.python.org/issue27593> ___ ___ Python-bugs-list mailing list Unsubscribe:

[issue27593] Deprecate sys._mercurial and create sys._git

2017-03-20 Thread Ned Deily
Changes by Ned Deily : -- pull_requests: +660 ___ Python tracker <http://bugs.python.org/issue27593> ___ ___ Python-bugs-list mailing list Unsubscribe:

[issue27593] Deprecate sys._mercurial and create sys._git

2017-03-20 Thread Ned Deily
Ned Deily added the comment: Based on Brett's and Steve's feedback, I've pushed some tweaks to the captured git info. With the changes, we now use --short form of git hash. And we use output from "git describe --all --always --dirty" for the tag. I added --all

[issue29504] blake2: compile error with -march=bdver2

2017-03-21 Thread Ned Deily
Ned Deily added the comment: This didn't make it in time for 3.6.1; deferred to 3.6.2. -- ___ Python tracker <http://bugs.python.org/issue29504> ___ ___ Pytho

[issue29875] IDLE quit unexpectedly

2017-03-21 Thread Ned Deily
Ned Deily added the comment: Welcome to the world of Python! You most likely saw a message similar to this when the IDLE shell window opened: WARNING: The version of Tcl/Tk (8.5.9) in use may be unstable. Visit http://www.python.org/download/mac/tcltk/ for current information. If you follow

[issue29574] python-3.6.0.tgz permissions borked

2017-03-22 Thread Ned Deily
Ned Deily added the comment: My apologies for the bad permissions in the tar file. The newly-released 3.6.1 tar files should not have this anomaly. -- resolution: -> fixed stage: -> resolved status: open -> closed ___ Python track

[issue29889] test_asyncio fails always

2017-03-23 Thread Ned Deily
Ned Deily added the comment: There have been other reports (e.g. Issue29712) of failures when using --enable-optimizations with --enable-shared. Can you see if removing --enable-shared makes a difference for your configurations? -- components: +asyncio -Tests nosy: +haypo, ned.deily

[issue29804] test_ctypes test_pass_by_value fails on arm64 (aarch64) architecture

2017-03-23 Thread Ned Deily
Ned Deily added the comment: Technically speaking, we do not officially support arm64 in our release process as we have no arm64 buildbots nor an identified core developer for the platform; see PEP 11 for the policy details. So there is no place to test a fix if there was one identified

[issue29888] The link referring to "Python download page" is broken

2017-03-24 Thread Ned Deily
Ned Deily added the comment: Thanks for noticing this. The change in URLs was due to the introduction of the "new" python.org website a few years ago; the canonical form of the URL for releases introduced after the move to the new web site is indeed https://www.python.org/downloa

[issue29719] "Date" of what's new is confusing

2017-03-24 Thread Ned Deily
Ned Deily added the comment: New changeset 0acdea79cba3883c5e7035c7336fb0ce54435c03 by Ned Deily (INADA Naoki) in branch '3.6': bpo-29719: Remove Date and Release field in whatsnew/3.6 (GH-500) https://github.com/python/cpython/commit/0acdea79cba3883c5e7035c7336fb0

[issue27593] Deprecate sys._mercurial and create sys._git

2017-03-24 Thread Ned Deily
Ned Deily added the comment: New changeset 8c18fbeed1c7721b67f1726a6e9c41acef823135 by Ned Deily in branch '3.6': bpo-27593: Revise git SCM build info. (#744) (#745) https://github.com/python/cpython/commit/8c18fbeed1c7721b67f1726a6e9c41

[issue29319] Embedded 3.6.0 distribution cannot run pyz files

2017-03-24 Thread Ned Deily
Ned Deily added the comment: New changeset 75345c552d0889f4f63039d6063f371846c8f41f by Ned Deily (Nick Coghlan) in branch '3.6': [3.6] bpo-29723: Consistently configure sys.path[0] (#636) https://github.com/python/cpython/commit/75345c552d0889f4f63039d6063f371846c8f41f -

[issue29723] 3.6.1rc1 adds the current directory to sys.path when running a subdirectory's __main__.py; previous versions did not

2017-03-24 Thread Ned Deily
Ned Deily added the comment: New changeset 75345c552d0889f4f63039d6063f371846c8f41f by Ned Deily (Nick Coghlan) in branch '3.6': [3.6] bpo-29723: Consistently configure sys.path[0] (#636) https://github.com/python/cpython/commit/75345c552d0889f4f63039d6063f37

[issue27593] Deprecate sys._mercurial and create sys._git

2017-03-24 Thread Ned Deily
Ned Deily added the comment: New changeset e9213d929d7b0075539e87416f6a6fb86c27454b by Ned Deily in branch '3.6': bpo-27593: Revise git SCM build info. (#744) (#745) https://github.com/python/cpython/commit/e9213d929d7b0075539e87416f6a6f

[issue27593] Deprecate sys._mercurial and create sys._git

2017-03-24 Thread Ned Deily
Ned Deily added the comment: New changeset 554626ada769abf82a5dabe6966afa4265acb6a6 by Ned Deily in branch 'master': bpo-27593: Revise git SCM build info. (#744) https://github.com/python/cpython/commit/554626ada769abf82a5dabe6966afa

[issue27593] Deprecate sys._mercurial and create sys._git

2017-03-24 Thread Ned Deily
Ned Deily added the comment: New changeset ed512cba78af211da4d83cbb7cc533c39176f374 by Ned Deily in branch '3.5': bpo-27593: Revise git SCM build info. (#744) (#746) https://github.com/python/cpython/commit/ed512cba78af211da4d83cbb7cc533

[issue28087] macOS 12 poll syscall returns prematurely

2017-03-24 Thread Ned Deily
Ned Deily added the comment: New changeset 1d391f926b37484b8d4b326003a72c0084db19ec by Ned Deily in branch '3.6': [3.6] bpo-28087: Skip test_asyncore and test_eintr poll failures on macOS (#463) https://github.com/python/cpython/commit/1d391f926b37484b8d4b326003a72c

[issue28087] macOS 12 poll syscall returns prematurely

2017-03-24 Thread Ned Deily
Ned Deily added the comment: New changeset de04644627f82d9dc48b3423def7ff5b4aa1926a by Ned Deily in branch 'master': bpo-28087: Skip test_asyncore and test_eintr poll failures on macOS. (#462) https://github.com/python/cpython/commit/de04644627f82d9dc48b3423def7ff

[issue29550] Mac build-installer touch step fails after github conversion

2017-03-24 Thread Ned Deily
Ned Deily added the comment: New changeset 5b166d9979161624c17cce3bdc11e1d9f3b8 by Ned Deily in branch '3.6': bpo-29550: Temporarily skip "make touch" in Mac installer build. (#456) (#458) https://github.com/python/cpython/commit/5b166d9979161624

[issue27593] Deprecate sys._mercurial and create sys._git

2017-03-24 Thread Ned Deily
Ned Deily added the comment: New changeset a2edd3ae4074952ce77d9319da2dbb2a47300c27 by Ned Deily in branch '3.5': [3.5] bpo-27593: Get SCM build info from git instead of hg. (#446) (#454) (#455) https://github.com/python/cpython/commit/a2edd3ae4074952ce77d9319da2dbb

[issue29572] Upgrade installers to OpenSSL 1.0.2k

2017-03-24 Thread Ned Deily
Ned Deily added the comment: New changeset 343d48379c31f31cb0bcc843c537990c4283703d by Ned Deily in branch '3.6': bpo-29572: Update macOS installer build to OpenSSL 1.0.2k (#457) (#459) https://github.com/python/cpython/commit/343d48379c31f31cb0bcc843c53799

[issue29550] Mac build-installer touch step fails after github conversion

2017-03-24 Thread Ned Deily
Ned Deily added the comment: New changeset 7cd9b22e98a5b7a99a7539500ea946a7a58e1c8d by Ned Deily in branch 'master': bpo-29550: Temporarily skip "make touch" in Mac installer build. (#456) https://github.com/python/cpython/commit/7cd9b22e98a5b7a99a75

[issue29572] Upgrade installers to OpenSSL 1.0.2k

2017-03-24 Thread Ned Deily
Ned Deily added the comment: New changeset cfcd76777e35c83d548d8736f5d7dc92fe56d806 by Ned Deily in branch 'master': bpo-29572: Update macOS installer build to OpenSSL 1.0.2k (#457) https://github.com/python/cpython/commit/cfcd76777e35c83d548d8736f5d7dc

[issue27593] Deprecate sys._mercurial and create sys._git

2017-03-24 Thread Ned Deily
Ned Deily added the comment: New changeset 95c50e5aed9e5683676e18349dd94b11901a66b3 by Ned Deily in branch '3.6': [3.6] bpo-27593: Get SCM build info from git instead of hg. (#446) (#454) https://github.com/python/cpython/commit/95c50e5aed9e5683676e18349dd94b

[issue27593] Deprecate sys._mercurial and create sys._git

2017-03-24 Thread Ned Deily
Ned Deily added the comment: New changeset 5c4b0d063aba0a68c325073f5f312a2c9f40d178 by Ned Deily in branch 'master': bpo-27593: Get SCM build info from git instead of hg. (#446) https://github.com/python/cpython/commit/5c4b0d063aba0a68c325073f5f312a

[issue29095] Compiling Python 3.6 from source on MacOS X Sierra

2017-03-24 Thread Ned Deily
Ned Deily added the comment: @Tommy.Carstensen: Unfortunately, Apple has deprecated use of the system-supplied OpenSSL libraries and with the latest releases no longer supply the header files needed to build with them. They are very old anyway. So, you need to supply a version of them. The

[issue29899] zlib missing when --enable--optimizations option appended

2017-03-25 Thread Ned Deily
Ned Deily added the comment: --enable-optimizations does not exist in Python 3.4.x so any failures there must be due to something else. Are there any build errors? Can you show exactly where the message comes from? -- nosy: +ned.deily ___ Python

[issue29888] The link referring to "Python download page" is broken

2017-03-26 Thread Ned Deily
Ned Deily added the comment: New changeset f8beb9831acd5cf80b9c56aea5864e16118c5400 by Ned Deily (cocoatomo) in branch 'master': bpo-29888: Fix the link referring to the "Python download page" (GH-824) https://github.com/python/cpython/commit/f8beb9831acd5cf80b9c

[issue29888] The link referring to "Python download page" is broken

2017-03-26 Thread Ned Deily
Changes by Ned Deily : -- pull_requests: +732 ___ Python tracker <http://bugs.python.org/issue29888> ___ ___ Python-bugs-list mailing list Unsubscribe:

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