[issue37936] gitignore file is too broad

2019-09-11 Thread Zachary Ware
Change by Zachary Ware : -- pull_requests: +15541 stage: resolved -> patch review pull_request: https://github.com/python/cpython/pull/15900 ___ Python tracker <https://bugs.python.org/issu

[issue37936] gitignore file is too broad

2019-09-11 Thread Zachary Ware
Zachary Ware added the comment: New changeset 455122a0094c8cfdf7e062eccc5e5b5885c75e8b by Zachary Ware (Greg Price) in branch 'master': bpo-37936: Systematically distinguish rooted vs. unrooted in .gitignore (GH-15823) https://github.com/python/cpython/commit

[issue36901] Fix leaks in /PC/bdist_wininst/install.c

2019-09-10 Thread Zachary Ware
Zachary Ware added the comment: Closing as "won't fix"; bdist_wininst has been deprecated in 3.8. -- nosy: +zach.ware resolution: -> wont fix stage: patch review -> resolved status: open -> closed ___ Python tracker <h

[issue38089] Make macOS tests optional on Azure Pipelines

2019-09-10 Thread Zachary Ware
Zachary Ware added the comment: New changeset 801f925998cc393260f36f5ac77369fef2373ad1 by Zachary Ware (Steve Dower) in branch 'master': bpo-38089: Move Azure Pipelines to latest VM versions and make macOS tests optional (GH-15851) https://github.com/python/cpython/commit

[issue38087] test_ntpath must account for casing changes

2019-09-10 Thread Zachary Ware
Zachary Ware added the comment: New changeset 97d7906e301261b20a45a22242a8accb1cfb by Zachary Ware (Steve Dower) in branch 'master': bpo-38087: Fix case sensitivity in test_pathlib and test_ntpath (GH-15850) https://github.com/python/cpython/commit

[issue38088] distutils cannot locate vcruntime140.dll with only VS 2019 installed

2019-09-10 Thread Zachary Ware
Zachary Ware added the comment: New changeset cd8221152dd235ec5d06e3d9d0d8787645bbac8e by Zachary Ware (Steve Dower) in branch 'master': bpo-38088: Fixes distutils not finding vcruntime140.dll with only v142 toolset installed (GH-15849) https://github.com/python/cpython/commit

[issue34293] DOC: Makefile inherits a Sphinx 1.5 bug regarding PAPER envvar

2019-09-09 Thread Zachary Ware
Zachary Ware added the comment: New changeset 12228ce41de1b8fcfb3f1ba0a86d98a232815e85 by Zachary Ware in branch '3.7': [3.7] bpo-34293: Fix PDF documentation paper size (GH-8585) (GH-15817) https://github.com/python/cpython/commit/12228ce41de1b8fcfb3f1ba0a86d98a232815e85

[issue34293] DOC: Makefile inherits a Sphinx 1.5 bug regarding PAPER envvar

2019-09-09 Thread Zachary Ware
Zachary Ware added the comment: New changeset 99df5e837334b62c29c979bb0806f525778a4f3e by Zachary Ware in branch '3.8': [3.8] bpo-34293: Fix PDF documentation paper size (GH-8585) (GH-15816) https://github.com/python/cpython/commit/99df5e837334b62c29c979bb0806f525778a4f3e

[issue34293] DOC: Makefile inherits a Sphinx 1.5 bug regarding PAPER envvar

2019-09-09 Thread Zachary Ware
Zachary Ware added the comment: Thank you for the patch! -- 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

[issue34293] DOC: Makefile inherits a Sphinx 1.5 bug regarding PAPER envvar

2019-09-09 Thread Zachary Ware
Change by Zachary Ware : -- pull_requests: +15465 pull_request: https://github.com/python/cpython/pull/15817 ___ Python tracker <https://bugs.python.org/issue34

[issue34293] DOC: Makefile inherits a Sphinx 1.5 bug regarding PAPER envvar

2019-09-09 Thread Zachary Ware
Change by Zachary Ware : -- pull_requests: +15464 pull_request: https://github.com/python/cpython/pull/15816 ___ Python tracker <https://bugs.python.org/issue34

