[issue33815] List a = []*19 doesn't create a list with index length of 19

2018-06-09 Thread Zachary Ware
Change by Zachary Ware : -- components: -Windows ___ Python tracker <https://bugs.python.org/issue33815> ___ ___ Python-bugs-list mailing list Unsubscribe:

[issue33815] List a = []*19 doesn't create a list with index length of 19

2018-06-09 Thread Zachary Ware
Zachary Ware added the comment: Nothing (or 0, or an empty list, string or tuple, etc.) multiplied by any positive whole number is still nothing. -- resolution: -> not a bug stage: -> resolved status: open -> closed ___ Python tracke

[issue28222] test_distutils fails

2018-06-09 Thread Zachary Ware
Change by Zachary Ware : -- pull_requests: +7196 ___ Python tracker <https://bugs.python.org/issue28222> ___ ___ Python-bugs-list mailing list Unsubscribe:

[issue28222] test_distutils fails

2018-06-09 Thread Zachary Ware
Change by Zachary Ware : -- versions: +Python 2.7 ___ Python tracker <https://bugs.python.org/issue28222> ___ ___ Python-bugs-list mailing list Unsubscribe:

[issue28222] test_distutils fails

2018-06-09 Thread Zachary Ware
Zachary Ware added the comment: New changeset f6645ef027762adbb159a3b6d64a15538672eaa2 by Zachary Ware in branch '2.7': bpo-28222: Don't fail if pygments is not available (GH-7564) https://github.com/python/cpython/commit/f6645ef027762adbb159a3b6d64a15538672eaa2 -- n

[issue31120] [2.7] Python 64 bit _ssl compile fails due missing buildinf_amd64.h

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

[issue33836] [Good first-time issue] Recommend keyword-only param for memoization in FAQ

2018-06-11 Thread Zachary Ware
New submission from Zachary Ware : In https://docs.python.org/3/faq/programming.html#why-are-default-values-shared-between-objects there is an example showing memoization using `def expensive(arg1, arg2, _cache={}):`. We should change the signature in that example to make `_cache` a

[issue33836] [Good first-time issue] Recommend keyword-only param for memoization in FAQ

2018-06-13 Thread Zachary Ware
Zachary Ware added the comment: Certainly! Have a look at the devguide to get started. -- ___ Python tracker <https://bugs.python.org/issue33836> ___ ___ Pytho

[issue33856] Type "help" is not present on win32

