[issue33785] Crash caused by pasting ̖̈ into python

2018-06-06 Thread Zachary Ware
Zachary Ware added the comment: I suspect this is the old issue of Tcl/Tk's lack of support for Unicode characters outside the BMP. If I'm correct, there's nothing we can do about it. -- assignee: -> terry.reedy components: +IDLE nosy: +serhiy.storchaka, terry.reedy, zach.w

[issue33764] AppVeyor builds interrupted before tests complete

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

[issue31731] [2.7] test_io hangs on x86 Gentoo Refleaks 2.7

2018-05-29 Thread Zachary Ware
Zachary Ware added the comment: test_io is currently hung on that builder: buildbot 13541 0.0 0.1 4920 2508 pts/1Ss+ May28 0:00 \_ make buildbottest TESTOPTS=-j2 -R 3:3 -u-cpu TESTPYTHONOPTS= TESTTIMEOUT=11700 buildbot 13556 0.2 0.4 33620 9952 pts/1Sl+ May28 2:45

[issue33656] IDLE: Turn on DPI awareness on Windows

2018-05-29 Thread Zachary Ware
Zachary Ware added the comment: Does Tcl/Tk have a function for this, and/or should we expose this as a function in Tkinter? Do other platforms (macOS, X/Wayland) have similar functions? -- nosy: +serhiy.storchaka ___ Python tracker <ht

[issue33634] Buildbot configuration issue on Windows7 buildbots

2018-05-24 Thread Zachary Ware
Zachary Ware <zachary.w...@gmail.com> added the comment: This was fixed by https://github.com/python/buildmaster-config/pull/36 -- resolution: -> fixed stage: -> resolved status: open -> closed ___ Python tracker <rep...@bugs.

[issue33556] leftover thread crumb in threading.ident docstring

2018-05-18 Thread Zachary Ware
Zachary Ware <zachary.w...@gmail.com> added the comment: Done, thanks Skip :) Can we convince you to reclaim your commit bits so you can click the buttons yourself next time? ;) -- resolution: -> fixed stage: patch review -> resolved status: op

[issue33556] leftover thread crumb in threading.ident docstring

2018-05-18 Thread Zachary Ware
Zachary Ware <zachary.w...@gmail.com> added the comment: New changeset abde17e663edd6437cc7eb0405fe418449a25d72 by Zachary Ware (Miss Islington (bot)) in branch '3.7': bpo-33556: Remove reference to thread module from docstring (GH-6963) https://github.com/python/cpython/

[issue33556] leftover thread crumb in threading.ident docstring

2018-05-18 Thread Zachary Ware
Zachary Ware <zachary.w...@gmail.com> added the comment: New changeset 5634331a76dfe9fbe4b76475e11307a0922d6a15 by Zachary Ware (Skip Montanaro) in branch 'master': bpo-33556: Remove reference to thread module from docstring (GH-6963) https://github.com/python/cpython/

[issue33556] leftover thread crumb in threading.ident docstring

2018-05-17 Thread Zachary Ware
Zachary Ware <zachary.w...@gmail.com> added the comment: Rather than a leading underscore, I think `thread.` should just be removed. `get_ident` is now exposed by the threading module itself. For a change this small, https://github.com/python/cpython/edit/master/Lib/threading.py can b

[issue33543] `make html` broken

2018-05-16 Thread Zachary Ware
Zachary Ware <zachary.w...@gmail.com> added the comment: Try `make venv && make html`. -- nosy: +zach.ware ___ Python tracker <rep...@bugs.python.org> <https://bug

[issue33355] Windows 10 buildbot: 15 min timeout on test_mmap.test_large_filesize()

2018-05-06 Thread Zachary Ware
Zachary Ware <zachary.w...@gmail.com> added the comment: David, has anything gone wonky on those builders lately? Should we consider passing `-u-largefile` on them? -- nosy: +db3l ___ Python tracker <rep...@bugs.python.org> <https://

[issue33404] Phone Number Generator

2018-05-01 Thread Zachary Ware
Change by Zachary Ware <zachary.w...@gmail.com>: -- components: -IDLE ___ Python tracker <rep...@bugs.python.org> <https://bugs.python.org/issue33404> ___

[issue33404] Phone Number Generator

2018-05-01 Thread Zachary Ware
Change by Zachary Ware <zachary.w...@gmail.com>: -- assignee: terry.reedy -> ___ Python tracker <rep...@bugs.python.org> <https://bugs.pyt

[issue33404] Phone Number Generator