[issue34293] DOC: Makefile inherits a Sphinx 1.5 bug regarding PAPER envvar

2019-09-09 Thread Zachary Ware
Zachary Ware added the comment: New changeset b5381f669718aa19690f42f3b8bd88f03045b9d2 by Zachary Ware (Jean-François B) in branch 'master': bpo-34293: Fix PDF documentation paper size (GH-8585) https://github.com/python/cpython/commit/b5381f669718aa19690f42f3b8bd88f03045b9d2

[issue36511] Add Windows ARM32 buildbot

2019-09-09 Thread Zachary Ware
Zachary Ware added the comment: New changeset 55d12ce8b8d397dd4e376bb0d1c27b3cced0ef50 by Zachary Ware (Paul Monson) in branch 'master': bpo-36511: clean up python process before deploy on ARM Windows buildbots (GH-14431) https://github.com/python/cpython/commit

[issue7940] re.finditer and re.findall should support negative end positions

2019-09-09 Thread Zachary Ware
Zachary Ware added the comment: Ezio requested further opinions, so here's mine. I don't think the current behavior makes sense; I doubt anyone actually expects a negative index to be squashed to 0, especially for endpos. I'm not certain that allowing negative indexes is really necessary

[issue35803] Test and document that `dir=...` in tempfile may be PathLike

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

[issue35803] Test and document that `dir=...` in tempfile may be PathLike

2019-09-09 Thread Zachary Ware
Zachary Ware added the comment: New changeset 370138ba9c29595df773cc057d17ea26fb6f21bd by Zachary Ware (Anthony Sottile) in branch 'master': bpo-35803: Document and test dir=PathLike for tempfile (GH-11644) https://github.com/python/cpython/commit/370138ba9c29595df773cc057d17ea26fb6f21bd

[issue37936] gitignore file is too broad

2019-09-09 Thread Zachary Ware
Zachary Ware added the comment: New changeset 9ae9ac1061c76d637ebe9c1d6c6c802311d6ddba by Zachary Ware (Miss Islington (bot)) in branch '3.7': bpo-37936: Avoid ignoring files that we actually do track. (GH-15451) (GH-15748) https://github.com/python/cpython/commit

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

2019-09-09 Thread Zachary Ware
Zachary Ware added the comment: I think we need Michael's ruling on which way to go here. I'm fine with either an exception or a default reason, but still lean towards the default. I don't think `skipIf` or `skipUnless` really need a change either way; they both require two arguments

[issue37212] ordered keyword arguments in unittest.mock.call repr and error messages

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

[issue37212] ordered keyword arguments in unittest.mock.call repr and error messages

2019-09-09 Thread Zachary Ware
Zachary Ware added the comment: New changeset 9d607061c9c888913ae2c18543775cf360d55f27 by Zachary Ware (Xtreak) in branch 'master': bpo-37212: Preserve keyword argument order in unittest.mock.call and error messages (GH-14310) https://github.com/python/cpython/commit

[issue36250] pdb: interaction might cause "ValueError: signal only works in main thread"

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

[issue36250] pdb: interaction might cause "ValueError: signal only works in main thread"

2019-09-09 Thread Zachary Ware
Zachary Ware added the comment: New changeset 8d64bfafdffd9f866bb6ac2e5b4c4bdfcb16aea0 by Zachary Ware (Daniel Hahler) in branch 'master': bpo-36250: ignore ValueError from signal in non-main thread (GH-12251) https://github.com/python/cpython/commit/8d64bfafdffd9f866bb6ac2e5b4c4bdfcb16aea0

[issue38063] Modify test_socket.py to use unittest test discovery

2019-09-09 Thread Zachary Ware
New submission from Zachary Ware : See also #14408. -- nosy: +zach.ware ___ Python tracker <https://bugs.python.org/issue38063> ___ ___ Python-bugs-list mailin

[issue38064] Spam

2019-09-09 Thread Zachary Ware
Change by Zachary Ware : -- Removed message: https://bugs.python.org/msg351408 ___ Python tracker <https://bugs.python.org/issue38064> ___ ___ Python-bugs-list m