2018-06-16 Thread Zachary Ware
Zachary Ware added the comment: I suspect you either had a non-python.org version of Python, or had the embeddable distribution rather than a proper installation (the embeddable distribution should not be used unless you're embedding, hence the name :)). Either way, the sta

[issue10652] test___all_ + test_tcl fails (Windows installed binary)

2018-06-16 Thread Zachary Ware
Zachary Ware added the comment: The root of this issue was fixed by #20035 for 3.5+. Terry, do you still have issues with this with 2.7, and is it still worth trying to fix? -- ___ Python tracker <https://bugs.python.org/issue10

[issue10652] test___all_ + test_tcl fails (Windows installed binary)

2018-06-16 Thread Zachary Ware
Zachary Ware added the comment: Excellent. Thanks, Terry! -- resolution: -> out of date stage: patch review -> resolved status: open -> closed ___ Python tracker <https://bugs.python.or

[issue33931] Building 2.7 on Windows with PC\VS9.0 is broken

2018-06-21 Thread Zachary Ware
Zachary Ware added the comment: New changeset 7b383a57145046a6a6ad6cd26f3139163df07885 by Zachary Ware (Anselm Kruis) in branch '2.7': bpo-33931: Fix building using PC\VS9.0\build.bat -e (GH-7844) https://github.com/python/cpython/commit/7b383a57145046a6a6ad6cd26f3139

[issue33931] Building 2.7 on Windows with PC\VS9.0 is broken

2018-06-21 Thread Zachary Ware
Zachary Ware added the comment: Thanks, Anselm! I'll leave this open until our VS9 buildbots [1] confirm that they're happy with it, but I suspect since they weren't broken before they won't be affected by this anyway. [1] http://buildbot.python.org/all/#/

[issue33931] Building 2.7 on Windows with PC\VS9.0 is broken

2018-06-22 Thread Zachary Ware
Change by Zachary Ware : -- stage: patch review -> resolved status: pending -> closed ___ Python tracker <https://bugs.python.org/issue33931> ___ ___ Pyth

[issue33951] IDLE test failing only when called by itself: HighPageTest.test_highlight_target_text_mouse

2018-06-23 Thread Zachary Ware
Change by Zachary Ware : -- pull_requests: +7499 ___ Python tracker <https://bugs.python.org/issue33951> ___ ___ Python-bugs-list mailing list Unsubscribe:

[issue33711] Could not find externals/db-* in msi.py on license generation

2018-06-24 Thread Zachary Ware
Zachary Ware added the comment: New changeset b18f09835720e14ac7d4cca1815fdcdcecd5d8d4 by Zachary Ware (native-api) in branch '2.7': bpo-33711: Fix license generation error in installer build script (GH-7241) https://github.com/python/cpython/commit/b18f09835720e14ac7d4cca1815fdc

[issue33711] Could not find externals/db-* in msi.py on license generation

2018-06-24 Thread Zachary Ware
Zachary Ware added the comment: Thanks for the patch, Ivan, and the review, Anselm! -- resolution: -> fixed stage: -> resolved status: open -> closed ___ Python tracker <https://bugs.python.or

[issue27780] memory leaks in pgen build step abort build with address sanitizer enabled

2018-06-25 Thread Zachary Ware
Change by Zachary Ware : -- pull_requests: +7518 ___ Python tracker <https://bugs.python.org/issue27780> ___ ___ Python-bugs-list mailing list Unsubscribe:

[issue33992] Compilation fails on AMD64 Windows8.1 Non-Debug 3.6: The Windows SDK version 10.0.15063.0 was not found

2018-06-28 Thread Zachary Ware
Zachary Ware added the comment: Sorry, this seems to have been due to updates on the machine. It's now fixed. -- keywords: +buildbot resolution: -> fixed stage: -> resolved status: open -> closed ___ Python tracker <https:

[issue34006] Windows HTML Help (chm) has fixed line length

2018-07-02 Thread Zachary Ware
Change by Zachary Ware : -- keywords: +patch pull_requests: +7659 stage: -> patch review ___ Python tracker <https://bugs.python.org/issue34006> ___ ___ Py

[issue34006] Windows HTML Help (chm) has fixed line length

2018-07-02 Thread Zachary Ware
Zachary Ware added the comment: Terry: PR8051 should do that, but I haven't tested it. Would you mind taking over the PR if it does what you want it to? -- ___ Python tracker <https://bugs.python.org/is

[issue30400] Race condition in shutil.copyfile()

2018-07-04 Thread Zachary Ware
Zachary Ware added the comment: This can only be accepted into 3.8 at this point due to the new exception type. The patch looks fairly straightforward; would it be possible to add a test that hits the new raise condition? -- nosy: +zach.ware stage: -> patch review versions: +Pyt

[issue1327594] Static Windows Build fails to locate existing installation

2018-07-04 Thread Zachary Ware
Zachary Ware added the comment: The patch is many years out of date by this point. Does anyone know what it takes to create a static binary on Windows these days? -- versions: +Python 3.8 -Python 2.7, Python 3.4, Python 3.5 ___ Python tracker

[issue16968] Fix test discovery for test_concurrent_futures.py

2018-07-04 Thread Zachary Ware
Change by Zachary Ware : -- pull_requests: +7696 ___ Python tracker <https://bugs.python.org/issue16968> ___ ___ Python-bugs-list mailing list Unsubscribe:

[issue16968] Fix test discovery for test_concurrent_futures.py

2018-07-04 Thread Zachary Ware
Zachary Ware added the comment: Looking at this again after 5 years, things have changed a bit and I also better understand what's actually going on in the tests. IIUC, the `test_main` function's only real purpose was to cause any dangling threads or processes to be reaped, wh

[issue34094] Porting Python 2 to Python 3 example contradicts its own advice

2018-07-11 Thread Zachary Ware
Zachary Ware added the comment: I don't agree with your conclusion here: importlib2 is a PyPI package that backports Python 3's importlib to Python 2, thus the ImportError will only be raised on Python 2 with the example as written. -- nosy:

[issue34186] [3.6.6 on macOS] os.listdir replacing "/" with ":"

2018-07-21 Thread Zachary Ware
Zachary Ware added the comment: That's nothing to do with Python and everything to do with macOS. As a test, open Terminal, do `ls ~/Example`, and you'll see `AC:DC` instead of `AC/DC`. As a further test, do `mkdir ~/Example/dir:with:colons` and then have a look in Finder. S

[issue34188] Use dicts to "transform" argparse arguments to values

2018-07-22 Thread Zachary Ware
Zachary Ware added the comment: I like to think I'm fairly reasonable :). You can get what you want by specifying `type=choices_dict.get`, or by extracting from the dict manually after calling `parse_args`. -- nosy: +zach.ware ___ Python tr

[issue34251] MSI build fails

2018-07-28 Thread Zachary Ware
Zachary Ware added the comment: New changeset 11eb1a94704142385ffc07852739863ced8587d2 by Zachary Ware (Berker Peksag) in branch 'master': bpo-34251: Restore msilib.Win64 to preserve compatibility (GH-8510) https://github.com/python/cpython/commit/11eb1a94704142385ffc0785273986

[issue34332] Suggestion for a new loop type

2018-08-03 Thread Zachary Ware
Zachary Ware added the comment: Ideas like this are better sent to the python-id...@python.org mailing list for discussion rather than immediately opening an issue. Note though that I think this has a low chance of acceptance; there's a very high bar to clear to add syntax, even highe

[issue34352] Using tailf with python3.4

2018-08-07 Thread Zachary Ware
Zachary Ware added the comment: That appears to be a third-party project, though I can't find it via Google. You'll need to submit your patch to that project; there's nothing we can do with it here. -- components: -Distutils nosy: +zach.ware resolution: ->

[issue34442] zlib module not built on windows

2018-08-20 Thread Zachary Ware
Zachary Ware added the comment: Hi Stephen, zlib is built into the core binary (pythonXY.dll) when you build with `IncludeExternals`; see PCbuild/pythoncore.vcxproj. Using PCbuild/build.bat should do that automatically (unless you tell it not to), but if it's not we may need t

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

2018-08-22 Thread Zachary Ware
Zachary Ware added the comment: Python 2.7 is nearing end-of-life, its installer scheme is no longer used on any other branch, and the maintainer of that installer retired some years ago. If you provide a patch, we can take a look and possibly merge it for you, but it's unlikely that

[issue34171] Lib/trace.cover not removed by the clean target

2018-08-25 Thread Zachary Ware
Zachary Ware added the comment: No, there isn't. However, https://github.com/python/buildmaster-config/pull/43 should help; I'll try to get that deployed later today. -- ___ Python tracker <https://bugs.python.o

[issue34171] Lib/trace.cover not removed by the clean target

2018-08-26 Thread Zachary Ware
Zachary Ware added the comment: It looks like https://github.com/python/buildmaster-config/pull/43 won't actually help; I changed it to use `method='clean'` because we don't want to blow away the `externals` directory on Windows buildbots, and `*.cover` is in

[issue34171] Lib/trace.cover not removed by the clean target

2018-08-26 Thread Zachary Ware
Zachary Ware added the comment: > Can we manually ssh into the buildbots from the buildbot master and delete > the file? No, there is no access to the workers except for the connection created by each worker for the purpose of buildbot communication (and individually by each worker

[issue34509] Starting to use gcc-8 on CI

2018-08-26 Thread Zachary Ware
Zachary Ware added the comment: I think rather than switching Travis CI (or VSTS) to GCC 8, it would be better to set up a buildbot running GCC 8, or switching one of our existing workers to it. We want to keep the pre-merge CI as stable as possible, and using a bleeding-edge compiler

[issue34556] Add --upgrade to venv module

2018-08-31 Thread Zachary Ware
Zachary Ware added the comment: This sounds good to me; my `python -m venv venv` commands are also almost always followed up by `venv/bin/python -m pip install -U pip setuptools wheel`. I wouldn't get the `wheel` from this, but it's not always necessary anyway. Rather than im

[issue21877] External.bat and pcbuild of tkinter do not match.

2018-09-03 Thread Zachary Ware
Zachary Ware added the comment: I believe this has been fixed some time in the last few years; Terry, please reopen this if I've missed something. -- resolution: -> fixed stage: needs patch -> resolved status: open -> closed ___

[issue13081] Crash in Windows with unknown cause

2018-09-03 Thread Zachary Ware
Zachary Ware added the comment: As far as I can tell, this was an application bug in multiprocessing cleanup 7 years ago. I'm not sure there's really even anything to add to the docs for this, but if anyone disagrees or produces a patch, please reopen. -- nosy: +dav

[issue4453] MSI installer shows error message if "Compile .py files to bytecode" option is selected

2018-09-03 Thread Zachary Ware
Zachary Ware added the comment: According to Martin in msg112770, this was due to files that could not be compiled. There shouldn't be any more of those added to 2.7 (which is the last version receiving binary releases using this installer scheme), so I'm closing

[issue17480] pyvenv should be installed someplace more obvious on Windows

2018-09-03 Thread Zachary Ware
Zachary Ware added the comment: With pyvenv removed from 3.8 and various other proposals in other issues for where scripts should be installed on Windows, I'm going to go ahead and close this. -- resolution: -> out of date stage: -> resolved status: open -> c

[issue16892] Windows bug picking up stdin from a pipe

2018-09-03 Thread Zachary Ware
Zachary Ware added the comment: Eryk's diagnosis sounds like this is not a bug in Python or something that Python needs to or even should fix. -- resolution: -> not a bug stage: -> resolved status: open -> closed ___ Python t

[issue8110] subprocess.py doesn't correctly detect Windows machines

2018-09-03 Thread Zachary Ware
Change by Zachary Ware : -- pull_requests: +8514 ___ Python tracker <https://bugs.python.org/issue8110> ___ ___ Python-bugs-list mailing list Unsubscribe:

[issue1654408] Windows installer should split tcl/tk and tkinter install options.

2018-09-03 Thread Zachary Ware
Zachary Ware added the comment: Since installing tkinter without Tcl/Tk would leave tkinter unusable without a separately installed and configured Tcl/Tk (and thus probably generate copious reports about tkinter being broken), I don't think this is a good idea. If someone *really* wa

[issue19955] When adding .PY and .PYW to PATHEXT, it replaced string instead of appending

2018-09-03 Thread Zachary Ware
Change by Zachary Ware : -- resolution: -> works for me stage: -> resolved status: open -> closed ___ Python tracker <https://bugs.python.or

[issue23089] Update libffi config files

2018-09-03 Thread Zachary Ware
Zachary Ware added the comment: We no longer bundle a full copy of libffi, and the toplevel config.* files have been kept relatively up to date. -- resolution: -> out of date stage: -> resolved status: open -> closed ___ Python tracke

[issue24401] Windows 8.1 install gives DLL required to complete could not run

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

[issue24698] get_externals.bat script fails

2018-09-03 Thread Zachary Ware
Zachary Ware added the comment: Closing as "out of date"; we no longer use svn to fetch external sources. -- resolution: -> out of date stage: -> resolved status: open -> closed ___ Python tracker <https://bugs

[issue8110] subprocess.py doesn't correctly detect Windows machines

2018-09-04 Thread Zachary Ware
Change by Zachary Ware : -- nosy: +giampaolo.rodola, gregory.p.smith versions: +Python 3.6, Python 3.7, Python 3.8 -Python 3.4, Python 3.5 ___ Python tracker <https://bugs.python.org/issue8

[issue34575] Python 3.6 compilation fails on AppVeyor: libeay.lib was created with an older compiler

2018-09-05 Thread Zachary Ware
Change by Zachary Ware : -- keywords: +patch pull_requests: +8530 stage: -> patch review ___ Python tracker <https://bugs.python.org/issue34575> ___ ___ Py

[issue34575] Python 3.6 compilation fails on AppVeyor: libeay.lib was created with an older compiler

2018-09-05 Thread Zachary Ware
Zachary Ware added the comment: New changeset 635461fca5e90c6e091f1e5b46adafc0d28bf0e2 by Zachary Ware in branch '3.6': [3.6] bpo-34575: Build with only VS2015 on AppVeyor (GH-9066) https://github.com/python/cpython/commit/635461fca5e90c6e091f1e5b46adaf

[issue8110] subprocess.py doesn't correctly detect Windows machines

2018-09-05 Thread Zachary Ware
Zachary Ware added the comment: The real question isn't "are we on Windows?" but rather "should we use msvcrt/_winapi or _posixsubprocess/select?", which is what my PR is designed to better fit. I could see how we wouldn't want to backport that patch to mainte

[issue8110] subprocess.py doesn't correctly detect Windows machines

2018-09-05 Thread Zachary Ware
Zachary Ware added the comment: This one has nothing to do with Cygwin, this is about minimizing patching that IronPython (or other implementations) have to do to standard library modules. -- ___ Python tracker <https://bugs.python.org/issue8

[issue34596] [unittest] raise error if @skip is used with an argument that looks like a test method

2018-09-06 Thread Zachary Ware
Zachary Ware added the comment: It could be interesting to enable uncalled `skip` by setting a default reason of "Unconditional skip" when the argument is a function. Do note that decorating with an uncalled `skip` does actually work to skip the test currently, but the test is

[issue31371] Remove deprecated tkinter.tix module

2018-09-06 Thread Zachary Ware
Zachary Ware added the comment: We missed the boat for 3.7 anyway. With the PEP 4 argument, I won't push any further for ripping Tix out completely before 2020, but if something happens to break building it on Windows before then my fix will be to remove it from the Windows

[issue34596] [unittest] raise error if @skip is used with an argument that looks like a test method

2018-09-06 Thread Zachary Ware
Zachary Ware added the comment: "Unconditionally" :) -- ___ Python tracker <https://bugs.python.org/issue34596> ___ ___ Python-bugs-list mailing

[issue34596] [unittest] raise error if @skip is used with an argument that looks like a test method

2018-09-06 Thread Zachary Ware
Zachary Ware added the comment: I think we should make the same change on all branches (why would we fix it in maintenance branches just to break it in the next major release?), in which case it's just one PR to master and our backport bot (and/or the merging core dev) will take care

[issue34596] [unittest] raise error if @skip is used with an argument that looks like a test method

2018-09-06 Thread Zachary Ware
Change by Zachary Ware : -- nosy: +ezio.melotti, michael.foord, rbcollins ___ Python tracker <https://bugs.python.org/issue34596> ___ ___ Python-bugs-list mailin

[issue34596] [unittest] raise error if @skip is used with an argument that looks like a test method

2018-09-08 Thread Zachary Ware
Zachary Ware added the comment: I don't agree that this change makes the implementation significantly more cumbersome. I also think there's a backward compatibility argument to be made for allowing the uncalled usage, particularly considering the OP's published example an

[issue17781] optimize compilation options

2018-09-09 Thread Zachary Ware
Zachary Ware added the comment: After 2.5 years without response, I think the answer is probably "no" :) -- resolution: -> fixed stage: -> resolved status: pending -> closed ___ Python tracker <https://bugs

