[issue17535] IDLE: Add an option to show line numbers along the left side of the editor window, and have it enabled by default.

2019-07-03 Thread Ned Deily
Ned Deily added the comment: Tal, I took a quick look at the results with the current PR and, as someone who doesn't use IDLE other than to smoke test, It looks fine to me. The concerns I raised previously about the interaction between changing the state of Options->Line Num

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

2019-07-03 Thread Ned Deily
Change by Ned Deily : -- resolution: -> fixed stage: -> resolved status: open -> closed ___ Python tracker <https://bugs.python.org/issue35605> ___

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

2019-07-03 Thread Ned Deily
Ned Deily added the comment: Thanks for the additional PR. Accepted for post-3.6.9 (PR 14576, commit a6d97e200863e7e5fc60bbc8f121b86a2098ef2d - message AWOL?) -- ___ Python tracker <https://bugs.python.org/issue35

[issue1875] "if 0: return" not raising SyntaxError

2019-07-05 Thread Ned Deily
Ned Deily added the comment: See also discussion in Issue37500. -- nosy: +ned.deily ___ Python tracker <https://bugs.python.org/issue1875> ___ ___ Python-bug

[issue37500] 3.8.0b2 no longer optimizes away "if 0:" ?

2019-07-05 Thread Ned Deily
Ned Deily added the comment: How serious a regression is this? We still have time to revert the 3.7 commit of Issue1875 (85ed1712e428f93408f56fc684816f9a85b0ebc0) from 3.7.4 final if we act immediately. -- nosy: +ned.deily versions: +Python 3.7

[issue23312] google thinks the docs are mobile unfriendly

2019-07-05 Thread Ned Deily
Change by Ned Deily : -- nosy: +mdk versions: +Python 3.9 -Python 2.7, Python 3.4, Python 3.5 ___ Python tracker <https://bugs.python.org/issue23312> ___ ___

[issue37500] 3.8.0b2 no longer optimizes away "if 0:" ?

2019-07-05 Thread Ned Deily
Ned Deily added the comment: For the record, this change in behavior was originally backported to the 3.7 branch and appeared in 3.7.4rc1 and rc2. Now that the compatibility issues are clearer, it will be reverted for 3.7.4 final and will not be considered for future 3.7.x releases

[issue37149] link to official documentation tkinter failed !!!

2019-07-08 Thread Ned Deily
Ned Deily added the comment: New changeset 317c33e67cb6076c5a87a66c75e8c35ac581398d by Ned Deily in branch '3.6': bpo-37149: Replace dead link for online Tkinter reference (GH-14616) https://github.com/python/cpython/commit/317c33e67cb6076c5a87a66c75e8c3

[issue37149] link to official documentation tkinter failed !!!

2019-07-08 Thread Ned Deily
Ned Deily added the comment: New changeset f2cbf41afc9e9a0ce16bfe0c71662348453a28c4 by Ned Deily (Miss Islington (bot)) in branch '3.7': bpo-37149: Replace dead link for online Tkinter reference (GH-14616) https://github.com/python/cpython/commit/f2cbf41afc9e9a0ce16bfe0c716623

[issue37500] 3.8.0b2 no longer optimizes away "if 0:" ?

2019-07-08 Thread Ned Deily
Ned Deily added the comment: New changeset 4834c80d799471a6c9ddaad9c5c82c8af156e4fd by Ned Deily (Pablo Galindo) in branch '3.7': [3.7] bpo-37500: Revert commit 85ed1712e428f93408f56fc684816f9a85b0ebc0 (GH-14605) https://github.com/python/cpyt

[issue37149] link to John Shipman's Tkinter 8.5 documentation fails: website no longer available

2019-07-08 Thread Ned Deily
Ned Deily added the comment: A few comments on this. One, the Tkinter documentation in question seems to have been a personal project of John Shipman at New Mexico Tech and, as such, was not "official" so I've updated the issue title accordingly. Sadly, as Cheryl noted

[issue37546] colors in ttk treeview tags are ignored

2019-07-10 Thread Ned Deily
Ned Deily added the comment: Thanks for the report. The problem you are seeing here appears to be a duplicate of that described in Issue36468 which describes this behavior change as a regression in Tk and also suggests a workaround. -- nosy: +ned.deily resolution: -> duplic

[issue37544] Multiple test failures during build