[issue38064] Spam

2019-09-09 Thread Zachary Ware
Change by Zachary Ware : -- components: -Cross-Build nosy: -Alex.Willmer, pokeronline63, xtreak title: Agen Poker Online Terpercaya -> Spam versions: -Python 3.7 ___ Python tracker <https://bugs.python.org/issu

[issue15817] Misc/gdbinit: Expose command documentation to gdb help

2019-09-09 Thread Zachary Ware
Zachary Ware added the comment: New changeset 14f7de72b62ec8e73a8a57b25ad8fef230dc6a3c by Zachary Ware in branch '3.8': [3.8] bpo-15817: gdbinit: Document commands after defining them (GH-15021) (#15744) https://github.com/python/cpython/commit/14f7de72b62ec8e73a8a57b25ad8fef230dc6a3c

[issue15817] Misc/gdbinit: Expose command documentation to gdb help

2019-09-09 Thread Zachary Ware
Change by Zachary Ware : -- pull_requests: +15398 pull_request: https://github.com/python/cpython/pull/15744 ___ Python tracker <https://bugs.python.org/issue15

[issue15817] Misc/gdbinit: Expose command documentation to gdb help

2019-09-09 Thread Zachary Ware
Zachary Ware added the comment: New changeset 1f86fdcfc57270ee569cc58269a4e08afe7608ec by Zachary Ware (Florian Bruhin) in branch 'master': bpo-15817: gdbinit: Document commands after defining them (GH-15021) https://github.com/python/cpython/commit/1f86fdcfc57270ee569cc58269a4e08afe7608ec

[issue38048] unususal behavior

2019-09-07 Thread Zachary Ware
Zachary Ware added the comment: To reiterate, there is no bug in Python here. The code that you attached here has a typo that turns this example into an infinite loop, and the Windows Command Prompt will happily take any input and echo it, even though Python is not actually consuming any

[issue37970] urllib.parse docstrings incomplete

2019-09-04 Thread Zachary Ware
Zachary Ware added the comment: I see. I don't think we need to describe each returned component in the docstring; they're some combination of self-explanatory, described in the reference docs, or just industry-standard terms that are easily defined from other sources. I'm not suggesting

[issue37970] urllib.parse docstrings incomplete

2019-09-04 Thread Zachary Ware
Zachary Ware added the comment: >I don't understand why we'd have scheme and netloc, but nothing for path and >query. I'm not sure what you mean here; can you please clarify? > What are you suggesting we add for scheme/allow_fragements? Just a brief description of what effect the

[issue37983] macOS: os.lchmod() incorrectly removed by 2.7.16

2019-08-29 Thread Zachary Ware
Change by Zachary Ware : -- nosy: +benjamin.peterson ___ Python tracker <https://bugs.python.org/issue37983> ___ ___ Python-bugs-list mailing list Unsubscribe:

[issue37970] urllib.parse docstrings incomplete

2019-08-28 Thread Zachary Ware
New submission from Zachary Ware : For example, urlsplit: >>> from urllib.parse import urlsplit >>> help(urlsplit) Help on function urlsplit in module urllib.parse: urlsplit(url, scheme='', allow_fragments=True) Parse a URL into 5 components: :///?# Return

[issue37875] gzip module any difference for compressing png file in version 2.X and 3.X

2019-08-19 Thread Zachary Ware
Change by Zachary Ware : -- resolution: -> not a bug stage: -> resolved status: open -> closed ___ Python tracker <https://bugs.python.org/issue37875> ___ ___

[issue37875] gzip module any difference for compressing png file in version 2.X and 3.X

2019-08-16 Thread Zachary Ware
Zachary Ware added the comment: Sorry, but your report is unclear. Are you asking if there is any difference, or are you reporting a difference? If the former, this is not the correct forum for such questions, please try python-l...@python.org or StackOverflow instead. If the latter

[issue37859] time.process_time() constant / erratic on Windows

2019-08-14 Thread Zachary Ware
Change by Zachary Ware : -- resolution: -> not a bug stage: -> resolved status: pending -> closed ___ Python tracker <https://bugs.python.or

[issue37859] time.process_time() constant / erratic on Windows

2019-08-14 Thread Zachary Ware
Zachary Ware added the comment: Try this: while time.process_time() < 0.5: print('.', flush=True, end='') Or: >>> time.process_time() 0.03125 >>> len(str(2**500_000)) 150515 >>> time.process_time() 0.484375 Basically, process_time() (and process_ti

[issue37767] TTK Treeview alternating row color not working

2019-08-05 Thread Zachary Ware
Zachary Ware added the comment: That file is part of Tcl/Tk and just bundled with Python on Windows; please raise an issue on the Tk issue tracker (which appears to be here: https://core.tcl-lang.org/tk/ticket). If and when the change is released in a new version of Tcl/Tk, please feel

[issue37727] error past 15 places

2019-07-30 Thread Zachary Ware
Zachary Ware added the comment: This is a limitation of binary floating point, please see https://docs.python.org/3/tutorial/floatingpoint.html -- nosy: +zach.ware resolution: -> not a bug stage: -> resolved status: open -> closed _

[issue37713] 2to3 division problems leading to program crashes in Python3

2019-07-29 Thread Zachary Ware
Zachary Ware added the comment: This is not a bug; division changed in Python 3 such that `/` is the "true division" operator, whereas `//` is the "integer division" operator. Note that this was actually added in Python 2.2, though it was guarded by `from __futu

[issue37605] CI should not depend on gmane response

2019-07-24 Thread Zachary Ware
Zachary Ware added the comment: For doctests, I would prefer to just disable some or all of the doctests in Doc/library/nntplib.rst rather than go to the effort of trying to mock things. -- ___ Python tracker <https://bugs.python.org/issue37

[issue37605] CI should not depend on gmane response

2019-07-16 Thread Zachary Ware
Zachary Ware added the comment: Victor, note that this issue is about the nntplib doctests in Doc/library/nntplib.rst. I agree that any examples in that file that actually hit an external server should be marked as not doctests. -- assignee: -> docs@python compone

[issue37545] Argparse Tutorial - unreasonable operators

2019-07-10 Thread Zachary Ware
Zachary Ware added the comment: I don't agree with the proposed change; I think the examples are fine as is. Using `>= 1` means if you later decide that the `-vv` message should actually only happen at `-vvv` and `-vv` should get the same message as `-v`, you only have to change th

[issue30757] pyinstaller can be added to docs, py2exe ref can be updated

2019-07-10 Thread Zachary Ware
Zachary Ware added the comment: I've just come across the fact that the Windows FAQ is out of date again. Denis, your PR still has some pending change requests; are you interested in updating your PR, or would you rather someone else take this over? -- components: +Windows nosy

[issue37533] Possible Unicode handling issue in python.

2019-07-09 Thread Zachary Ware
Change by Zachary Ware : -- nosy: +brett.cannon ___ Python tracker <https://bugs.python.org/issue37533> ___ ___ Python-bugs-list mailing list Unsubscribe:

[issue37533] Possible Unicode handling issue in python.

2019-07-09 Thread Zachary Ware
Zachary Ware added the comment: That issue shows a traceback from Python 2.7, which handles Unicode significantly differently than (read "not as well as") Python 3. If the issue can be boiled down to a few lines of Python code that show a real problem in Python 3's Unicode handli

[issue37396] [2.7] PCbuild/pythoncore.vcxproj kills the wrong program

2019-06-24 Thread Zachary Ware
Zachary Ware added the comment: How can you tell that $(PyDebugExt) is not set? Note that the "Killing any running python.exe instances..." line is hard-coded, it does not currently include $(PyDebugExt) (though it probably should). Adding that to the message would be a good

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

2019-06-20 Thread Zachary Ware
Zachary Ware added the comment: Perhaps just adding "within a major release series" after "forward-compatible" would be sufficient? -- nosy: +zach.ware ___ Python tracker <https://bug

[issue37352] Typo in documentation: "to making it easy"

2019-06-20 Thread Zachary Ware
Zachary Ware added the comment: "making" looks fine to me as a native English speaker. I'm not sure it's properly correct English, but it's fine colloquially and I don't think "make" would improve it :) If anything, I'd change "to" to "t

[issue37332] Python from Windows Store cannot install pycrypto

2019-06-18 Thread Zachary Ware
Zachary Ware added the comment: I see the same thing using Python 3.7.0 from python.org on Windows 8.1; this appears to be an issue with pycrypto and not Python itself or the Windows Store distribution. A quick look at the pycrypto issue tracker (https://github.com/dlitz/pycrypto/issues

[issue37133] Erro "ffi.h: No such file" when build python 3.8 (branch master) on windows 10

2019-06-17 Thread Zachary Ware
Zachary Ware added the comment: I'm unable to reproduce the problem. If you're still having issues, please reopen the issue with more details about what exactly you did and the error(s) you saw (preferably copied and pasted into a message). -- resolution: -> works for me st

[issue12857] Expose called function on frame object

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

[issue37220] test_idle crash on Windows when run with -R:

2019-06-10 Thread Zachary Ware
New submission from Zachary Ware : See for example https://buildbot.python.org/all/#/builders/33/builds/613 This build ended when I logged into the machine and clicked the "Close the program" button on the "python_d.exe crashed" dialog box. Here's the details from t

[issue37189] PyRun_String not exported in python38.dll

2019-06-07 Thread Zachary Ware
Zachary Ware added the comment: A look through `git log -p` looks like bpo-34646 is likely to be related. -- nosy: +benjamin.peterson ___ Python tracker <https://bugs.python.org/issue37

[issue37168] Decimal divisions sometimes 10x or 100x too large

2019-06-05 Thread Zachary Ware
Change by Zachary Ware : -- nosy: +facundobatista, mark.dickinson, rhettinger, skrah ___ Python tracker <https://bugs.python.org/issue37168> ___ ___ Python-bug

[issue34282] Enum._convert shadows members named _convert

2019-06-04 Thread Zachary Ware
Change by Zachary Ware : -- pull_requests: +13708 pull_request: https://github.com/python/cpython/pull/13823 ___ Python tracker <https://bugs.python.org/issue34

[issue37133] Erro "ffi.h: No such file" when build python 3.8 (branch master) on windows 10

2019-06-02 Thread Zachary Ware
Zachary Ware added the comment: Did running PCbuild/build.bat successfully download dependencies to the `externals` directory? -- ___ Python tracker <https://bugs.python.org/issue37

[issue37118] Why is GIL on 2.7 so much faster than 3.7

2019-05-31 Thread Zachary Ware
New submission from Zachary Ware : This is a bug tracker, not a forum for questions. Please try a more appropriate venue for your question, like python-l...@python.org or StackOverflow. You're going to need to provide some actual evidence rather than just a provocative assertion, though

[issue37094] Provide an example for TestCase.skipTest in unittest doc

2019-05-31 Thread Zachary Ware
Zachary Ware added the comment: Thanks for the patch! -- nosy: +zach.ware resolution: -> fixed stage: patch review -> resolved status: open -> closed versions: +Python 3.7 ___ Python tracker <https://bugs.python.or

[issue37101] Filterer.filter can be rewritten using built-ins just as efficient much more readable

2019-05-30 Thread Zachary Ware
Zachary Ware added the comment: This could simplify even further with the following: def filter(self, record): return all(getattr(f, 'filter', f)(record) for f in self.filters) -- nosy: +zach.ware versions: +Python 3.8 -Python 3.9 ___ Python

[issue37043] Buildbots fail when new files are added

2019-05-25 Thread Zachary Ware
Zachary Ware added the comment: The issue here is not with buildbots, but with installation on POSIX platforms. We do now have a couple of buildbots that install Python to a local location before running the tests, which is what flushes this out (see https://github.com/python/buildmaster

[issue36931] json lib doesnt want to load from file

2019-05-15 Thread Zachary Ware
Zachary Ware added the comment: You're passing in a filename, not a file-like object (see https://docs.python.org/3/library/json.html#json.load). Instead, you'll want something like: with open(filename) as f: json_data = json.load(f) Please note that this is not a help forum

[issue34509] Starting to use gcc-8 on CI

2019-05-15 Thread Zachary Ware
Zachary Ware added the comment: We do now have at least one builder using GCC 8 (ware-gentoo-x86) and one using GCC 9 (cstratak-fedora), so I'm closing the issue. Thanks for bringing this up, and sorry it fell through the cracks for a while! -- resolution: -> fixed stage: pa

[issue16100] Compiling vim with Python 3.3 support fails

2019-05-14 Thread Zachary Ware
Change by Zachary Ware : -- versions: -Python 3.7, Python 3.8 ___ Python tracker <https://bugs.python.org/issue16100> ___ ___ Python-bugs-list mailing list Unsub

[issue16100] Compiling vim with Python 3.3 support fails

2019-05-14 Thread Zachary Ware
Zachary Ware added the comment: As this appears to be a bug in Vim on an unsupported configuration with a now-unsupported version of Python, I'm closing the issue. If this is still an issue with a modern version of Python in a supported environment and can be shown to be a bug in Python

[issue36787] Python3 regresison: String formatting of None object

2019-05-03 Thread Zachary Ware
Zachary Ware added the comment: You can use `!s` to be sure that the object is a string: >>> '{!s:^10}'.format(None) ' None ' I think it's unlikely the behavior of NoneType.__format__ will be changed, but I'm adding Eric Smith to make that determination as the maintainer of s

[issue27409] List socket.SO_*, SCM_*, MSG_*, IPPROTO_* symbols

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

[issue17667] Windows: build with "build_pgo.bat -2" fails to optimize python.dll

2019-05-03 Thread Zachary Ware
Change by Zachary Ware : Removed file: https://bugs.python.org/file48296/27409.pdf ___ Python tracker <https://bugs.python.org/issue17667> ___ ___ Python-bugs-list mailin

[issue34442] zlib module not built on windows

2019-05-01 Thread Zachary Ware
Zachary Ware added the comment: With no further explanation of what went wrong, I'm closing the issue. -- resolution: -> works for me stage: test needed -> resolved status: open -> closed ___ Python tracker <https://bugs.python.or

[issue36727] python 3.6+ docs use ul tags instead of ol tags

2019-04-26 Thread Zachary Ware
Zachary Ware added the comment: I was able to re-add Oliver Too, Eh? via numeric user ID (31174), but I've also removed the comma from the login name to avoid further issues. Oliver, you should be able to log in using the login name "Oliver Too Eh?"; if you have any issues pleas

[issue36727] python 3.6+ docs use ul tags instead of ol tags

2019-04-26 Thread Zachary Ware
Change by Zachary Ware : -- nosy: +Oliver Too, Eh? ___ Python tracker <https://bugs.python.org/issue36727> ___ ___ Python-bugs-list mailing list Unsubscribe:

[issue36085] Enable better DLL resolution

2019-03-30 Thread Zachary Ware
Zachary Ware added the comment: Try https://buildbot.python.org/all/#/builders?tags=%2Bcustom instead :) You can trigger a build by pushing to the `buildbot-custom` branch and if need be I can grant you SSH or RDP access to that worker, just let me know

[issue36446] Need Windows x86-64 MSI installer for Python >= 3.x.x

2019-03-27 Thread Zachary Ware
Zachary Ware added the comment: Our installer scheme was modernized for Python 3.5, and a description of its use can be found here: https://docs.python.org/3/using/windows.html The new scheme is significantly more flexible, though it is somewhat more complex to enable that flexibility

[issue36393] python user define function is replacing variable value

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

[issue36085] Enable better DLL resolution

2019-03-21 Thread Zachary Ware
Zachary Ware added the comment: I've found AppVeyor's support forum (https://help.appveyor.com/) to be fairly responsive; it may be worth asking them about the issue there. -- ___ Python tracker <https://bugs.python.org/issue36

[issue10641] kill_python sometimes fails to kill processes on buildbots

2019-03-16 Thread Zachary Ware
Zachary Ware added the comment: As kill_python.exe has been removed from PCbuild/ and this hasn't been a problem in recent years, I'm going to go ahead and close the issue. -- resolution: -> out of date stage: -> resolved status: open -&g

[issue36295] Need to yield (sleep(0)) twice in asyncio

2019-03-14 Thread Zachary Ware
Change by Zachary Ware : -- components: +asyncio nosy: +asvetlov, yselivanov ___ Python tracker <https://bugs.python.org/issue36295> ___ ___ Python-bugs-list m

[issue36288] Incorrect answer when using round()

2019-03-14 Thread Zachary Ware
Change by Zachary Ware : -- components: -Build ___ Python tracker <https://bugs.python.org/issue36288> ___ ___ Python-bugs-list mailing list Unsubscribe:

[issue36288] Incorrect answer when using round()

2019-03-14 Thread Zachary Ware
Zachary Ware added the comment: Please see the documentation for `round`, it explains this: https://docs.python.org/3/library/functions.html#round -- nosy: +zach.ware -remi.lapeyre resolution: -> not a bug stage: -> resolved status: open -> closed type:

[issue36264] os.path.expanduser should not use HOME on windows

2019-03-12 Thread Zachary Ware
Zachary Ware added the comment: If we're going ahead with this, it's worth a mention in whatsnew as this is going to break things for some users. -- ___ Python tracker <https://bugs.python.org/issue36

[issue35931] pdb: "debug print(" crashes with SyntaxError

2019-03-11 Thread Zachary Ware
Zachary Ware added the comment: Thanks for catching that and fixing it before 3.7.3! -- priority: release blocker -> normal resolution: -> fixed stage: patch review -> resolved status: open -> closed type: -> behavior ___ Python

[issue36228] Support coercion of complex to float/int

2019-03-07 Thread Zachary Ware
Zachary Ware added the comment: Agreed with Josh and closing the issue as rejected. I'm adding our math experts just in case they disagree or want to provide further clarity. -- components: +Interpreter Core -Extension Modules, Library (Lib) nosy: +lemburg, mark.dickinson

[issue36218] .sort() segfaults consistently on crafted input

2019-03-06 Thread Zachary Ware
Change by Zachary Ware : -- nosy: +elliot.gorokhovsky ___ Python tracker <https://bugs.python.org/issue36218> ___ ___ Python-bugs-list mailing list Unsubscribe:

[issue36218] .sort() segfaults consistently on crafted input

2019-03-06 Thread Zachary Ware
Zachary Ware added the comment: Confirmed on Linux: $ python3.6 Python 3.6.8 (default, Mar 5 2019, 22:01:36) [GCC 8.2.0] on linux Type "help", "copyright", "credits" or "license" for more information. >>> [(1.0, 1.0), (False, "A&

[issue36190] file object method .tell() sometimes returns large number when position is right before a line break

2019-03-04 Thread Zachary Ware
Zachary Ware added the comment: Your attached file doesn't seem to be a valid zip file. Also, note that the result of `tell` on a file opened in text mode is documented [1] as being an opaque integer; there is no guarantee that the result of `tell` has any relation to the number

[issue36151] Incorrect answer when calculating 11/3

2019-02-28 Thread Zachary Ware
Zachary Ware added the comment: This has nothing to do with IDLE and everything to do with how floating point numbers work; have a read through https://docs.python.org/3/tutorial/floatingpoint.html for an introduction to floating point. If you need exact decimal math, use the `decimal

[issue36143] Auto-generate Lib/keyword.py

2019-02-27 Thread Zachary Ware
Zachary Ware added the comment: Lib/keyword.py already regenerates itself from Python/graminit.c when run as a script, but there should be a `regen-keyword.py` target added to Makefile.pre.in and included as a dependency of the `regen-all` target. Agreed that this is a good starting issue

[issue36070] Enclosing scope not visible from within list comprehension

2019-02-21 Thread Zachary Ware
Zachary Ware added the comment: Can you attach a test file that shows the failure? -- nosy: +zach.ware ___ Python tracker <https://bugs.python.org/issue36

[issue35931] pdb: "debug print(" crashes with SyntaxError

2019-02-15 Thread Zachary Ware
Zachary Ware added the comment: Thanks for the patch! -- nosy: +zach.ware resolution: -> fixed stage: patch review -> resolved status: open -> closed versions: +Python 3.7 ___ Python tracker <https://bugs.python.or

[issue35994] In WalkTests of test_os.py, sub2_tree missed the dir "SUB21" if symlink can't be supported.

2019-02-14 Thread Zachary Ware
Zachary Ware added the comment: Thanks for the patch! -- nosy: +zach.ware -miss-islington resolution: -> fixed stage: patch review -> resolved status: open -> closed versions: +Python 3.7 ___ Python tracker <https://bugs.python.or

[issue21107] Add pgen.vcxproj to allow regenerating grammar files on Windows

2019-02-12 Thread Zachary Ware
Zachary Ware added the comment: This patch is *way* out of date, and we're in the midst of removing pgen (issue35808) anyway, so I'm closing this issue. -- resolution: -> out of date stage: -> resolved status: open -> closed ___ Pytho

[issue35944] Python 3.7 install error

2019-02-08 Thread Zachary Ware
Change by Zachary Ware : -- assignee: -> steve.dower components: +Windows nosy: +paul.moore, steve.dower, tim.golden, zach.ware ___ Python tracker <https://bugs.python.org/issu

[issue35929] Spam

2019-02-07 Thread Zachary Ware
Change by Zachary Ware : -- components: -2to3 (2.x to 3.x conversion tool), Build, Demos and Tools, Distutils, Documentation, Extension Modules, FreeBSD, Library (Lib), SSL, email, macOS nosy: -Mariatta, barry, docs@python, dstufft, eric.araujo, koobs, ned.deily, r.david.murray

[issue35819] Fatal Python error

2019-01-24 Thread Zachary Ware
Zachary Ware added the comment: Hi Abdallah, This tracker is for reporting bugs in the CPython interpreter or standard library, not for general help; as such I'm closing this issue. For help, it's better to ask on the main python mailing list (python-l...@python.org), in the #python IRC

[issue35776] Virtualenv 16.2.0 Error Finding Pip

2019-01-18 Thread Zachary Ware
Zachary Ware added the comment: virtualenv is not part of the Python standard library; please open an issue on the virtualenv bug tracker (https://github.com/pypa/virtualenv/issues). -- nosy: +zach.ware resolution: -> third party stage: -> resolved status: open -&g

[issue35693] test_httpservers fails

2019-01-10 Thread Zachary Ware
Zachary Ware added the comment: Test failures during the PGO training (*not* those after the final PGO compilation) should be ignored; if they're not, that's an issue that should be fixed. -- ___ Python tracker <https://bugs.python.

[issue35693] test_httpservers fails

2019-01-09 Thread Zachary Ware
Zachary Ware added the comment: Certainly! Bugfixes, in library or test code, are still welcome on 3.7. -- stage: -> test needed versions: +Python 3.7 -Python 3.6 ___ Python tracker <https://bugs.python.org/issu

[issue35700] Place, Pack and Grid should return the widget

2019-01-09 Thread Zachary Ware
Change by Zachary Ware : -- type: behavior -> enhancement versions: +Python 3.8 -Python 3.7 ___ Python tracker <https://bugs.python.org/issue35700> ___ ___ Py

[issue35693] test_httpservers fails

2019-01-09 Thread Zachary Ware
Zachary Ware added the comment: No need to paste the output; it's linked between the form at the top and the first message. It's not shown on the issue list view because it's not a patch. The next step is to see if it still fails when you build from the `master` branch since 3.6 is now

[issue35700] Place, Pack and Grid should return the widget

2019-01-09 Thread Zachary Ware
Zachary Ware added the comment: I agree with Serhiy that we shouldn't do this; tkinter is (mostly) just a thin wrapper around Tcl/Tk and this isn't enough of a win to deviate from that. In any case, this would be an enhancement that could only go into 3.8 at this point. For your

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