[issue31577] crash in os.utime() in case of a bad ns argument

2018-09-10 Thread Zachary Ware
Zachary Ware added the comment: We definitely can't make that change to PyNumber_Divmod in 3.7 at this point, I'm sure someone somewhere is relying on being able to get arbitrary information out of their objects with `divmod(crazy_object)`. I don't know enough math to sa

[issue31577] crash in os.utime() in case of a bad ns argument

2018-09-10 Thread Zachary Ware
Zachary Ware added the comment: Adding Ned and marking as release blocker as this is a crasher in 3.7.0. -- nosy: +ned.deily priority: normal -> release blocker ___ Python tracker <https://bugs.python.org/issu

[issue8110] subprocess.py doesn't correctly detect Windows machines

2018-09-10 Thread Zachary Ware
Zachary Ware added the comment: New changeset 880d42a3b247306f67837aa95e23f7c3471a30a3 by Zachary Ware in branch 'master': bpo-8110: Refactor platform detection in subprocess (GH-9053) https://github.com/python/cpython/commit/880d42a3b247306f67837aa95e23f7

[issue8110] subprocess.py doesn't correctly detect Windows machines

2018-09-10 Thread Zachary Ware
Zachary Ware added the comment: Do we want to bother backporting anything, or call it fixed in 3.8 and move on? -- ___ Python tracker <https://bugs.python.org/issue8

