[issue44330] IDLE: Colorizer and output tests hang on macOS

2021-06-07 Thread Ned Deily
Ned Deily added the comment: I can reproduce test_idle hanging on all of the current python.org macOS universal2 variants (3.8.10, 3.9.5, 3.10.0b2) which use Tk 8.6.11 but not with the legacy 10.9 variants for 3.8.10 and 3.9.5 which use Tk 8.6.8. I've tried it on a few older systems

[issue44022] urllib http client possible infinite loop on a 100 Continue response

2021-06-02 Thread Ned Deily
Ned Deily added the comment: New changeset 1b6f4e5e13ebd1f957b47f7415b53d0869bdbac6 by Miss Islington (bot) in branch '3.6': bpo-44022: Improve the regression test. (GH-26503) (GH-26508) https://github.com/python/cpython/commit/1b6f4e5e13ebd1f957b47f7415b53d0869bdbac6

[issue44022] urllib http client possible infinite loop on a 100 Continue response

2021-06-02 Thread Ned Deily
Ned Deily added the comment: New changeset fee96422e6f0056561cf74fef2012cc066c9db86 by Miss Islington (bot) in branch '3.7': bpo-44022: Improve the regression test. (GH-26503) (GH-26507) https://github.com/python/cpython/commit/fee96422e6f0056561cf74fef2012cc066c9db86

[issue44290] x86-64 macOS 3.x buildbot build failed with: No such file or directory: '/Users/buildbot/buildarea/3.x.billenstein-macos/build/target/include/python3.11d/pyconfig.h'

2021-06-02 Thread Ned Deily
Ned Deily added the comment: Alas, it looks like build 325 failed in the same way as build 322: https://buildbot.python.org/all/#/builders/366/builds/325 I wonder if there might be a Makefile race condition. -- resolution: out of date -> stage: resolved -> status: closed -

[issue43568] Drop support for Mac OS X < 10.3 module linking

2021-06-02 Thread Ned Deily
Ned Deily added the comment: New changeset 991693a217363243b0bd33887852d6b3959b99a1 by Joshua Root in branch '3.9': [3.9] bpo-43568: Relax distutils MACOSX_DEPLOYMENT_TARGET check (GH-25827) (GH-26001) https://github.com/python/cpython/commit/991693a217363243b0bd33887852d6b3959b99a1

[issue44290] x86-64 macOS 3.x buildbot build failed with: No such file or directory: '/Users/buildbot/buildarea/3.x.billenstein-macos/build/target/include/python3.11d/pyconfig.h'

2021-06-02 Thread Ned Deily
Ned Deily added the comment: Perhaps one of the buildbot experts can help? Zach? Pablo? Victor? -- nosy: +pablogsal, zach.ware ___ Python tracker <https://bugs.python.org/issue44

[issue44290] x86-64 macOS 3.x buildbot build failed with: No such file or directory: '/Users/buildbot/buildarea/3.x.billenstein-macos/build/target/include/python3.11d/pyconfig.h'

2021-06-02 Thread Ned Deily
Ned Deily added the comment: Can you say at what point you did the upgrade, i.e. between which two builds here? https://buildbot.python.org/all/#/builders/366 -- ___ Python tracker <https://bugs.python.org/issue44

[issue44290] x86-64 macOS 3.x buildbot build failed with: No such file or directory: '/Users/buildbot/buildarea/3.x.billenstein-macos/build/target/include/python3.11d/pyconfig.h'

2021-06-02 Thread Ned Deily
Ned Deily added the comment: Hmm, I just tried to restart it from the builbot page but the build request is just sitting there ATM. https://buildbot.python.org/all/#/builders/366 -- ___ Python tracker <https://bugs.python.org/issue44

[issue44286] venv activate script would be good to show failure.

2021-06-02 Thread Ned Deily
Change by Ned Deily : -- nosy: +vinay.sajip ___ Python tracker <https://bugs.python.org/issue44286> ___ ___ Python-bugs-list mailing list Unsubscribe:

[issue44290] x86-64 macOS 3.x buildbot build failed with: No such file or directory: '/Users/buildbot/buildarea/3.x.billenstein-macos/build/target/include/python3.11d/pyconfig.h'

2021-06-02 Thread Ned Deily
Ned Deily added the comment: I can't reproduce that failure with that checkout and I'm not even entirely sure where that error is coming from. My guess it that something went wrong during the previous build that resulted in the connection lost (a system crash perhaps?) that left the build