2019-07-10 Thread Ned Deily
Ned Deily added the comment: Sorry you are having problems. Suggest first trying a clean build without --enable-optimizations. If that works, please supply the output from: ./python -m test.pythoninfo -- nosy: +ned.deily ___ Python tracker

[issue37544] Multiple test failures during build

2019-07-10 Thread Ned Deily
Ned Deily added the comment: And, if the unoptimized build succeeds, also try running the tests with it: make test -- ___ Python tracker <https://bugs.python.org/issue37

[issue37500] 3.8.0b2 no longer optimizes away "if 0:" ?

2019-07-10 Thread Ned Deily
Change by Ned Deily : -- keywords: -3.7regression nosy: -ned.deily ___ Python tracker <https://bugs.python.org/issue37500> ___ ___ Python-bugs-list mailin

[issue35021] Assertion failures in datetimemodule.c.

2019-07-10 Thread Ned Deily
Ned Deily added the comment: Assuming answer to previous question is "no" -> closing -- resolution: -> fixed stage: patch review -> resolved status: open -> closed ___ Python tracker <https://b

[issue28440] ensurepip and pip install failures on macOS Sierra with non-system Python 2.7.x

2019-07-13 Thread Ned Deily
Ned Deily added the comment: > That day has come, the beta for 10.15 contains Python 3.7.3. Yay! FTR, 763f094b1f0ce2a07768828e78afe9687e9ad3bb was released in 3.7.0. The only reason I have left this issues open was that I also wanted to make sure that ensurepip failures in the post-inst

[issue36564] Infinite loop with short maximum line lengths in EmailPolicy

2019-07-21 Thread Ned Deily
Ned Deily added the comment: New changeset 79a47e2b9cff6c9facdbc022a752177ab89dc533 by Ned Deily (Miss Islington (bot)) in branch '3.6': Fix infinite loop in email folding logic (GH-12732) (GH-14799) https://github.com/python/cpython/commit/79a47e2b9cff6c9facdbc022a75217

[issue36564] Infinite loop with short maximum line lengths in EmailPolicy

2019-07-21 Thread Ned Deily
Change by Ned Deily : -- keywords: +security_issue resolution: -> fixed stage: patch review -> resolved status: open -> closed versions: +Python 3.6, Python 3.9 ___ Python tracker <https://bugs.python.or

[issue37544] Multiple test failures during build

2019-07-21 Thread Ned Deily
Ned Deily added the comment: Thanks for the additional info. I see two issues here. One, you are building with OpenSSL 1.1.1, the initial release back in 2018-09. There have been a few releases since then (currently at 1.1.1c) which do fix problems. You should try to upgrade it. Second

[issue33467] Python 3.7: profile-opt build errors because a test seems to hang

2019-07-21 Thread Ned Deily
Ned Deily added the comment: Thanks for your report. I'm sorry we haven't replied to it before now. Similar behavior has been more recently reported in Issue37544 and there is discussion going on there. So I am going to close your issue as a duplicate of it; feel free to j

[issue37544] Test failures cause --enable-optimizations build to hang

2019-07-21 Thread Ned Deily
Change by Ned Deily : -- title: Multiple test failures during build -> Test failures cause --enable-optimizations build to hang ___ Python tracker <https://bugs.python.org/issu

[issue37644] Sphinx (Travis doc build) is blocking merging

2019-07-21 Thread Ned Deily
Change by Ned Deily : -- keywords: +patch pull_requests: +14670 stage: needs patch -> patch review pull_request: https://github.com/python/cpython/pull/14885 ___ Python tracker <https://bugs.python.org/issu

[issue37644] Sphinx (Travis doc build) is blocking merging

2019-07-21 Thread Ned Deily
Ned Deily added the comment: New changeset 22f0483d44b13140f6ea9927f0cf088c493e875a by Ned Deily in branch 'master': Bpo-37644: update suspicious.csv for distutils/examples (GH-14885) https://github.com/python/cpython/commit/22f0483d44b13140f6ea9927f0cf088c493e875a -

[issue37644] Sphinx (Travis doc build) is blocking merging

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

[issue37657] ERROR: grip 4.5.2 requires docopt>=0.4.0, which is not installed.