[issue8110] subprocess.py doesn't correctly detect Windows machines

2018-09-10 Thread Zachary Ware
Change by Zachary Ware : -- versions: -Python 2.7, Python 3.6, Python 3.7 ___ Python tracker <https://bugs.python.org/issue8110> ___ ___ Python-bugs-list mailin

[issue34635] inspect: add tools for inspecting subclasses

2018-09-11 Thread Zachary Ware
Change by Zachary Ware : -- nosy: +yselivanov ___ Python tracker <https://bugs.python.org/issue34635> ___ ___ Python-bugs-list mailing list Unsubscribe:

[issue34657] pyconfig.h macro "timezone" name clashes with user source are likely

2018-09-13 Thread Zachary Ware
Zachary Ware added the comment: This is a duplicate of bpo-24643. -- resolution: -> duplicate stage: -> resolved status: open -> closed superseder: -> VS 2015 pyconfig.h #define timezone _timezone conflicts with timeb.h ___ Py

[issue24643] VS 2015 pyconfig.h #define timezone _timezone conflicts with timeb.h

2018-09-13 Thread Zachary Ware
Zachary Ware added the comment: This was just reported again in bpo-34657. We should go ahead and define _Py_timezone et al., which I will try to do today if nobody beats me to it :) -- priority: normal -> high versions: +Python 3.7, Python 3.8 -Python 3.5, Python

