[issue27657] urlparse fails if the path is numeric

2020-05-27 Thread Ned Deily
Change by Ned Deily : -- stage: patch review -> needs patch versions: +Python 3.10, Python 3.9 -Python 2.7, Python 3.7, Python 3.8 ___ Python tracker <https://bugs.python.org/issu

[issue39580] Check for COMMAND_LINE_INSTALL variable in Python_Documentation.pkg

2020-05-27 Thread Ned Deily
Ned Deily added the comment: Thanks for the PR! It looks reasonable but I do want to test it first on older macOS versions that we support before merging it. I'll do that before the next releases. -- versions: +Python 3.10, Python 3.7, Pytho

[issue40798] The deprecated-removed Sphinx extension need to change the error message based on the Python version

2020-05-27 Thread Ned Deily
Change by Ned Deily : -- nosy: +mdk ___ Python tracker <https://bugs.python.org/issue40798> ___ ___ Python-bugs-list mailing list Unsubscribe: https://mail.pyth

[issue40797] multiprocessing.Semaphore has undocumented get_value() method

2020-05-27 Thread Ned Deily
Change by Ned Deily : -- nosy: +davin, pitrou ___ Python tracker <https://bugs.python.org/issue40797> ___ ___ Python-bugs-list mailing list Unsubscribe:

[issue39073] [security] email module incorrect handling of CR and LF newline characters in Address objects.

