[issue46986] Upgrade ensurepip bundled setuptools to 60.9.3

2022-03-14 Thread Ned Deily
Change by Ned Deily : -- pull_requests: +29980 pull_request: https://github.com/python/cpython/pull/31882 ___ Python tracker <https://bugs.python.org/issue46

[issue46986] Upgrade ensurepip bundled setuptools to 60.9.3

2022-03-14 Thread Ned Deily
Ned Deily added the comment: New changeset 80cc10fa7d5f41daaf59ae9173022303f35a403c by Ned Deily in branch '3.7': Revert "bpo-46986: Upgrade bundled setuptools to 60.9.3 (GH-31820)" (GH-31882) https://github.com/python/cpython/commit/80cc10fa7d5f41daaf59

[issue46986] Upgrade ensurepip bundled setuptools to 60.9.3

2022-03-14 Thread Ned Deily
Ned Deily added the comment: New changeset 0cfcc0cbee4a0d48c412169f46b7199728fb298a by Ned Deily in branch '3.10': Revert "bpo-46986: Upgrade bundled setuptools to 60.9.3 (GH-31820)" (GH-31880) https://github.com/python/cpython/commit/0cfcc0cbee4a0d48c412

[issue46986] Upgrade ensurepip bundled setuptools to 60.9.3

2022-03-14 Thread Ned Deily
Ned Deily added the comment: New changeset 1b1239205d1b7ace1b054477c14fe77d54f471c4 by Ned Deily in branch '3.9': Revert "bpo-46986: Upgrade bundled setuptools to 60.9.3 (GH-31820)" (GH-31881) https://github.com/python/cpython/commit/1b1239205d1b7ace1b05

[issue46986] Upgrade ensurepip bundled setuptools to 60.9.3

2022-03-14 Thread Ned Deily
Change by Ned Deily : -- stage: patch review -> resolved status: open -> closed ___ Python tracker <https://bugs.python.org/issue46986> ___ ___ Python-bugs-

[issue45405] configure fails on macOS with non-Apple clang version 13 which implements --print-multiarch

2022-03-15 Thread Ned Deily
Change by Ned Deily : -- pull_requests: +29987 pull_request: https://github.com/python/cpython/pull/31889 ___ Python tracker <https://bugs.python.org/issue45

[issue45405] configure fails on macOS with non-Apple clang version 13 which implements --print-multiarch

2022-03-15 Thread Ned Deily
Change by Ned Deily : -- pull_requests: +29988 pull_request: https://github.com/python/cpython/pull/31890 ___ Python tracker <https://bugs.python.org/issue45

[issue45405] configure fails on macOS with non-Apple clang version 13 which implements --print-multiarch

2022-03-15 Thread Ned Deily
Ned Deily added the comment: As of Xcode 13.3, released 2022-03-14 to support macOS 12.3 et al, the included Apple Clang (Apple clang version 13.1.6 (clang-1316.0.21.2)) now supports the --print-multiarch option and so Python 3.8 and 3.7 are now vulnerable to this issue when building with

[issue45405] configure fails on macOS with non-Apple clang version 13 which implements --print-multiarch

2022-03-15 Thread Ned Deily
Ned Deily added the comment: New changeset 720bb456dc711b0776bae837d1f9a0b10c28ddf2 by Ned Deily in branch '3.7': bpo-45405: Prevent internal configure error when running configure with recent versions of clang. (GH-28845) (GH-31890) https://github.com/python/cpyt

[issue45405] configure fails on macOS with non-Apple clang version 13 which implements --print-multiarch

2022-03-15 Thread Ned Deily
Change by Ned Deily : -- priority: release blocker -> resolution: -> fixed stage: commit review -> resolved status: open -> closed ___ Python tracker <https://bugs.python

[issue46985] Upgrade ensurepip bundled pip to 22.0.4

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

[issue46907] Update Windows and MacOS installer to SQLite 3.38.1

2022-03-15 Thread Ned Deily
Ned Deily added the comment: New changeset ea786a882b9ed4261eafabad6011bc7ef3b5bf94 by Mariusz Felisiak in branch 'main': bpo-46907: Update macOS installer to SQLite 3.38.1. (GH-31656) https://github.com/python/cpython/commit/ea786a882b9ed4261eafabad6011bc

[issue46907] Update Windows and MacOS installer to SQLite 3.38.1