[issue31577] crash in os.utime() in case of a bad ns argument

2018-09-13 Thread Zachary Ware
Zachary Ware added the comment: The crash is fixed, so I've lowered the priority. Serhiy, are you still interested in pursuing an alternative fix in 3.8, or content with what's merged? -- priority: release blocker -> normal resolution: -> fixed stage: patch review

[issue34682] Typo reports on docs@

2018-09-14 Thread Zachary Ware
New submission from Zachary Ware : >From ZooDSS (Никита Люшненко) on docs@: https://mail.python.org/pipermail/docs/2018-September/037223.html : """ https://docs.python.org/3/reference/datamodel.html#metaclass-example - "uses an collections.OrderedDict to remember&qu

[issue34684] Generate _geoslib.c with Cython 0.28.2 for Python 3.7 transition

2018-09-14 Thread Zachary Ware
Zachary Ware added the comment: _geoslib.c is not part of the core distribution of Python, and in fact I don't know which project it *is* part of. I'm afraid you'll need to find its home project and report this there. -- nosy: +zach.ware resolution: ->

[issue31577] crash in os.utime() in case of a bad ns argument

2018-09-14 Thread Zachary Ware
Zachary Ware added the comment: Serhiy has opened bpo-34676 for the idea of restricting PyNumber_Divmod()'s return type, so I'm closing the issue. -- stage: commit review -> resolved status: pending -> closed ___ Python