2020-05-27 Thread Ned Deily
Ned Deily added the comment: New changeset 7df32f844efed33ca781a016017eab7050263b90 by Miss Islington (bot) in branch '3.6': bpo-39073: validate Address parts to disallow CRLF (GH-19007) (#19224) https://github.com/python/cpython/commit/7df32f844efed33ca781a016017eab

[issue30665] pass big values for arg to fcntl.ioctl

2020-05-27 Thread Ned Deily
Change by Ned Deily : -- versions: +Python 3.10, Python 3.9 -Python 2.7, Python 3.5, Python 3.6, Python 3.7 ___ Python tracker <https://bugs.python.org/issue30

[issue40770] RFE: Run linkchecker on documentation on the CI

2020-05-28 Thread Ned Deily
Change by Ned Deily : -- nosy: +mdk ___ Python tracker <https://bugs.python.org/issue40770> ___ ___ Python-bugs-list mailing list Unsubscribe: https://mail.pyth

[issue40770] RFE: Run linkchecker on documentation on the CI

2020-05-28 Thread Ned Deily
Ned Deily added the comment: I think our CI checks already take too long to run and use possibly more than our fair share of global open source resources (provided by GitHub, Travis, MS Azure) especially considering how infrequently you would expect to find a problem and the low severity of

[issue31817] Compilation Error with Python 3.6.1/3.6.3 with Tkinter

2020-05-29 Thread Ned Deily
Ned Deily added the comment: @zhang, Did you try the solution given by dplusplus in the previous message (msg319861)? -- ___ Python tracker <https://bugs.python.org/issue31

[issue40812] _tkinter build failed when install Python-3.6.10

2020-05-29 Thread Ned Deily
Ned Deily added the comment: Since you have already found and commented on Issue31817, closing this as a duplicate of it. -- nosy: +ned.deily resolution: -> duplicate stage: -> resolved status: open -> closed superseder: -> Compilation Error with Python 3.6.1/3.6.3

[issue25247] Tkinter modules built successfully but removed because they could not be imported

2020-05-29 Thread Ned Deily
Ned Deily added the comment: It looks like this is the same issue that has been discussed in later Issue31817. Since there has been more discussion there, let's close this as a duplicate of that one. -- nosy: +ned.deily resolution: -> duplicate stage: -> resolved s

[issue33111] Merely importing tkinter breaks parallel code (multiprocessing, sharedmem)

2020-05-29 Thread Ned Deily
Ned Deily added the comment: In Python 3.8, the default start method for multiprocessing when run on macOS is now "spawn" instead of "fork". "Changed in version 3.8: On macOS, the spawn start method is now the default. The fork start method should be considered

[issue40754] Test installers before releasing (ModuleNotFoundErrors)

2020-05-29 Thread Ned Deily
Ned Deily added the comment: > So it seems that only Linux has "installed" builbot tests. I suppose the next > step is adding some macOS and Windows ones. Having more buildbots test from "installed" locations, rather than the build directory, is good. But that&

[issue40754] Test installers before releasing (ModuleNotFoundErrors)

2020-05-30 Thread Ned Deily
Ned Deily added the comment: > The Windows installer also runs pip and IDLE tests before being published > [...] That's good and reminds me that I forgot to mention that for the macOS installer, besides the already mentioned tests, we also download, install, and smoke test a

[issue40840] lzma.h file not found building on macOS

2020-06-01 Thread Ned Deily
Ned Deily added the comment: For Homebrew users, the Devguide currently recommends: $ brew install openssl xz gdbm ./configure --with-pydebug --with-openssl=$(brew --prefix openssl) I don't use Homebrew myself so I may be missing something obvious but, after a bit of experimentati

[issue40743] [CMake] It's 2020, where is CMake?

2020-06-06 Thread Ned Deily
Ned Deily added the comment: Thanks for your suggestion but changing build systems is a *huge* undertaking for cPython thanks to the many different platforms that we have added support to over the years and the many, many customizations that have been made. cmake would certainly be one

[issue17506] Improve IDLE news handling

2020-06-06 Thread Ned Deily
Ned Deily added the comment: A suggestion: rather than trying to maintain a separate IDLE news file ("don't repeat yourself), it might be much easier to link to the IDLE section in each releases's formatted CHANGELOG now included in Python 3 docsets. For example: https://do

[issue40893] tkinter integrate TkDND support

2020-06-06 Thread Ned Deily
Change by Ned Deily : -- nosy: +gpolo, serhiy.storchaka ___ Python tracker <https://bugs.python.org/issue40893> ___ ___ Python-bugs-list mailing list Unsub

[issue40594] urljoin since 3.5 incorrectly filters out double slashes

2020-06-06 Thread Ned Deily
Change by Ned Deily : -- nosy: +orsenthil ___ Python tracker <https://bugs.python.org/issue40594> ___ ___ Python-bugs-list mailing list Unsubscribe:

[issue40741] Upgrade to SQLite v3.32 in Windows and macOS builds

2020-06-07 Thread Ned Deily
Change by Ned Deily : -- pull_requests: +19920 pull_request: https://github.com/python/cpython/pull/20705 ___ Python tracker <https://bugs.python.org/issue40

[issue40741] Upgrade to SQLite v3.32 in Windows and macOS builds

2020-06-07 Thread Ned Deily
Ned Deily added the comment: New changeset 37eed5a9ee7c802e7151ee9939ed604032886639 by Ned Deily in branch 'master': bpo-40741: Update macOS installer to use SQLite 3.32.2. (GH-20705) https://github.com/python/cpython/commit/37eed5a9ee7c802e7151ee9939ed60

[issue40924] Recent importlib change breaks most recent certifi == 2020.4.5.2

2020-06-08 Thread Ned Deily
New submission from Ned Deily : The very recent latest commits for Issue39791, "New `files()` api from importlib_resources", have broken the popular certifi package, a package which provides a basic set of Root Certificates for TLS secure network connection verification. Among othe

[issue39791] New `files()` api from importlib_resources.

2020-06-08 Thread Ned Deily
Ned Deily added the comment: Note that the most recent commits have introduced a critical regression in importlib.resources.path() that breaks the certifi package from PyPI and presumably other users of path(). See Issue40924. -- nosy: +ned.deily

[issue40928] test_decimal.CWhitebox.test_maxcontext_exact_arith() shows "malloc: can't allocate region" on MacOS

2020-06-09 Thread Ned Deily
Change by Ned Deily : -- nosy: +ronaldoussoren ___ Python tracker <https://bugs.python.org/issue40928> ___ ___ Python-bugs-list mailing list Unsubscribe:

[issue40860] Exception in multiprocessing/context.py under load

2020-06-09 Thread Ned Deily
Change by Ned Deily : -- nosy: +davin, pitrou ___ Python tracker <https://bugs.python.org/issue40860> ___ ___ Python-bugs-list mailing list Unsubscribe:

[issue40935] Links to Python3 docs for some libs return 404

2020-06-10 Thread Ned Deily
Ned Deily added the comment: Thanks for the report! If the links are always to ../3/.. it should be easy to set up permanent redirects on the website to the most appropriate webpage in the current Python 3 docset. If someone could produce a list of 2 to 3 mappings here, creating the

[issue29242] Crash on GC when compiling PyPy

2020-06-10 Thread Ned Deily
Ned Deily added the comment: I agree with Zachery that this issue should be closed. There has been no activity on it since it was opened three years ago and no indication that it has been an ongoing problem. I'm not even sure what the current state of using cPython 3 to build PyPy i

[issue40934] Default RLock does not work well for Manager Condition

2020-06-10 Thread Ned Deily
Change by Ned Deily : -- nosy: +davin, pitrou ___ Python tracker <https://bugs.python.org/issue40934> ___ ___ Python-bugs-list mailing list Unsubscribe:

[issue40932] subprocess docs should warn of shlex use on Windows

2020-06-10 Thread Ned Deily
Change by Ned Deily : -- components: +Windows nosy: +paul.moore, steve.dower, tim.golden, zach.ware title: subprocess docs don't qualify the instruction to use shlex.quote by OS -> subprocess docs should warn of shlex use on Windows versions: +Python 3.10, Py

[issue40906] Unable to import module due to python unable to resolve dependecies

2020-06-10 Thread Ned Deily
Change by Ned Deily : -- components: +Windows nosy: +paul.moore, steve.dower, tim.golden, zach.ware ___ Python tracker <https://bugs.python.org/issue40

[issue32604] [subinterpreters] PEP 554 implementation: add interpreters module

2020-06-10 Thread Ned Deily
Change by Ned Deily : -- nosy: -ned.deily ___ Python tracker <https://bugs.python.org/issue32604> ___ ___ Python-bugs-list mailing list Unsubscribe:

[issue40940] How to update pip permanently for new venv?

2020-06-11 Thread Ned Deily
Ned Deily added the comment: Thanks for the report. I have to agree that the behavior is a little bit counterintuitive but I believe everything is working as designed and documented. It all comes down to the fact that the ensurepip module is only concerned with the version of pip bundled

[issue40940] How to update pip permanently for new venv?

2020-06-11 Thread Ned Deily
Ned Deily added the comment: Also, this issue has come up before and is discussed in more detail in Issue37107, so let's continue any further discussion there. -- resolution: -> duplicate stage: -> resolved status: open -> closed superseder: -> ensurepip --upgra

[issue36225] [subinterpreters] Lingering subinterpreters should be implicitly cleared on shutdown

2020-06-12 Thread Ned Deily
Ned Deily added the comment: I note this is marked as a 3.7regression and still open. Since the cutoff for the final 3.7 bugfix mode release is in a few days, I'm assuming this means that 3.7 users will have to live with this regression. If you feel that is a problem, speak u

[issue37193] Memory leak while running TCP/UDPServer with socketserver.ThreadingMixIn

2020-06-12 Thread Ned Deily
Ned Deily added the comment: I note this is marked as a 3.7regression and still open. Since the cutoff for the final 3.7 bugfix mode release is in a few days, I'm assuming this means that 3.7 users will have to live with this regression. If you feel that is a problem, speak u

[issue34226] cgi.parse_multipart() requires undocumented CONTENT-LENGTH in Python 3.7

2020-06-12 Thread Ned Deily
Ned Deily added the comment: I note this is marked as a 3.7regression and still open. Since the cutoff for the final 3.7 bugfix mode release is in a few days, I'm assuming this means that 3.7 users will have to live with this regression. If you feel that is a problem, speak u

[issue36403] AsyncIterator on 3.7: __aiter__ no longer honors finally blocks

2020-06-12 Thread Ned Deily
Ned Deily added the comment: I note this is marked as a 3.7regression and still open. Since the cutoff for the final 3.7 bugfix mode release is in a few days, I'm assuming this means that 3.7 users will have to live with this regression. If you feel that is a problem, speak u

[issue40164] Upgrade Windows and macOS installer builds to OpenSSL 1.1.1g

2020-06-12 Thread Ned Deily
Ned Deily added the comment: Any chance of getting the Windows builds using 1.1.1g for the upcoming 3.7.8? -- ___ Python tracker <https://bugs.python.org/issue40

[issue28068] Error in freeze.py due to unguarded sys.abiflags usage under Windows

2020-06-12 Thread Ned Deily
Ned Deily added the comment: This appears to be a duplicate of Issue32217 which was fixed in 3.7.4 and 3.8.0. If that doesn't solve the problem, please reopen with a current failure. -- nosy: +ned.deily resolution: -> duplicate stage: patch review -> resolved status: ope

[issue40954] freeze.py aborts on macOS

2020-06-12 Thread Ned Deily
Ned Deily added the comment: Thank you for the report. At first glance, it looks like this might be a duplicate of languishing Issue24871 for which a patch exists. Perhaps you could try applying the patch there to freeze.py and see whether that helps. Unfortunately, freeze.py does not get

[issue40964] Connection to IMAP server cyrus.andrew.cmu.edu hangs

2020-06-12 Thread Ned Deily
Ned Deily added the comment: New changeset 08b1bbab6bfa1ff726db13a9fc3885329f73dca4 by Christian Heimes in branch 'master': bpo-40964: disable remote IMAP tests (GH-20836) https://github.com/python/cpython/commit/08b1bbab6bfa1ff726db13a9fc3885

[issue40964] Connection to IMAP server cyrus.andrew.cmu.edu hangs

2020-06-12 Thread Ned Deily
Ned Deily added the comment: New changeset f91917908749cb595113f8d8428ae1d6241f0392 by Ned Deily (Christian Heimes) in branch '3.9': bpo-40964: disable remote IMAP tests (GH-20836) https://github.com/python/cpython/commit/f91917908749cb595113f8d8428ae1

[issue40964] Connection to IMAP server cyrus.andrew.cmu.edu hangs

2020-06-12 Thread Ned Deily
Ned Deily added the comment: New changeset adce133378be75bcac4d61fd62a151852555000f by Ned Deily (Christian Heimes) in branch '3.8': bpo-40964: disable remote IMAP tests (GH-20836) https://github.com/python/cpython/commit/adce133378be75bcac4d61fd62a151

[issue40964] Connection to IMAP server cyrus.andrew.cmu.edu hangs

2020-06-12 Thread Ned Deily
Ned Deily added the comment: New changeset 0abb70ec93bfc6724199b7dd6c89294ce7d83072 by Ned Deily (Christian Heimes) in branch '3.7': bpo-40964: disable remote IMAP tests (GH-20836) https://github.com/python/cpython/commit/0abb70ec93bfc6724199b7dd6c8929

[issue40164] Upgrade Windows and macOS installer builds to OpenSSL 1.1.1g

2020-06-12 Thread Ned Deily
Ned Deily added the comment: Thanks, Steve and Srinivas! -- priority: deferred blocker -> versions: +Python 3.10 ___ Python tracker <https://bugs.python.org/issu

[issue37193] Memory leak while running TCP/UDPServer with socketserver.ThreadingMixIn

2020-06-12 Thread Ned Deily
Ned Deily added the comment: > Any chance this can get into Python 3.7? Perhaps but there's a lot that needs to be done yet. Like any bugfix, it needs to be reviewed, merged to master, and get some buildbot exposure first before it is backported

[issue40498] Holding spacebar on button widget permanently makes it SUNKEN even after release (and wait).

2020-06-12 Thread Ned Deily
Ned Deily added the comment: I agree that, if the problem is reproducible with wish, it's not a tkinter issue (which is just a wrapper around Tk calls). You may want to pursue it with the Tk project: https://core.tcl-lang.org/index.html -- nosy: +ned.deily resolution: -&g

[issue40448] ensurepip uses cache directory

2020-06-15 Thread Ned Deily
Ned Deily added the comment: New changeset 4a3a682b12f93a03888e8b59f439bc5fe30d6055 by Krzysztof Konopko in branch 'master': bpo-40448: ensurepip: Do not use cache (GH-19812) https://github.com/python/cpython/commit/4a3a682b12f93a03888e8b59f439bc

[issue38488] Update bundled pip to 19.3

2020-06-15 Thread Ned Deily
Ned Deily added the comment: New changeset 5f79f46612c351bde78a41c5264c42db21008868 by Xavier Fernandez in branch 'master': bpo-38488: Upgrade bundled versions of pip & setuptools (GH-20491) https://github.com/python/cpython/commit/5f79f46612c351bde78a41c5264c42db21008868 -

[issue40448] ensurepip uses cache directory

2020-06-15 Thread Ned Deily
Change by Ned Deily : -- resolution: -> fixed stage: patch review -> resolved status: open -> closed versions: +Python 3.7, Python 3.8 ___ Python tracker <https://bugs.python.or

[issue40119] ensurepip should use different pattern for pip/setuptool wheel files

2020-06-15 Thread Ned Deily
Ned Deily added the comment: Thanks for the report. This issue has been resolved in 5f79f46612c351bde78a41c5264c42db21008868 (and backports) for Issue38488 which upgraded ensurepip to newer versions of pip and setuptools. -- nosy: +ned.deily resolution: -> duplicate st

[issue40808] test_venv fails with HOME=/ on AMD64 FreeBSD Non-Debug 3.x

2020-06-15 Thread Ned Deily
Ned Deily added the comment: The failing test was fixed in an updated replacement PR, PR 20491, for bpo-38488. -- nosy: +ned.deily resolution: -> duplicate stage: -> resolved status: open -> closed superseder: -> Update bundled

[issue40893] tkinter integrate TkDND support

2020-06-15 Thread Ned Deily
Ned Deily added the comment: > What changes would be required to the MacOS installer to declare TkDND ... Let's get Windows settled first and then I will look at adding it to the macOS installer. Regarding other platforms: we don't provide binaries for anything other than ou

[issue38488] Update bundled pip to 19.3

2020-06-15 Thread Ned Deily
Change by Ned Deily : -- pull_requests: +20083 pull_request: https://github.com/python/cpython/pull/20900 ___ Python tracker <https://bugs.python.org/issue38

[issue38488] Update bundled pip to 19.3

2020-06-15 Thread Ned Deily
Ned Deily added the comment: New changeset e63cc2f64668bd1d4581f8efa7089af7e08863b8 by Ned Deily in branch '3.8': bpo-38488: Upgrade bundled versions of pip & setuptools (GH-20491) (GH-20900) https://github.com/python/cpython/commit/e63cc2f64668bd1d4581f8efa7

[issue38488] Update bundled pip to 20.1.1

2020-06-15 Thread Ned Deily
Ned Deily added the comment: Thanks, Xavier, for the original PR and for the various requested updates! And thanks everyone else for the reviews and follow-ups. Merged for release in 3.9.0, 3.8.4, and 3.7.8. -- resolution: -> fixed stage: patch review -> resolved status

[issue41020] Could not build the ssl module!

2020-06-17 Thread Ned Deily
New submission from Ned Deily : Thank you for your report but please stop filing all of these separate issues. :) As is true on many platforms, you can't build Python on macOS without additional third-party libraries. The Python Developer's Guide, among other places, has more i

[issue39580] Check for COMMAND_LINE_INSTALL variable in Python_Documentation.pkg

2020-06-17 Thread Ned Deily
Ned Deily added the comment: New changeset 966036af0e5e1dff8fedd423d90a246067537345 by Ned Deily in branch '3.7': bpo-39580: add check for CLI installation on macOS https://github.com/python/cpython/commit/966036af0e5e1dff8fedd423d90a24

[issue40204] Docs build error with Sphinx 3.0 due to invalid C declaration

2020-06-17 Thread Ned Deily
Ned Deily added the comment: New changeset 0d70a98f449d58311aff3374ab5f203a401fc3bf by Ned Deily in branch '3.7': bpo-40204: Pin Sphinx version to 2.3.1 in Doc/Makefile https://github.com/python/cpython/commit/0d70a98f449d58311aff3374ab5f20

[issue41020] Could not build the ssl module!

2020-06-18 Thread Ned Deily
Ned Deily added the comment: You appear to be using the Developer Guide recipe for Python versions < 3.7. Try this one to get everything: CPPFLAGS="-I$(brew --prefix openssl)/include" \ LDFLAGS="-L$(brew --prefix openssl)/lib" \ --with-openssl=$(brew --prefix o

[issue38377] test_asyncio.test_events.GetEventLoopTestsMixin.test_get_event_loop_new_process mixin breaks in the Unix environment without working /dev/shm

2020-06-18 Thread Ned Deily
Ned Deily added the comment: > Hum, test_resource_tracker_reused() failed twice on macOS, but it's unclear > to me if it's a regression caused by my change or not. It does appear to be caused by your change. I did a quick check with the 3.8 bran

[issue33738] PyIndex_Check conflicts with PEP 384

2020-06-22 Thread Ned Deily
Ned Deily added the comment: @serhiy, @Christian: Is there anything more needed to be done for this issue or can we close it? -- ___ Python tracker <https://bugs.python.org/issue33

[issue40893] tkinter: integrate TkDND support

2020-06-22 Thread Ned Deily
Ned Deily added the comment: > As for the buildbots, is this something I could help with @zach.ware is the best person to work with on any buildbot requirements. I've Nosyed him here. For the record, I haven't yet tried to test TkDND with the various current macOS Tk on cur

[issue41093] BaseServer's server_forever() shutdown immediately when calling shutdown()

2020-06-24 Thread Ned Deily
Ned Deily added the comment: > By the way I have to ask, if I want this feature to be merged (this is my > first PR) Thank you for the PR and your contribution! Unless a PR is for a problem specific to a release, simply submit a PR against the master branch. If and when a core dev

[issue40824] Unexpected errors in __iter__ are masked in "in" and the operator module

2020-06-24 Thread Ned Deily
Ned Deily added the comment: @Serhiy, you have opened PRs for this for 3.7 and 3.6, both of which are now in the security-fix phase of their release cycles. It looks like this behavior has been around for a long time and does not appear to be a security issue. Unless there is some important

[issue40824] Unexpected errors in __iter__ are masked in "in" and the operator module

2020-06-24 Thread Ned Deily
Change by Ned Deily : -- versions: -Python 3.6, Python 3.7 ___ Python tracker <https://bugs.python.org/issue40824> ___ ___ Python-bugs-list mailing list Unsub

[issue39580] Check for COMMAND_LINE_INSTALL variable in Python_Documentation.pkg

2020-06-25 Thread Ned Deily
Ned Deily added the comment: New changeset 5f190d2cc60cd82a604cbffb58b6ca8f40350a7a by Rick Heil in branch 'master': bpo-39580: add check for CLI installation on macOS (GH-20271) https://github.com/python/cpython/commit/5f190d2cc60cd82a604cbffb58b6ca

[issue23903] Generate PC/python3.def by scraping headers

2020-06-25 Thread Ned Deily
Change by Ned Deily : -- nosy: -ned.deily versions: -Python 3.7 ___ Python tracker <https://bugs.python.org/issue23903> ___ ___ Python-bugs-list mailin

[issue39580] Check for COMMAND_LINE_INSTALL variable in Python_Documentation.pkg

2020-06-25 Thread Ned Deily
Ned Deily added the comment: Thanks again for the PR. The change will be included in python.org installers for macOS as of 3.9.0b4, 3.8.4, and 3.7.8. -- resolution: -> fixed stage: patch review -> resolved status: open -> closed _

[issue40204] Docs build error with Sphinx 3.0 due to invalid C declaration

2020-06-25 Thread Ned Deily
Change by Ned Deily : -- pull_requests: +20300 pull_request: https://github.com/python/cpython/pull/21141 ___ Python tracker <https://bugs.python.org/issue40

[issue40400] Mac build-installer.py doesn't support new plist format

2020-06-25 Thread Ned Deily
Ned Deily added the comment: Thanks for the report. There were several issues, including this one, when trying to run build-installer.py under current versions of Python 3. These have been fixed in the version of build-installer.py to be released with 3.9.0b4, 3.8.4, and 3.7.8

[issue40204] Docs build error with Sphinx 3.0 due to invalid C declaration

2020-06-25 Thread Ned Deily
Ned Deily added the comment: New changeset 589e8fe07934a8585d6c5c31d12ae5f766b8fec7 by Ned Deily in branch 'master': bpo-40204: Pin Sphinx version to 2.3.1 in ``Doc/Makefile``. (GH-21141) https://github.com/python/cpython/commit/589e8fe07934a8585d6c5c31d12ae5

[issue40204] Docs build error with Sphinx 3.0 due to invalid C declaration

2020-06-25 Thread Ned Deily
Change by Ned Deily : -- pull_requests: +20306 pull_request: https://github.com/python/cpython/pull/21147 ___ Python tracker <https://bugs.python.org/issue40

[issue40204] Docs build error with Sphinx 3.0 due to invalid C declaration

2020-06-25 Thread Ned Deily
Ned Deily added the comment: New changeset 7318f0ab234e1c60a19eeea4e5968fb5d4fd70af by Ned Deily in branch '3.8': bpo-40204: Pin Sphinx version to 2.3.1 in ``Doc/Makefile``. (GH-21141) (GH-21147) https://github.com/python/cpython/commit/7318f0ab234e1c60a19eeea4e5968f

[issue41009] @support.requires_*_version broken for classes

2020-06-25 Thread Ned Deily
Ned Deily added the comment: New changeset d3798ed9f1762dcf632369505d517f476eccde13 by Christian Heimes in branch '3.7': [3.7] bpo-41009: fix requires_OS_version() class decorator (GH-20942) (GH-20949) https://github.com/python/cpython/commit/d3798ed9f1762dcf632369505d517f

[issue41009] @support.requires_*_version broken for classes

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

[issue40939] Remove the old parser

2020-06-25 Thread Ned Deily
Change by Ned Deily : -- nosy: +ned.deily nosy_count: 7.0 -> 8.0 pull_requests: +20311 pull_request: https://github.com/python/cpython/pull/21152 ___ Python tracker <https://bugs.python.org/issu

[issue40939] Remove the old parser

2020-06-25 Thread Ned Deily
Ned Deily added the comment: New changeset 8d02f91dc6139a13b6efa9bd5a5b4bdd7ddcc29d by Ned Deily in branch 'master': bpo-40939: run autoreconf to fix configure{,.ac} disparity (GH-21152) https://github.com/python/cpython/commit/8d02f91dc6139a13b6efa9bd5a5b4b

[issue41100] Build failure on macOS 11 (beta)

2020-06-25 Thread Ned Deily
Ned Deily added the comment: New changeset 8ea6353f60625c96ce96588c70ff24a77f8c71f9 by Ronald Oussoren in branch 'master': BPO-41100: Support macOS 11 when building (GH-21113) https://github.com/python/cpython/commit/8ea6353f60625c96ce96588c70ff24

[issue41100] Build failure on macOS 11 (beta)

2020-06-25 Thread Ned Deily
Ned Deily added the comment: New changeset cfbc759f918d646a59acb99251fc10b3900248a6 by Miss Islington (bot) in branch '3.7': BPO-41100: Support macOS 11 when building (GH-21113) (GH-21155) https://github.com/python/cpython/commit/cfbc759f918d646a59acb99251fc10

[issue41116] build on macOS 11 (beta) does not find system-supplied third-party libraries

2020-06-25 Thread Ned Deily
New submission from Ned Deily : When building on macOS 11 (beta), a number of modules that should normally build on macOS fail because the system-supplied third-party libraries are not found. The necessary bits to build these optional modules were not found: _bz2 _curses

[issue41116] build on macOS 11 (beta) does not find system-supplied third-party libraries

2020-06-26 Thread Ned Deily
Ned Deily added the comment: I should have specified that the failures I saw were just with the default intel-64 arch on the beta. After thinking about it a bit and reviewing the code, I think the best approach is to handle this in _osx_support.py as part of the compiler flags

[issue41093] TCPServer's server_forever() shutdown immediately when calling shutdown()

2020-06-26 Thread Ned Deily
Change by Ned Deily : -- nosy: -ned.deily versions: +Python 3.10 -Python 3.7 ___ Python tracker <https://bugs.python.org/issue41093> ___ ___ Python-bugs-list m

[issue41129] Python extension modules fail to build on Mac 10.15.1 (Catalina)

2020-06-27 Thread Ned Deily
Ned Deily added the comment: To be honest, I've never seen a failure quite like that before so thanks for that! A couple of observations: you appear to be using an old version of Xcode (11.0.0) that may not be fully supported on 10.15.x. So I would try upgrading to the latest released

[issue41100] Build failure on macOS 11 (beta)

2020-06-27 Thread Ned Deily
Change by Ned Deily : -- pull_requests: +20332 pull_request: https://github.com/python/cpython/pull/21174 ___ Python tracker <https://bugs.python.org/issue41

[issue41100] Build failure on macOS 11 (beta)

2020-06-27 Thread Ned Deily
Ned Deily added the comment: New changeset 2f168c6356f92c38ae7751d2faf2b266a9356229 by Ned Deily in branch 'master': bpo-41100: clarify NEWS item about macOS 11 support (GH-21174) https://github.com/python/cpython/commit/2f168c6356f92c38ae7751d2faf2b2

[issue41068] zipfile: read after write fails for non-ascii files

2020-06-28 Thread Ned Deily
Change by Ned Deily : -- versions: -Python 3.7 ___ Python tracker <https://bugs.python.org/issue41068> ___ ___ Python-bugs-list mailing list Unsubscribe:

[issue41058] pdb reads source files using the locale encoding

2020-06-28 Thread Ned Deily
Change by Ned Deily : -- versions: -Python 3.7 ___ Python tracker <https://bugs.python.org/issue41058> ___ ___ Python-bugs-list mailing list Unsubscribe:

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

2020-06-28 Thread Ned Deily
Ned Deily added the comment: Running the GUI test on macOS buildbots is not straightforward, AFAIK. We'd need to have either the console logged in to the username that the tests are running under or, better, the buildbot would need to run in a virtual machine. We have had a chronic sho

[issue41154] test_pkgutil:test_name_resolution fails on some platforms

2020-06-29 Thread Ned Deily
Ned Deily added the comment: This same failure is observed with the most recent 3.9beta (3.9.0b3) when running on macOS 10.9 with the binaries from the python.org macOS installer. However, no failure is seen when running the same Python on macOS 10.15. I have not investigated further with

[issue41154] test_pkgutil:test_name_resolution fails on some platforms

2020-06-29 Thread Ned Deily
Ned Deily added the comment: PS, the problem may have been introduced by the changes for bpo-12915. -- ___ Python tracker <https://bugs.python.org/issue41

[issue12915] Add inspect.locate and inspect.resolve

2020-06-29 Thread Ned Deily
Ned Deily added the comment: See bpo-41154 for possible regression introduced by these changes. -- nosy: +ned.deily ___ Python tracker <https://bugs.python.org/issue12

[issue41129] Python extension modules fail to build on Mac 10.15.1 (Catalina)

2020-06-29 Thread Ned Deily
Ned Deily added the comment: > Do you know of any easy ways to disable mac OS sandboxes from being used in > the python build from the command line? Please show the exact steps you used to build this, in particular, the full ./configure statement and any relevant env variable setti

[issue41129] Python extension modules fail to build on Mac 10.15.1 (Catalina)

2020-06-29 Thread Ned Deily
Ned Deily added the comment: PS. Or try doing an out-of-tree build. Perhaps the problem is just due to trying to do the build under that unconventional location under /. cd ~/build ./path/to/sourcetree/configure ... make ... -- ___ Python

[issue41164] allow python to build for macosx-11.0-arm64

2020-06-29 Thread Ned Deily
Ned Deily added the comment: Lawrence, thanks for the PR. We appreciate any insights from you all. We ahve already started to build using the first seed of Big Sur and have already committed some fixes. Rather than having multiple open issues covering the same topic, I'd like to su

[issue41100] Build failure on macOS 11 (beta)

2020-06-29 Thread Ned Deily
Ned Deily added the comment: [Moving the discussion from Issue41164 to here.] The change in PR 21224 may be needed to successfully build but I'm not sure whether that LIBTOOL_CRUFT stuff is still needed. With a squick search, I don't see any references to it anymore. But it won

[issue41048] read_mime_types() should read the rule file using UTF-8, not the locale encoding

2020-06-29 Thread Ned Deily
Change by Ned Deily : -- versions: -Python 3.7 ___ Python tracker <https://bugs.python.org/issue41048> ___ ___ Python-bugs-list mailing list Unsubscribe:

[issue41048] read_mime_types() should read the rule file using UTF-8, not the locale encoding

2020-06-29 Thread Ned Deily
Ned Deily added the comment: Thanks for the PR! With the backports to 3.9 and 3.8 in place, I am assuming we can now close this issue. -- nosy: +ned.deily resolution: -> fixed stage: patch review -> resolved status: open -> closed _

[issue41004] Hash collisions in IPv4Interface and IPv6Interface

2020-06-30 Thread Ned Deily
Ned Deily added the comment: A legitimate CVE should certainly be backported to all applicable releases, so, yes. However, I think that it is important for the CVE to be mentioned in the NEWS blurbs for each commit. So please update the NEWS items in each open PR to include the CVE. For

[issue41004] Hash collisions in IPv4Interface and IPv6Interface

2020-06-30 Thread Ned Deily
Ned Deily added the comment: New changeset b98e7790c77a4378ec4b1c71b84138cb930b69b7 by Tapas Kundu in branch '3.7': [3.7] bpo-41004: Resolve hash collisions for IPv4Interface and IPv6Interface (GH-21033) (GH-21231) https://github.com/python/cpyt

<    16   17   18   19   20   21   22   23   24   25   >