[issue37590] Remove redundant docs of PyEval_EvalFrameEx

2019-07-14 Thread Steve Dower
Steve Dower added the comment: New changeset 7a430109b983806c57babf229c60d0245d0b541c by Steve Dower (Miss Islington (bot)) in branch '3.8': bpo-37590: Remove redundant docs of PyEval_EvalFrameEx (GH-14765) https://github.com/python/cpython/commit/7a430109b983806c57babf229c60d0

[issue37590] Remove redundant docs of PyEval_EvalFrameEx

2019-07-14 Thread Steve Dower
Steve Dower added the comment: The commit to master succeeded, but we missed the bpo number in the message, which is why it didn't appear here. -- ___ Python tracker <https://bugs.python.org/is

[issue22121] Start IDLE from icon in a better place.

2019-07-14 Thread Steve Dower
Steve Dower added the comment: > Steve, there is a problem in both lines of this suggestion. The only problem is that you ran from your own build. Once running from an installed layout (which you can now easily generate with `python.bat PC\layout --preset-default --copy `), the compari

[issue22121] Start IDLE from icon in a better place.

2019-07-14 Thread Steve Dower
Steve Dower added the comment: > NameError: name 'get_default_location' is not defined Also, this was a hypothetical function that you would implement in IDLE to determine whatever the default location ought to be. I'm personally happy to stay out of that pa

[issue37597] audit event table breaks PDF sphinx build

2019-07-16 Thread Steve Dower
Steve Dower added the comment: Guess we need a real Sphinx expert to help out here. Somehow we need to get explicit backlinks, but I couldn't figure out how to resolve them normally through an extension. If we can do that, this will probably go

[issue37587] JSON loads performance improvement for long strings

2019-07-23 Thread Steve Dower
Steve Dower added the comment: Marco has a newer patch with better performance that we came up with at the sprints, but apparently it hasn't been pushed yet. Hopefully he'll get that up soon and we can review it instead - the current PR wasn't as reliably good as initial te

[issue30237] Access violation due to CancelSynchronousIo of console read

2019-07-23 Thread Steve Dower
Steve Dower added the comment: Yep, thanks for the ping! -- resolution: -> fixed stage: patch review -> resolved status: open -> closed ___ Python tracker <https://bugs.python.or

[issue31546] PyOS_InputHook is not called when waiting for input() in Windows

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

[issue37664] Update bundled pip and setuptools

2019-07-23 Thread Steve Dower
New submission from Steve Dower : Can we have a newer bundled version of pip for 3.8/3.9? In particular, I'd really like to be able to use the new location for a pip.ini inside of sys.prefix, as it will fix the problems with "python3 -m pip" on Windows when obtained from th

[issue37664] Update bundled pip and setuptools