[issue34676] Guarantee that divmod() and PyNumber_Divmod() return a 2-tuple

2018-09-14 Thread Zachary Ware
Zachary Ware added the comment: I share Paul's concern about somebody using this (mis-?)feature and being unnecessarily broken. However, such a restriction would have prevented the segfault that was reported and fixed in bpo-31577, and would save any other users of PyNumber_Divmod

[issue3468] Satisfy her lovemaking desire

2018-09-14 Thread Zachary Ware
Change by Zachary Ware : -- pull_requests: -8747 ___ Python tracker <https://bugs.python.org/issue3468> ___ ___ Python-bugs-list mailing list Unsubscribe:

[issue3468] Spam

2018-09-14 Thread Zachary Ware
Change by Zachary Ware : -- title: Satisfy her lovemaking desire -> Spam ___ Python tracker <https://bugs.python.org/issue3468> ___ ___ Python-bugs-list mai

[issue3468] Spam

2018-09-14 Thread Zachary Ware
Change by Zachary Ware : -- nosy: -gpolo, gvanrossum, loewis ___ Python tracker <https://bugs.python.org/issue3468> ___ ___ Python-bugs-list mailing list Unsub

[issue34694] Dismiss To Avoid Slave/Master wording cause it easier for non English spoken programmers

2018-09-19 Thread Zachary Ware
Change by Zachary Ware : -- assignee: docs@python -> nosy: -docs@python, zach.ware ___ Python tracker <https://bugs.python.org/issue34694> ___ ___ Python-