2022-03-15 Thread Ned Deily
Ned Deily added the comment: I think we can hold off on deciding whether to backport until at least the next round of bugfix releases. I don't know of any pressing reason one way or the other, ATM. -- ___ Python tracker <https://bugs.py

[issue47024] Update to OpenSSL 1.1.1n

2022-03-15 Thread Ned Deily
Change by Ned Deily : -- pull_requests: +30004 pull_request: https://github.com/python/cpython/pull/31911 ___ Python tracker <https://bugs.python.org/issue47

[issue47024] Update to OpenSSL 1.1.1n

2022-03-15 Thread Ned Deily
Change by Ned Deily : -- pull_requests: +30005 pull_request: https://github.com/python/cpython/pull/31912 ___ Python tracker <https://bugs.python.org/issue47

[issue47024] Update to OpenSSL 1.1.1n

2022-03-15 Thread Ned Deily
Ned Deily added the comment: New changeset b6204466c1209de5a0794c475096429fdb457a16 by Ned Deily in branch '3.7': bpo-47024: Update Windows builds and macOS installer build to use OpenSSL 1.1.1n. (GH-31911) https://github.com/python/cpython/commit/b6204466c1209de5a0794c47509642

[issue47033] Build failure on macOS Big Sur

2022-03-15 Thread Ned Deily
Ned Deily added the comment: You don't say exactly what changeset of the cpython repo you are trying to build from. The line numbers in the compiler warnings in your build.out extract do not seem to match up with either a current 3.10 branch checkout or a main branch checkout. Please

[issue46948] [CVE-2022-26488] Escalation of privilege via Windows Installer

2022-03-15 Thread Ned Deily
Ned Deily added the comment: New changeset 4a1d65fe8528c3a6e0cf2f4f9d4b58249164589d by Miss Islington (bot) in branch '3.7': bpo-46948: Fix launcher installer build failure due to first part of fix (GH-31920) (GH-31925) https://github.com/python/cpyt

[issue47051] Windows v3.10.3 .chm file (in python310\doc) page headings are messed up and spread out over several lines. Also the font has changed from the former san serif font to a smaller and harde

2022-03-20 Thread Ned Deily
Change by Ned Deily : -- components: +Windows nosy: +paul.moore, steve.dower, tim.golden, zach.ware ___ Python tracker <https://bugs.python.org/issue47

[issue45336] xml.etree.ElementTree.write does not support `standalone` option

2022-03-21 Thread Ned Deily
Change by Ned Deily : -- nosy: +eli.bendersky, scoder ___ Python tracker <https://bugs.python.org/issue45336> ___ ___ Python-bugs-list mailing list Unsubscribe:

[issue47027] subprocess.run(), subprocess.Popen() should accept file descriptor as cwd parameter

2022-03-21 Thread Ned Deily
Change by Ned Deily : -- nosy: +gregory.p.smith ___ Python tracker <https://bugs.python.org/issue47027> ___ ___ Python-bugs-list mailing list Unsubscribe:

[issue19961] MacOSX: Tkinter build failure when building without command-line tools

2022-03-21 Thread Ned Deily
Ned Deily added the comment: I think we can close this without further action as we no longer support using the Apple-supplied system Tcl and Tk and we know it is possible to build and link current version of Python 3.x with Tcl/Tk 8.6.8, at least, on macOS 10.9. -- resolution

[issue47048] Python 3.10.3 + Osx Lion : fatal error (make) signalmodule or more

2022-03-21 Thread Ned Deily
Ned Deily added the comment: Thanks for the report. This problem was reported previously in bpo-24844 and was determined to be due a partial implementation of atomics support in the early versions of LLVM compilers provided in the Apple Developer Tools for macOS 10.7. While the start of a

[issue41210] Docs: More description(warning) about LZMA1 + BCJ with FORMAT_RAW

2022-03-21 Thread Ned Deily
Change by Ned Deily : -- Removed message: https://bugs.python.org/msg415670 ___ Python tracker <https://bugs.python.org/issue41210> ___ ___ Python-bugs-list m

[issue47086] Include HTML docs with Windows installer instead of CHM

2022-03-22 Thread Ned Deily
Ned Deily added the comment: If you remove the .chm file from the Windows installer, I believe IDLE needs to be updated to look for the installed html files instead (see Lib/idlelib/editor.py). And does this mean we should no longer produce .chm files at all for 3.11+? If so, there is work

[issue47086] Include HTML docs with Windows installer instead of CHM