[issue44275] Is there a mojibake problem rendering interactive help in the REPL on Windows?

2021-05-31 Thread Ned Deily
Change by Ned Deily : -- components: +Windows -Documentation nosy: +paul.moore, steve.dower, tim.golden, zach.ware ___ Python tracker <https://bugs.python.org/issue44

[issue44274] Installation problem for python-3.6.4rc1-macosx10.6.pkg-('python cannot be opened because of a problem') in my MacOS11.4

2021-05-31 Thread Ned Deily
Ned Deily added the comment: It appears you are trying to use a very old version of Python 3.6.4 from a python.org installer, and a release candidate at that. This particular installer version will not run on current macOS systems. Note that Python 3.6 has been in the security-fix-only

[issue43964] ctypes CDLL search path issue on MacOS

2021-05-30 Thread Ned Deily
Ned Deily added the comment: Thanks for the report! I've spent some time investigating it and the story behind it turns out to be a bit complicated, so bear with me. It's all tied in to Apple's attempts to improve the security of macOS. As of macOS 10.15 Catalina, Apple introduced new

[issue44254] Change turtledemo button colors

2021-05-28 Thread Ned Deily
Ned Deily added the comment: I also just did a quick test of PR 25448. The current version seems to have swapped one problem for another: now button labels are legible when the Light mode appearance is in effect but the labels blend into the button background when in Dark mode, the opposite

[issue44254] Change turtledemo button colors

2021-05-28 Thread Ned Deily
Ned Deily added the comment: I did a quick check and it looks like the code may not be needed on the latest macOS and Tk versions; however, I did not go back and check it on older systems and, in any case, it doesn't cause seem to cause any harm and it still does what it is supposed to do

[issue44254] Change turtledemo button colors

2021-05-28 Thread Ned Deily
Ned Deily added the comment: One quick comment: one shouldn't assume what colors are being used on current macOS systems and a current Tk, like on macOS 11 Big Sur and Tk 8.6.11. The foreground and background colors can depend on what system appearance is selected by the user (System

[issue44253] tkinter searches for tk.tcl in wrong directory

2021-05-28 Thread Ned Deily
Ned Deily added the comment: Correction: "In a standard Python build, tkinter has a Python component that calls a private C-language extension module helper named _tkinter that does all the C-level calls to Tk and Tcl [not Tk

[issue44253] tkinter searches for tk.tcl in wrong directory

2021-05-28 Thread Ned Deily
Ned Deily added the comment: tkinter does not find Tk; the linker at build time (ld) and usually the dynamic linker (dyld) at run time do all the work. Typically on macOS, the linkers prefer to dynamically link to libraries, deferring the decision to dyld at run time exactly which dynamic

[issue44253] tkinter searches for tk.tcl in wrong directory

2021-05-27 Thread Ned Deily
Ned Deily added the comment: The message is coming from Tcl/Tk; tkinter is just passing it along and is otherwise not involved AFAIK. You don't need to use framework builds for Tcl or Tk on macOS but you should follow the recommendation of how to do a Unix build of Tcl and Tk as far

[issue44242] enum.IntFlag regression: missing values cause TypeError

2021-05-26 Thread Ned Deily
Change by Ned Deily : -- nosy: +pablogsal ___ Python tracker <https://bugs.python.org/issue44242> ___ ___ Python-bugs-list mailing list Unsubscribe:

[issue44234] Debugging with LLDB doesn't work for universal2 installer on macOS Big Sur

2021-05-26 Thread Ned Deily
Ned Deily added the comment: There's a reason for that. What the discussion in that link fails to note is that elsewhere Apple warns that that entitlement is understandably prohibited in distributions submitted to the Apple notarization service. See the "Avoid the Get-Task-Allow Entitl

[issue43109] When using Apple Clang, --with-lto builds should not check for llvm-ar

2021-05-24 Thread Ned Deily
Ned Deily added the comment: New changeset 3af61a7176a68bfeb349eeed314b9c3d7ebc3ad5 by Miss Islington (bot) in branch '3.9': bpo-43109: Fix --with-lto configure option on macOS (GH-26341) (GH-26343) https://github.com/python/cpython/commit/3af61a7176a68bfeb349eeed314b9c3d7ebc3ad5

[issue44093] compiler detection on macOS seems to be incorrect