2018-05-01 Thread Zachary Ware
Change by Zachary Ware <zachary.w...@gmail.com>: -- resolution: -> not a bug stage: -> resolved status: open -> closed ___ Python tracker <rep...@bugs.python.org> <https://bu

[issue33369] Removing Popen log files in threads is racy on Windows

2018-04-26 Thread Zachary Ware
Zachary Ware <zachary.w...@gmail.com> added the comment: You will get no support for Python 2.7.3 out of us (that patch release is over 6 years old! At least try 2.7.14, or wait a week for 2.7.15) and most of us have lost interest in 2.7 altogether, particularly on Windows. H

[issue33288] Spam

2018-04-16 Thread Zachary Ware
Change by Zachary Ware <zachary.w...@gmail.com>: -- Removed message: https://bugs.python.org/msg315364 ___ Python tracker <rep...@bugs.python.org> <https://bugs.python

[issue33288] Spam

2018-04-16 Thread Zachary Ware
Change by Zachary Ware <zachary.w...@gmail.com>: -- Removed message: https://bugs.python.org/msg315363 ___ Python tracker <rep...@bugs.python.org> <https://bugs.python

[issue33288] Spam

2018-04-16 Thread Zachary Ware
Change by Zachary Ware <zachary.w...@gmail.com>: -- nosy: -stevensalbert resolution: -> not a bug stage: -> resolved status: open -> closed title: Diethealth -> Spam ___ Python tracker <rep...@bugs.python.org> <https:/

[issue33273] Allow multiple imports from one module while preserving its namespace

2018-04-13 Thread Zachary Ware
Zachary Ware <zachary.w...@gmail.com> added the comment: Do you mean like `from lib import mod1, mod2, mod3`? If that doesn't cover what you're looking for, try sending your idea (fleshed out a bit more :)) to the python-id...@python.org mailing list, where you can get feedback on your

[issue32823] Regression in test -j behavior and time in 3.7.0b1

2018-04-09 Thread Zachary Ware
Zachary Ware <zachary.w...@gmail.com> added the comment: Ok, interesting. The above results are from running on my Windows 8.1 buildbot, running on Azure. Running on a local fully-updated (I think) Windows 10 VM, I get results similar to what Terry reports: results come in batches

[issue32823] Regression in test -j behavior and time in 3.7.0b1

2018-04-05 Thread Zachary Ware
Zachary Ware <zachary.w...@gmail.com> added the comment: I can't reproduce this. Even running `python -m test -j14` on a machine with 2 vCPUs, I get my first results at 2s, and even test___all__ passes in only 6 (though on my first run, with -j0 (== -j4), test___all__ took 41s but

[issue33232] Segmentation fault in operator.attrgetter

2018-04-05 Thread Zachary Ware
Zachary Ware <zachary.w...@gmail.com> added the comment: Python 3.5 is in security-fix-only mode now, which means we won't be releasing any more binaries for it, and thus can't really do much about this other than possibly recommending that Windows users build with VS2017 instead of

[issue33206] Windows inet_pton(socket.AF_INET6, 'localhost') raises ValueError instead of socket.error

2018-04-02 Thread Zachary Ware
Zachary Ware <zachary.w...@gmail.com> added the comment: Your traceback seems to include both pika and twisted, and as best I can tell, `socket.inet_pton` does not exist on Windows in Python 2.7. If I've diagnosed this incorrectly, please reopen the ticket with a reproducer tha

[issue32823] Regression in test -j behavior and time in 3.7.0b1

2018-03-30 Thread Zachary Ware
Zachary Ware <zachary.w...@gmail.com> added the comment: Terry, could you give me the full command you use to get that result? -- ___ Python tracker <rep...@bugs.python.org> <https://bugs.python

[issue31455] ElementTree.XMLParser() mishandles exceptions

2018-03-30 Thread Zachary Ware
Zachary Ware <zachary.w...@gmail.com> added the comment: This added a refleak on 2.7, see http://buildbot.python.org/all/#/builders/78/builds/122 and later builds. Also, the bug ID in the blurb is incorrect (31544 vs 31455). -- nosy: +zach.ware status: closed -

[issue33191] Refleak in posix_spawn

2018-03-30 Thread Zachary Ware
Change by Zachary Ware <zachary.w...@gmail.com>: -- keywords: +patch pull_requests: +6031 stage: -> patch review ___ Python tracker <rep...@bugs.python.org> <https://bugs.pyt

[issue33191] Refleak in posix_spawn