2022-03-22 Thread Ned Deily
Ned Deily added the comment: At a minimum, though, Doc/tools/templates/download.html should be changed to remove the chm reference. -- ___ Python tracker <https://bugs.python.org/issue47

[issue47086] Include HTML docs with Windows installer instead of CHM

2022-03-22 Thread Ned Deily
Ned Deily added the comment: > Do you have any thoughts about distributing the docs in ePub format? Note that it's *much* easier to manufacture the docs in html format than it is in ePub format. -- ___ Python tracker <https://bugs

[issue46975] clang: error: linker command failed with exit code 1 (use -v to see invocation) on m1 mac

2022-03-22 Thread Ned Deily
Ned Deily added the comment: There shouldn't be a problem as long as gettext is properly installed on an M1 Mac, i.e. with an arm64 arch or a universal build that includes arm64. -- ___ Python tracker <https://bugs.python.org/is

[issue46975] clang: error: linker command failed with exit code 1 (use -v to see invocation) on m1 mac

2022-03-22 Thread Ned Deily
Ned Deily added the comment: This also applies to any other third-party library that a cpython build may link to, like the OpenSSL libs. Some legacy tools that depend on them may work in Rosetta 2 Intel-64 emulation mode on an Apple Silicon Mac but eventually that will go away so it is

[issue45618] Documentation builds fail with Sphinx 3.2.1

2022-03-25 Thread Ned Deily
Ned Deily added the comment: This really should be handled in a new issue since the original fixes for all affected releases are already in the field. Moreover, we should be a bit careful about bumping the required Sphinx version for older releases as this has caused problems for downstream

[issue47115] Documentation inconsistency with the stable ABI

2022-03-25 Thread Ned Deily
Change by Ned Deily : -- nosy: +petr.viktorin ___ Python tracker <https://bugs.python.org/issue47115> ___ ___ Python-bugs-list mailing list Unsubscribe:

[issue47105] [Doc] grp cites pwd.h instead of grp.h

2022-03-25 Thread Ned Deily
Ned Deily added the comment: New changeset ee912ad6f66bb8cf5a8a2b4a7ecd2752bf070864 by Alex Hedges in branch 'main': bpo-47105: Cite grp.h instead of pwd.h in grp docs (GH-32091) https://github.com/python/cpython/commit/ee912ad6f66bb8cf5a8a2b4a7ecd2752bf070864 -- nosy:

[issue47105] [Doc] grp cites pwd.h instead of grp.h

2022-03-25 Thread Ned Deily
Ned Deily added the comment: New changeset 48b3ae9e29545891bece874b4c0c0e394fe0f048 by Miss Islington (bot) in branch '3.10': bpo-47105: Cite grp.h instead of pwd.h in grp docs (GH-32091) (GH-32120) https://github.com/python/cpython/commit/48b3ae9e29545891bece874b4c0c0e

[issue47105] [Doc] grp cites pwd.h instead of grp.h

2022-03-25 Thread Ned Deily
Ned Deily added the comment: New changeset b8b473e943c0d105c79a6ebe2199dec18d785966 by Miss Islington (bot) in branch '3.9': bpo-47105: Cite grp.h instead of pwd.h in grp docs (GH-32091) (GH-32121) https://github.com/python/cpython/commit/b8b473e943c0d105c79a6ebe2199de

[issue47105] [Doc] grp cites pwd.h instead of grp.h

2022-03-25 Thread Ned Deily
Ned Deily added the comment: Thanks for the PR! -- resolution: -> fixed stage: patch review -> resolved status: open -> closed versions: +Python 3.10, Python 3.9 ___ Python tracker <https://bugs.python.or

[issue45618] Documentation builds fail with Sphinx 3.2.1

2022-03-25 Thread Ned Deily
Change by Ned Deily : -- pull_requests: -30200 ___ Python tracker <https://bugs.python.org/issue45618> ___ ___ Python-bugs-list mailing list Unsubscribe:

[issue45618] Documentation builds fail with Sphinx 3.2.1

2022-03-25 Thread Ned Deily
Change by Ned Deily : -- pull_requests: -30201 ___ Python tracker <https://bugs.python.org/issue45618> ___ ___ Python-bugs-list mailing list Unsubscribe:

[issue27929] asyncio.AbstractEventLoop.sock_connect broken for AF_BLUETOOTH

2022-03-26 Thread Ned Deily
Change by Ned Deily : -- nosy: +asvetlov -ned.deily versions: +Python 3.11 -Python 3.5, Python 3.6, Python 3.7, Python 3.8 ___ Python tracker <https://bugs.python.org/issue27

