[issue27647] Update Windows 2.7 build to Tcl/Tk 8.5.19

2019-11-17 Thread Zachary Ware
Change by Zachary Ware : -- resolution: -> out of date stage: needs patch -> resolved status: open -> closed superseder: -> [2.7] test_tk: test_use() of test_tkinter.test_widgets randomly fails with "integer value too large to represent" on w

[issue29275] time module still has Y2K issues note

2019-11-17 Thread Zachary Ware
Change by Zachary Ware : -- keywords: +easy, newcomer friendly stage: -> needs patch versions: +Python 3.8, Python 3.9 -Python 2.7, Python 3.3, Python 3.4, Python 3.5, Python 3.6 ___ Python tracker <https://bugs.python.org/issu

[issue29125] Shell injection via TIX_LIBRARY when using tkinter.tix

2019-11-17 Thread Zachary Ware
Zachary Ware added the comment: Nearly 3 years on, the patch looks fine to me (though I would also accept this issue as justification for removing Tix ;). -- versions: +Python 3.8, Python 3.9 ___ Python tracker <https://bugs.python.org/issue29

[issue38722] runpy should use io.open_code() instead of open()

2019-11-18 Thread Zachary Ware
Change by Zachary Ware : -- nosy: +steve.dower ___ Python tracker <https://bugs.python.org/issue38722> ___ ___ Python-bugs-list mailing list Unsubscribe:

[issue32371] Delay-loading of python dll is impossible when using some C macros

2019-11-19 Thread Zachary Ware
Zachary Ware added the comment: Thanks for reporting back. If you find that you can provide a reliable reproducer later, do please reopen and attach it. -- resolution: -> works for me stage: -> resolved status: open -> closed ___ Pytho

[issue38855] test_unpack.py does not catch the unpacking of a set

2019-11-19 Thread Zachary Ware
Zachary Ware added the comment: It's not clear what you're asking for here. Your example works, though the contents of `a` and `c` will each be an arbitrary member of S and `b` the rest of the members of S and you have no guarantee of what you'll get. If you want to be su

[issue38869] Unexpectedly variable result

2019-11-20 Thread Zachary Ware
Zachary Ware added the comment: I don't see anything here to indicate a bug in CPython or the standard library, so I'm closing the issue. I would recommend asking for help with this on python-l...@python.org (comp.lang.python) or StackOverflow. If you can reduce it to a bug

[issue38855] test_unpack.py does not catch the unpacking of a set

2019-11-22 Thread Zachary Ware
Zachary Ware added the comment: Absent clarification from the OP (though it appears some may have been added to bpo-38853), I'm closing the issue. -- resolution: -> not a bug stage: -> resolved status: open -> closed ___ Python t

[issue38909] module name 'stat.py'

2019-11-25 Thread Zachary Ware
Zachary Ware added the comment: It's not clear what you're reporting here, but it looks like the classic issue that naming your module the same as one in the standard library will cause things to break. There are numerous other issues about that; please find the active one i

[issue38919] support Assignment Operators

2019-11-26 Thread Zachary Ware
Zachary Ware added the comment: Agreed with Karthikeyan. This is a PEP-level change, meaning it will first need to find some approval on python-ideas, a PEP will need to be written and eventually approved before an issue should be opened to implement the change; thus I'm closing this

[issue38923] Spurious OSError "Not enough memory resources" when allocating memory using multiprocessing.RawArray

2019-11-26 Thread Zachary Ware
Zachary Ware added the comment: You appear to be using a 32-bit version of Python on Windows; do you get the same behavior using the 64-bit version? -- components: -ctypes ___ Python tracker <https://bugs.python.org/issue38

[issue38931] pathlib.Path on Windows - parser issue

2019-11-27 Thread Zachary Ware
Zachary Ware added the comment: Note that you're using backslashes in a non-raw string; in particular, you're naming your file `\x09est.eps`. Try `Path(r'C:\Temp\MyProj.wc\test.eps')` and see if that works for you. -- ___ Py

[issue38931] pathlib.Path on Windows - parser issue