2021-05-24 Thread Ned Deily
Change by Ned Deily : -- keywords: +patch pull_requests: +24932 stage: -> patch review pull_request: https://github.com/python/cpython/pull/26341 ___ Python tracker <https://bugs.python.org/issu

[issue43109] When using Apple Clang, --with-lto builds should not check for llvm-ar

2021-05-24 Thread Ned Deily
Change by Ned Deily : -- pull_requests: +24931 pull_request: https://github.com/python/cpython/pull/26341 ___ Python tracker <https://bugs.python.org/issue43

[issue41282] Deprecate and remove distutils

2021-05-24 Thread Ned Deily
Ned Deily added the comment: Petr's analysis and PR looked good and the PR is now merged to main and to 3.10 for 3.10.0b2. Thanks, Petr! Downgrading back to normal priority. -- priority: release blocker -> normal ___ Python tracker <

[issue41282] Deprecate and remove distutils

2021-05-24 Thread Ned Deily
Ned Deily added the comment: Er, make that "GH-26327 attempts to fix the problem ... " but I see from the CI that it causes test_distutils to fail in the simpler case of running the test from the build directory (rather than from an installed location which does pass). I ha

[issue41282] Deprecate and remove distutils

2021-05-24 Thread Ned Deily
Ned Deily added the comment: It looks like 341e8a939aca6e9f59ffb0e6daee5888933694ed (GH-24549) incorrectly deleted an important check in sysconfig that is needed for building the cpython standard library on unix-y systems. The chain of events is somewhat complicated but the problem can

[issue41282] Deprecate and remove distutils

2021-05-24 Thread Ned Deily
Change by Ned Deily : -- pull_requests: +24919 pull_request: https://github.com/python/cpython/pull/26327 ___ Python tracker <https://bugs.python.org/issue41

[issue31767] Windows Installer fails with error 0x80091007 when trying to install debugging symbols

2021-05-21 Thread Ned Deily
Ned Deily added the comment: Any updates on this or can it be closed? -- nosy: +ned.deily ___ Python tracker <https://bugs.python.org/issue31767> ___ ___ Pytho

[issue33213] crypt function not hashing properly on Mac (uses a specific salt)

2021-05-21 Thread Ned Deily
Change by Ned Deily : -- components: +macOS versions: +Python 3.11 -Python 3.6, Python 3.7, Python 3.8 ___ Python tracker <https://bugs.python.org/issue33

[issue37228] UDP sockets created by create_datagram_endpoint() allow by default multiple processes to bind the same port

2021-05-21 Thread Ned Deily
Ned Deily added the comment: Since 3.5 has now reached end-of-life, this issue will not be fixed there so it looks like it can be closed. -- resolution: -> fixed stage: patch review -> resolved status: open -> closed versions: -P

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

2021-05-21 Thread Ned Deily
Change by Ned Deily : -- versions: +Python 3.11 -Python 3.7 ___ Python tracker <https://bugs.python.org/issue29788> ___ ___ Python-bugs-list mailing list Unsub

[issue20749] shutil.unpack_archive(): security concerns not documented