[issue46907] Update Windows and MacOS installer to SQLite 3.38.2

2022-03-27 Thread Ned Deily
Ned Deily added the comment: 3.38.2 was released on 2022-03-26. Since the update to 3.38.1 hasn't yet been in a 3.11.0 alpha release, I'm re-open this issue. https://sqlite.org/releaselog/3_38_2.html -- resolution: fixed -> stage: resolved -> needs patch status

[issue47138] Bump Sphinx or pin Jinja2 to fix docs build

2022-03-28 Thread Ned Deily
Ned Deily added the comment: Thank you both for addressing this. The main reason for minimizing changes to the docs build chain for brances in bugfix or security-fix-only phases is that many distributors of Python also release the Python docs as a package and they do not necessarily rely on

[issue45618] Documentation builds fail with Sphinx 3.2.1

2022-03-28 Thread Ned Deily
Change by Ned Deily : -- pull_requests: -30186 ___ Python tracker <https://bugs.python.org/issue45618> ___ ___ Python-bugs-list mailing list Unsubscribe:

[issue45618] Documentation builds fail with Sphinx 3.2.1

2022-03-28 Thread Ned Deily
Change by Ned Deily : -- pull_requests: -30194 ___ Python tracker <https://bugs.python.org/issue45618> ___ ___ Python-bugs-list mailing list Unsubscribe:

[issue45618] Documentation builds fail with Sphinx 3.2.1

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

[issue47138] Pin Jinja2 to fix docs build

2022-03-28 Thread Ned Deily
Ned Deily added the comment: New changeset 25f00bfb264a3197ac91c41cdec15036fd8401f1 by m-aciek in branch '3.7': bpo-47138: Fix documentation build by pinning Jinja version to 3.0.3 (GH-32111) https://github.com/python/cpython/commit/25f00bfb264a3197ac91c41cdec150

[issue47138] Pin Jinja2 to fix docs build

2022-03-28 Thread Ned Deily
Ned Deily added the comment: New changeset 9194a7b8990a0feec1209b1e5694df3bf42906d8 by Hugo van Kemenade in branch '3.10': bpo-47138: Fix documentation build by pinning Jinja version to 3.0.3 (GH-32154) https://github.com/python/cpython/commit/9194a7b8990a0feec1209b1e5694df

[issue47138] Pin Jinja2 to fix docs build

2022-03-28 Thread Ned Deily
Ned Deily added the comment: New changeset 25c40bd994aa0da75283c5efdd71ba26c734b67e by Hugo van Kemenade in branch '3.9': bpo-47138: Fix documentation build by pinning Jinja version to 3.0.3 (GH-32153) https://github.com/python/cpython/commit/25c40bd994aa0da75283c5efdd71ba

[issue47138] Pin Jinja2 to fix docs build

2022-03-28 Thread Ned Deily
Ned Deily added the comment: Thanks, everyone! Merged for 3.10.5, 3.9.13, and 3.7.14. I'll leave the issue in pending state until merged for 3.8.14. -- resolution: -> fixed stage: patch review -> resolved status: open -> pending

[issue47154] -arch detection in _osx_support generates false positives

2022-03-29 Thread Ned Deily
Ned Deily added the comment: Duplicate of bpo-46691 but since you've provide a PR, we'll follow up with this one, thanks. -- assignee: -> ned.deily components: +macOS nosy: +ned.deily, ronaldoussoren ___ Python tracker <https:/

[issue46691] sysconfig.get_platform() raises ValueError on macOS if '-arch' is present in CFLAGS but doesn't refer to the '-arch' compiler flag

2022-03-29 Thread Ned Deily
Ned Deily added the comment: Also reported in bpo-47154 including a suggested fix -- resolution: -> duplicate stage: -> resolved status: open -> closed superseder: -> -arch detection in _osx_support generates false positives ___ Py

[issue47138] Pin Jinja2 to fix docs build

2022-03-29 Thread Ned Deily
Ned Deily added the comment: New changeset d97497bf1cc6abd4a9a67d8da4f00cf13b3af4b3 by Steve Dower in branch '3.7': bpo-47138: Ensure Windows docs build uses the same pinned version as other platforms (GH-32182) https://github.com/python/cpyt

[issue47150] HTTPRedirectHandler fails on POST for 307 and 308

2022-03-30 Thread Ned Deily
Change by Ned Deily : -- nosy: +orsenthil ___ Python tracker <https://bugs.python.org/issue47150> ___ ___ Python-bugs-list mailing list Unsubscribe:

[issue47158] logging.handlers.SysLogHandler doesn't get cleaned up properly on exit if it throws an exception

2022-03-30 Thread Ned Deily
Change by Ned Deily : -- nosy: +vinay.sajip ___ Python tracker <https://bugs.python.org/issue47158> ___ ___ Python-bugs-list mailing list Unsubscribe:

[issue47166] Dataclass transform should ignore TypeAlias variables

2022-03-30 Thread Ned Deily
Change by Ned Deily : -- nosy: +eric.smith ___ Python tracker <https://bugs.python.org/issue47166> ___ ___ Python-bugs-list mailing list Unsubscribe:

[issue47194] Upgrade to zlib v1.2.12 in CPython binary releases

2022-04-03 Thread Ned Deily
Ned Deily added the comment: New changeset 387f93c156288c170ff0016a75af06e109d48ee1 by Miss Islington (bot) in branch '3.7': bpo-47194: Update zlib to v1.2.12 on Windows to resolve CVE-2018-25032 (GH-32241) (GH-32251) https://github.com/python/cpyt

[issue46337] urllib.parse: Allow more flexibility in schemes and URL resolution behavior

2022-04-03 Thread Ned Deily
Change by Ned Deily : Removed file: https://bugs.python.org/file50716/mitre_f188eec1268fd49bdc7375fc5b77ded657c150875fede1a4d797f818d2514e88_120.csv ___ Python tracker <https://bugs.python.org/issue46

[issue46337] urllib.parse: Allow more flexibility in schemes and URL resolution behavior

2022-04-03 Thread Ned Deily
Change by Ned Deily : -- hgrepos: -414 ___ Python tracker <https://bugs.python.org/issue46337> ___ ___ Python-bugs-list mailing list Unsubscribe:

[issue46337] urllib.parse: Allow more flexibility in schemes and URL resolution behavior

2022-04-03 Thread Ned Deily
Change by Ned Deily : -- assignee: docs@python -> components: -2to3 (2.x to 3.x conversion tool), Argument Clinic, Build, C API, Cross-Build, Demos and Tools, Documentation, Extension Modules, FreeBSD, Interpreter Core, Parser, Regular Expressions, SSL, Tests, Unicode, Wind

[issue47210] './configure --help' causes infinite loop

2022-04-04 Thread Ned Deily
Ned Deily added the comment: Python 3.9.6 is no longer supported, 3.9.12 is the most recent 3.9.x release. Do you get the same results with 3.9.12? But, for what it's worth, ./configure --help of that 3.9.6 tarball works just fine on other current Linux systems I have avai

[issue45847] Port module setup to PY_STDLIB_MOD() macro and addext()

2022-04-04 Thread Ned Deily
Ned Deily added the comment: New changeset 5a7506de7374c10e6eb9ae5a232cc88d4d588450 by Oleg Iarygin in branch 'main': Fix "Contributed ... in bpo-bpo-45847" (GH-32299) https://github.com/python/cpython/commit/5a7506de7374c10e6eb9ae5a232cc88d4d588450 ---

[issue46180] Button clicked failed when mouse hover tooltip and tooltip destroyed

2022-04-04 Thread Ned Deily
Ned Deily added the comment: Unfortunately, this is the kind of issue, often the case with tkinter issues, where it is difficult to know where the problem might be. While I know little about the internals of tkinter and Tk, my intuition is that this is most likely a Tk issue and would need

[issue47222] subprocess.Popen() should allow capturing output and sending it to stdout and stderr

2022-04-04 Thread Ned Deily
Change by Ned Deily : -- nosy: +gregory.p.smith ___ Python tracker <https://bugs.python.org/issue47222> ___ ___ Python-bugs-list mailing list Unsubscribe:

[issue45847] Port module setup to PY_STDLIB_MOD() macro and addext()

2022-04-04 Thread Ned Deily
Change by Ned Deily : -- pull_requests: +30387 pull_request: https://github.com/python/cpython/pull/32328 ___ Python tracker <https://bugs.python.org/issue45

[issue45847] Port module setup to PY_STDLIB_MOD() macro and addext()

2022-04-04 Thread Ned Deily
Ned Deily added the comment: New changeset a0c700480b52dffab830d52e9c4eba15d4b57a89 by Ned Deily in branch 'main': bpo-45847: Adapt macOS installer build to use new tkinter configure vars (GH-32328) https://github.com/python/cpython/commit/a0c700480b52dffab830d52e9c4eba

