[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

[issue46890] getpath problems with framework build

2022-04-05 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/6aaf4cd866f7c8f065d30d2a3fb4fffa8461d1d8

[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/a0c700480b52dffab830d52e9c4eba15d4b57a89

[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

[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:

[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

[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 -- nosy:

[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 available

[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

[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 : Removed file: https://bugs.python.org/file50716/mitre_f188eec1268fd49bdc7375fc5b77ded657c150875fede1a4d797f818d2514e88_120.csv ___ Python tracker <https://bugs.python.org/issue46

[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/cpython/commit

[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:

[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:

[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:

[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/cpython/commit

[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

[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://bugs.pyth

[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 _

[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/25c40bd994aa0da75283c5efdd71ba26c734b67e

[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/9194a7b8990a0feec1209b1e5694df3bf42906d8

[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/25f00bfb264a3197ac91c41cdec15036fd8401f1

[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

[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 : -- pull_requests: -30186 ___ Python tracker <https://bugs.python.org/issue45618> ___ ___ Python-bugs-list mailing list Unsubscribe:

[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

[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: closed -

[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

[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:

[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:

[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

[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/b8b473e943c0d105c79a6ebe2199dec18d785966

[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/48b3ae9e29545891bece874b4c0c0e394fe0f048

[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: +ned.deily

[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:

[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

[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

[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/issue46

[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.pyth

[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: 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

[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

[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

[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

[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:

[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:

[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

[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/cpython/commit

[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 make

[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/b6204466c1209de5a0794c475096429fdb457a16

[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
Change by Ned Deily : -- pull_requests: +30004 pull_request: https://github.com/python/cpython/pull/31911 ___ Python tracker <https://bugs.python.org/issue47

[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.python.

[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/ea786a882b9ed4261eafabad6011bc7ef3b5bf94

[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

[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

[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/cpython/commit

[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

[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
Change by Ned Deily : -- pull_requests: +29987 pull_request: https://github.com/python/cpython/pull/31889 ___ Python tracker <https://bugs.python.org/issue45

[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-

[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/1b1239205d1b7ace1b054477c14fe7

[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/0cfcc0cbee4a0d48c412169f46b719

[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/80cc10fa7d5f41daaf59ae91730223

[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
Change by Ned Deily : -- pull_requests: +29979 pull_request: https://github.com/python/cpython/pull/31881 ___ Python tracker <https://bugs.python.org/issue46

[issue46986] Upgrade ensurepip bundled setuptools to 60.9.3

2022-03-14 Thread Ned Deily
Change by Ned Deily : -- pull_requests: +29977 pull_request: https://github.com/python/cpython/pull/31880 ___ 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 19f69993ae97db0bbea3b845a33b060b73b658b3 by Ned Deily in branch 'main': Revert "bpo-46986: Upgrade bundled setuptools to 60.9.3 (GH-31820)" (GH-31879) https://github.com/python/cpython/commit/19f69993ae97db0bbea3b845a33b06

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

2022-03-14 Thread Ned Deily
Change by Ned Deily : -- resolution: -> third party stage: -> resolved status: open -> closed ___ Python tracker <https://bugs.python.org/issue46975> ___ ___

[issue46986] Upgrade ensurepip bundled setuptools to 60.9.3

2022-03-14 Thread Ned Deily
Change by Ned Deily : -- pull_requests: +29976 pull_request: https://github.com/python/cpython/pull/31879 ___ 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: My apologies for not testing running the test suite with installed Pythons as I usually do and thanks, Victor, for noting the buildbot failures. I'm reverting these setuptools updates to avoid blocking releases. We can track the issue with setuptools in bpo

[issue47013] test_bdb and test_distutils fail on installed Python 3.9, 3.10 and 3.11 (setuptools 60.9.3, pip 22.0.4)

2022-03-14 Thread Ned Deily
Ned Deily added the comment: (The buildbot failures were triggered by yesterday's merges for Issue46986 which updated the bundled setuptools in ensurepip. I'm reverting those merges now to unblock planned releases.) -- nosy: +jaraco, ned.deily versions: +Python 3.7, Python 3.8

[issue46986] Upgrade ensurepip bundled setuptools to 60.9.3

2022-03-13 Thread Ned Deily
Ned Deily added the comment: New changeset 0fbab8a593dcd94cfc788700dd9bf67a73f85920 by Ned Deily in branch '3.7': bpo-46986: Upgrade bundled setuptools to 60.9.3 (GH-31820) (GH-31861) https://github.com/python/cpython/commit/0fbab8a593dcd94cfc788700dd9bf67a73f85920

[issue46986] Upgrade ensurepip bundled setuptools to 60.9.3

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

[issue46986] Upgrade ensurepip bundled setuptools to 60.9.3

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

[issue46986] Upgrade ensurepip bundled setuptools to 60.9.3

2022-03-13 Thread Ned Deily
Ned Deily added the comment: New changeset bda64b3c0c4e45de4c82ba1b8722f56db5ac88ba by Ned Deily in branch '3.9': bpo-46986: Upgrade bundled setuptools to 60.9.3 (GH-31820) (GH-31855) https://github.com/python/cpython/commit/bda64b3c0c4e45de4c82ba1b8722f56db5ac88ba

[issue46985] Upgrade ensurepip bundled pip to 22.0.4

2022-03-13 Thread Ned Deily
Ned Deily added the comment: New changeset 5a8e968c38cc239c07eba15ded439a12818a852f by Ned Deily in branch '3.7': bpo-46985: Upgrade bundled pip to 22.0.4 (GH-31819) (GH-31852) https://github.com/python/cpython/commit/5a8e968c38cc239c07eba15ded439a12818a852f

[issue46986] Upgrade ensurepip bundled setuptools to 60.9.3

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

[issue46986] Upgrade ensurepip bundled setuptools to 60.9.3

2022-03-13 Thread Ned Deily
Ned Deily added the comment: New changeset c99ac3c364ee21be72263791b71ee8b55f64de08 by Pradyun Gedam in branch 'main': bpo-46986: Upgrade bundled setuptools to 60.9.3 (GH-31820) https://github.com/python/cpython/commit/c99ac3c364ee21be72263791b71ee8b55f64de08

[issue46985] Upgrade ensurepip bundled pip to 22.0.4

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

[issue46985] Upgrade ensurepip bundled pip to 22.0.4

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

[issue46985] Upgrade ensurepip bundled pip to 22.0.4

2022-03-13 Thread Ned Deily
Ned Deily added the comment: New changeset d87f1b787ed38dfd307d82452f2efe9dc5b93942 by Pradyun Gedam in branch 'main': bpo-46985: Upgrade bundled pip to 22.0.4 (GH-31819) https://github.com/python/cpython/commit/d87f1b787ed38dfd307d82452f2efe9dc5b93942

[issue45993] Main branch of CPython does not build anymore on macOS

2022-03-12 Thread Ned Deily
Ned Deily added the comment: @Andrei, see Issue46975. -- nosy: +ned.deily ___ Python tracker <https://bugs.python.org/issue45993> ___ ___ Python-bugs-list mailin

[issue46986] Upgrade ensurepip bundled setuptools to 60.9.3

2022-03-12 Thread Ned Deily
Ned Deily added the comment: We should probably include this update in the next round of releases. -- nosy: +lukasz.langa, ned.deily, pablogsal priority: normal -> release blocker ___ Python tracker <https://bugs.python.org/issu

[issue46985] Upgrade ensurepip bundled pip to 22.0.4

2022-03-12 Thread Ned Deily
Ned Deily added the comment: We should probably include this update in the next round of releases. -- nosy: +lukasz.langa, ned.deily, pablogsal priority: normal -> release blocker ___ Python tracker <https://bugs.python.org/issu

[issue46918] The vulnerability is included in /lib/python3.9/ensurepip after python 3.9.2 is installed.

2022-03-12 Thread Ned Deily
Change by Ned Deily : -- resolution: -> out of date stage: -> resolved status: open -> closed ___ Python tracker <https://bugs.python.org/issue46918> ___ ___

[issue46907] Update Windows and MacOS installer to SQLite 3.38.1

2022-03-12 Thread Ned Deily
Ned Deily added the comment: https://sqlite.org/releaselog/3_38_1.html -- title: Update Windows and MacOS installer to SQLite 3.38.0. -> Update Windows and MacOS installer to SQLite 3.38.1 ___ Python tracker <https://bugs.python.org/issu

[issue46976] Update macOS installer builds to use ncurses 6.3

2022-03-10 Thread Ned Deily
Ned Deily added the comment: Assigning to myself as this will require some installer build testing. -- assignee: -> ned.deily ___ Python tracker <https://bugs.python.org/issu

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

2022-03-10 Thread Ned Deily
Ned Deily added the comment: Without more details, this is only a guess but the messages seem to indicate that your build is detecting an installed version of the GNU gettext library, which is optional for Python builds and is not provided by default on macOS, and most likely that version

[issue46976] Update macOS installer builds to use ncurses 6.3

2022-03-10 Thread Ned Deily
New submission from Ned Deily : The python.org macOS installers include a private copy of the ncurses library; it has not been updated from 5.9 in a long time. The current upstream version is 6.3 and includes bug and security fixes; we should update to it. -- components: macOS

[issue46932] Please update bundled libexpat to 2.4.7 with an important fix

2022-03-07 Thread Ned Deily
Ned Deily added the comment: New changeset f656bc1cdbdfaaa07f66ed97e011b258b97e2788 by Miss Islington (bot) in branch '3.7': bpo-46932: Update bundled libexpat to 2.4.7 (GH-31736) (GH-31741) https://github.com/python/cpython/commit/f656bc1cdbdfaaa07f66ed97e011b258b97e2788

[issue44549] Update Windows installer to use bzip2 1.0.8

2022-03-07 Thread Ned Deily
Ned Deily added the comment: New changeset 4a3c610cd635f14747cf02c77908e80620aae6ea by Steve Dower in branch '3.7': bpo-44549: Update bzip2 to 1.0.8 in Windows builds to mitigate CVE-2016-3189 and CVE-2019-12900 (GH-31732) (GH-31735) https://github.com/python/cpython/commit

[issue46932] Please update bundled libexpat to 2.4.7 with an important fix

2022-03-07 Thread Ned Deily
Ned Deily added the comment: We haven't released 2.4.6 yet for maintenance/security branches so we probably should update to 2.4.7 first. -- nosy: +corona10, lukasz.langa, ned.deily, pablogsal priority: normal -> release blocker ___ Python trac

[issue44549] Update Windows installer to use bzip2 1.0.8

2022-03-07 Thread Ned Deily
Change by Ned Deily : -- priority: critical -> release blocker ___ Python tracker <https://bugs.python.org/issue44549> ___ ___ Python-bugs-list mailing list Un

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

2022-03-07 Thread Ned Deily
Ned Deily added the comment: New changeset 97476271275a4bd1340230677b7301d7b78b3317 by Steve Dower in branch '3.7': bpo-46948: Fix CVE-2022-26488 by ensuring the Windows Installer correctly uses the install path during repair (GH-31730) https://github.com/python/cpython/commit

[issue44549] Update Windows installer to use bzip2 1.0.8

2022-03-04 Thread Ned Deily
Change by Ned Deily : -- title: Update Windows installer to use BZip 1.0.8 -> Update Windows installer to use bzip2 1.0.8 ___ Python tracker <https://bugs.python.org/issu

[issue44549] Update Windows installer to use BZip 1.0.8

2022-03-04 Thread Ned Deily
Change by Ned Deily : -- assignee: -> steve.dower priority: normal -> critical title: BZip 1.0.6 Critical Vulnerability -> Update Windows installer to use BZip 1.0.8 versions: +Python 3.10, Python 3.11 ___ Python tracker <https://bug

[issue46919] After Python 3.9.2 is installed, the CVE-2019-12900 and CVE-2016-3189 vulnerabilities exist in Python39/DLLs/_bz2.pyd.

2022-03-04 Thread Ned Deily
Change by Ned Deily : -- resolution: -> duplicate stage: -> resolved status: open -> closed superseder: -> BZip 1.0.6 Critical Vulnerability ___ Python tracker <https://bugs.python

[issue46918] The vulnerability is included in /lib/python3.9/ensurepip after python 3.9.2 is installed.

2022-03-04 Thread Ned Deily
Ned Deily added the comment: To emphasize, Python 3.9.2 is obsolete and no longer supported; at the moment, the current release of Python 3.9 is 3.9.10. The most current bugfix release (3.9.x) obsoletes all previous releases of that Python version (3.9); during a version's support lifecycle

[issue46894] make install DESTDIR= uses /lib/python3.10/lib-dynload out of DESTDIR

2022-03-03 Thread Ned Deily
Ned Deily added the comment: My apologies: I'm not sure where I got the idea you were building on macOS! In any case, this problem has come up a few times in the past, no doubt for a similar reason, most recently in open issue Issue31114. I'm closing this issue as a duplicate

  1   2   3   4   5   6   7   8   9   10   >