2019-11-28 Thread Zachary Ware
Zachary Ware added the comment: You're welcome :) -- resolution: -> not a bug stage: -> resolved status: open -> closed ___ Python tracker <https://bugs.pyth

[issue33125] Windows 10 ARM64 platform support

2019-12-06 Thread Zachary Ware
Change by Zachary Ware : -- Removed message: https://bugs.python.org/msg357922 ___ Python tracker <https://bugs.python.org/issue33125> ___ ___ Python-bugs-list m

[issue39020] [AIX] module _curses fails to build since ESCDELAY has been added

2019-12-10 Thread Zachary Ware
Change by Zachary Ware : -- components: +Build title: [AIX] module _ctypes fails to build since ESCDELAY has been added -> [AIX] module _curses fails to build since ESCDELAY has been added ___ Python tracker <https://bugs.python.org/issu

[issue39033] zipimport raises NameError: name '_boostrap_external' is not defined

2019-12-12 Thread Zachary Ware
Zachary Ware added the comment: Good catch! Would you like to submit a pull request to fix it? Ideally such a PR should also include a test to exercise this code. -- nosy: +twouters, zach.ware ___ Python tracker <https://bugs.python.

[issue39044] Segfault on build for the master branch

2019-12-13 Thread Zachary Ware
Zachary Ware added the comment: If you updated an unclean checkout, try running `make distclean` before configuring and building again; that often clears this kind of thing up. -- nosy: +zach.ware ___ Python tracker <https://bugs.python.

[issue39084] string.letters is flipped after setlocale is called

2019-12-17 Thread Zachary Ware
Change by Zachary Ware : -- resolution: -> duplicate stage: patch review -> resolved status: open -> closed superseder: -> help() modifies the string module ___ Python tracker <https://bugs.python

[issue39079] help() modifies the string module

2019-12-17 Thread Zachary Ware
Zachary Ware added the comment: Since this has been this way for 22 years without a previous report that I can find, +1 to closing as "won't fix"/"not a bug" and so doing. However, I'm also adding the 2.7 release manager to make sure he knows about

[issue39095] Negative Array Index not Yielding "Index Out Of Bounds"

2019-12-18 Thread Zachary Ware
Zachary Ware added the comment: `-1` is not out of bounds unless the array is empty; negative indices count from the other end: >>> a = list("some array") >>> a ['s', 'o', 'm', 'e', ' ', 'a', 'r&

[issue39105] Spam

2019-12-20 Thread Zachary Ware
Change by Zachary Ware : Removed file: https://bugs.python.org/file48795/Roko-Logo-2-fi18353094x260.png ___ Python tracker <https://bugs.python.org/issue39105> ___ ___

[issue39105] Spam

2019-12-20 Thread Zachary Ware
Change by Zachary Ware : -- Removed message: https://bugs.python.org/msg358698 ___ Python tracker <https://bugs.python.org/issue39105> ___ ___ Python-bugs-list m

[issue39105] Spam

2019-12-20 Thread Zachary Ware
Change by Zachary Ware : -- type: resource usage -> versions: -Python 3.8 ___ Python tracker <https://bugs.python.org/issue39105> ___ ___ Python-bugs-lis

[issue39107] Consider building Tkinter with Tk 8.6.10

2019-12-20 Thread Zachary Ware
Zachary Ware added the comment: Looks like some enhancements on Windows as well; we should upgrade at least 3.9. -- components: +Windows nosy: +paul.moore, steve.dower, tim.golden, zach.ware ___ Python tracker <https://bugs.python.org/issue39

[issue39114] Python 3.9.0a2 changed how finally/return is traced

2019-12-21 Thread Zachary Ware
Change by Zachary Ware : -- keywords: +3.9regression ___ Python tracker <https://bugs.python.org/issue39114> ___ ___ Python-bugs-list mailing list Unsubscribe:

[issue39186] Windows installer instructions refer to mercurial

2020-01-02 Thread Zachary Ware
Zachary Ware added the comment: Thanks! -- resolution: -> fixed stage: patch review -> resolved status: open -> closed versions: +Python 3.9 ___ Python tracker <https://bugs.python.or

[issue39208] PDB pm function throws exception without sys import

2020-01-03 Thread Zachary Ware
Zachary Ware added the comment: Try varying the order of what you're doing there: >>> import pdb, sys >>> pdb.pm() Traceback ... >>> pdb.pm() See https://docs.python.org/3/library/sys.html#sys.last_traceback, which notes that this attribute is not a

[issue39250] os.path.commonpath() not so common

2020-01-07 Thread Zachary Ware
Zachary Ware added the comment: I'm not seeing how `/var` has `/var/log` in common with `/var/log` and `/var/log/nginx`. -- nosy: +zach.ware ___ Python tracker <https://bugs.python.org/is

[issue39250] os.path.commonpath() not so common

2020-01-07 Thread Zachary Ware
Zachary Ware added the comment: No problem :) -- resolution: -> works for me stage: -> resolved status: open -> closed ___ Python tracker <https://bugs.python.or