[issue46890] getpath problems with framework build

2022-04-04 Thread Ned Deily
Ned Deily added the comment: New changeset 6aaf4cd866f7c8f065d30d2a3fb4fffa8461d1d8 by Ronald Oussoren in branch 'main': bpo-46890: Fix setting of sys._base_executable with framework builds on macOS (GH-31958) https://github.com/python/cpython/commit/6aaf4cd866f7c8f065d30d2a3fb4ff

[issue5901] missing meta-info in documentation pdf

2022-04-08 Thread Ned Deily
Ned Deily added the comment: The problem seems to have been fixed again somewhere in the past. -- nosy: +ned.deily resolution: -> fixed stage: patch review -> resolved status: open -> closed versions: +Python 3.10, Python 3.11, Python 3.9 -Python 3.5, P

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

2019-08-13 Thread Ned Deily
Ned Deily added the comment: As far as I know, the best information you can get from Tk about version is the patch level which does not necessarily take into account builds from a dev repo or patched source. The easiest way to get that info from tkinter is to use test.pythoninfo

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

2019-08-13 Thread Ned Deily
Ned Deily added the comment: OK, thanks, Ricardo. Since you appear to be using an Anaconda-supplied Tk, I suggest you open an issue or otherwise ask for help from the Conda project and, as necessary, the Tk folks. Without more info and unable to reproduce with other sources of Tk, there is

[issue37858] CookieLib: MozillaCookieJar.py uses case-sensitive regex to validate cookies file

2019-08-14 Thread Ned Deily
Ned Deily added the comment: (removing the macOS component since presumably this behavior is not platform-dependent) -- components: -macOS nosy: -ronaldoussoren ___ Python tracker <https://bugs.python.org/issue37

[issue37858] CookieLib: MozillaCookieJar.py uses case-sensitive regex to validate cookies file

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

[issue36890] python-3.7.3-macosx10.6.pkg verification error on macOS 10.6 Snow Leopard

2019-08-14 Thread Ned Deily
Ned Deily added the comment: Sorry, I did not get around to trying to repackage 3.7.3 and, since then, 3.7.4 has been released and someone else has now run into this problem on 10.6. As my Python time is very limited at the moment, rather than trying to find a build solution to make signed

[issue37861] Install fails on MacOS X 10.6 with python >= 3.7.1

2019-08-14 Thread Ned Deily
Ned Deily added the comment: Thanks for the report. This problem was reported earlier for 3.7.3 in Issue36890. As described there, I have now uploaded a copy of the old bundle-format installer dmg file for 3.7.4 that should work on 10.6. See msg349787 there for details and comment there

[issue37915] Segfault in comparison between datetime.timezone.utc and pytz.utc

2019-08-23 Thread Ned Deily
Ned Deily added the comment: (Removing “3.7regression” as the problematic change for 3.7 had not yet been released.) -- keywords: -3.7regression ___ Python tracker <https://bugs.python.org/issue37

[issue37916] distutils: allow overriding of the RANLIB command on macOS (darwin)

2019-08-23 Thread Ned Deily
Change by Ned Deily : -- components: +Distutils nosy: +dstufft, eric.araujo ___ Python tracker <https://bugs.python.org/issue37916> ___ ___ Python-bugs-list m

[issue37930] make fails when compiling Python 2.6 from source (posixmodule.c)

2019-08-23 Thread Ned Deily
Ned Deily added the comment: Python 2.6 reached end-of-life in 2013, six years ago, and has not received any non-security bug fixes since 2010. We strongly recommend thst you migrate to a modern, supported version of Python, if not Python 3.7, then at least Python 2.7 which itself will

[issue37461] email.parser.Parser hang

2019-08-23 Thread Ned Deily
Ned Deily added the comment: New changeset 799e4e527019d9429fdef12d08a0c03b08a1fb59 by Ned Deily (GeeTransit) in branch '3.7': [3.7] bpo-37461: Fix typo (inifite -> infinite) (GH-15430) https://github.com/python/cpython/commit/799e4e527019d9429fdef12d08a

[issue37461] email.parser.Parser hang