2019-07-23 Thread Ned Deily
Ned Deily added the comment: Sorry, I have no idea why you saw those messages. Neither grip nor docopt are used directly by the python.org macOS installer and, after a quick glance, I didn't see anywhere where the certifi package used them. Did you have an earlier alpha or beta versi

[issue37653] make install fails

2019-07-23 Thread Ned Deily
Ned Deily added the comment: New changeset 387c3c5a04bc62cfa7c9dabe206ba2c582a71c05 by Ned Deily (Erlend Egeberg Aasland) in branch 'master': bpo-37653: Fix libinstall target in Makefile (GH-14911) https://github.com/python/cpython/commit/387c3c5a04bc62cfa7c9dabe206ba2

[issue37653] make install fails

2019-07-23 Thread Ned Deily
Ned Deily added the comment: Thanks for the PR! -- resolution: -> fixed stage: patch review -> resolved status: open -> closed ___ Python tracker <https://bugs.python.or

[issue37468] Don't install wininst*.exe on non-Windows platforms

2019-07-23 Thread Ned Deily
Ned Deily added the comment: The merged PR broke "make libinstall" and, hence, "make install" with at least some versions of make. See Issue37653. -- nosy: +ned.deily ___ Python tracker <https://bug

[issue37664] Update bundled pip and setuptools

2019-07-26 Thread Ned Deily
Ned Deily added the comment: Yeah, we should update 3.7, too, so people don’t keep getting the upgrade warning. -- versions: +Python 3.7 ___ Python tracker <https://bugs.python.org/issue37

[issue37706] IDLE test_sidebar testcases test_click_selection and test_drag_selection can fail on macOS