[issue39330] Way to build without IDLE

2020-01-14 Thread Zachary Ware
Zachary Ware added the comment: I'm not sure what you mean here. IDLE is a pure-Python application, though it does depend on the optional tkinter package. If you're on a UNIX platform and Tcl/Tk headers and libraries can't be found, _tkinter won't be built and you

[issue39333] argparse should offer an alternative to SystemExit in case a parse fails

2020-01-14 Thread Zachary Ware
Change by Zachary Ware : -- nosy: +rhettinger ___ Python tracker <https://bugs.python.org/issue39333> ___ ___ Python-bugs-list mailing list Unsubscribe:

[issue39338] Data lost randomly from dictionary after creating the dictionary

2020-01-14 Thread Zachary Ware
Zachary Ware added the comment: I suspect your `useAmp` branch is not doing what you think it's doing: it's effectively replacing a random number of entries in your `crazyQuilt2` list with a duplicate entry (try `print`ing the list every time around the main loop to see what'

[issue35058] Unable to Install Python on Windows

2020-01-15 Thread Zachary Ware
Change by Zachary Ware : -- Removed message: https://bugs.python.org/msg354421 ___ Python tracker <https://bugs.python.org/issue35058> ___ ___ Python-bugs-list m

[issue27540] msvcrt.ungetwch() calls _ungetch()

2020-01-17 Thread Zachary Ware
Zachary Ware added the comment: If this isn't an issue in Python 3, I agree. -- ___ Python tracker <https://bugs.python.org/issue27540> ___ ___ Pytho

[issue34780] Hang on startup if stdin refers to a pipe with an outstanding concurrent operation on Windows

2020-01-19 Thread Zachary Ware
Change by Zachary Ware : -- versions: +Python 3.9 -Python 2.7, Python 3.6 ___ Python tracker <https://bugs.python.org/issue34780> ___ ___ Python-bugs-list mailin

[issue34834] test_ssl.test_options does not correctly account for built-in ctx defaults with openssl 1.1.1

2020-01-19 Thread Zachary Ware
Zachary Ware added the comment: As this issue appears to only affect 2.7 which recently reached end-of-life status, I'm going to go ahead and close it. -- assignee: -> christian.heimes components: +SSL, Tests nosy: +zach.ware resolution: -> out of date stage: p

[issue24658] open().write() and .read() fails on 2 GB+ data (OS X)

2020-01-19 Thread Zachary Ware
Change by Zachary Ware : -- keywords: -needs review ___ Python tracker <https://bugs.python.org/issue24658> ___ ___ Python-bugs-list mailing list Unsubscribe:

[issue24658] open().write() and .read() fails on 2 GB+ data (OS X)

2020-01-19 Thread Zachary Ware
Zachary Ware added the comment: Since 3.x is fixed and 2.7 has reached EOL, I'm closing the issue. Thanks for getting it fixed in 3.x, Stephane and Victor! -- resolution: -> fixed stage: patch review -> resolved status: open -> closed versions

[issue34145] uuid3 and uuid5 hard to use portably between Python 2 and 3

2020-01-19 Thread Zachary Ware
Zachary Ware added the comment: Python 2.7 has reached EOL, and so this change can no longer be made. Thanks for the idea report and idea anyway, Bence! -- nosy: +zach.ware resolution: -> out of date stage: patch review -> resolved status: open -> closed versions: -P

[issue39146] too much memory consumption in re.compile unicode

2020-01-19 Thread Zachary Ware
Zachary Ware added the comment: As mentioned on the attached PR, Python 2.7 has reached EOL and this can no longer be accepted. Thanks for the report and patch anyway! -- nosy: +zach.ware resolution: -> out of date stage: patch review -> resolved status: open -&g

[issue29612] TarFile.extract() suffers from hard links inside tarball

2020-01-19 Thread Zachary Ware
Change by Zachary Ware : -- nosy: +ethan.furman versions: +Python 3.7, Python 3.8, Python 3.9 -Python 2.7, Python 3.4, Python 3.5, Python 3.6 ___ Python tracker <https://bugs.python.org/issue29

[issue36417] unicode.isdecimal bug in online Python 2 documentation

2020-01-19 Thread Zachary Ware
Zachary Ware added the comment: As Python 2.7 has reached EOL and the branch is closed to regular maintenance, I'm closing the issue. Thanks for the report and patch anyway! -- nosy: +zach.ware resolution: -> out of date stage: patch review -> resolved status: ope

[issue39373] --

2020-01-19 Thread Zachary Ware
Change by Zachary Ware : -- resolution: -> not a bug stage: -> resolved status: open -> closed title: new world -> -- ___ Python tracker <https://bugs.python

[issue39293] Windows 10 64-bit needs reboot after install

2020-01-20 Thread Zachary Ware
Change by Zachary Ware : Removed file: https://bugs.python.org/file48854/windows-ssh-tools.snapshot.json ___ Python tracker <https://bugs.python.org/issue39293> ___ ___

[issue39403] Objects equal (assertEqual return True) but behave differently

2020-01-20 Thread Zachary Ware
Zachary Ware added the comment: For `list1`, you are creating three separate lists containing `0` contained by a fourth list. For `list2`, you're creating a single list containing `0` contained by a second list, and then replicating the contents of that second list three times; thus `

[issue39466] Spam

2020-01-27 Thread Zachary Ware
Zachary Ware added the comment: I've removed the `User` role from that account since all of its posts have been spam; it will no longer be able to post. -- nosy: +zach.ware resolution: fixed -> not a bug title: Great -> Spam ___ Pyt

[issue39597] sorting the String

2020-02-10 Thread Zachary Ware
Change by Zachary Ware : -- stage: -> resolved status: pending -> closed ___ Python tracker <https://bugs.python.org/issue39597> ___ ___ Python-bugs-list

[issue39601] brace escapes are not working in formatted string literal format specifications

2020-02-10 Thread Zachary Ware
Zachary Ware added the comment: What result are you expecting here? -- nosy: +zach.ware ___ Python tracker <https://bugs.python.org/issue39601> ___ ___ Pytho

[issue39601] brace escapes are not working in formatted string literal format specifications

2020-02-10 Thread Zachary Ware
Change by Zachary Ware : -- components: -2to3 (2.x to 3.x conversion tool) ___ Python tracker <https://bugs.python.org/issue39601> ___ ___ Python-bugs-list m

[issue39601] brace escapes are not working in formatted string literal format specifications

2020-02-10 Thread Zachary Ware
Change by Zachary Ware : -- nosy: +eric.smith ___ Python tracker <https://bugs.python.org/issue39601> ___ ___ Python-bugs-list mailing list Unsubscribe:

[issue1812] doctest _load_testfile function -- newline handling seems incorrect

2020-02-11 Thread Zachary Ware
Change by Zachary Ware : -- nosy: +zach.ware ___ Python tracker <https://bugs.python.org/issue1812> ___ ___ Python-bugs-list mailing list Unsubscribe:

[issue39788] Exponential notation should return an int if it can

2020-02-28 Thread Zachary Ware
Zachary Ware added the comment: Agreed with Eric. -- nosy: +zach.ware resolution: -> rejected stage: -> resolved status: open -> closed ___ Python tracker <https://bugs.python.or

[issue39807] Python38 installed in wrong directory on Windows

2020-03-01 Thread Zachary Ware
Zachary Ware added the comment: That almost certainly means you were installing the 32-bit version of Python. 32-bit processes see `C:\Program Files (x86)\` as `C:\Program Files\`; I no longer remember whether they can actually see the real `C:\Program Files\` at all

[issue39814] Hyphens not generated for split-words in a "note" directive

2020-03-01 Thread Zachary Ware
Zachary Ware added the comment: Is this not a Sphinx issue? -- nosy: +zach.ware ___ Python tracker <https://bugs.python.org/issue39814> ___ ___ Python-bug

[issue39952] Using VS2019 to automatically build Python3 and it failed to build

2020-03-13 Thread Zachary Ware
Zachary Ware added the comment: (FTR, removing yourself from the "nosy list" means you won't get any responses to your issue, so I've added you back :)) This appears to be a problem with building Tcl/Tk. If you don't need the tkinter module, you can try adding t

[issue10572] Move test sub-packages to Lib/test

2020-03-16 Thread Zachary Ware
Zachary Ware added the comment: I'm personally still in favor of the change. This wouldn't be the first big movement of files in our repo and likely not the last, and I don't think git/GitHub's support (or lack thereof) for file moves is a good enough reason to not or

[issue39879] Update language reference to specify that dict is insertion-ordered.

2020-03-17 Thread Zachary Ware
Zachary Ware added the comment: Hi Furkan. Please note that Lahfa Samy had already submitted a PR for this issue after "claiming" it with a note here; proper "netiquette" suggests not jumping in with your own PR in such a situation. Fortuitously though, it looks like

[issue40008] Spam

2020-03-18 Thread Zachary Ware
Change by Zachary Ware : Removed file: https://bugs.python.org/file48980/MacOptimizerPro.jpg ___ Python tracker <https://bugs.python.org/issue40008> ___ ___ Python-bug

[issue40008] Spam

2020-03-18 Thread Zachary Ware
Change by Zachary Ware : -- nosy: -Jack Reigns title: Best Mac Cleaner Software and Optimization Utilities -> Spam type: performance -> ___ Python tracker <https://bugs.python.org/i

[issue40008] Spam

2020-03-18 Thread Zachary Ware
Change by Zachary Ware : -- Removed message: https://bugs.python.org/msg364570 ___ Python tracker <https://bugs.python.org/issue40008> ___ ___ Python-bugs-list m

[issue40009] Spam

2020-03-18 Thread Zachary Ware
Change by Zachary Ware : -- Removed message: https://bugs.python.org/msg364572 ___ Python tracker <https://bugs.python.org/issue40009> ___ ___ Python-bugs-list m

[issue40009] Spam

2020-03-18 Thread Zachary Ware
Change by Zachary Ware : -- nosy: -Jack Reigns title: Best Mac Cleaner Apps to Optimize and Speed up your Mac -> Spam type: performance -> ___ Python tracker <https://bugs.python.org/i

[issue40009] Spam

2020-03-18 Thread Zachary Ware
Change by Zachary Ware : Removed file: https://bugs.python.org/file48981/MacOptimizerPro.jpg ___ Python tracker <https://bugs.python.org/issue40009> ___ ___ Python-bug

[issue40009] Spam

2020-03-18 Thread Zachary Ware
Change by Zachary Ware : -- resolution: -> not a bug stage: -> resolved status: open -> closed ___ Python tracker <https://bugs.python.org/issue40009> ___ ___

[issue40008] Spam

2020-03-18 Thread Zachary Ware
Change by Zachary Ware : -- resolution: -> not a bug stage: -> resolved status: open -> closed ___ Python tracker <https://bugs.python.org/issue40008> ___ ___

[issue39879] Update language reference to specify that dict is insertion-ordered.

2020-03-26 Thread Zachary Ware
Zachary Ware added the comment: New changeset 59c644eaa72b0cc48302f59d66852c4ea8332eba by Lahfa Samy in branch 'master': bpo-39879: Update datamodel docs to include dict ordering (GH-19006) https://github.com/python/cpython/commit/59c644eaa72b0cc48302f59d66852c

[issue39879] Update language reference to specify that dict is insertion-ordered.

2020-03-26 Thread Zachary Ware
Zachary Ware added the comment: Thanks for the patch! -- resolution: -> fixed stage: patch review -> resolved status: open -> closed ___ Python tracker <https://bugs.python.or

[issue1812] doctest _load_testfile function -- newline handling seems incorrect

2020-03-26 Thread Zachary Ware
Zachary Ware added the comment: New changeset e0b8101492f6c61dee831425b4d3dae39a953599 by Peter Donis in branch 'master': bpo-1812: Fix newline conversion when doctest.testfile loads from a package whose loader has a get_data method (GH-17385) https://github.com/python/cpyt

[issue1812] doctest _load_testfile function -- newline handling seems incorrect

2020-03-26 Thread Zachary Ware
Zachary Ware added the comment: 12 years later, we finally landed your fix :). Thanks for the patch, and for bearing with us (and me in particular for the past couple months). As mentioned in the PR, there is probably opportunity to clean up the cleanup code in the new test a bit, and as

[issue40159] Make python -V -V output arguments of configure

2020-04-02 Thread Zachary Ware
Zachary Ware added the comment: How about `python3 -c 'import sysconfig;print(sysconfig.get_config_vars()["CONFIG_ARGS"])'`? -- nosy: +zach.ware ___ Python tracker <https://bug

[issue40214] test_ctypes.test_load_dll_with_flags Windows failure

2020-04-06 Thread Zachary Ware
Change by Zachary Ware : -- keywords: +patch nosy: +zach.ware nosy_count: 1.0 -> 2.0 pull_requests: +18768 stage: -> patch review pull_request: https://github.com/python/cpython/pull/19404 ___ Python tracker <https://bugs.python.org/i

[issue40214] test_ctypes.test_load_dll_with_flags Windows failure

2020-04-06 Thread Zachary Ware
Change by Zachary Ware : -- stage: -> patch review type: -> behavior ___ Python tracker <https://bugs.python.org/issue40214> ___ ___ Python-bugs-list

[issue40214] test_ctypes.test_load_dll_with_flags Windows failure

2020-04-06 Thread Zachary Ware
Zachary Ware added the comment: My best guess at the moment is that something changed in the underlying Windows image, particularly given the comment above the failing line that "insecure load flags should succeed" (though that could easily be a red herring). Until someone wh

[issue40214] test_ctypes.test_load_dll_with_flags Windows failure

2020-04-06 Thread Zachary Ware
Change by Zachary Ware : -- stage: patch review -> needs patch ___ Python tracker <https://bugs.python.org/issue40214> ___ ___ Python-bugs-list mailing list Un

[issue40214] test_ctypes.test_load_dll_with_flags Windows failure

2020-04-06 Thread Zachary Ware
Zachary Ware added the comment: New changeset f407e209c1e35b64835f73e7e7ca23e33817e9fe by Zachary Ware in branch 'master': bpo-40214: Temporarily disable a ctypes test (GH-19404) https://github.com/python/cpython/commit/f407e209c1e35b64835f73e7e7ca23

[issue40214] test_ctypes.test_load_dll_with_flags Windows failure

2020-04-07 Thread Zachary Ware
Change by Zachary Ware : -- pull_requests: +18773 stage: needs patch -> patch review pull_request: https://github.com/python/cpython/pull/19413 ___ Python tracker <https://bugs.python.org/issu

[issue40214] test_ctypes.test_load_dll_with_flags Windows failure

2020-04-07 Thread Zachary Ware
Zachary Ware added the comment: Assuming I implemented my checks correctly (see PR19413), I think I've just debunked both of our leading theories. Results here: https://dev.azure.com/Python/cpython/_build/results?buildId=60764&view=logs&j=d554cd63-f8f4-5b2d-871b-33e4ea76e915&am

[issue40214] test_ctypes.test_load_dll_with_flags Windows failure

2020-04-08 Thread Zachary Ware
Zachary Ware added the comment: Feel free to backport PR19404 as needed, but mark versions here appropriately to make sure the *real* fix makes it where it needs to go. -- ___ Python tracker <https://bugs.python.org/issue40

[issue40230] Itertools.product() Out of Memory Errors

2020-04-08 Thread Zachary Ware
Change by Zachary Ware : -- components: +Library (Lib) -Distutils nosy: +rhettinger -dstufft, eric.araujo stage: -> test needed ___ Python tracker <https://bugs.python.org/issu

[issue39598] Spam magnet

2020-04-10 Thread Zachary Ware
Zachary Ware added the comment: Maybe I'm just paranoid, but this whole issue reads like spam to me. It's at least a spam magnet; changing the title accordingly and clearing the nosy list. -- nosy: -Sahurkhan, gustavoxo, judiction, nows, paul.moore, steve.dower, tim.gold

[issue39598] Spam magnet

2020-04-10 Thread Zachary Ware
Change by Zachary Ware : -- nosy: -zach.ware ___ Python tracker <https://bugs.python.org/issue39598> ___ ___ Python-bugs-list mailing list Unsubscribe:

[issue40270] activate (or include) json1 extension in sqlite

2020-04-15 Thread Zachary Ware
Zachary Ware added the comment: New changeset 58d6f2ee3aeb699156d4784acccd2910d27982e7 by Ammar Askar in branch 'master': bpo-40270: Enable json extension in Windows sqlite extension (GH-19528) https://github.com/python/cpython/commit/58d6f2ee3aeb699156d4784acccd29

[issue40270] activate (or include) json1 extension in sqlite

2020-04-15 Thread Zachary Ware
Zachary Ware added the comment: This has been done in the macOS installer since 9625bf520e08828e36bc3b1d043af679eb5f993d, so this is now done. I won't backport it due to the inevitable confusion over which patch version of which branch started including it on Windows; it's much

[issue40301] zipfile module: new feature (two lines of code), useful for test, security and forensics

2020-04-16 Thread Zachary Ware
Change by Zachary Ware : -- nosy: +alanmcintyre, serhiy.storchaka, twouters ___ Python tracker <https://bugs.python.org/issue40301> ___ ___ Python-bugs-list m

[issue40314] python code order of magnitude faster than equivalent CPython code for simple import statement

2020-04-20 Thread Zachary Ware
Zachary Ware added the comment: Are you quite sure you're converting your times correctly, particularly in the C code? The units in the Python version should be seconds; does the C version actually take 23 seconds to execute? What kind of timing do you get if you time both programs

[issue27540] msvcrt.ungetwch() calls _ungetch()

2020-04-25 Thread Zachary Ware
Change by Zachary Ware : -- resolution: -> out of date stage: needs patch -> resolved status: open -> closed ___ Python tracker <https://bugs.python.or

[issue38601] Couldn't able to install multiple python minor version in windows due to EXE script

2020-04-25 Thread Zachary Ware
Change by Zachary Ware : -- stage: -> resolved status: open -> closed ___ Python tracker <https://bugs.python.org/issue38601> ___ ___ Python-bugs-list

[issue38601] Couldn't able to install multiple python minor version in windows due to EXE script

2020-04-25 Thread Zachary Ware
Zachary Ware added the comment: Lacking followup from the OP, I'm closing the issue. If more information is brought forward later, it can be reopened. -- ___ Python tracker <https://bugs.python.org/is

[issue21614] Case sensitivity problem in multiprocessing.

2020-04-25 Thread Zachary Ware
Zachary Ware added the comment: With no activity here in over 5 years and no confirmation on any version but 2.7, I'm closing the issue. If it can be confirmed on 3.8, the issue can be reopened. -- nosy: +zach.ware resolution: -> out of date stage: -> resolved s

[issue34283] [Windows] Python 2 mishandles console code page after setlocale

2020-04-25 Thread Zachary Ware
Zachary Ware added the comment: As this issue is specific to 2.7, I'm closing it. -- resolution: -> out of date stage: -> resolved status: open -> closed ___ Python tracker <https://bugs.pyth

[issue29796] [2.7] test_weakref hangs on Python 2.7 on Windows

2020-04-25 Thread Zachary Ware
Zachary Ware added the comment: Looks like we forgot to close this one; as far as I can tell it was fixed. Being 2.7-only, it's time to be closed anyway :) -- resolution: -> fixed stage: test needed -> resolved status: open -> closed

[issue32049] 2.7.14 does not uninstall cleanly if installation was run as SYSTEM account (SCCM)

2020-04-25 Thread Zachary Ware
Zachary Ware added the comment: Hi Sven, I'm sorry this issue never got attention before the end of 2.7, but as we have now reached that point I'm going to go ahead and close this issue. I hope it didn't cause you too much trouble! If you can also reproduce this with a cur

[issue30725] Windows installer for 2.7.13 doesn't install pip when installing to C:\Program Files

2020-04-25 Thread Zachary Ware
Change by Zachary Ware : -- resolution: -> out of date stage: -> resolved status: open -> closed ___ Python tracker <https://bugs.python.or

[issue26992] 64-bit Python 2.7.11 hangs in 64-bit Windows 10 - CMD and Git Bash

2020-04-25 Thread Zachary Ware
Zachary Ware added the comment: As this appears to be a 2.7-only issue, I'm going to go ahead and close it. -- resolution: -> out of date stage: -> resolved status: open -> closed ___ Python tracker <https://bugs.pyth

[issue28551] sysconfig.py wrong _PROJECT_BASE for Py2.7 Windows 64bit PC/VS9.0

2020-04-25 Thread Zachary Ware
Zachary Ware added the comment: Sorry I missed this one! This was actually addressed in bpo-30342 (GH-1544), but it would have been fixed 7 months sooner if this one hadn't fallen off my radar. Thanks for the patch anyway! -- resolution: -> fixed stage: -> resolved s

[issue14141] 2.7.2 64-bit Windows library has __impt_Py* for several symbols instead of __imp__Py*

2020-04-25 Thread Zachary Ware
Zachary Ware added the comment: As 2.7 is now out of support, I'm going to go ahead and close the issue. -- nosy: +zach.ware resolution: -> out of date stage: needs patch -> resolved status: open -> closed ___ Python t

[issue23121] pip.exe breaks if python 2.7.9 is installed under c:\Program Files\Python

2020-04-25 Thread Zachary Ware
Zachary Ware added the comment: As 2.7 is now out of support, I'm going to go ahead and close this issue. -- resolution: -> out of date stage: -> resolved status: open -> closed ___ Python tracker <https://bugs.pyth

[issue21946] 'python -u' yields trailing carriage return '\r' (Python2 for Windows)

2020-04-25 Thread Zachary Ware
Zachary Ware added the comment: It's not entirely clear from a quick read whether this was actually fixed or not (probably?), but as 2.7 is out of support it no longer matters :) -- nosy: +zach.ware resolution: -> out of date status: open -

[issue19351] python msi installers - silent mode

2020-04-25 Thread Zachary Ware
Zachary Ware added the comment: As all versions using the MSI installer are now out of support, I'm closing the issue. -- nosy: +zach.ware resolution: -> out of date stage: -> resolved status: open -> closed ___ Python t

[issue25563] Windows 10: _tkinter import fails

2020-04-25 Thread Zachary Ware
Zachary Ware added the comment: With no other context, I'm going to assume this was specific to 2.7, which is now out of support. -- resolution: -> out of date stage: -> resolved status: open -> closed ___ Python t

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