2019-08-23 Thread Ned Deily
Ned Deily added the comment: New changeset f1f9c0c532089824791cfc18e6d6f29e1cd62596 by Ned Deily (GeeTransit) in branch '3.6': [3.6] bpo-37461: Fix typo (inifite -> infinite) (#15432) https://github.com/python/cpython/commit/f1f9c0c532089824791cfc18e6d

[issue37461] email.parser.Parser hang

2019-08-23 Thread Ned Deily
Ned Deily added the comment: xtreak, would you be willing to make the PR for 3.5? That will make it easier for Larry to decide whether to include it in a 3.5 security release. -- ___ Python tracker <https://bugs.python.org/issue37

[issue36205] Python 3.7 and 3.8 process_time is not reported correctly when built on older macOS versions

2019-08-25 Thread Ned Deily
Ned Deily added the comment: Raynmond: > Something in the release build process is triggering this behavior (perhaps > PGO). The difference is explained in msg33731. When 3.7+ is built on macoS 10.11.x+ and earlier, clock_gettime is not available and the PEP 564 refactored code fall

[issue36344] install_certificates.command too complicated

2019-08-26 Thread Ned Deily
Ned Deily added the comment: So as not to delay 3.8.0b4, I'm removing this as a "release blocker'. Once the implementation is in master, we can consider backporting to other releases. -- priority: release blocker -> critical ver

[issue36205] Python 3.7 and 3.8 process_time is not reported correctly when built on older macOS versions

2019-08-26 Thread Ned Deily
Ned Deily added the comment: Thanks, Rajiv, your diagnosis and fix in PR 15538 is indeed correct. -- assignee: vstinner -> ned.deily stage: patch review -> commit review ___ Python tracker <https://bugs.python.org/i

[issue36205] Python 3.7 and 3.8 process_time is not reported correctly when built on older macOS versions

2019-08-26 Thread Ned Deily
Ned Deily added the comment: New changeset 8bf5fef8737fdd12724b9340d76a4ed391c4ad8a by Ned Deily (vrajivk) in branch 'master': bpo-36205: Fix the rusage implementation of time.process_time() (GH-15538) https://github.com/python/cpython/commit/8bf5fef8737fdd12724b9340d76a4e

[issue36205] Python 3.7 and 3.8 process_time is not reported correctly when built on older macOS versions

2019-08-26 Thread Ned Deily
Ned Deily added the comment: Thanks once again, Rajiv! Fix merged for release in 3.8.0b4 and 3.7.5. -- resolution: -> fixed stage: patch review -> resolved status: open -> closed ___ Python tracker <https://bugs.python.or

[issue37967] release candidate is not gpg signed (and missing release workflow)?

2019-08-28 Thread Ned Deily
Ned Deily added the comment: The description of this issue is incorrect. All the release artifacts for the 3.8.0b3 have GPG signatures available - see https://www.python.org/downloads/release/python-380b3/ - like all other releases. Looking at the log of the failed Travis run in https

[issue18378] locale.getdefaultlocale() fails on Mac OS X with default language set to English

2019-08-28 Thread Ned Deily
Ned Deily added the comment: New changeset b0caf329815120acf50287e29858093d328b0e3c by Ned Deily (Ronald Oussoren) in branch 'master': bpo-18378: Recognize "UTF-8" as a valid name in locale._parse_localename (GH-14736) https://github.com/p

[issue37482] Email address display name fails with both encoded words and special chars

2019-08-28 Thread Ned Deily
Ned Deily added the comment: New changeset bd127b1b7dd50c76c4419d9c87c12901527d19da by Ned Deily (bsiem) in branch '3.8': [3.8] bpo-37482: Fix email address name with encoded words and special chars (GH-14561) (GH-15380) https://github.com/python/cpyt

[issue37482] Email address display name fails with both encoded words and special chars

2019-08-28 Thread Ned Deily
Ned Deily added the comment: I manually merged the stalled 3.8 backport to make 3.8.0b4. Can this issue now be closed? -- ___ Python tracker <https://bugs.python.org/issue37

[issue34775] pathlib.PurePath division raises TypeError instead of returning NotImplemented

2019-08-28 Thread Ned Deily
Ned Deily added the comment: New changeset 4adcaf81513e57a2a4e278073a89efb1375af8df by Ned Deily (Miss Islington (bot)) in branch '3.8': bpo-34775: Return NotImplemented in PurePath division. (GH-9509) (GH-15172) https://github.com/python/cpyt

[issue34775] pathlib.PurePath division raises TypeError instead of returning NotImplemented

2019-08-28 Thread Ned Deily
Ned Deily added the comment: The change was pushed for release in 3.8.0b4. I don't think we should backport it to 3.7 at this stage in its lifecycle as the old behavior has been around for a long time. Thanks, everyone! -- resolution: -> fixed stage: patch review -&g

[issue36511] Add Windows ARM32 buildbot

2019-08-28 Thread Ned Deily
Ned Deily added the comment: I manually restarted and merged the stalled 3.8 backport for 3.8.0b4. Can this issue now be closed? -- nosy: +ned.deily versions: +Python 3.9 ___ Python tracker <https://bugs.python.org/issue36

[issue36511] Add Windows ARM32 buildbot

2019-08-28 Thread Ned Deily
Ned Deily added the comment: > Can this issue now be closed? I spoke too soon. It appears there's another open backport PR-14244 for this issue that needs some conflict resolution to be merged. -- ___ Python tracker <https://bugs

[issue36167] DOC: Incorrect capitalization in Programming FAQ

2019-08-28 Thread Ned Deily
Ned Deily added the comment: New changeset 3aa48b88c7485aca1fdfa54b3d8e53931ff067fd by Ned Deily (avinassh) in branch 'master': bpo-36167: fix an incorrect capitalization (GH-14482) https://github.com/python/cpython/commit/3aa48b88c7485aca1fdfa54b3d8e53931ff067fd -

[issue36167] DOC: Incorrect capitalization in Programming FAQ

2019-08-28 Thread Ned Deily
Ned Deily added the comment: Thank you for your contribution, Avinash! -- resolution: -> fixed stage: patch review -> resolved status: open -> closed versions: +Python 3.7 ___ Python tracker <https://bugs.python.or

[issue35946] Ambiguous documentation for assert_called_with()

2019-08-28 Thread Ned Deily
Ned Deily added the comment: New changeset f5896a05edf5df91fb1b55bd481ba5b2a3682f4e by Ned Deily (Rémi Lapeyre) in branch 'master': bpo-35946: Improve assert_called_with documentation (GH-11796) https://github.com/python/cpython/commit/f5896a05edf5df91fb1b55bd481ba5

[issue18378] locale.getdefaultlocale() fails on Mac OS X with default language set to English

2019-08-28 Thread Ned Deily
Ned Deily added the comment: Ronald's PR 14738 LGTM. I merged it to master and backported for 3.8.0b4 and 3.7.5. Thanks, everyone! -- resolution: -> fixed stage: patch review -> resolved status: open -> closed versions: +Python 3.8, Python 3.9 -Python 2.7, Python 3

[issue35946] Ambiguous documentation for assert_called_with()

2019-08-29 Thread Ned Deily
Ned Deily added the comment: Thanks for the report and thanks for the PR! Merged for 3.8.0b4. -- resolution: -> fixed stage: patch review -> resolved status: open -> closed versions: +Python 3.9 -Python 3.7 ___ Python tracke

[issue36871] Misleading error from unittest.mock's assert_has_calls

2019-08-29 Thread Ned Deily
Change by Ned Deily : -- versions: +Python 3.9 -Python 3.6 ___ Python tracker <https://bugs.python.org/issue36871> ___ ___ Python-bugs-list mailing list Unsub

[issue37834] readlink on Windows cannot read app exec links

2019-08-29 Thread Ned Deily
Ned Deily added the comment: One problem seems to be that the code added for this issue assumes that the documentation is correct in implying that the stat.FILE_ATTRIBUTE_* constants (like stat.FILE_ATTRIBUTE_REPARSE_POINT) are only present on Windows. But besides being conditionally

[issue37834] readlink on Windows cannot read app exec links

2019-08-29 Thread Ned Deily
Ned Deily added the comment: ... and the other important difference is that older versions of macOS do not support fd functions so _use_fd_functions is false and the alternate path is taken in shutil.rmtree, the path that calls _rm_tree_islink which fails. >>> shutil.rmtree('

[issue37983] macOS: os.lchmod() incorrectly removed by 2.7.16

2019-08-29 Thread Ned Deily
Ned Deily added the comment: lchmod is one of a number of os functions that is not available on older versions of macOS. Chances are you are using a Python binary (possibly one supplied by a python.org installer) that was built to be used on a range of macOS versions and the oldest version

[issue37834] readlink on Windows cannot read app exec links

2019-08-29 Thread Ned Deily
Change by Ned Deily : -- pull_requests: +15279 stage: needs patch -> patch review pull_request: https://github.com/python/cpython/pull/15602 ___ Python tracker <https://bugs.python.org/issu

<    6   7   8   9   10   11   12   13   14   15   >