2019-07-29 Thread Ned Deily
New submission from Ned Deily : On macOS, there are two test failure seen with test_sidebar (tested on 10.14 with Tk 8.6.8 and 8.6.0 - the failures should be reproducible with the python.org 3.8.0b3 installer for macOS which will be available soon

[issue37706] IDLE test_sidebar testcases test_click_selection and test_drag_selection can fail on macOS

2019-07-29 Thread Ned Deily
Ned Deily added the comment: > tested on 10.14 with Tk 8.6.8 and 8.6.0 er, make that "8.6.9" not "8.6.0" -- ___ Python tracker <https://

[issue34313] Tkinter crashes with Tk-related error on macOS with ActiveTcl 8.6

2019-07-30 Thread Ned Deily
Ned Deily added the comment: @royf, Without more information, we can only speculate what kind of crash you are seeing. But based on past experience, it is almost certainly a crash in Tk itself and, if so, you need to work with your supplier of Tk, presumably the conda project, to get a

[issue34313] Tkinter crashes with Tk-related error on macOS with ActiveTcl 8.6

2019-07-31 Thread Ned Deily
Ned Deily added the comment: Good question. I don't think there's anything more to do here other than to continue to monitor and evaluate future Tk releases, which we do anyway. Improvements to the build documentation etc are covered by other open issues. -- resolution:

[issue37544] Test hang causes --enable-optimizations build to hang

2019-07-31 Thread Ned Deily
Ned Deily added the comment: Jerek, is there anything more you are expecting us to do for this issue? The only thing I can think of at the moment might be to add something to the "Profile Guided Optimization" section of the top-level README.rst to include @gps's suggestion

[issue37739] list(filter) returns [] ???

2019-08-01 Thread Ned Deily
Ned Deily added the comment: https://docs.python.org/3/library/functions.html#filter -- nosy: +ned.deily resolution: -> not a bug stage: -> resolved status: open -> closed ___ Python tracker <https://bugs.python.or

[issue37461] email.parser.Parser hang

2019-08-01 Thread Ned Deily
Ned Deily added the comment: New changeset 1789bbdd3e03023951a39933ef12dee0a03be616 by Ned Deily (Miss Islington (bot)) in branch '3.6': bpo-37461: Fix infinite loop in parsing of specially crafted email headers (GH-14794) (GH-14817) https://github.com/python/cpyt

[issue37706] IDLE test_sidebar test_(click/drag)_selection fail on macOS 8.6

2019-08-03 Thread Ned Deily
Ned Deily added the comment: I can reproduce this at will on all of the real and virtual macOS systems I've tried (10.12 through 10.14) even building with ActiveTcl 8.5.18. Tal, make sure the appropriate tests cases are actually running. If you don't have a proper Gui installati

[issue37706] IDLE test_sidebar test_(click/drag)_selection fail on macOS 8.6

2019-08-04 Thread Ned Deily
Ned Deily added the comment: With PR 15103. the tests appear to no longer fail on macOS. Thanks! -- ___ Python tracker <https://bugs.python.org/issue37

[issue37706] IDLE test_sidebar test_(click/drag)_selection fail on macOS 8.6

2019-08-04 Thread Ned Deily
Ned Deily added the comment: Terry, with regard to Azure testing and elsewhere: presumably most of the CI runs are run from processes without a GUI-capable "console" so that test failures like this one would never be seen as test cases requiring a GUI interface would be silently

[issue32912] Raise non-silent warning for invalid escape sequences

2019-08-05 Thread Ned Deily
Change by Ned Deily : -- nosy: +lukasz.langa ___ Python tracker <https://bugs.python.org/issue32912> ___ ___ Python-bugs-list mailing list Unsubscribe:

[issue37706] IDLE: fix sidebar click-drag bug and macOS test failures

2019-08-05 Thread Ned Deily
Ned Deily added the comment: Terry, using an out-of-date version of Tcl/Tk is the least of the problems here. My point was that, the way things are now, IDLE GUI tests are not being run at all on macOS Azure CI runs regardless of the Tk version in use and, AFAIK, there is no easy way to

[issue34155] email.utils.parseaddr mistakenly parse an email

2019-08-09 Thread Ned Deily
Ned Deily added the comment: New changeset 13a19139b5e76175bc95294d54afc9425e4f36c9 by Ned Deily (Miss Islington (bot)) in branch '3.6': bpo-34155: Dont parse domains containing @ (GH-13079) (GH-14826) https://github.com/python/cpython/commit/13a19139b5e76175bc95294d54afc9

[issue37833] tkinter crashes macOS in the latest macOS update 10.14.6

2019-08-12 Thread Ned Deily
Ned Deily added the comment: Can you be more specific about the source of your Pythons and Tk 8.6 and exactly what version it is? Tk through tkinter seems to work as expected (and without a crash) when I try the current Python.org pythons with their built-in Tk 8.6.6 or current MscPorts

[issue37833] tkinter crashes macOS in the latest macOS update 10.14.6

2019-08-12 Thread Ned Deily
Ned Deily added the comment: Thanks for the link but that really doesn’t pin down exactly what Tk is in use. This probably should be pursued with the Tk project. Adding Kevin Walzer from Tk: Kevin, does this problem sound familiar? -- nosy: +wordtech

[issue30604] co_extra_freefuncs is stored thread locally and can lead to crashes

2017-06-12 Thread Ned Deily
Ned Deily added the comment: New changeset 2997fec01ee7300c6d5940e6c55e4ccf9f56f1b5 by Ned Deily (Dino Viehland) in branch '3.6': [3.6] bpo-30604: Move co_extra_freefuncs to interpreter state to avoid crashes in threads (#2015) https://github.com/python/cpyt

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

2017-06-12 Thread Ned Deily
Ned Deily added the comment: Misc/NEWS entries for these changes? -- ___ Python tracker <http://bugs.python.org/issue23894> ___ ___ Python-bugs-list mailin

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

2017-06-12 Thread Ned Deily
Changes by Ned Deily : -- priority: release blocker -> high ___ Python tracker <http://bugs.python.org/issue29504> ___ ___ Python-bugs-list mailing list Un

[issue30610] Python's libexpat vulnerable to CVE-2016-0718

2017-06-12 Thread Ned Deily
Ned Deily added the comment: I am closing this issue as a duplicate of the existing Issue29591. We can retitle the PR to be associated with it. And I am making Issue29591 a release blocker for 3.6.2; regardless of what we decide to for 3.7, we're not going to drop the embedded copi

[issue29591] Various security vulnerabilities in bundled expat (CVE-2016-0718 and CVE-2016-4472)

2017-06-12 Thread Ned Deily
Ned Deily added the comment: Note that a duplicate of this issue was opened as Issue30610 and @matrixise was working on a PR there to update the embedded expat to 2.2.0. Since there are CVE's and a demo crash supplied in Issue30610, it seems to me we need to fix this for 3.6.2rc1 s

[issue29591] Various security vulnerabilities in bundled expat (CVE-2016-0718 and CVE-2016-4472)

2017-06-12 Thread Ned Deily
Changes by Ned Deily : -- nosy: +matrixise ___ Python tracker <http://bugs.python.org/issue29591> ___ ___ Python-bugs-list mailing list Unsubscribe:

[issue30038] Race condition in how trip_signal writes to wakeup fd

2017-06-12 Thread Ned Deily
Ned Deily added the comment: Misc/NEWS entries for 3.6 and master for these changes? -- ___ Python tracker <http://bugs.python.org/issue30038> ___ ___ Python-bug

[issue30646] SQLite: sqlite3_enable_shared_cache() is deprecated

2017-06-13 Thread Ned Deily
Ned Deily added the comment: That's another reason why the python.org macOS installer build and, to the best of my knowledge, most third-party distributors of Python on macOS use their own builds of sqlite3 rather than the Apple-supplied system one. I don't think there's any

[issue30647] CODESET error on AMD64 FreeBSD 10.x Shared 3.x caused by the PEP 538

2017-06-13 Thread Ned Deily
Ned Deily added the comment: macOS is also BSD-like with regard to locales: it also does not have any C.* locales other than plain C. See, for example, the discussion at bpo-18378. -- nosy: +ned.deily ___ Python tracker <http://bugs.python.

[issue29591] Various security vulnerabilities in bundled expat (CVE-2016-0718 and CVE-2016-4472)

2017-06-14 Thread Ned Deily
Ned Deily added the comment: Thanks, Victor, for seeing this through and thanks, everyone else, for the reviews and assistance. -- ___ Python tracker <http://bugs.python.org/issue29

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

2017-06-16 Thread Ned Deily
Changes by Ned Deily : -- pull_requests: +2305 ___ Python tracker <http://bugs.python.org/issue23894> ___ ___ Python-bugs-list mailing list Unsubscribe:

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

2017-06-16 Thread Ned Deily
Ned Deily added the comment: New changeset b7c59f0d05bde0d4dd2d7bffc1b8af72c25d3f71 by Ned Deily in branch '3.6': bpo-23894: add Misc/NEWS entry. (#2255) https://github.com/python/cpython/commit/b7c59f0d05bde0d4dd2d7bffc1b8af

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

2017-06-16 Thread Ned Deily
Changes by Ned Deily : -- pull_requests: +2306 ___ Python tracker <http://bugs.python.org/issue23894> ___ ___ Python-bugs-list mailing list Unsubscribe:

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

2017-06-16 Thread Ned Deily
Ned Deily added the comment: New changeset ceb817dcfe8bf99725de033cce16a6f4cbced6ba by Ned Deily in branch 'master': bpo-23894: add Misc/NEWS entry. (#2256) https://github.com/python/cpython/commit/ceb817dcfe8bf99725de033cce16a6

[issue30038] Race condition in how trip_signal writes to wakeup fd

2017-06-16 Thread Ned Deily
Changes by Ned Deily : -- pull_requests: +2307 ___ Python tracker <http://bugs.python.org/issue30038> ___ ___ Python-bugs-list mailing list Unsubscribe:

[issue30038] Race condition in how trip_signal writes to wakeup fd

2017-06-16 Thread Ned Deily
Changes by Ned Deily : -- pull_requests: +2308 ___ Python tracker <http://bugs.python.org/issue30038> ___ ___ Python-bugs-list mailing list Unsubscribe:

[issue30038] Race condition in how trip_signal writes to wakeup fd

2017-06-16 Thread Ned Deily
Ned Deily added the comment: New changeset 6a98a04e21fc3209b2170c3930ce4488e89680e3 by Ned Deily in branch 'master': bpo-30038: add Misc/NEWS entry. (#2258) https://github.com/python/cpython/commit/6a98a04e21fc3209b2170c3930ce44

[issue30038] Race condition in how trip_signal writes to wakeup fd

2017-06-16 Thread Ned Deily
Changes by Ned Deily : -- pull_requests: +2309 ___ Python tracker <http://bugs.python.org/issue30038> ___ ___ Python-bugs-list mailing list Unsubscribe:

[issue30038] Race condition in how trip_signal writes to wakeup fd

2017-06-16 Thread Ned Deily
Ned Deily added the comment: New changeset 0a794a3256b24ccf57b18ec9964f2367ac1f3d30 by Ned Deily in branch '3.6': bpo-30038: add Misc/NEWS entry. https://github.com/python/cpython/commit/0a794a3256b24ccf57b18ec9964f2367ac1f3d30 --

[issue30692] Automatic upcast does not occur for custom classes

2017-06-17 Thread Ned Deily
Changes by Ned Deily : -- nosy: +amaury.forgeotdarc, belopolsky, meador.inge ___ Python tracker <http://bugs.python.org/issue30692> ___ ___ Python-bugs-list mailin

[issue30694] Update embedded copy of expat to 2.2.1

2017-06-17 Thread Ned Deily
New submission from Ned Deily: >From the announcement: Expat 2.2.1 has been released. The change log has more details [2] than this mail, including commit SHA1s. For a quick overview of the security fixes and CVEs, we have: CVE-2017-9233 External entity infinite loop DoS [1] (CVE-2

[issue29591] Various security vulnerabilities in bundled expat (CVE-2016-0718 and CVE-2016-4472)

2017-06-17 Thread Ned Deily
Ned Deily added the comment: FYI, expat 2.2.1 has now been released. See Issue30694 for details. -- ___ Python tracker <http://bugs.python.org/issue29

[issue10079] idlelib for Python 3 with Guilherme Polo GSoC enhancements

2017-06-19 Thread Ned Deily
Ned Deily added the comment: House cleaning: much time has passed since this issue was originally opened and the state of IDLE development has changed dramatically for the better since then, thanks, in large part, to Terry taking charge. I suspect that nearly all of the individual items here

[issue30795] OS X failures in test_site

2017-06-30 Thread Ned Deily
Changes by Ned Deily : -- resolution: -> duplicate stage: -> resolved status: open -> closed superseder: -> site.py imports relatively large `sysconfig` module. ___ Python tracker <http://bugs.python

[issue30730] [security] Injecting environment variable in subprocess on Windows

2017-06-30 Thread Ned Deily
Ned Deily added the comment: Steve, Paul: any comments on the severity of this issue and the pushed fixes? -- nosy: +benjamin.peterson, larry, ned.deily priority: normal -> release blocker ___ Python tracker <http://bugs.python.org/issu

[issue27945] Various segfaults with dict

2017-06-30 Thread Ned Deily
Ned Deily added the comment: Since Serhiy created backport PRs for 3.4 and 3.3, I'm reopening the issue and marking it as Release Blocker (for those releases) so we don't lose track of them and agree they meet the criteria for security-fix-only releases. -- nosy: +benjami

[issue30623] python-nightly import numpy fails since recently

2017-06-30 Thread Ned Deily
Changes by Ned Deily : -- resolution: -> fixed stage: -> resolved status: open -> closed ___ Python tracker <http://bugs.python.org/issue30623> ___

[issue30686] make `make install` faster

2017-06-30 Thread Ned Deily
Changes by Ned Deily : -- nosy: +ned.deily ___ Python tracker <http://bugs.python.org/issue30686> ___ ___ Python-bugs-list mailing list Unsubscribe:

[issue30714] test_ssl fails with openssl 1.1.0f

2017-06-30 Thread Ned Deily
Ned Deily added the comment: Sorry for the delay. It's clear this needs to get fixed so there's no need to wait to merge PRs into 3.6, 3.5, and 2.7. If the PR gets merged into 3.6 soon, I'll pull it into 3.6.2 as well. -- ___

[issue30739] pypi ssl errors [CERTIFICATE_VERIFY_FAILED]

2017-06-30 Thread Ned Deily
Ned Deily added the comment: It looks like there was a certificate validation error when pip tried to make a TLS (https) connection. If you are still having problems, suggest you check the pip issue tracker and, if needed, ask for help over there. https://github.com/pypa/pip/issues

[issue30741] https://www.pypi-mirrors.org/ error 503

2017-06-30 Thread Ned Deily
Ned Deily added the comment: This doesn't appear to be a Python issue. If necessary, suggest follow up with either pip or the PyPA packaging-problems issue tracker: https://github.com/pypa/packaging-problems/issues -- nosy: +ned.deily resolution: -> third party stage: -&g

[issue29334] ssl.SSLObject method getpeercert() is buggy, do_handshake() is strange

2017-06-30 Thread Ned Deily
Ned Deily added the comment: Is anything holding this up for merging into 3.6 and/or 3.5? -- nosy: +ned.deily ___ Python tracker <http://bugs.python.org/issue29

[issue27425] Tests fail because of git's newline preferences on Windows

2017-06-30 Thread Ned Deily
Ned Deily added the comment: So do we have a resolution or resolutions for this yet? And is bpo-30716 truly a duplicate? If so, let's use one or the other. -- ___ Python tracker <http://bugs.python.org/is

[issue30597] Show expected input in custom "print" error message

2017-06-30 Thread Ned Deily
Ned Deily added the comment: While it's debatable, I think one can make something of a case for this being a usability bug rather than a new feature. Given the impact to new users of Python 3 and the apparent relative low risk of the change, I'll go out on a bit of a limb and al

[issue30823] os.startfile("") craches Python 2.7, 3.4, 3.5 in Windows 7

2017-07-01 Thread Ned Deily
Changes by Ned Deily : -- components: +Windows nosy: +paul.moore, steve.dower, tim.golden, zach.ware ___ Python tracker <http://bugs.python.org/issue30

[issue27425] Tests fail because of git's newline preferences on Windows

2017-07-01 Thread Ned Deily
Ned Deily added the comment: OK, based on Steve's response, I am closing this again as it sounds like it should not be an issue going forward with releases and also not for dev builds as long as people do a fresh clone if necessary. Further discussion on hardening the tests can take

[issue30715] Test_winreg, test_dynamic_key hangs on my Win 10

2017-07-01 Thread Ned Deily
Changes by Ned Deily : -- priority: release blocker -> deferred blocker ___ Python tracker <http://bugs.python.org/issue30715> ___ ___ Python-bugs-list mai

[issue29406] asyncio SSL contexts leak sockets after calling close with certain Apache servers

2017-07-01 Thread Ned Deily
Ned Deily added the comment: Yury, based on the most recent comments, can this issue be closed now? -- ___ Python tracker <http://bugs.python.org/issue29

[issue30822] Python implementation of datetime module is not being tested correctly.

2017-07-02 Thread Ned Deily
Ned Deily added the comment: Serhiy, it appears that the added tests are taking a long time to run and thus causing many buildbot failures, for example: http://buildbot.python.org/all/builders/ARMv7%20Ubuntu%203.x/builds/1013 -- nosy: +ned.deily

[issue30837] Mac OS High Sierra Beta - Python Crash

2017-07-03 Thread Ned Deily
Ned Deily added the comment: Sorry, without more information, there is not much we can do about this. Can you supply a reproducible test case? In any case, the crash is from use of the Apple-supplied system Python 2.7.10 which is a few releases behind the most recent released upstream

[issue30842] pyenv activate for bash and tcsh

2017-07-03 Thread Ned Deily
Changes by Ned Deily : -- nosy: +vinay.sajip ___ Python tracker <http://bugs.python.org/issue30842> ___ ___ Python-bugs-list mailing list Unsubscribe:

[issue30862] parent logger should also check the level

2017-07-05 Thread Ned Deily
Changes by Ned Deily : -- nosy: +vinay.sajip ___ Python tracker <http://bugs.python.org/issue30862> ___ ___ Python-bugs-list mailing list Unsubscribe:

[issue30797] ./pyconfig.h:1438:0: warning: "_GNU_SOURCE" redefined [enabled by default]

2017-07-06 Thread Ned Deily
Changes by Ned Deily : -- pull_requests: +2680 ___ Python tracker <http://bugs.python.org/issue30797> ___ ___ Python-bugs-list mailing list Unsubscribe:

[issue30694] Update embedded copy of expat to 2.2.1

2017-07-06 Thread Ned Deily
Changes by Ned Deily : -- pull_requests: +2681 ___ Python tracker <http://bugs.python.org/issue30694> ___ ___ Python-bugs-list mailing list Unsubscribe:

[issue30797] ./pyconfig.h:1438:0: warning: "_GNU_SOURCE" redefined [enabled by default]

2017-07-06 Thread Ned Deily
Ned Deily added the comment: New changeset 05b72ede95521b2d897cb4c7b034139b5437c592 by Ned Deily in branch '3.6': bpo-30797, bpo-30694: Avoid _GNU_SOURCE redefined warning in xmlparse.c (#2615) https://github.com/python/cpython/commit/05b72ede95521b2d897cb4c7b034139b5437c592 -

[issue30694] Update embedded copy of expat to 2.2.1

2017-07-06 Thread Ned Deily
Ned Deily added the comment: New changeset 05b72ede95521b2d897cb4c7b034139b5437c592 by Ned Deily in branch '3.6': bpo-30797, bpo-30694: Avoid _GNU_SOURCE redefined warning in xmlparse.c (#2615) https://github.com/python/cpython/commit/05b72ede95521b2d897cb4c7b03413

[issue30797] ./pyconfig.h:1438:0: warning: "_GNU_SOURCE" redefined [enabled by default]

2017-07-06 Thread Ned Deily
Ned Deily added the comment: Thanks for the report. This warning is currently visible on many/all of the buildbots on all branches. The conflict is caused by the upgrade of the bundled to libexpat to version 2.2.1 (bpo-30694). 2.2.1 introduced a define of _GNU_SOURCE into Modules/expat

[issue30694] Update embedded copy of expat to 2.2.1

2017-07-06 Thread Ned Deily
Ned Deily added the comment: See bpo-30797 for compile warning introduced here. -- assignee: -> haypo ___ Python tracker <http://bugs.python.org/issu

[issue30797] ./pyconfig.h:1438:0: warning: "_GNU_SOURCE" redefined [enabled by default]

2017-07-07 Thread Ned Deily
Ned Deily added the comment: One more thing: building with a recent gcc on Linux: $ gcc --version gcc (Debian 6.3.0-18) 6.3.0 20170516 also gives an "unused but set variable" warning. ./Modules/expat/xmlparse.c: In function ‘gather_time_entropy’: ./Modules/expat/xmlparse.c:780:

[issue30714] test_ssl fails with openssl 1.1.0f

2017-07-07 Thread Ned Deily
Ned Deily added the comment: Sorry, this didn't make it in time for 3.6.2. There is still at least a couple of weeks to get it into 3.5.4 and 2.7.14. -- ___ Python tracker <http://bugs.python.org/is

[issue30837] Mac OS High Sierra Beta - Python Crash

2017-07-07 Thread Ned Deily
Ned Deily added the comment: I agree with Ronald. Feel free to reopen if a reproducible test case can be supplied and duplicated with, say, a python.org Python. We still may not be able to do much about it other than suggest avoiding the proxy lookup. -- resolution: -> third pa

[issue30500] [security] urllib connects to a wrong host

2017-07-07 Thread Ned Deily
Ned Deily added the comment: New changeset b0fba8874a4bd6bf4773e6efdbd8fa762e9f05bd by Ned Deily (Victor Stinner) in branch '3.6': bpo-30500: urllib: Simplify splithost by calling into urlparse. (#1849) (#2289) https://github.com/python/cpython/commit/b0fba8874a4bd6bf4773e6efdbd8fa

[issue30745] Warnings in Modules/_winapi.c

2017-07-07 Thread Ned Deily
Ned Deily added the comment: New changeset d1d65015fca44b8d1f0b1df78694310270f03a6d by Ned Deily (Serhiy Storchaka) in branch '3.6': [3.6] bpo-30745: Fix compiler warnings introduced in bpo-30730. (GH-2376) (#2378) https://github.com/python/cpyt

[issue30704] test_free_different_thread() of test_code leaks references on Python 3.6

2017-07-07 Thread Ned Deily
Ned Deily added the comment: New changeset c794b643c9172d69afa46f85982befd82511d9df by Ned Deily (Victor Stinner) in branch '3.6': bpo-30704, bpo-30604: Fix memleak in code_dealloc() (#2455) (#2456) https://github.com/python/cpython/commit/c794b643c9172d69afa46f85982bef

[issue30694] Update embedded copy of expat to 2.2.1

2017-07-07 Thread Ned Deily
Ned Deily added the comment: New changeset ea1ab803ddc14ab02ffed50ecc5089897f259623 by Ned Deily (Victor Stinner) in branch '3.6': bpo-30694: Upgrade Modules/expat/ to libexpat 2.2.1 (#2300) (#2313) https://github.com/python/cpython/commit/ea1ab803ddc14ab02ffed50ecc5089897f2

<    21   22   23   24   25   26   27   28   29   30   >