[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

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

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

[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

[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

[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

[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

[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

[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

[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

[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

[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

[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

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

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

[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

[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

[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

[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

[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

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

[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

[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

[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 : Removed file: https://bugs.python.org/file48795/Roko-Logo-2-fi18353094x260.png ___ Python tracker <https://bugs.python.org/issue39105> ___ ___

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

[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

[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

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

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

[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

[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

[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

[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

[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

[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

[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

[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

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

[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

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

[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

[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

[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

[issue38827] [security] requests (lib) connects to a wrong host

2019-11-16 Thread Zachary Ware
Zachary Ware added the comment: As mentioned, requests is a third-party project, please report bugs in requests following the instructions in the link provided by Karthikeyan. -- nosy: +zach.ware resolution: -> third party stage: -> resolved status: open -&g

[issue38797] x86-64 High Sierra 3.x buildbot worker fails to build Python: python.exe setup.py does crash with a bus error

2019-11-14 Thread Zachary Ware
Zachary Ware added the comment: Note that subsequent builds compiled successfully, see https://buildbot.python.org/all/#/builders/145/builds/2699 for the latest. It has been failing a test since build 2695, though. -- nosy: +zach.ware ___ Python

[issue38779] Simple typo in strings module documentation

2019-11-12 Thread Zachary Ware
Zachary Ware added the comment: You're right, it is correct as is; the regular output of the REPL is essentially `print(repr(_))`. Please do feel free to report any issues you find, though you may want to send a message to tu...@python.org to check anything you're not sure about

[issue38696] HTTP modules documentation error

2019-11-06 Thread Zachary Ware
Zachary Ware added the comment: Thanks for the report, Stojan, and for the patch, Ammar! -- nosy: +ammar2 resolution: -> fixed stage: patch review -> resolved status: open -> closed type: resource usage -> behavior versions: +Python 3.7

[issue38696] HTTP modules documentation error

2019-11-05 Thread Zachary Ware
Zachary Ware added the comment: New changeset 56698d57691af2272f695f8c17c835ed99545cde by Zachary Ware (Ammar Askar) in branch 'master': bpo-38696: Fix usage example of HTTPStatus (GH-17066) https://github.com/python/cpython/commit/56698d57691af2272f695f8c17c835ed99545cde -

[issue38704] No `GetActiveProcessorCount` on Windows Vista

2019-11-05 Thread Zachary Ware
Zachary Ware added the comment: Added our 3.8 RM to adjust the download page. Steve, can or should we adjust the installer to refuse to install on Vista? Is there other documentation we need to adjust? -- components: +Installation, Windows nosy: +lukasz.langa, paul.moore

[issue38475] Break Statement

2019-11-04 Thread Zachary Ware
Zachary Ware added the comment: Absent any response from the OP, I'm going to go with yes. Devor, if you can reduce your example to show a bug in the Python interpreter or standard library, please reopen with that example. -- resolution: -> not a bug stage: -> reso

[issue38558] Data Structures documentation out of sync with new Walrus operator

2019-10-25 Thread Zachary Ware
Zachary Ware added the comment: New changeset cb2cf06b0aad1851f54999497c1b50c381d1fdd8 by Zachary Ware (Ammar Askar) in branch 'master': bpo-38558: Mention `:=` in conditions tutorial (GH-16919) https://github.com/python/cpython/commit/cb2cf06b0aad1851f54999497c1b50

[issue38568] [3.7.5 x86_64 Linux] f-string parsing results in EOL

2019-10-23 Thread Zachary Ware
Zachary Ware added the comment: This is because you're trying to use the string's delimiting character (') in the string itself, which won't work for fairly apparent reasons :). Try removing the `f` prefix and see what happens. You can get around this by using a triple

[issue38537] 2.7 on Windows: all-users installation does not clear previous just-for-me installation

2019-10-21 Thread Zachary Ware
Change by Zachary Ware : -- resolution: -> wont fix stage: -> resolved status: open -> closed title: Python 2.7.17 reports itself as 2.7.16 -> 2.7 on Windows: all-users installation does not clear previous just-for-me installation __

[issue38433] 2.7.17rc1 tcl/tk version regression on Windows

2019-10-18 Thread Zachary Ware
Zachary Ware added the comment: Since 8.5.19 is the version specified in the build config, that really ought to be the version we ship. I would guess that it just didn't get rebuilt when Steve built the installer for 2.7.17rc1; should just be a matter of making sure it does for the

[issue38452] unittest setUpClass missing 1 required positional argument: 'cls'

2019-10-11 Thread Zachary Ware
Zachary Ware added the comment: `setUpClass` and `tearDownClass` are classmethods and must be decorated as such (`@classmethod`). -- nosy: +zach.ware resolution: -> not a bug status: open -> pending ___ Python tracker <https://bugs.p

[issue38409] Typo in doc string for str.strip

2019-10-09 Thread Zachary Ware
Zachary Ware added the comment: Thanks for the report, Bob! -- keywords: -newcomer friendly resolution: -> fixed stage: patch review -> resolved status: open -> closed versions: +Python 3.8, Python 3.9 ___ Python tracker <https://bug

[issue38409] Typo in doc string for str.strip

2019-10-09 Thread Zachary Ware
Zachary Ware added the comment: New changeset a774ac6637e8f155a28b7733a0a93d4a680584d4 by Zachary Ware in branch '3.7': [3.7] bpo-38409: Fix grammar in str.strip() docstring (GH-16682) (GH-16686) https://github.com/python/cpython/commit/a774ac6637e8f155a28b7733a0a93d

[issue38409] Typo in doc string for str.strip

2019-10-09 Thread Zachary Ware
Zachary Ware added the comment: New changeset 0baa6b3c7d9ef1d96f10939c40f8ff95aba9155b by Zachary Ware (Miss Islington (bot)) in branch '3.8': bpo-38409: Fix grammar in str.strip() docstring (GH-16682) (GH-16684) https://github.com/python/cpyt

[issue38409] Typo in doc string for str.strip

2019-10-09 Thread Zachary Ware
Change by Zachary Ware : -- pull_requests: +16272 pull_request: https://github.com/python/cpython/pull/16686 ___ Python tracker <https://bugs.python.org/issue38

[issue38409] Typo in doc string for str.strip

2019-10-09 Thread Zachary Ware
Zachary Ware added the comment: New changeset 09895c27cd8ff60563a794016e8c099bc897cc74 by Zachary Ware in branch 'master': bpo-38409: Fix grammar in str.strip() docstring (GH-16682) https://github.com/python/cpython/commit/09895c27cd8ff60563a794016e8c099bc897cc74 -

[issue38409] Typo in doc string for str.strip

2019-10-09 Thread Zachary Ware
Change by Zachary Ware : -- pull_requests: +16268 pull_request: https://github.com/python/cpython/pull/16682 ___ Python tracker <https://bugs.python.org/issue38

[issue34957] Segementation faults on ARM and ARM64

2019-10-08 Thread Zachary Ware
Change by Zachary Ware : -- resolution: works for me -> out of date stage: -> resolved status: open -> closed ___ Python tracker <https://bugs.python.or

[issue38398] PyUnicode functions are not exported by python 2 in Ubuntu

2019-10-07 Thread Zachary Ware
Zachary Ware added the comment: Given that 2.7 is reaching end-of-life in a single-digit number of months, I doubt anything will be changed here. I'll leave it up to Benjamin to make that determination, though. -- nosy: +benjamin.peterson, zach

[issue32545] Unable to install Python 3.7.0a4 on Windows 10 - Error 0x80070643: Failed to install MSI package.

2019-10-03 Thread Zachary Ware
Change by Zachary Ware : -- nosy: -Amin Radjabov, chipstuff, emniclap, mwr256, paul.moore, steve.dower, taleinat, terry.reedy, tim.golden, zach.ware ___ Python tracker <https://bugs.python.org/issue32

[issue32545] Unable to install Python 3.7.0a4 on Windows 10 - Error 0x80070643: Failed to install MSI package.

2019-10-03 Thread Zachary Ware
Zachary Ware added the comment: This issue seems to have become a spam magnet, so I'm clearing the nosy list to keep it out of our inboxes. -- ___ Python tracker <https://bugs.python.org/is

[issue32545] Unable to install Python 3.7.0a4 on Windows 10 - Error 0x80070643: Failed to install MSI package.

2019-10-03 Thread Zachary Ware
Change by Zachary Ware : -- nosy: -Printer Setup, jacksmait, prince_parker ___ Python tracker <https://bugs.python.org/issue32545> ___ ___ Python-bugs-list m

[issue32545] Unable to install Python 3.7.0a4 on Windows 10 - Error 0x80070643: Failed to install MSI package.

2019-10-03 Thread Zachary Ware
Change by Zachary Ware : -- Removed message: https://bugs.python.org/msg345856 ___ Python tracker <https://bugs.python.org/issue32545> ___ ___ Python-bugs-list m

[issue32545] Unable to install Python 3.7.0a4 on Windows 10 - Error 0x80070643: Failed to install MSI package.

2019-10-03 Thread Zachary Ware
Change by Zachary Ware : -- hgrepos: -383 ___ Python tracker <https://bugs.python.org/issue32545> ___ ___ Python-bugs-list mailing list Unsubscribe:

[issue32545] Unable to install Python 3.7.0a4 on Windows 10 - Error 0x80070643: Failed to install MSI package.

2019-10-03 Thread Zachary Ware
Change by Zachary Ware : -- Removed message: https://bugs.python.org/msg353882 ___ Python tracker <https://bugs.python.org/issue32545> ___ ___ Python-bugs-list m

[issue38313] Crash/No start

2019-10-01 Thread Zachary Ware
Zachary Ware added the comment: Feel free to reopen if you can answer the questions in my previous message. -- resolution: -> works for me stage: -> resolved status: pending -> closed ___ Python tracker <https://bugs.python.or

[issue38313] Crash/No start

2019-09-29 Thread Zachary Ware
Zachary Ware added the comment: Sorry, but you've given us no information to work with here. Which version of Python? Which version of Windows? What exactly are you trying to do? What error message do you get? Which distribution of Python are you using? How did you install it?

[issue37353] Source code has not always been forward-compatible

2019-09-20 Thread Zachary Ware
Change by Zachary Ware : -- resolution: -> fixed stage: patch review -> resolved status: open -> closed versions: +Python 3.7, Python 3.8, Python 3.9 ___ Python tracker <https://bugs.python.or

[issue37353] Source code has not always been forward-compatible

2019-09-20 Thread Zachary Ware
Zachary Ware added the comment: New changeset 062cfe3b11c61d03ccc2915e360f9b0d80e23642 by Zachary Ware (Prateek Nayak) in branch 'master': bpo-37353: Updated parser note about source code compatibility(GH-14277) https://github.com/python/cpyt

[issue38225] iscoroutinefunction broken with cython - allow tagging of functions as async?

2019-09-19 Thread Zachary Ware
Change by Zachary Ware : -- nosy: +scoder versions: -Python 2.7, Python 3.5, Python 3.6 ___ Python tracker <https://bugs.python.org/issue38225> ___ ___ Pytho

[issue38205] Python no longer compiles without small integer singletons

2019-09-18 Thread Zachary Ware
Zachary Ware added the comment: I have poked at this a bit and have an implementation that defines a `static inline void _Py_Unreachable()` in pymacro.h, see https://github.com/zware/cpython/commit/d07b4255dc1170155e18db0fea99ec1cb29c2f0a This works on at least macOS and Windows, and we

[issue38205] Python no longer compiles without small integer singletons

2019-09-18 Thread Zachary Ware
Zachary Ware added the comment: Whoops :(. Fixing this is beyond my C skill. I'd rather not lose the easter egg, but if it can't be fixed properly then 3ab61473ba7f3dca32d779ec2766a4faa0657923 should just be reverted. -- nosy: +grego

[issue38123] Unable to find Python3.8.0b4 on Ubuntu 19004 desktop

2019-09-12 Thread Zachary Ware
Zachary Ware added the comment: If calling /usr/local/bin/python3.8 directly works as expected, there's nothing for us to do here so I'm going to go ahead and close the issue. Please reopen if you can demonstrate a real bug in the installation code, though! -- nosy:

[issue32820] Add and document __format__ method for IPv[46]Address

2019-09-12 Thread Zachary Ware
Zachary Ware added the comment: The enhancement patch is merged, but it occurs to me after the fact that this could use some documentation, and possibly a mention in whatsnew. I'll leave this open as a documentation issue. -- assignee: -> docs@python components: +Docum

[issue32820] Add __format__ method to ipaddress

2019-09-12 Thread Zachary Ware
Zachary Ware added the comment: New changeset f9c95a4ba24c52eb1c052e3052d677e90a429a9a by Zachary Ware (ewosborne) in branch 'master': bpo-32820: __format__ method for ipaddress (#5627) https://github.com/python/cpython/commit/f9c95a4ba24c52eb1c052e3052d677e90a429a9a -

[issue38129] Spam

2019-09-12 Thread Zachary Ware
Change by Zachary Ware : -- components: -Distutils nosy: -dstufft, eric.araujo, situsjudionlineterpercaya type: compile error -> versions: -Python 3.6 ___ Python tracker <https://bugs.python.org/issu

[issue35282] Add a return value to lib2to3.refactor.refactor_file and refactor_dir

2019-09-11 Thread Zachary Ware
Change by Zachary Ware : -- nosy: +benjamin.peterson, zach.ware versions: +Python 3.9 -Python 3.8 ___ Python tracker <https://bugs.python.org/issue35282> ___ ___

[issue34709] Suggestion: make getuser.getpass() also look at SUDO_USER environment variable

2019-09-11 Thread Zachary Ware
Zachary Ware added the comment: I agree with Steven in that I'm not quite sure this is a good change, but I also see that it would be useful in some cases. Perhaps either a `check_sudo_user=False` keyword-only parameter, or a `vars_to_check=()` parameter would be better? Adding Greg

[issue38111] Error while building Python from source

2019-09-11 Thread Zachary Ware
Zachary Ware added the comment: Ok, that shows that the issue is not actually with the Python build, but with trying to find the right incantation for both OpenSSL and Python to get what you want :). As such I'm going to go ahead and close the issue. As for getting you going, there

[issue32592] Drop support of Windows Vista and 7 in Python 3.9

2019-09-11 Thread Zachary Ware
Zachary Ware added the comment: New changeset 0b72ccff56fb47e14f7b1f6590eafff8d104c229 by Zachary Ware (Steve Dower) in branch 'master': bpo-32592: Set Windows 8 as the minimum required version for API support (GH-15951) https://github.com/python/cpyt

[issue33166] os.cpu_count() returns wrong number of processors on specific systems

2019-09-11 Thread Zachary Ware
Zachary Ware added the comment: Thank you for clarifying this muddy topic, Eryk! (Dropping bpo-32592 dependency; we've done the update in a basically-compatible way.) -- dependencies: -Drop support of Windows Vista and 7 in Python 3.9 resolution: -> fixed stage: patc

[issue38114] Exclude pip.ini from Nuget package

2019-09-11 Thread Zachary Ware
Zachary Ware added the comment: New changeset 19f6940cd7fb91246b88e1fbdbce97a02e7f3fa1 by Zachary Ware (Steve Dower) in branch 'master': bpo-38114: Do not include pip.ini in Nuget package (GH-15964) https://github.com/python/cpython/commit/19f6940cd7fb91246b88e1fbdbce97

[issue33166] os.cpu_count() returns wrong number of processors on specific systems

2019-09-11 Thread Zachary Ware
Zachary Ware added the comment: New changeset aa929273caca2f4e24e3aa9e790272fd4458ad35 by Zachary Ware (Steve Dower) in branch 'master': bpo-33166: Change os.cpu_count to return active (real) processors (GH-15949) https://github.com/python/cpyt

[issue38111] Error while building Python from source

2019-09-11 Thread Zachary Ware
Zachary Ware added the comment: I believe the better option would be to pass `CPPFLAGS=-I/home/e38160wl/local/openssl/include LDFLAGS=-L/home/e38160wl/local/openssl/lib` instead of editing Setup[.dist]. Could you give that a try? Otherwise, this may be an issue with the way OpenSSL was

[issue36634] venv: activate.bat fails for venv with parentheses in PATH

2019-09-11 Thread Zachary Ware
Zachary Ware added the comment: New changeset 574b324bdc9a126b5a4488c3613f11ad2555415e by Zachary Ware (Steve Dower) in branch 'master': bpo-36634: Fixes activate.bat when existing values contain double quotes (GH-15924) https://github.com/python/cpyt

[issue38111] Error while building Python from source

2019-09-11 Thread Zachary Ware
Zachary Ware added the comment: Could you add some more details about what you're doing here, such as OS, OS version, compiler and compiler version, etc.? We routinely test `--enable-shared` builds on both Linux and FreeBSD in our post-merge buildbot setup, and have not had any issues

[issue38054] enhance pdb.set_trace() to run when the specified condition is true

2019-09-11 Thread Zachary Ware
Zachary Ware added the comment: I was actually leaning in favor of this, but Jason's examples are very compelling and require no changes to other `breakpoint()`-compatible debuggers to work as expected. Thanks for the idea, though! -- nosy: +zach.ware resolution: -> reject

[issue35640] Allow passing PathLike arguments to SimpleHTTPRequestHandler

2019-09-11 Thread Zachary Ware
Change by Zachary Ware : -- resolution: -> fixed stage: -> resolved status: open -> closed versions: +Python 3.9 -Python 3.7 ___ Python tracker <https://bugs.python.or

[issue35640] Allow passing PathLike arguments to SimpleHTTPRequestHandler

2019-09-11 Thread Zachary Ware
Zachary Ware added the comment: New changeset 781266ebb60e7ac781a3e07030d92275721ff3cf by Zachary Ware (Géry Ogam) in branch 'master': bpo-35640: Allow passing PathLike arguments to SimpleHTTPRequestHandler (GH-11398) https://github.com/python/cpyt

[issue37326] Windows LICENSE.txt do not contain libffi license

2019-09-11 Thread Zachary Ware
Zachary Ware added the comment: New changeset 8fcaffb048d2359a4c06ed5d8fbbf46d3ae1a472 by Zachary Ware (Steve Dower) in branch 'master': bpo-37326: Include libffi license when available (GH-15921) https://github.com/python/cpython/commit/8fcaffb048d2359a4c06ed5d8fbbf4

[issue37936] gitignore file is too broad

2019-09-11 Thread Zachary Ware
Zachary Ware added the comment: New changeset df935b5f0bcc40522c7aac1e844aa176cd8bbdef by Zachary Ware in branch '3.8': [3.8] bpo-37936: Systematically distinguish rooted vs. unrooted in .gitignore (GH-15823) (GH-15900) https://github.com/python/cpyt

[issue38081] Different behavior of os.path.realpath('nul') in 3.7 and 3.8

2019-09-11 Thread Zachary Ware
Zachary Ware added the comment: New changeset 92521fea5d0d4aeb9b6a3c3fdd4654af700ad5c8 by Zachary Ware (Steve Dower) in branch 'master': bpo-38081: Fixes ntpath.realpath('NUL') (GH-15899) https://github.com/python/cpython/commit/92521fea5d0d4aeb9b6a

[issue37936] gitignore file is too broad

2019-09-11 Thread Zachary Ware
Zachary Ware added the comment: Ok, now it's done :) Thanks, Greg. -- stage: patch review -> resolved status: open -> closed versions: +Python 3.8 ___ Python tracker <https://bugs.python.

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