2019-07-24 Thread Steve Dower
Steve Dower added the comment: Oh that's a nasty issue... but it sounds like you're reaching some kind of agreement. 3.8b3 is scheduled for this week, so perhaps we can take the current release for now and then update it when you make the next release? (Also Pradyun, would you

[issue37659] subprocess.list2cmdline() should not escape wrapping single/double quotes

2019-07-24 Thread Steve Dower
Steve Dower added the comment: Maybe we need to finally make shlex.split() at least be consistent with list2cmdline() on Windows so it can round-trip, perhaps with a "windows=True" parameter. I don't think it's unreasonable to aim for round-tripability. That is

[issue37664] Update bundled pip and setuptools

2019-07-24 Thread Steve Dower
Steve Dower added the comment: New changeset 5380def8269b24a8a3bc46396373a1dc91b1dd1a by Steve Dower (Pradyun Gedam) in branch 'master': bpo-37664: Update bundled pip to 19.2.1 and setuptools to 41.0.1 (GH-14934) https://github.com/python/cpyt

[issue37664] Update bundled pip and setuptools

2019-07-24 Thread Steve Dower
Steve Dower added the comment: Leaving this open until 3.8b4 in case we want to take another update. -- ___ Python tracker <https://bugs.python.org/issue37

[issue37672] Switch Windows Store package to use pip.ini for user mode

2019-07-24 Thread Steve Dower
New submission from Steve Dower : Currently we set PIP_USER environment variable in the pip.exe redirector, which is not ideal. Now that we have the latest release of pip, we can use a pip.ini file to set the option by default. -- assignee: steve.dower components: Windows messages

[issue37672] Switch Windows Store package to use pip.ini for user mode

2019-07-24 Thread Steve Dower
Change by Steve Dower : -- keywords: +patch pull_requests: +14711 stage: -> patch review pull_request: https://github.com/python/cpython/pull/14939 ___ Python tracker <https://bugs.python.org/issu

[issue37672] Switch Windows Store package to use pip.ini for user mode

2019-07-24 Thread Steve Dower
Steve Dower added the comment: New changeset 123536fdab7b8def15c859aa70232bc55ec73096 by Steve Dower in branch 'master': bpo-37672: Switch Windows Store package to use pip.ini for user mode (GH-14939) https://github.com/python/cpython/commit/123536fdab7b8def15c859aa70232b

[issue37672] Switch Windows Store package to use pip.ini for user mode

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

[issue37679] test_with_pip fails on FreeBSD 10 bot

2019-07-25 Thread Steve Dower
Steve Dower added the comment: Guessing this is a new warning in pip? Can we just disable the cache explicitly for these tests? Or should we reconfigure the buildbot to suppress the warning. -- nosy: +Marcus.Smith, dstufft, ncoghlan, paul.moore, pradyunsg, steve.dower

[issue37641] Embeddable distribution pyc filenames show build machine location

2019-07-25 Thread Steve Dower
Steve Dower added the comment: New changeset c4cda4369f4b8f33082890d16dfc364a90658ef6 by Steve Dower (Bill Collins) in branch 'master': bpo-37641 preserve relative file location in embeddable zip (GH-14884) https://github.com/python/cpython/commit/c4cda4369f4b8f33082890d16dfc36

[issue37679] test_with_pip fails on FreeBSD 10 bot

2019-07-26 Thread Steve Dower
Steve Dower added the comment: Could you please nosy yourself on the other issue and help us address it then? The only change was upgrading pip, and the error is just a new warning message, but unless someone knows how bad it is then we'll "fix" it by ignori

[issue37664] Update bundled pip and setuptools

2019-07-26 Thread Steve Dower
Steve Dower added the comment: Actually, we're already ignoring this message, but now it includes "WARNING: " at the start and doesn't match the existing regex. So we can just continue to ignore it. -- ___ Python tracker <

[issue37664] Update bundled pip and setuptools

2019-07-26 Thread Steve Dower
Change by Steve Dower : -- pull_requests: +14728 pull_request: https://github.com/python/cpython/pull/14960 ___ Python tracker <https://bugs.python.org/issue37

[issue37664] Update bundled pip and setuptools

2019-07-26 Thread Steve Dower
Steve Dower added the comment: New changeset b1eb20e68e30c8ab128f9d63d622f0a8b49dcf34 by Steve Dower in branch 'master': bpo-37664: Update regex for ignoring cache warning on some buildbots (GH-14960) https://github.com/python/cpython/commit/b1eb20e68e30c8ab128f9d63d622f0

[issue37664] Update bundled pip and setuptools

2019-07-26 Thread Steve Dower
Steve Dower added the comment: Hey Ned, would you like a bundled pip update for 3.7? We haven't gone that far back. -- nosy: +ned.deily ___ Python tracker <https://bugs.python.org/is

[issue36529] Python from WindowsStore: can't install package using "-m pip"

2019-07-26 Thread Steve Dower
Steve Dower added the comment: Resolved by issue37672 (because I didn't find this issue when I was looking for it, so I created a new one) -- resolution: -> duplicate stage: -> resolved status: open -> closed superseder: -> Switch Windows Store package to use pip.

[issue32409] venv activate.bat is UTF-8 encoded but uses current console codepage

2019-07-26 Thread Steve Dower
Steve Dower added the comment: This appears to be completely resolved now, but if it's not, please ping with the details and we'll reopen. -- stage: patch review -> resolved status: open -> closed ___ Python tracker <http

[issue12989] Consistently handle path separator in Py_GetPath on Windows

2019-07-26 Thread Steve Dower
Steve Dower added the comment: This code has been significantly rewritten since this bug, and I believe it's no longer an issue. -- resolution: -> out of date stage: patch review -> resolved status: open -> closed ___ Python t

[issue34011] Default preference not given to venv DLL's

2019-07-26 Thread Steve Dower
Change by Steve Dower : -- stage: patch review -> resolved status: open -> closed ___ Python tracker <https://bugs.python.org/issue34011> ___ ___ Pyth

[issue35524] using/windows launcher image might be deprecated

2019-07-26 Thread Steve Dower
Change by Steve Dower : -- keywords: +patch pull_requests: +14734 stage: -> patch review pull_request: https://github.com/python/cpython/pull/14966 ___ Python tracker <https://bugs.python.org/issu

[issue35524] using/windows launcher image might be deprecated

2019-07-26 Thread Steve Dower
Steve Dower added the comment: I made a fake 3.8.0 installer and made the screenshot, so we'll only backport it to 3.8. I think 3.7 is fine with what it has. -- versions: +Python 3.8, Python 3.9 -Python 3.7 ___ Python tracker &

[issue35524] using/windows launcher image might be deprecated

2019-07-26 Thread Steve Dower
Steve Dower added the comment: New changeset 9d9893a1c85e07f7369c848acb0aed3b8fe6c3af by Steve Dower in branch 'master': bpo-35524: Update Windows installer image in docs (GH-14966) https://github.com/python/cpython/commit/9d9893a1c85e07f7369c848acb0aed

[issue35524] using/windows launcher image might be deprecated

2019-07-26 Thread Steve Dower
Change by Steve Dower : -- pull_requests: +14738 pull_request: https://github.com/python/cpython/pull/14969 ___ Python tracker <https://bugs.python.org/issue35

[issue35524] using/windows launcher image might be deprecated

2019-07-26 Thread Steve Dower
Steve Dower added the comment: New changeset 886e66d111b6b865e582d8cc7974d5c0b398da99 by Steve Dower in branch '3.8': bpo-35524: Update Windows installer image in docs (GH-14966) https://github.com/python/cpython/commit/886e66d111b6b865e582d8cc7974d5

[issue35524] using/windows launcher image might be deprecated

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

[issue32910] venv: Deactivate.ps1 is not created when Activate.ps1 was used

2019-07-26 Thread Steve Dower
Steve Dower added the comment: New changeset 91e49575095ca16d1b67dd8822deeb7885e421da by Steve Dower (Derek Keeler) in branch 'master': bpo-32910: Remove implementation detail in venv documentation. (GH-14968) https://github.com/python/cpython/commit/91e49575095ca16d1b67dd8822deeb

[issue36044] PROFILE_TASK for PGO build is not a good workload

2019-07-27 Thread Steve Dower
Steve Dower added the comment: I just ran this on Windows and noticed that there is no data for _msi.pyd, winsound.pyd or _sqlite3.pyd. The first two don't matter - we should just suppress PGO on those projects to avoid the warnings (add a false property). That's a note to myse

[issue36044] PROFILE_TASK for PGO build is not a good workload

2019-07-27 Thread Steve Dower
Change by Steve Dower : -- pull_requests: +14753 pull_request: https://github.com/python/cpython/pull/14985 ___ Python tracker <https://bugs.python.org/issue36

[issue36044] PROFILE_TASK for PGO build is not a good workload

2019-07-27 Thread Steve Dower
Steve Dower added the comment: I also added test_bz2 and test_lzma into the PGO profile, as the extension modules for those on Windows were barely being covered (they get imported, apparently, but that seems to be it). -- ___ Python tracker

[issue36044] PROFILE_TASK for PGO build is not a good workload

2019-07-29 Thread Steve Dower
Steve Dower added the comment: > What matters there is compiling the underlying lzma, bz2, and sqlite3 > libraries with PGO. that isn't done as part of our build system. On Windows they are linked in as source files, which is why it matters for us. On platforms where we rel

[issue36044] PROFILE_TASK for PGO build is not a good workload

2019-07-29 Thread Steve Dower
Steve Dower added the comment: Thanks for approving my PR, Greg! -- ___ Python tracker <https://bugs.python.org/issue36044> ___ ___ Python-bugs-list mailin

[issue37549] os.dup() fails for standard streams on Windows 7

2019-07-29 Thread Steve Dower
Steve Dower added the comment: > What 3.7.3 does is to skip calling _Py_set_inheritable for all files of type > FILE_TYPE_CHAR It sounds like we should probably revert to the middle ground, and skip _raising the error_ if _Py_set_inheritable for files of type FILE_TYPE_CHAR. As

[issue37354] Write PowerShell Activate.ps1 to be static so it can be signed

2019-07-29 Thread Steve Dower
Steve Dower added the comment: I just chatted with Derek about this, and while we identified some potential regressions (previously we were injecting str(prompt) into Activate.ps1, and now we're showing repr(prompt)), I don't think they're widely used. For example, if you

[issue37587] JSON loads performance improvement for long strings

2019-07-30 Thread Steve Dower
Steve Dower added the comment: While you're testing patches, can you try this version too? Py_UCS4 c = 0, minc = 0x20; for (next = end; next < len; next++) { c = PyUnicode_READ(kind, buf, next); if (c == '"' || c == '

[issue37587] JSON loads performance improvement for long strings

2019-07-30 Thread Steve Dower
Steve Dower added the comment: Oh, we also need to capture "next"... but then again, since the success case is far more common, I'd be okay with scanning again to find it. -- ___ Python tracker <https://bugs.pyt

[issue36670] test suite broken due to cpu usage feature on win 10/ german

2019-07-30 Thread Steve Dower
Change by Steve Dower : -- stage: -> needs patch versions: +Python 3.8, Python 3.9 ___ Python tracker <https://bugs.python.org/issue36670> ___ ___ Python-

[issue37587] JSON loads performance improvement for long strings

2019-07-30 Thread Steve Dower
Steve Dower added the comment: > compiler stores the `c` to stack every time The disassembly we looked at didn't do this, so it may just be certain compilers. Perhaps we can actually use the register keyword to help them out? :) Here's a slightly altered one that doesn't

[issue37734] Registry keys for Windows Store package have wrong executable

2019-07-31 Thread Steve Dower
New submission from Steve Dower : The next update to Windows will prevent launching executables from within the package install folder, and require you to launch from the user's local symlink to the executable (see issue37369). Currently, the only value we can put into the registry

[issue37734] Registry keys for Windows Store package have wrong executable

2019-07-31 Thread Steve Dower
Steve Dower added the comment: So far we've figured out that using the full installed path will work fine (by design) if you have enabled the matching alias. So essentially, if Python is on your PATH, you can also launch it using the full path. I'm trying to convince them that

[issue37746] Provide Windows predefined access type constants

2019-08-02 Thread Steve Dower
New submission from Steve Dower : We currently do not provide the standard access type constants anywhere, despite providing some of the specific access type flags (e.g. in `winreg`): #define DELETE (0x0001L) #define READ_CONTROL (0x0002L

[issue37745] 3.8b3 - windows install gui/ inconsistent options

2019-08-02 Thread Steve Dower
Steve Dower added the comment: The "for all users" checkbox you refer to only applies to the launcher, which is why it is immediately alongside the option to install the launcher (and above the comment about the launcher). The "Install for all users" option on the f

[issue36680] duplicate method definition in Lib/test/test_importlib/test_util.py

2019-08-02 Thread Steve Dower
Change by Steve Dower : -- resolution: -> fixed stage: -> resolved status: open -> closed ___ Python tracker <https://bugs.python.org/issue36680> ___

[issue36683] duplicate method definition in Lib/test/test_utf8_mode.py

2019-08-02 Thread Steve Dower
Change by Steve Dower : -- resolution: -> fixed stage: -> resolved status: open -> closed ___ Python tracker <https://bugs.python.org/issue36683> ___

[issue36678] duplicate method definitions in Lib/test/test_dataclasses.py

2019-08-02 Thread Steve Dower
Change by Steve Dower : -- resolution: -> fixed stage: -> resolved status: open -> closed ___ Python tracker <https://bugs.python.org/issue36678> ___

[issue36681] duplicate method definition in Lib/test/test_logging.py

2019-08-02 Thread Steve Dower
Change by Steve Dower : -- resolution: -> fixed stage: -> resolved status: open -> closed ___ Python tracker <https://bugs.python.org/issue36681> ___

[issue33408] Enable AF_UNIX support in Windows

2019-08-02 Thread Steve Dower
Steve Dower added the comment: Most of those examples would break today if run on Windows, though (AttributeError). So they'd just continue to break, probably with a different error (I'm not clear what happens if we specify SOCK_DGRAM with this change). Having an undocumented fie

[issue36590] Add Bluetooth RFCOMM Support for Windows

2019-08-02 Thread Steve Dower
Steve Dower added the comment: Thanks for the patch! -- resolution: -> fixed stage: patch review -> resolved status: open -> closed versions: -Python 3.8 ___ Python tracker <https://bugs.python.or

[issue36590] Add Bluetooth RFCOMM Support for Windows

2019-08-02 Thread Steve Dower
Steve Dower added the comment: New changeset 8fbece135d7615e836a845ca39223097046c8b8b by Steve Dower (Greg Bowser) in branch 'master': bpo-36590: Add Bluetooth RFCOMM and support for Windows. (GH-12767) https://github.com/python/cpython/commit/8fbece135d7615e836a845ca392230

[issue31226] shutil.rmtree fails when target has an internal directory junction (Windows)

2019-08-02 Thread Steve Dower
Steve Dower added the comment: Sorry for being slow to review, I just added a few more comments on the PR and I think we're nearly done. -- versions: +Python 3.9 -Python 3.6 ___ Python tracker <https://bugs.python.org/is

[issue36557] Python (Launcher)3.7.3 CMDLine install/uninstall

2019-08-02 Thread Steve Dower
Steve Dower added the comment: Sorry for the slow reply. > immediately begin removing Python - no prompt will be displayed This is meant to imply that no *confirmation* prompt will be displayed before uninstall starts. Documentation patches are welcome :) > tell me something about p

[issue36311] Flaw in Windows code page decoder for large input

2019-08-02 Thread Steve Dower
Steve Dower added the comment: If we reduce our chunk size below INT_MAX, then we avoid the issue entirely. Our logic for hitting the middle of a multibyte character is fine (perhaps fixed since this issue was opened?), there's just a weird edge case at 2 GiB in the API call. As a

[issue36311] Flaw in Windows code page decoder for large input

2019-08-02 Thread Steve Dower
Change by Steve Dower : -- assignee: -> steve.dower versions: +Python 3.9 ___ Python tracker <https://bugs.python.org/issue36311> ___ ___ Python-bugs-list mai

[issue36311] Flaw in Windows code page decoder for large input

2019-08-02 Thread Steve Dower
Change by Steve Dower : -- keywords: +patch pull_requests: +14828 stage: test needed -> patch review pull_request: https://github.com/python/cpython/pull/15083 ___ Python tracker <https://bugs.python.org/issu

[issue36394] test_multiprocessing_spawn fails on Windows7 3.x buildbot

2019-08-02 Thread Steve Dower
Change by Steve Dower : -- resolution: -> fixed stage: patch review -> resolved status: open -> closed ___ Python tracker <https://bugs.python.or

[issue20391] windows python launcher should support explicit 64-bit version

2019-08-02 Thread Steve Dower
Steve Dower added the comment: This has been implemented. -- resolution: -> out of date stage: -> resolved status: open -> closed ___ Python tracker <https://bugs.python.or

[issue20523] global .pdbrc on windows 7 not reachable out of the box

2019-08-02 Thread Steve Dower
Change by Steve Dower : -- versions: +Python 3.7, Python 3.8, Python 3.9 -Python 3.5 ___ Python tracker <https://bugs.python.org/issue20523> ___ ___ Python-bug

[issue20523] global .pdbrc on windows 7 not reachable out of the box

2019-08-02 Thread Steve Dower
Steve Dower added the comment: New changeset 7ea9a85f132b32347fcbd2cbe1b553a2e9890b56 by Steve Dower (Timothy Hopper) in branch 'master': bpo-20523: pdb searches for .pdbrc in ~ instead of $HOME (GH-11847) https://github.com/python/cpython/commit/7ea9a85f132b32347fcbd2cbe1b553

[issue32326] Update Build projects to version 10.0.16299.0 of the Windows 10 SDK.

2019-08-02 Thread Steve Dower
Change by Steve Dower : -- resolution: -> out of date stage: patch review -> resolved status: open -> closed ___ Python tracker <https://bugs.python.or

[issue23451] Deprecation warnings building 3.5 Visual Studio Windows 8.1 64 bit

2019-08-02 Thread Steve Dower
Change by Steve Dower : -- resolution: -> fixed stage: patch review -> resolved status: open -> closed ___ Python tracker <https://bugs.python.or

[issue5438] test_bigmem.test_from_2G_generator uses more memory than expected

2019-08-02 Thread Steve Dower
Change by Steve Dower : -- resolution: -> fixed stage: patch review -> resolved status: open -> closed ___ Python tracker <https://bugs.python.o

[issue33779] Error while installing python 3.6.5 on windows 10

2019-08-02 Thread Steve Dower
Change by Steve Dower : -- resolution: -> third party stage: -> resolved status: open -> closed ___ Python tracker <https://bugs.python.org/issue33779> ___ ___

[issue35058] Unable to Install Python on Windows

2019-08-02 Thread Steve Dower
Change by Steve Dower : -- resolution: -> out of date stage: -> resolved status: open -> closed ___ Python tracker <https://bugs.python.org/issue35058> ___ ___

[issue34562] cannot install versions 3.6.5+ on Windows

2019-08-02 Thread Steve Dower
Change by Steve Dower : -- resolution: -> out of date stage: -> resolved status: open -> closed ___ Python tracker <https://bugs.python.org/issue34562> ___ ___

[issue21983] segfault in ctypes.cast

2019-08-02 Thread Steve Dower
Change by Steve Dower : -- assignee: steve.dower -> stage: patch review -> backport needed versions: -Python 3.6, Python 3.7, Python 3.8 ___ Python tracker <https://bugs.python.org/i

[issue31961] subprocess._execute_child doesn't accept a single PathLike argument for args

2019-08-02 Thread Steve Dower
Change by Steve Dower : -- resolution: -> fixed stage: patch review -> resolved status: open -> closed ___ Python tracker <https://bugs.python.or

[issue33617] subprocess.Popen etc do not accept os.PathLike in passed sequence on Windows

2019-08-02 Thread Steve Dower
Change by Steve Dower : -- stage: patch review -> resolved status: open -> closed ___ Python tracker <https://bugs.python.org/issue33617> ___ ___ Pyth

[issue34564] Tutorial Section 2.1 Windows Installation Path Correction

2019-08-02 Thread Steve Dower
Steve Dower added the comment: I updated this section in a separate issue. -- resolution: -> out of date stage: -> resolved status: open -> closed ___ Python tracker <https://bugs.python.or

[issue34470] windows msi in headless mode fails to install Script directory on reinstall if the python folder was deleted but not uninstalled

2019-08-02 Thread Steve Dower
Change by Steve Dower : -- resolution: -> out of date stage: -> resolved status: open -> closed ___ Python tracker <https://bugs.python.org/issue34470> ___ ___

[issue30974] Update os.samefile docstring to match documentation

2019-08-02 Thread Steve Dower
Steve Dower added the comment: New changeset 8e568ef266a2805f9a6042003723d9c050830461 by Steve Dower (Timo Furrer) in branch 'master': bpo-30974: Change os.path.samefile docstring to match docs (GH-7337) https://github.com/python/cpython/commit/8e568ef266a2805f9a6042003723d9

[issue30974] Update os.samefile docstring to match documentation

2019-08-02 Thread Steve Dower
Steve Dower added the comment: I'm not personally thrilled about it being documented like this, but it's certainly how the current documentation reads. Consistency is better until we get motivated enough to fix all of it. Thanks for the patch! -- stage: patch review -

[issue30974] Update os.samefile docstring to match documentation

2019-08-02 Thread Steve Dower
Steve Dower added the comment: Still needs a 2.7 backport if someone would like to do it. -- ___ Python tracker <https://bugs.python.org/issue30974> ___ ___

[issue31534] python 3.6.2 installation failed 0x80070002 error

2019-08-02 Thread Steve Dower
Change by Steve Dower : -- resolution: -> out of date stage: -> resolved status: open -> closed ___ Python tracker <https://bugs.python.org/issue31534> ___ ___

[issue34142] Windows launcher version lookup flawed

2019-08-02 Thread Steve Dower
Change by Steve Dower : -- versions: +Python 3.8, Python 3.9 ___ Python tracker <https://bugs.python.org/issue34142> ___ ___ Python-bugs-list mailing list Unsub

[issue1327594] Static Windows Build fails to locate existing installation

2019-08-02 Thread Steve Dower
Change by Steve Dower : -- resolution: -> out of date stage: test needed -> resolved status: open -> closed ___ Python tracker <https://bugs.python.org/

[issue34232] Python3.7.0 exe installers (32 and 64 bit) failing on Windows7

2019-08-02 Thread Steve Dower
Steve Dower added the comment: Sorry about forgetting this - this is an issue with certain security configurations where variables are not passed across the Administrator boundary properly (and the subinstallers are automatically elevated to Administrator). If you right click the installer

[issue33220] Antivirus hits on python-2.7.14.amd64.msi file

2019-08-02 Thread Steve Dower
Change by Steve Dower : -- resolution: -> third party stage: -> resolved status: open -> closed ___ Python tracker <https://bugs.python.org/issue33220> ___ ___

[issue34026] Request for 2 Windows installation changes.

2019-08-02 Thread Steve Dower
Change by Steve Dower : -- resolution: -> wont fix stage: needs patch -> resolved status: open -> closed ___ Python tracker <https://bugs.python.or

[issue31612] Building 3.6 fails on Windows

2019-08-02 Thread Steve Dower
Change by Steve Dower : -- resolution: -> out of date stage: -> resolved status: open -> closed ___ Python tracker <https://bugs.python.org/issue31612> ___ ___

[issue31476] Stdlib source files not installed

2019-08-02 Thread Steve Dower
Steve Dower added the comment: Closing this as out of date, but if you're still watching Zero, make sure you aren't browsing the __pycache__ directory instead of the source directories. We definitely ship sources with all of our distributions. -- resolution: -> out

[issue25172] Unix-only crypt should not be present on Windows.

2019-08-02 Thread Steve Dower
Steve Dower added the comment: Marking this easy/newcomer friendly. This should catch the ModuleNotFoundError raised when _crypt is missing and raise a more informative ImportError saying that crypt is unsupported. All the other modules that are missing are native extension modules that are

[issue33408] Enable AF_UNIX support in Windows

2019-08-02 Thread Steve Dower
Steve Dower added the comment: > I think it's possible that there is code that detects whether AF_UNIX is an > attribute on socket or not and does something different on Windows, but I > haven't seen an example of it so far. One of the test suites linked above had a

[issue37746] Provide Windows predefined access type constants

2019-08-02 Thread Steve Dower
Steve Dower added the comment: At least the first five can be used to open keys with even less rights than default, which can sometimes be necessary for keys with obscure ACLs. Having the constants present is also helpful when rendering a text view. Perhaps _winapi is the best place? It

[issue20523] global .pdbrc on windows 7 not reachable out of the box

2019-08-03 Thread Steve Dower
Change by Steve Dower : -- resolution: -> fixed stage: patch review -> resolved status: open -> closed ___ Python tracker <https://bugs.python.or

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

2019-08-05 Thread Steve Dower
Steve Dower added the comment: All I can add is these are the steps: https://github.com/python/cpython/blob/master/.azure-pipelines/macos-steps.yml The Linux steps use xvfb, but the macOS steps do not. And we don't do anything at all to install Tcl/Tk on the build

[issue37769] Windows Store installer should warn user about MAX_PATH

2019-08-05 Thread Steve Dower
Steve Dower added the comment: Short of adding a popup into Python itself the first time you run it (and would that include if you run "pip" first?), we don't have any ability to extend the installer. We could reduce the "local-packages/Python37/site-packages&

[issue25172] Unix-only crypt should not be present on Windows.

2019-08-06 Thread Steve Dower
Steve Dower added the comment: That sounds good to me, though you may want to propose the error message here first so we can get the wording right - probably not everyone will be watching github PR. It probably makes sense to raise a different error message on platforms where we do expect

[issue37734] Registry keys for Windows Store package have wrong executable

2019-08-06 Thread Steve Dower
Steve Dower added the comment: It looks like the best solution here may be to rename the bundled executables to "python3.8.exe" etc. rather than "python.exe". We will still keep the "python.exe" alias, and sys.executable won't change (it'll still p

[issue37734] Registry keys for Windows Store package have wrong executable

2019-08-06 Thread Steve Dower
Change by Steve Dower : -- keywords: +patch pull_requests: +14882 stage: needs patch -> patch review pull_request: https://github.com/python/cpython/pull/15146 ___ Python tracker <https://bugs.python.org/issu

[issue25172] Unix-only crypt should not be present on Windows.

2019-08-06 Thread Steve Dower
Steve Dower added the comment: `sys.platform` is the value that reflects how Python was compiled - `sys.platform == 'win32'` means compiled for Windows. And since this issue is related to compilation, it makes the most sense to use sys. (`os.name` is also based on compilation, but

[issue25172] Unix-only crypt should not be present on Windows.

2019-08-06 Thread Steve Dower
Steve Dower added the comment: > Can I submit my PR now? Sure, though if others want to weigh in on wording they should feel free to do it here. > I forgot to ask about tests? I see there is test_crypt.py under Lib\test. Do > you have any thoughts on how to test this? It should

[issue37778] Windows Store package uses wrong icons for file association

2019-08-06 Thread Steve Dower
New submission from Steve Dower : No Logo element is specified in the FileTypeAssociation element, and so files get a different icon from the regular installer. See https://docs.microsoft.com/en-us/uwp/schemas/appxpackage/appxmanifestschema/element-1-logo -- assignee: steve.dower

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