[issue34765] Update install-sh

2018-09-21 Thread Zachary Ware
Zachary Ware added the comment: If there's no actual bug, it certainly does not need to be done on maintenance branches. -- nosy: +zach.ware versions: -Python 2.7, Python 3.6, Python 3.7 ___ Python tracker <https://bugs.python.org/is

[issue34809] On MacOSX with 3.7 python getting "Symbol not found: _PyString_AsString"

2018-09-26 Thread Zachary Ware
Change by Zachary Ware : -- resolution: -> not a bug stage: -> resolved status: open -> closed type: crash -> behavior ___ Python tracker <https://bugs.python

[issue34865] Incorrect assignment of optional argument when partial match with different argument found.

2018-10-01 Thread Zachary Ware
Zachary Ware added the comment: Would using `allow_abbrev=False` fix this for you? https://docs.python.org/3/library/argparse.html#allow-abbrev -- nosy: +zach.ware ___ Python tracker <https://bugs.python.org/issue34

[issue6686] xml.sax.xmlreader.XMLReader.getProperty (xml.sax.handler.property_xml_string) returns bytes

2018-10-04 Thread Zachary Ware
Change by Zachary Ware : -- nosy: +christian.heimes ___ Python tracker <https://bugs.python.org/issue6686> ___ ___ Python-bugs-list mailing list Unsubscribe:

[issue34896] Unable to install Python 3.5

2018-10-04 Thread Zachary Ware
Zachary Ware added the comment: According to the name of your log file, you're trying to install an old pre-release version (3.5.0rc3). Try the latest version instead (https://www.python.org/ftp/python/3.5.4/python-3.5.4-amd64-webinstall.exe). Since 3.5 is in security-fix-only mod

[issue34907] calculation not working properly

2018-10-05 Thread Zachary Ware
Change by Zachary Ware : -- resolution: -> not a bug status: open -> closed ___ Python tracker <https://bugs.python.org/issue34907> ___ ___ Python-bugs-

[issue34957] Segementation faults on ARM and ARM64

2018-10-11 Thread Zachary Ware
Zachary Ware added the comment: IIRC, the default in 3.6 is to use `--with-system-ffi` if available on all platforms but macOS, falling back to the bundled copy only if a system copy can't be found; 3.7 removes the bundled copy. Also, the version bundled with 3.6 is v3.2.1. Note t

[issue35005] argparse should accept json and yaml argument types

2018-10-16 Thread Zachary Ware
Change by Zachary Ware : -- nosy: +bethard, paul.j3 versions: +Python 3.8 ___ Python tracker <https://bugs.python.org/issue35005> ___ ___ Python-bugs-list mailin

[issue32174] nonASCII punctuation characters can not display in python363.chm.

2018-10-18 Thread Zachary Ware
Zachary Ware added the comment: What version of Python are you running Sphinx with? Your error is that `html.entities` does not exist, which makes it sound like Python 2; bump it to Python 3 and you'll be fine. -- ___ Python tracker &

[issue35135] pip install --download option does not exist