2021-05-21 Thread Ned Deily
Ned Deily added the comment: The warning from Tarfile.extractall (Doc/library/tarfile.rst -> https://docs.python.org/dev/library/tarfile.html#tarfile-objects) can be adapted for use here (Doc/library/shutil.rst -> https://docs.python.org/dev/library/shutil.html#archiving-oper

[issue32084] [Security] http.server can be abused to redirect to (almost) arbitrary URL

2021-05-21 Thread Ned Deily
Ned Deily added the comment: This looks like a duplicate of Issue43223 which has a PR in progress. -- nosy: +ned.deily resolution: -> duplicate stage: -> resolved status: open -> closed superseder: -> [security] http.server: Open Redirection if the URL

[issue40695] hashlib: OpenSSL hash detection should obey security policy

2021-05-21 Thread Ned Deily
Ned Deily added the comment: Is there anything more that needs to be done for this issue? -- nosy: +ned.deily ___ Python tracker <https://bugs.python.org/issue40

[issue36384] [security] CVE-2021-29921: ipaddress Should not reject IPv4 addresses with leading zeroes as ambiguously octal

2021-05-21 Thread Ned Deily
Ned Deily added the comment: Is there anything more to be done for this issue or can it be closed? -- ___ Python tracker <https://bugs.python.org/issue36

[issue43124] [security] smtplib multiple CRLF injection

2021-05-21 Thread Ned Deily
Ned Deily added the comment: Thanks for the PR! Can someone from the email team take a look at it, please? -- ___ Python tracker <https://bugs.python.org/issue43

[issue43167] Add a note to the macOS installer welcome window about customize options

2021-05-21 Thread Ned Deily
Ned Deily added the comment: As of the 3.9.5 and 3.10.0b1 macOS installers, the following text is displayed during installation near the top of the "Read Me" window: Install Options --- You can control some aspects of what is installed by this package. To see the opti

[issue44169] Add HTTPS support to http.server

2021-05-20 Thread Ned Deily
Change by Ned Deily : -- resolution: -> duplicate stage: -> resolved status: open -> closed superseder: -> Make http.server support SSL ___ Python tracker <https://bugs.python

[issue43882] [security] urllib.parse should sanitize urls containing ASCII newline and tabs.

2021-05-20 Thread Ned Deily
Ned Deily added the comment: Thanks, Senthil and Greg! The updates for 3.7 and 3.6 are now merged. Is there anything else that needs to be done for this issue or can it now be closed? -- priority: release blocker -> high resolution: fixed -> stage: patch review -> comm

[issue43882] [security] urllib.parse should sanitize urls containing ASCII newline and tabs.

2021-05-20 Thread Ned Deily
Ned Deily added the comment: New changeset 6f743e7a4da904f61dfa84cc7d7385e4dcc79ac5 by Senthil Kumaran in branch '3.6': [3.6] bpo-43882 - Mention urllib.parse changes in Whats New section for 3.6.14 (GH-26268) https://github.com/python/cpython/commit/6f743e7a4da904f61dfa84cc7d7385e4dcc79ac5

[issue43882] [security] urllib.parse should sanitize urls containing ASCII newline and tabs.

2021-05-20 Thread Ned Deily
Ned Deily added the comment: New changeset c723d5191110f99849f7b0944820f6c3cd5f7747 by Senthil Kumaran in branch '3.7': [3.7] bpo-43882 - Mention urllib.parse changes in Whats New section for 3.7.11 (GH-26267) https://github.com/python/cpython/commit/c723d5191110f99849f7b0944820f6c3cd5f7747

[issue44183] Can't install certificates if GUI tools are not installed on macOS

2021-05-19 Thread Ned Deily
Change by Ned Deily : -- assignee: -> ned.deily ___ Python tracker <https://bugs.python.org/issue44183> ___ ___ Python-bugs-list mailing list Unsubscrib

[issue43882] [security] urllib.parse should sanitize urls containing ASCII newline and tabs.

2021-05-19 Thread Ned Deily
Ned Deily added the comment: > I will include an additional blurb for this change for security fix versions. Ping. This issue is still blocking 3.7 and 3.6 security releases. -- nosy: +pablogsal priority: normal -> release blocker ___

[issue44182] python-config.sh vs python-config.py inconsistency

2021-05-19 Thread Ned Deily
Change by Ned Deily : -- components: +macOS nosy: +ned.deily, ronaldoussoren ___ Python tracker <https://bugs.python.org/issue44182> ___ ___ Python-bugs-list m

[issue42722] Add --debug command line option to unittest to enable post-mortem debugging

2021-05-19 Thread Ned Deily
Change by Ned Deily : -- nosy: +gregory.p.smith ___ Python tracker <https://bugs.python.org/issue42722> ___ ___ Python-bugs-list mailing list Unsubscribe:

[issue44159] mimetypes - "strict" on Windows

2021-05-17 Thread Ned Deily
Change by Ned Deily : -- components: +Windows nosy: +paul.moore, steve.dower, tim.golden, zach.ware ___ Python tracker <https://bugs.python.org/issue44

[issue44132] Local import conflict with system import

2021-05-15 Thread Ned Deily
Ned Deily added the comment: Python is behaving as documented here. The problem is that you have a package named 'xml' which conflicts with the package of the same name in the standard library (https://docs.python.org/3/library/xml.html) which may cause conflicts for other packages

[issue44139] Unparenthesized tuple doc bug in what's new

2021-05-15 Thread Ned Deily
Change by Ned Deily : -- nosy: +pablogsal ___ Python tracker <https://bugs.python.org/issue44139> ___ ___ Python-bugs-list mailing list Unsubscribe:

[issue38768] [feature request] Add lldb equivalent to Tools/gdb

2021-05-14 Thread Ned Deily
Change by Ned Deily : -- components: -macOS ___ Python tracker <https://bugs.python.org/issue38768> ___ ___ Python-bugs-list mailing list Unsubscribe:

[issue44126] Cross Compile Cython Modules

2021-05-14 Thread Ned Deily
Ned Deily added the comment: Ah, that makes more sense. Alas, while there has been some support for various cross-compiling scenarios added to cPython itself, including targeting for Android, for the most part they are not well-documented if at all and are not regularly tested as part

[issue44126] Cross Compile Cython Modules

2021-05-13 Thread Ned Deily
Ned Deily added the comment: This issue tracker is for issues with cPython and the Python Standard Library. Cython is a third-party project that is not part of cPython. You should ask in a Cython forum (see https://cython.org/#development) or a general forum like StackOverflow

[issue44096] Bad clang detection in configure script

2021-05-10 Thread Ned Deily
Ned Deily added the comment: Thanks for the report. Let’s hold off on writing a patch for now until I’ve had a chance to investigate the multiple issues here. That should be a few days after some imminent PyCon events. -- ___ Python tracker

[issue44096] Bad clang detection in configure script

2021-05-10 Thread Ned Deily
Change by Ned Deily : -- assignee: -> ned.deily nosy: +ned.deily ___ Python tracker <https://bugs.python.org/issue44096> ___ ___ Python-bugs-list mai

[issue44093] compiler detection on macOS seems to be incorrect

2021-05-09 Thread Ned Deily
Change by Ned Deily : -- assignee: -> ned.deily components: +macOS nosy: +ned.deily, ronaldoussoren ___ Python tracker <https://bugs.python.org/issu

[issue43109] When using Apple Clang, --with-lto builds should not check for llvm-ar

2021-05-09 Thread Ned Deily
Ned Deily added the comment: Thanks for the PR. I am looking at this area currently. -- ___ Python tracker <https://bugs.python.org/issue43109> ___ ___ Pytho

[issue43109] When using Apple Clang, --with-lto builds should not check for llvm-ar

2021-05-09 Thread Ned Deily
Change by Ned Deily : -- assignee: -> ned.deily components: +macOS nosy: +ned.deily, ronaldoussoren ___ Python tracker <https://bugs.python.org/issu

[issue44074] patchcheck checks against branch "master" not "main"

2021-05-08 Thread Ned Deily
Change by Ned Deily : -- nosy: +pablogsal ___ Python tracker <https://bugs.python.org/issue44074> ___ ___ Python-bugs-list mailing list Unsubscribe:

[issue32924] Python 3.7 docs in docs.p.o points to GitHub's master branch

2021-05-08 Thread Ned Deily
Ned Deily added the comment: I think the only reason this is still open is as a reminder to have a permanent process fix. Pablo, would it be possible to include this step in the new release-tools automation? If so, we can open an issue there and close this one

[issue43992] Unable to get external dependencies for CPython on Ubuntu Linux 20.04.1

2021-05-08 Thread Ned Deily
Ned Deily added the comment: This isn't a bug with Python, it is a development environment issue. The discussion would be more appropriate in help forums, like on discuss.python.org or Stackoverflow. And, if there si some deficiency in the devguide, there is a tracker for issues

[issue40297] test_socket.CANTest is broken at HEAD on master

2021-05-07 Thread Ned Deily
Ned Deily added the comment: New changeset 1beae7e523d2db4e3ce383b2032095ef956f21c4 by Zachary Ware in branch '3.7': [3.7] bpo-40297: Fix test_socket.CANTest.testSendFrame (GH-25960) https://github.com/python/cpython/commit/1beae7e523d2db4e3ce383b2032095ef956f21c4 -- nosy

[issue43124] [security] smtplib multiple CRLF injection

2021-05-07 Thread Ned Deily
Ned Deily added the comment: There is no sign of anyone currently working on it, so please feel free to dig in! -- ___ Python tracker <https://bugs.python.org/issue43

[issue43124] [security] smtplib multiple CRLF injection

2021-05-07 Thread Ned Deily
Ned Deily added the comment: Still in "deferred blocker" status awaiting a PR from someone -- ___ Python tracker <https://bugs.python.org/issue43124> ___ __

[issue43882] [security] urllib.parse should sanitize urls containing ASCII newline and tabs.

2021-05-07 Thread Ned Deily
Ned Deily added the comment: > My reading of the previous message was, even if we raised exception > or gave as a parameter, it wont be any better for certain downstream > users, as we let the security problem open, and have it only as opt-in fix. Senthil, I am not sure which previou

[issue44065] "configure: error: internal configure error for the platform triplet" on macOS with Clang supporting --print-multiarch:

2021-05-07 Thread Ned Deily
Ned Deily added the comment: We don't recommend nor do we test building Python for macOS with anything but the Apple-supplied compilers in either Xcode or the Command Line Tools and this hasn't been a problem with the clang versions in them so far but, if someone wants to provide a PR

[issue43568] Drop support for Mac OS X < 10.3 module linking

2021-05-07 Thread Ned Deily
Ned Deily added the comment: > Would it be OK to backport just the distutils change to 3.9? While this seems like a minor feature behavior change rather than a bug fix, it probably wouldn't cause any problems to make such a change. I don't recall this issue coming up before as a prob

[issue21381] Python 3.4+ interpreter built on/with OS X 10.7 deployment target segfaults on 10.8+

2021-05-07 Thread Ned Deily
Ned Deily added the comment: A number of changes have been made since the initial report in 3.4 that might affect this area including as of 3.9.1 finally supporting weaklinking, that is, building on a newer version of macOS to run on older systems. Plus we no actively support systems older

[issue43882] [security] urllib.parse should sanitize urls containing ASCII newline and tabs.

2021-05-07 Thread Ned Deily
Ned Deily added the comment: > Unfortunately you already have to deal with the existence of 3.9.5 having the > new behavior but not having a control. I have been holding off on 3.7.x and 3.6.x security releases pending resolutions of this and other open security issues. But

[issue44022] urllib http client possible infinite loop on a 100 Continue response

2021-05-06 Thread Ned Deily
Change by Ned Deily : -- versions: +Python 3.10, Python 3.8, Python 3.9 ___ Python tracker <https://bugs.python.org/issue44022> ___ ___ Python-bugs-list mailin

[issue43882] [security] urllib.parse should sanitize urls containing ASCII newline and tabs.

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

[issue44022] urllib http client possible infinite loop on a 100 Continue response

2021-05-06 Thread Ned Deily
Change by Ned Deily : -- stage: commit review -> resolved versions: +Python 3.6, Python 3.7 -Python 3.10, Python 3.11, Python 3.8, Python 3.9 ___ Python tracker <https://bugs.python.org/issu

[issue44022] urllib http client possible infinite loop on a 100 Continue response

2021-05-06 Thread Ned Deily
Ned Deily added the comment: New changeset 078b146f062d212919d0ba25e34e658a8234aa63 by Miss Islington (bot) in branch '3.7': bpo-44022: Fix http client infinite line reading (DoS) after a HTTP 100 Continue (GH-25916) (GH-25934) https://github.com/python/cpython/commit

[issue44022] urllib http client possible infinite loop on a 100 Continue response

2021-05-06 Thread Ned Deily
Ned Deily added the comment: New changeset f68d2d69f1da56c2aea1293ecf93ab69a6010ad7 by Miss Islington (bot) in branch '3.6': bpo-44022: Fix http client infinite line reading (DoS) after a HTTP 100 Continue (GH-25916) (GH-25935) https://github.com/python/cpython/commit

[issue43075] ReDoS in urllib.request

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

[issue43075] ReDoS in urllib.request

2021-05-06 Thread Ned Deily
Ned Deily added the comment: New changeset 3fbe96123aeb4fa547a8f6022efa2dc8788f by Miss Islington (bot) in branch '3.6': bpo-43075: Fix ReDoS in urllib AbstractBasicAuthHandler (GH-24391) (GH-25250) https://github.com/python/cpython/commit/3fbe96123aeb4fa547a8f6022efa2dc8788f

[issue43882] [security] urllib.parse should sanitize urls containing ASCII newline and tabs.

2021-05-06 Thread Ned Deily
Ned Deily added the comment: New changeset 6c472d3a1d334d4eeb4a25eba7bf3b01611bf667 by Miss Islington (bot) in branch '3.6': [3.6] bpo-43882 - urllib.parse should sanitize urls containing ASCII newline and tabs (GH-25924) https://github.com/python/cpython/commit

[issue43882] [security] urllib.parse should sanitize urls containing ASCII newline and tabs.

2021-05-06 Thread Ned Deily
Ned Deily added the comment: New changeset f4dac7ec55477a6c5d965e594e74bd6bda786903 by Miss Islington (bot) in branch '3.7': [3.7] bpo-43882 - urllib.parse should sanitize urls containing ASCII newline and tabs. (GH-25923) https://github.com/python/cpython/commit

[issue44037] Broad performance regression from 3.10a7 to 3.10b1 with python.org macOS binaries

2021-05-04 Thread Ned Deily
Ned Deily added the comment: Thanks for the report, Raymond, and for taking the time to check performance. I am able to reliably reproduce the slowdowns in the benchmark between the 3.10.0a7 and 3.10.0b1 versions provided by the macOS installers on python.org. A similar slowdown is seen

[issue44027] Python 3.9 UWP does not create key in PythonCore

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

[issue41561] test_ssl fails in Ubuntu 20.04: test_min_max_version_mismatch

2021-05-03 Thread Ned Deily
Ned Deily added the comment: New changeset 512742d554f2c10e9a273855d87a68f5ee93ed29 by Miss Islington (bot) in branch '3.7': bpo-41561: Fix testing with OpenSSL 1.0.2 (GH-25355) (GH-25858) https://github.com/python/cpython/commit/512742d554f2c10e9a273855d87a68f5ee93ed29

[issue41561] test_ssl fails in Ubuntu 20.04: test_min_max_version_mismatch

2021-05-03 Thread Ned Deily
Ned Deily added the comment: New changeset 64be96ae1f85ce6b3bca4328576cf62d73f77b2a by Christian Heimes in branch '3.7': [3.7] bpo-41561: Add workaround for Ubuntu's custom security level (GH-24915) (GH-24928) https://github.com/python/cpython/commit/64be96ae1f85ce6b3bca4328576cf62d73f77b2a

[issue42362] Switch to clang as default compiler in build-installer.py

2021-05-02 Thread Ned Deily
Ned Deily added the comment: New changeset c3bfa762214e4fbe25699d75c0412791cefd7094 by Ned Deily in branch 'master': bpo-42362: use clang name on 10.9 builds as well (GH-25834) https://github.com/python/cpython/commit/c3bfa762214e4fbe25699d75c0412791cefd7094

[issue42362] Switch to clang as default compiler in build-installer.py

2021-05-02 Thread Ned Deily
Change by Ned Deily : -- pull_requests: +24520 pull_request: https://github.com/python/cpython/pull/25834 ___ Python tracker <https://bugs.python.org/issue42

[issue42235] [macOS] Use --enable-optimizations in build-installer.py

2021-05-02 Thread Ned Deily
Ned Deily added the comment: Thanks for the PR. I am only going to apply this to the 3.10 branch for now. Perhaps when we have more experience with it, it could be backported to 3.9.x. First appearance in 3.10.0b1. -- resolution: -> fixed stage: patch review -> resolved

[issue42235] [macOS] Use --enable-optimizations in build-installer.py

2021-05-02 Thread Ned Deily
Change by Ned Deily : -- pull_requests: -24519 ___ Python tracker <https://bugs.python.org/issue42235> ___ ___ Python-bugs-list mailing list Unsubscribe:

[issue42235] [macOS] Use --enable-optimizations in build-installer.py

2021-05-02 Thread Ned Deily
Change by Ned Deily : -- pull_requests: -24518 ___ Python tracker <https://bugs.python.org/issue42235> ___ ___ Python-bugs-list mailing list Unsubscribe:

[issue42235] [macOS] Use --enable-optimizations in build-installer.py

2021-05-02 Thread Ned Deily
Ned Deily added the comment: New changeset e08059edef3be07ada3058d68ad2c9cc13b7418e by Ronald Oussoren in branch 'master': bpo-42235: [macOS] Use LTO/PGO in build-installer.py with new enough compilers (GH-23079) https://github.com/python/cpython/commit

[issue41129] setup.py test for macOS SDK files may incorrectly classify files in other file systems

2021-05-02 Thread Ned Deily
Ned Deily added the comment: Thanks for the PR, Ned! Fixed in 3.10.0b1 and 3.9.5. -- resolution: -> fixed stage: patch review -> resolved status: open -> closed versions: +Python 3.10, Python 3.9 -Python 3.8 ___ Python tracke

[issue41129] setup.py test for macOS SDK files may incorrectly classify files in other file systems

2021-05-02 Thread Ned Deily
Ned Deily added the comment: New changeset 98035ec93ff0d9875f19027015689734d70c14e5 by Miss Islington (bot) in branch '3.9': bpo-41129: Fix check for macOS SDK paths when building Python (GH-25785) (GH-25830) https://github.com/python/cpython/commit/98035ec93ff0d9875f19027015689734d70c14e5

[issue41129] setup.py test for macOS SDK files may incorrectly classify files in other file systems

2021-05-02 Thread Ned Deily
Ned Deily added the comment: New changeset d52bbde9421987d216c600557ef5bc931d03efcc by Ned Batchelder in branch 'master': bpo-41129: Fix check for macOS SDK paths when building Python (GH-25785) https://github.com/python/cpython/commit/d52bbde9421987d216c600557ef5bc931d03efcc

[issue42362] Switch to clang as default compiler in build-installer.py

2021-05-02 Thread Ned Deily
Change by Ned Deily : -- resolution: -> fixed stage: patch review -> resolved status: open -> closed versions: +Python 3.10 ___ Python tracker <https://bugs.python.or

[issue43851] Optimise SQLite builds on macOS and Windows

2021-05-02 Thread Ned Deily
Ned Deily added the comment: New changeset 555cbbe7c10c29ec4358c66c247b8d7e871a5f7b by Erlend Egeberg Aasland in branch 'master': bpo-43851: Build SQLite with SQLITE_OMIT_AUTOINIT on macOS (GH-25413) https://github.com/python/cpython/commit/555cbbe7c10c29ec4358c66c247b8d7e871a5f7b

[issue43568] Drop support for Mac OS X < 10.3 module linking

2021-05-02 Thread Ned Deily
Ned Deily added the comment: Thanks for the PR! I updated it using the slightly different different changes in https://github.com/pypa/distutils/pull/36 and it was just easier to open a new PR. -- resolution: -> fixed stage: patch review -> resolved status: open -&g

[issue43568] Drop support for Mac OS X < 10.3 module linking

2021-05-02 Thread Ned Deily
Ned Deily added the comment: New changeset 870317825822c856490a32eee037fec8057690b1 by Ned Deily in branch 'master': bpo-43568: Drop support for MACOSX_DEPLOYMENT_TARGET < 10.3 (GH-25827) https://github.com/python/cpython/commit/870317825822c856490a32eee037fec805769

[issue43568] Drop support for Mac OS X < 10.3 module linking

2021-05-02 Thread Ned Deily
Change by Ned Deily : -- pull_requests: +24515 pull_request: https://github.com/python/cpython/pull/25827 ___ Python tracker <https://bugs.python.org/issue43

[issue43490] IDLE freezes at random

2021-05-02 Thread Ned Deily
Ned Deily added the comment: Without more information and a way to reproduce the behavior, there is little we can do to help here. If the problem persists, please re-open with more information, in particular a copy of the Python version information from the IDLE shell you are using to run

[issue41100] Support macOS 11 and Apple Silicon Macs

2021-05-02 Thread Ned Deily
Ned Deily added the comment: Thank you to everyone who contributed to this major undertaking! A particular thank you to Lawrence for doing much of the initial work and paving the way. Now that 3.8 also supports Big Sur and Apple Silicon Macs as of the imminent 3.8.10 release, it's time

[issue44009] Provide "python3.x-intel64" command with macOS universal2 framework builds

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

[issue44009] Provide "python3.x-intel64" command with macOS universal2 framework builds

2021-05-02 Thread Ned Deily
Ned Deily added the comment: New changeset 78e55888ab379cc61c0b5db67f0b881e526628d2 by Ned Deily in branch '3.8': bpo-44009: Provide "python3.x-intel64" for Apple Silicon Macs (GH-25810) https://github.com/python/cpython/commit/78e55888ab379cc61c0b5db67f0b88

[issue44009] Provide "python3.x-intel64" command with macOS universal2 framework builds

2021-05-02 Thread Ned Deily
Change by Ned Deily : -- pull_requests: +24497 pull_request: https://github.com/python/cpython/pull/25810 ___ Python tracker <https://bugs.python.org/issue44

<    1   2   3   4   5   6   7   8   9   10   >