2018-03-30 Thread Zachary Ware
New submission from Zachary Ware <zachary.w...@gmail.com>: There is a refleak in posix_spawn; see for example http://buildbot.python.org/all/#/builders/114/builds/53 The attached PR fixes it, but I am not confident that I did it correctly. -- components: Interpreter Core me

[issue33125] Windows 10 ARM64 platform support

2018-03-23 Thread Zachary Ware
Zachary Ware <zachary.w...@gmail.com> added the comment: Ideally, all of the changes necessary in OpenSSL, libffi, and Tcl/Tk will happen upstream and we'll just update to new versions of them. We have PR 3806 in progress to extract libffi from our repo and treat it just as any

[issue33063] failed to build _ctypes: undefined reference to `ffi_closure_FASTCALL'

2018-03-13 Thread Zachary Ware
Zachary Ware <zachary.w...@gmail.com> added the comment: Your better option is to install libffi-devel (or whatever the correct name is ) on your system and use `./configure --with-system-ffi`. This is the default in 3.6 and the only option in 3.7 (on any platform but Windows and

[issue32972] unittest.TestCase coroutine support

2018-03-12 Thread Zachary Ware
Zachary Ware <zachary.w...@gmail.com> added the comment: Ok, Yury clarified a few points before I got my message submitted there, so some of my last message may be a bit misguided. In particular, the problems with just using `asyncio.run` are clearer to me now. To give my answers to

[issue32972] unittest.TestCase coroutine support

2018-03-12 Thread Zachary Ware
Zachary Ware <zachary.w...@gmail.com> added the comment: 1. I'm still -1 on a separate subclass, especially since the subclass should still be compatible with the base class. 2. This is only in consideration for 3.8 (even 3.7 is past feature freeze at this point), so the version-dep

[issue32972] unittest.TestCase coroutine support

2018-03-07 Thread Zachary Ware
Zachary Ware <zachary.w...@gmail.com> added the comment: Why is a metaclass required? Playing with a modified version of John's PR5938, it doesn't seem necessary. -- ___ Python tracker <rep...@bugs.python.org> <https://bugs.python

[issue32972] unittest.TestCase coroutine support

2018-03-06 Thread Zachary Ware
Zachary Ware <zachary.w...@gmail.com> added the comment: How is a separate base class better? :) Having a default coroutine runner on the standard TestCase means all you have to do to add async tests is tack an `async` onto the front of your method definition, and everything just

[issue32972] unittest.TestCase coroutine support

2018-03-06 Thread Zachary Ware
Zachary Ware <zachary.w...@gmail.com> added the comment: Instead of a separate base class, what about an overridable `coroutine_runner` attribute that defaults to `asyncio.run`? -- nosy: +zach.ware ___ Python tracker <rep...@bugs.python.or

[issue32901] Update 3.7 and 3.8 Windows and macOS installer builds to tcl/tk 8.6.8

2018-02-22 Thread Zachary Ware
Zachary Ware <zachary.w...@gmail.com> added the comment: True :). I'll get the sources up if I get a chance to do it before you do. (Anyone else can feel free to take a crack at it as well, see https://github.com/python/cpython-source-deps/blob/master/README.rst for instructions that

[issue32901] Update Windows 3.7/8 builds to tcl/tk 8.6.8

2018-02-21 Thread Zachary Ware
Zachary Ware <zachary.w...@gmail.com> added the comment: This is on Steve these days due to the binary signing. -- assignee: -> steve.dower components: +Tkinter, Windows nosy: +paul.moore, steve.dower, tim.golden ___ Python tra

[issue32764] Popen doesn't work on Windows when args is a list

2018-02-19 Thread Zachary Ware
Zachary Ware <zachary.w...@gmail.com> added the comment: I fixed this independently earlier today, tied to bpo-30121 (the issue that introduced the test bug) because I didn't find this one. See PR5758, PR5759 (3.7), and PR5760 (3.6). -- ___

[issue32604] Expose the subinterpreters C-API in Python for testing use.

2018-02-19 Thread Zachary Ware
Zachary Ware <zachary.w...@gmail.com> added the comment: I'm pretty sure that report is still running on the last changeset on hg.python.org; can you confirm that Antoine? -- nosy: +pitrou ___ Python tracker <rep...@bugs.python.or

[issue32604] Expose the subinterpreters C-API in Python for testing use.

2018-02-19 Thread Zachary Ware
Zachary Ware <zachary.w...@gmail.com> added the comment: Looks like macOS rather than Windows, and I can't reproduce it locally with current master: 14:28 $ ./python.exe -m test -R3:3 test_multiprocessing_fork Run tests sequentially 0:00:00 load avg: 2.68 [1/1] test_multiprocessin

[issue30121] Windows: subprocess debug assertion on failure to execute the process

2018-02-19 Thread Zachary Ware
Zachary Ware <zachary.w...@gmail.com> added the comment: New changeset 5537646bfacec463b450871dde31cb06c44a0556 by Zachary Ware in branch 'master': bpo-30121: Fix test_subprocess for Windows Debug builds (GH-5758) https://github.com/python/cpython/

[issue30121] Windows: subprocess debug assertion on failure to execute the process

2018-02-19 Thread Zachary Ware
Change by Zachary Ware <zachary.w...@gmail.com>: -- pull_requests: +5536 ___ Python tracker <rep...@bugs.python.org> <https://bugs.python.org/issue30121> ___

[issue32682] test_zlib improve version parsing

2018-02-18 Thread Zachary Ware
Change by Zachary Ware <zachary.w...@gmail.com>: -- stage: patch review -> commit review versions: +Python 3.6, Python 3.8 ___ Python tracker <rep...@bugs.python.org> <https://bugs.pyt

[issue32682] test_zlib improve version parsing

2018-02-18 Thread Zachary Ware
Zachary Ware <zachary.w...@gmail.com> added the comment: New changeset 4c7108a77144493d0aa6fc0105b67d3797e143f5 by Zachary Ware (pmp-p) in branch 'master': bpo-32682: Improve libz version parsing in test_zilb (GH-5347) https://github.com/python/cpython/

[issue30638] Additional dependencies and rule for `make regen-all`

2018-02-17 Thread Zachary Ware
Zachary Ware <zachary.w...@gmail.com> added the comment: New changeset c1b8aedfbabf6e5460b09f4792d80f18051d43d3 by Zachary Ware in branch '3.6': [3.6] bpo-30638: Add clinic to `make regen-all` (GH-5671) https://github.com/python/cpython/commit/c1b8aedfbabf6e5460b09f4792d80f1805

[issue30638] Additional dependencies and rule for `make regen-all`

2018-02-17 Thread Zachary Ware
Change by Zachary Ware <zachary.w...@gmail.com>: -- pull_requests: +5510 ___ Python tracker <rep...@bugs.python.org> <https://bugs.python.org/issue30638> ___

[issue30638] Additional dependencies and rule for `make regen-all`

2018-02-17 Thread Zachary Ware
Zachary Ware <zachary.w...@gmail.com> added the comment: New changeset d6ff8a7037903497eff95fa32bdac2b6adf71505 by Zachary Ware in branch 'master': bpo-30638: Add clinic to `make regen-all` (GH-5671) https://github.com/python/cpython/commit/d6ff8a7037903497eff95fa32bdac2b6ad

[issue30455] Generate C code from token.py and not vice versa

2018-02-14 Thread Zachary Ware
Change by Zachary Ware <zachary.w...@gmail.com>: -- keywords: +patch pull_requests: +5479 ___ Python tracker <rep...@bugs.python.org> <https://bugs.python

[issue30638] Additional dependencies and rule for `make regen-all`

2018-02-13 Thread Zachary Ware
Change by Zachary Ware <zachary.w...@gmail.com>: -- pull_requests: +5475 ___ Python tracker <rep...@bugs.python.org> <https://bugs.python.org/issue30638> ___

[issue30638] Additional dependencies and rule for `make regen-all`

2018-02-13 Thread Zachary Ware
Change by Zachary Ware <zachary.w...@gmail.com>: -- keywords: +patch pull_requests: +5473 stage: -> patch review ___ Python tracker <rep...@bugs.python.org> <https://bugs.pyt

[issue31562] snakebite.net is not available

2018-02-11 Thread Zachary Ware
Zachary Ware <zachary.w...@gmail.com> added the comment: Trent, any word on this? -- nosy: +zach.ware ___ Python tracker <rep...@bugs.python.org> <https://bugs.python

[issue32604] Expose the subinterpreters C-API in Python for testing use.

2018-02-11 Thread Zachary Ware
Zachary Ware <zachary.w...@gmail.com> added the comment: New changeset fe61e8d8c7cd1f6fb0ce7e9b8f0460b47b5f29a5 by Zachary Ware (Miss Islington (bot)) in branch '3.7': bpo-32604: Make _xxsubinterpreters build on Windows (GH-5624) https://github.com/python/cpython/

[issue32604] Expose the subinterpreters C-API in Python for testing use.

2018-02-11 Thread Zachary Ware
Zachary Ware <zachary.w...@gmail.com> added the comment: New changeset 310b05289b5d9550040f469e60b5e8e77f1022b6 by Zachary Ware in branch 'master': bpo-32604: Make _xxsubinterpreters build on Windows (GH-5516) https://github.com/python/cpython/commit/310b05289b5d9550040f469e60b5e8e77f

[issue32604] Expose the subinterpreters C-API in Python for testing use.

2018-02-03 Thread Zachary Ware
Change by Zachary Ware <zachary.w...@gmail.com>: -- pull_requests: +5348 ___ Python tracker <rep...@bugs.python.org> <https://bugs.python.org/issue32604> ___

[issue32737] str.format not producing strings for nan argument in accordance with documentation

2018-01-31 Thread Zachary Ware
Zachary Ware <zachary.w...@gmail.com> added the comment: I think you need to clarify with whoever is restricting your Python version which version you can actually use: Python 3.0.1 has been out of support for the better part of 10 years now and hardly anybody ever actuall

[issue32667] Failing test_dtrace and test_subprocess on Ubuntu 16.04 on master

2018-01-25 Thread Zachary Ware
Change by Zachary Ware <zachary.w...@gmail.com>: -- nosy: +lukasz.langa, zach.ware ___ Python tracker <rep...@bugs.python.org> <https://bugs.python

[issue32656] writing to stdout prints extraneous size character

2018-01-24 Thread Zachary Ware
Zachary Ware <zachary.w...@gmail.com> added the comment: This is not a bug, it's a side effect of using the REPL for this test and not assigning the return value of `sys.stdout.write` to anything. Try the following: >>> import sys >>> character_count = sys.stdout.

[issue32656] writing to stdout prints extraneous size character

2018-01-24 Thread Zachary Ware
Zachary Ware <zachary.w...@gmail.com> added the comment: Of course, I realize after clicking "submit" that my character count there is actually wrong, and should be 7. That's what I get for writing out the example instead of actually run

[issue32603] Deprecation warning on strings used in re module

2018-01-19 Thread Zachary Ware
Zachary Ware <zachary.w...@gmail.com> added the comment: This is actually combination of a deprecation in in 3.6's string literals (not related to the re module), documented here: https://docs.python.org/dev/whatsnew/3.6.html#deprecated-python-behavior (see issue27364) and s

[issue32592] Drop support of Windows Vista in Python 3.7

2018-01-19 Thread Zachary Ware
Zachary Ware <zachary.w...@gmail.com> added the comment: 3.4 was the last version to support XP. -- ___ Python tracker <rep...@bugs.python.org> <https://bugs.python

[issue32559] logging - public function to get level from name

2018-01-16 Thread Zachary Ware
Zachary Ware <zachary.w...@gmail.com> added the comment: You could use `getattr(logging, levelname)` for that purpose. -- nosy: +zach.ware ___ Python tracker <rep...@bugs.python.org> <https://bugs.python

[issue32248] Port importlib_resources (module and ABC) to Python 3.7

2018-01-06 Thread Zachary Ware
Zachary Ware <zachary.w...@gmail.com> added the comment: I notice that my 'Installed' builder (http://buildbot.python.org/all/#/builders/103) has been broken since PR4911 landed. My suspicion is that it's just another directory missed in the Makefile install libinstall target, but h

[issue30855] [2.7] test_tk: test_use() of test_tkinter.test_widgets randomly fails with "integer value too large to represent" on with AMD64 Windows8 3.5

2018-01-05 Thread Zachary Ware
Zachary Ware <zachary.w...@gmail.com> added the comment: I think so :) -- resolution: -> fixed stage: patch review -> resolved status: open -> closed ___ Python tracker <rep...@bugs.python.org> <https://bu

[issue30855] [2.7] test_tk: test_use() of test_tkinter.test_widgets randomly fails with "integer value too large to represent" on with AMD64 Windows8 3.5

2018-01-05 Thread Zachary Ware
Zachary Ware <zachary.w...@gmail.com> added the comment: I manually cleared `externals\tcltk64` on that bot some time ago, and it appears to be happy now. -- ___ Python tracker <rep...@bugs.python.org> <https://bugs.python

[issue28459] _pyio module broken on Cygwin / setmode not usable

2017-12-21 Thread Zachary Ware
Change by Zachary Ware <zachary.w...@gmail.com>: -- nosy: +zach.ware stage: -> patch review versions: -Python 3.5 ___ Python tracker <rep...@bugs.python.org> <https://bugs.pyt

[issue30492] 'make clinic' does not work for out of tree builds / clinic.py is not in the devguide

2017-12-20 Thread Zachary Ware
Zachary Ware <zachary.w...@gmail.com> added the comment: > I don't like to hijack this issue but could we get some of the build bots to > do their builds in a subfolder? The buildmaster config is at https://github.com/python/buildmaster-config, feel free to submit a pull reque

[issue32302] test_distutils: test_get_exe_bytes() failure on AppVeyor

2017-12-13 Thread Zachary Ware
Change by Zachary Ware <zachary.w...@gmail.com>: -- components: +Windows nosy: +paul.moore, steve.dower, tim.golden, zach.ware priority: normal -> high stage: -> needs patch ___ Python tracker <rep...@bugs.python.org> <ht

[issue32287] Import of _pyio module failed on cygwin

2017-12-12 Thread Zachary Ware
Zachary Ware <zachary.w...@gmail.com> added the comment: Right, so you should raise an issue with cherrypy :). You're more likely to get a fix from them quickly, and their usage of _pyio is not correct anyway. Also, note that Cygwin is not (anymore/yet) a fully-supported platform.

[issue32287] Import of _pyio module failed on cygwin

2017-12-12 Thread Zachary Ware
Zachary Ware <zachary.w...@gmail.com> added the comment: Presumably this issue does prevent us from testing _pyio on Cygwin, which is not ideal. The outside usage of _pyio is definitely not supported, as Christian said, but this may be worth fixing anyway. -- nosy: +ma

[issue30450] Pull Windows dependencies from GitHub rather than svn.python.org

2017-12-06 Thread Zachary Ware
Zachary Ware <zachary.w...@gmail.com> added the comment: This has been backported and working for nearly 3 months now; closing. As for whether to continue operating svn.python.org now that we're officially away from it: that can be determined elsewhere, probably by the box dying and de

[issue31430] [Windows][2.7] Python 2.7 compilation fails on mt.exe crashing with error code C0000005

2017-12-06 Thread Zachary Ware
Zachary Ware <zachary.w...@gmail.com> added the comment: The worker is happy, closing the issue. -- keywords: +buildbot resolution: -> fixed stage: -> resolved status: open -> closed ___ Python tracker <rep...@bugs.

[issue30487] DOC: automatically create a venv and install Sphinx when running make

2017-11-27 Thread Zachary Ware
Zachary Ware <zachary.w...@gmail.com> added the comment: Go ahead with the revert, Ned. -- ___ Python tracker <rep...@bugs.python.org> <https://bugs.python

[issue32149] bolen-dmg-3.x: compiled failed with: blurb: command not found

2017-11-27 Thread Zachary Ware
Zachary Ware <zachary.w...@gmail.com> added the comment: This is likely due to a change I merged yesterday. -- nosy: +zach.ware ___ Python tracker <rep...@bugs.python.org> <https://bugs.python

[issue30487] DOC: automatically create a venv and install Sphinx when running make

2017-11-26 Thread Zachary Ware
Change by Zachary Ware <zachary.w...@gmail.com>: -- resolution: -> fixed stage: patch review -> resolved status: open -> closed ___ Python tracker <rep...@bugs.python.org> <https://bu

[issue28046] Remove the concept of platform-specific directories

2017-11-26 Thread Zachary Ware
Change by Zachary Ware <zachary.w...@gmail.com>: -- resolution: -> fixed stage: commit review -> resolved status: pending -> closed ___ Python tracker <rep...@bugs.python.org> <https://bu

[issue30487] DOC: automatically create a venv and install Sphinx when running make

2017-11-26 Thread Zachary Ware
Zachary Ware <zachary.w...@gmail.com> added the comment: New changeset d8d6b9122134f040cd5a4f15f40f6c9e3386db4d by Zachary Ware (Caleb Hattingh) in branch 'master': bpo-30487: automatically create a venv and install Sphinx when running make (GH-4346) https://github.com/python/cpython/

[issue30855] [2.7] test_tk: test_use() of test_tkinter.test_widgets randomly fails with "integer value too large to represent" on with AMD64 Windows8 3.5

2017-11-26 Thread Zachary Ware
Zachary Ware <zachary.w...@gmail.com> added the comment: New changeset be1faabeef0821f188a28dd7cc6b744b89e85e94 by Zachary Ware in branch '2.7': bpo-30855: Bump Tcl/Tk to 8.5.19 on Windows (GH-4550) https://github.com/python/cpython/commit/be1faabeef0821f188a28dd7cc6b744b89

[issue30855] [2.7] test_tk: test_use() of test_tkinter.test_widgets randomly fails with "integer value too large to represent" on with AMD64 Windows8 3.5

2017-11-24 Thread Zachary Ware
Change by Zachary Ware <zachary.w...@gmail.com>: -- pull_requests: +4481 stage: resolved -> patch review ___ Python tracker <rep...@bugs.python.org> <https://bugs.pyt

[issue32095] AIX: ModuleNotFoundError: No module named '_ctypes' - make install fails

2017-11-21 Thread Zachary Ware
Zachary Ware <zachary.w...@gmail.com> added the comment: You removed me from the nosy list, so I didn't see your reply until now when I happened to refresh the tab that happened to still be open :) The warning I was talking about in that message was a warning that libffi was

[issue30855] [2.7] test_tk: test_use() of test_tkinter.test_widgets randomly fails with "integer value too large to represent" on with AMD64 Windows8 3.5

2017-11-21 Thread Zachary Ware
Zachary Ware <zachary.w...@gmail.com> added the comment: If you'd like to do that update, there are some instructions at https://github.com/python/cpython-source-deps. You can get AppVeyor to use dependencies from your fork of `cpython-source-deps` by adjusting 2.7/PCbuild/get_externa

[issue32095] AIX: ModuleNotFoundError: No module named '_ctypes' - make install fails

2017-11-20 Thread Zachary Ware
Zachary Ware <zachary.w...@gmail.com> added the comment: Do you have libffi (and its development headers) installed where the compiler can find it? Python 3.7 no longer bundles a copy of libffi (see #27979). -- nosy: +zach.ware versions: -Pyth

[issue30855] [2.7] test_tk: test_use() of test_tkinter.test_widgets randomly fails with "integer value too large to represent" on with AMD64 Windows8 3.5

2017-11-20 Thread Zachary Ware
Zachary Ware <zachary.w...@gmail.com> added the comment: > Ah, this is Cygwin! Hmm, no; Cygwin isn't installed on ware-win81-release. When was the fix made? 2.7 on Windows currently uses 8.5.15, we can bump it up to latest 8.5 if that

[issue30952] [Windows] include Math extension in SQlite

2017-11-08 Thread Zachary Ware
Zachary Ware <zachary.w...@gmail.com> added the comment: I, for one, don't have the time to work on this, especially since I don't regularly use the sqlite3 module. If this is something you want, submit a PR. Lack of skill is not a legitimate reason not to do so; the devguide pr

[issue30487] DOC: automatically create a venv and install Sphinx when running make

2017-11-08 Thread Zachary Ware
Zachary Ware <zachary.w...@gmail.com> added the comment: You should be able to force-push your branch (`git push -f origin auto-venv-docbuilder`, or replace `origin` with the correct remote name) to fix the existing PR. Sorry I haven't gotten back to this previously; time to do a

[issue28791] update sqlite to latest version before beta 1

2017-11-07 Thread Zachary Ware
Zachary Ware <zachary.w...@gmail.com> added the comment: I'd say that's up to Ned and Benjamin. It's a very simple backport at this point. -- nosy: +benjamin.peterson ___ Python tracker <rep...@bugs.python.org> <https://bugs.python

[issue31951] import curses is broken on windows

2017-11-06 Thread Zachary Ware
Zachary Ware <zachary.w...@gmail.com> added the comment: Curses is available for Windows from Christopher Gohlke's site: https://www.lfd.uci.edu/~gohlke/pythonlibs/#curses We should clean up this situation, though, either by making the state of Windows curses support explicit in th

[issue31932] setup.py cannot find vcversall.bat on MSWin 8.1 if installed in user AppData

2017-11-03 Thread Zachary Ware
Change by Zachary Ware <zachary.w...@gmail.com>: -- components: +Windows nosy: +paul.moore, steve.dower, tim.golden, zach.ware ___ Python tracker <rep...@bugs.python.org> <https://bugs.python

[issue30952] include Math extension in SQlite

2017-11-02 Thread Zachary Ware
Zachary Ware <zachary.w...@gmail.com> added the comment: Would you like to supply a PR? -- ___ Python tracker <rep...@bugs.python.org> <https://bugs.python

[issue31810] Travis CI, buildbots: run "make smelly" to check if CPython leaks symbols

2017-10-26 Thread Zachary Ware
Change by Zachary Ware <zachary.w...@gmail.com>: -- pull_requests: -4103 ___ Python tracker <rep...@bugs.python.org> <https://bugs.python.org/issue31810> ___

[issue31877] Build fails on Cython since issue28180

2017-10-26 Thread Zachary Ware
Change by Zachary Ware <zachary.w...@gmail.com>: -- nosy: +haypo, ncoghlan, zach.ware ___ Python tracker <rep...@bugs.python.org> <https://bugs.python

[issue31430] [Windows][2.7] Python 2.7 compilation fails on mt.exe crashing with error code C0000005

2017-10-24 Thread Zachary Ware
Change by Zachary Ware <zachary.w...@gmail.com>: -- nosy: +db3l ___ Python tracker <rep...@bugs.python.org> <https://bugs.python.org/issue31430> ___ __

[issue31832] Async list comprehension (PEP 530) causes SyntaxError in Python 3.6.3

2017-10-20 Thread Zachary Ware
Zachary Ware <zachary.w...@gmail.com> added the comment: That's already provided, just do `return outputs` instead of `print(outputs)`, and `outputs = event_loop.run_until_complete(main())`. See https://docs.python.org/3/library/asyncio-eventloo

[issue31832] Async list comprehension (PEP 530) causes SyntaxError in Python 3.6.3

2017-10-20 Thread Zachary Ware
Zachary Ware <zachary.w...@gmail.com> added the comment: Your async listcomp must also be defined within a coroutine to turn `async` into a keyword in 3.6. The following is far from best practice (don't do this, I don't know what I'm doing! :), but at least it compiles and

[issue31741] backports import path can not be overridden in Windows (Linux works fine)

2017-10-11 Thread Zachary Ware
Zachary Ware <zachary.w...@gmail.com> added the comment: Note that your instructions start with downloading the installer for 2.7.0, whereas the latest version of 2.7 is 2.7.14, which includes pip. backports is a strange beast of a package, which tries to emulate Python 3's namespace pa

[issue31724] test_xmlrpc_net should use something other than buildbot.python.org

2017-10-09 Thread Zachary Ware
Change by Zachary Ware <zachary.w...@gmail.com>: -- stage: patch review -> needs patch ___ Python tracker <rep...@bugs.python.org> <https://bugs.pyt

[issue31724] test_xmlrpc_net should use something other than buildbot.python.org

2017-10-08 Thread Zachary Ware
Zachary Ware <zachary.w...@gmail.com> added the comment: New changeset d13a4e50679c0861971cfae2bb226f35b8bf5142 by Zachary Ware (Miss Islington (bot)) in branch '3.6': [3.6] bpo-31724: Skip test_xmlrpc_net (GH-3922) https://github.com/python/cpython/

[issue31724] test_xmlrpc_net should use something other than buildbot.python.org

2017-10-08 Thread Zachary Ware
Zachary Ware <zachary.w...@gmail.com> added the comment: This is currently mitigated by some nasty hacks on the buildbot.python.org server to avoid breaking tests on every released version of Python 3, but this still needs to change. The test is skipped in master and (soon) 3.6 to mi

[issue31724] test_xmlrpc_net should use something other than buildbot.python.org

2017-10-08 Thread Zachary Ware
Zachary Ware <zachary.w...@gmail.com> added the comment: New changeset 73ffd3f2036179ed54591ef0455e5ba5694ae5bd by Zachary Ware in branch 'master': bpo-31724: Skip test_xmlrpc_net (GH-3921) https://github.com/python/cpython/commit/73ffd3f2036179ed54591ef0455e5ba569

[issue31724] test_xmlrpc_net should use something other than buildbot.python.org

2017-10-07 Thread Zachary Ware
Change by Zachary Ware <zachary.w...@gmail.com>: -- stage: patch review -> needs patch ___ Python tracker <rep...@bugs.python.org> <https://bugs.pyt

[issue31724] test_xmlrpc_net should use something other than buildbot.python.org

2017-10-07 Thread Zachary Ware
Change by Zachary Ware <zachary.w...@gmail.com>: -- keywords: +patch pull_requests: +3894 stage: needs patch -> patch review ___ Python tracker <rep...@bugs.python.org> <https://bugs.pyt

[issue31724] test_xmlrpc_net should use something other than buildbot.python.org

2017-10-07 Thread Zachary Ware
Change by Zachary Ware <zachary.w...@gmail.com>: -- title: test_xmlrpc should use something other than buildbot.python.org -> test_xmlrpc_net should use something other than buildbot.python.org ___ Python tracker <rep...@bugs.python

<    3   4   5   6   7   8   9   10   11   12   >