2018-11-01 Thread Zachary Ware
Change by Zachary Ware : -- assignee: docs@python -> resolution: -> third party stage: -> resolved status: open -> closed type: behavior -> ___ Python tracker <https://bugs.pyt

[issue35188] something confused about numpy.arange

2018-11-08 Thread Zachary Ware
Change by Zachary Ware : -- resolution: -> third party ___ Python tracker <https://bugs.python.org/issue35188> ___ ___ Python-bugs-list mailing list Un

[issue17846] Building Python on Windows - Supplementary info

2013-05-28 Thread Zachary Ware
Zachary Ware added the comment: Michael, you may be interested in a configure.bat/make.bat system which I have proposed in issue16895. I would certainly be interested in your review of it, as it seems that core developers who have the ability, inclination, and (probably most importantly

[issue17691] Fix test discovery for test_univnewlines.py

2013-05-28 Thread Zachary Ware
Zachary Ware added the comment: Looking at this again, the test_main magic wasn't too arcane, so here's a patch that does away with test_main (or load_tests) completely. -- Added file: http://bugs.python.org/file30401/test_univnewlines_discove

[issue16895] Batch file to mimic 'make' on Windows

2013-05-28 Thread Zachary Ware
Zachary Ware added the comment: > Richard Oudkerk added the comment: > > I can't say I know enough about batch files to understand much of the code, > but a few notes: > > Windows XP does not have the command "where" which you use -- Python 3.4 will > sti

[issue16895] Batch file to mimic 'make' on Windows

2013-05-28 Thread Zachary Ware
Zachary Ware added the comment: > Brian Curtin added the comment: > > Don't we already require an existing Python to build some of the third-party > stuff, e.g., OpenSSL? Only for building a 64-bit Python on 32-bit Windows. Otherwise, OpenSSL is built using the just-built

[issue18093] Move main functions to a separate Programs directory

2013-05-31 Thread Zachary Ware
Zachary Ware added the comment: I can confirm that the patch doesn't break building on Windows. Would it make any sense to move Windows-specific sources for things like kill_python.exe (PCbuild/kill_python.c), make_buildinfo.exe, make_versioninfo.exe, py.exe (PC/launcher.c) into Programs

[issue18094] Skip tests in test_uuid not silently

2013-05-31 Thread Zachary Ware
Changes by Zachary Ware : -- nosy: +zach.ware ___ Python tracker <http://bugs.python.org/issue18094> ___ ___ Python-bugs-list mailing list Unsubscribe:

[issue17947] Code, test, and doc review for PEP-0435 Enum

2013-06-09 Thread Zachary Ware
Zachary Ware added the comment: enum.rst will need to be added to a table of contents page somewhere, I would guess possibly Development Tools (Doc/library/development.rst) or maybe Data Types (Doc/library/datatypes.rst). I would trust almost anybody else's opinion over mine on whe

[issue15968] Incorporate Tcl/Tk/Tix into the Windows build process

2013-06-14 Thread Zachary Ware
Changes by Zachary Ware : -- nosy: +zach.ware ___ Python tracker <http://bugs.python.org/issue15968> ___ ___ Python-bugs-list mailing list Unsubscribe:

[issue15968] Incorporate Tcl/Tk/Tix into the Windows build process

2013-06-14 Thread Zachary Ware
Zachary Ware added the comment: The current patch doesn't apply cleanly anymore and contained an accidental reversion of a commit, so I took the liberty of creating an updated version. I'll also be leaving comments on Rietveld. -- Added file: http://bugs.python.org

[issue18223] Refactor test_tarfile

2013-06-15 Thread Zachary Ware
Zachary Ware added the comment: Looks like a winner, barring a few nits picked on Rietveld. This issue supersedes issue17689, would anyone mind marking that for me? -- ___ Python tracker <http://bugs.python.org/issue18

[issue17689] Fix test discovery for test_tarfile.py

2013-06-15 Thread Zachary Ware
Zachary Ware added the comment: Superseded by issue18223. -- resolution: -> duplicate status: open -> closed ___ Python tracker <http://bugs.python.org/i

<    5   6   7   8   9   10   11   12   13   14   >