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

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

[issue30445] test_traceback fails in coverage run

2017-05-23 Thread Zachary Ware
Changes by Zachary Ware : -- nosy: +zach.ware stage: -> patch review title: test_traceback fails when run early -> test_traceback fails in coverage run ___ Python tracker <http://bugs.python.org/i

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

2017-05-23 Thread Zachary Ware
New submission from Zachary Ware: Once we've migrated away from svn.python.org for Windows build dependencies, there should be no reason to continue running svn.python.org. -- components: Build, Extension Modules, Windows messages: 294307 nosy: paul.moore, steve.dower, tim.g

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

2017-05-23 Thread Zachary Ware
Changes by Zachary Ware : -- pull_requests: +1864 ___ Python tracker <http://bugs.python.org/issue30450> ___ ___ Python-bugs-list mailing list Unsubscribe:

[issue30160] BaseHTTPRequestHandler.wfile: supported usage unclear

2017-05-24 Thread Zachary Ware
Changes by Zachary Ware : -- pull_requests: +1876 ___ Python tracker <http://bugs.python.org/issue30160> ___ ___ Python-bugs-list mailing list Unsubscribe:

[issue30160] BaseHTTPRequestHandler.wfile: supported usage unclear

2017-05-24 Thread Zachary Ware
Changes by Zachary Ware : -- pull_requests: +1875 ___ Python tracker <http://bugs.python.org/issue30160> ___ ___ Python-bugs-list mailing list Unsubscribe:

[issue28845] Clean up known issues for AIX

2017-05-24 Thread Zachary Ware
Zachary Ware added the comment: New changeset 7c2f82d158a19ec9ee6b7e259c243e1f06f0434f by Zachary Ware (Eric N. Vander Weele) in branch 'master': bpo-28845: Clean up known issues for AIX (GH-1670) https://github.com/python/cpython/commit/7c2f82d158a19ec9ee6b7e259c243e

[issue28845] Clean up known issues for AIX

2017-05-24 Thread Zachary Ware
Zachary Ware added the comment: Thanks for the patch! I'm going to decline backporting this; let's just focus on the future for this. -- resolution: -> fixed stage: patch review -> resolved status: open -> closed versions: -Python 2.7, Pyt

[issue30160] BaseHTTPRequestHandler.wfile: supported usage unclear

2017-05-24 Thread Zachary Ware
Zachary Ware added the comment: New changeset a2a9984a278d2ee945e91ce13e000e571794fc24 by Zachary Ware in branch '3.6': [3.6] bpo-30160: Clarify intended usage of wfile (gh-1300) (GH-1793) https://github.com/python/cpython/commit/a2a9984a278d2ee945e91ce13e000e571794fc24 -

[issue30160] BaseHTTPRequestHandler.wfile: supported usage unclear

2017-05-24 Thread Zachary Ware
Zachary Ware added the comment: New changeset aa27f0e94f4d9c5ef589984dc2b32d856e8e038f by Zachary Ware in branch '3.5': [3.5] bpo-30160: Clarify intended usage of wfile (gh-1300) (GH-1792) https://github.com/python/cpython/commit/aa27f0e94f4d9c5ef589984dc2b32d

[issue30160] BaseHTTPRequestHandler.wfile: supported usage unclear

2017-05-24 Thread Zachary Ware
Zachary Ware added the comment: Backported. Thanks for the patch, Mike! -- resolution: -> fixed stage: backport needed -> resolved status: open -> closed ___ Python tracker <http://bugs.python.or

[issue30445] test_traceback fails in coverage run

2017-05-24 Thread Zachary Ware
New submission from Zachary Ware: New changeset 3480ef9dd3177be8c0d71a74853dca6e5b11fbe1 by Zachary Ware (codedragon) in branch 'master': bpo-30445: Allow appended output in RecursionError message https://github.com/python/cpython/commit/3480ef9dd3177be8c0d71a74853dca

[issue30445] test_traceback fails in coverage run

2017-05-24 Thread Zachary Ware
Zachary Ware added the comment: Merged, thanks for the patch! -- resolution: -> fixed stage: patch review -> resolved status: open -> closed ___ Python tracker <http://bugs.python.or

[issue30368] [2.7] OpenSSL compilation fails on AMD64 Windows7 SP1 VS9.0 2.7

2017-05-24 Thread Zachary Ware
Zachary Ware added the comment: I tried out PR1805 with Perl unavailable, and it seemed to build fine with `PC\VS9.0\build.bat -e -d -p x64`. However, trying `PC\VS9.0\amd64\python_d.exe -m test.ssltests` segfaults. Can you reproduce

[issue30368] [2.7] OpenSSL compilation fails on AMD64 Windows7 SP1 VS9.0 2.7

2017-05-25 Thread Zachary Ware
Zachary Ware added the comment: Ok, sounds good. The two points you raised on the PR also sound fine, as far as I can tell. -- ___ Python tracker <http://bugs.python.org/issue30

[issue30446] Embedded 3.6.1 distribution cannot find _socket module

2017-05-25 Thread Zachary Ware
Zachary Ware added the comment: I suspect you'll need to set sys.path (PySys_SetPath, I think, but trust the docs more than me). Try importing sys and printing sys.path to confirm. -- ___ Python tracker <http://bugs.python.org/is

[issue30177] pathlib.resolve(strict=False) only includes first child

2017-05-31 Thread Zachary Ware
Zachary Ware added the comment: > do we have any buildbots running as admin for symlink tests? No, as far as I know. I just took Eryk's suggestion and gave the buildslave user on my Windows 8.1 bot rights to create symbolic links, though. It's now rebooting after updates, we&

[issue30417] [buildbot] Disable the cpu resources on slow buildbots

2017-06-03 Thread Zachary Ware
Changes by Zachary Ware : -- pull_requests: +2008 ___ Python tracker <http://bugs.python.org/issue30417> ___ ___ Python-bugs-list mailing list Unsubscribe:

[issue30417] [buildbot] Disable the cpu resources on slow buildbots

2017-06-04 Thread Zachary Ware
Changes by Zachary Ware : -- pull_requests: +2023 ___ Python tracker <http://bugs.python.org/issue30417> ___ ___ Python-bugs-list mailing list Unsubscribe:

[issue30574] Document why embedding the interpreter can sometimes crash.

2017-06-05 Thread Zachary Ware
Changes by Zachary Ware : -- assignee: docs@python -> nosy: -docs@python, zach.ware ___ Python tracker <http://bugs.python.org/issue30574> ___ ___ Python-

[issue30417] [buildbot] Disable the cpu resources on slow buildbots

2017-06-05 Thread Zachary Ware
Zachary Ware added the comment: New changeset c53b13b270767948fddb58b287149c499f9a03c4 by Zachary Ware in branch 'master': bpo-30417: Disable 'cpu' and 'tzdata' resources on Travis (GH-1928) https://github.com/python/cpython/commit/c53b13b270

[issue30417] [buildbot] Disable the cpu resources on slow buildbots

2017-06-05 Thread Zachary Ware
Changes by Zachary Ware : -- pull_requests: +2032 ___ Python tracker <http://bugs.python.org/issue30417> ___ ___ Python-bugs-list mailing list Unsubscribe:

[issue30417] [buildbot] Disable the cpu resources on slow buildbots

2017-06-05 Thread Zachary Ware
Changes by Zachary Ware : -- pull_requests: +2033 ___ Python tracker <http://bugs.python.org/issue30417> ___ ___ Python-bugs-list mailing list Unsubscribe:

[issue30417] [buildbot] Disable the cpu resources on slow buildbots

2017-06-05 Thread Zachary Ware
Changes by Zachary Ware : -- pull_requests: +2034 ___ Python tracker <http://bugs.python.org/issue30417> ___ ___ Python-bugs-list mailing list Unsubscribe:

[issue30417] [buildbot] Disable the cpu resources on slow buildbots

2017-06-05 Thread Zachary Ware
Zachary Ware added the comment: New changeset d125738e93a35125d0edbe8070dd47160bcda829 by Zachary Ware in branch '3.6': [3.6] bpo-30417: Disable 'cpu' and 'tzdata' resources on Travis (GH-1928) https://github.com/python/cpython/commit/d125738e93

[issue30577] Multidimensional comprehensions cannot access class variables except in the first for

2017-06-05 Thread Zachary Ware
Changes by Zachary Ware : -- stage: -> resolved status: open -> closed superseder: -> Comprehensions in a class definition mostly cannot access class variable ___ Python tracker <http://bugs.python.or

[issue30417] [buildbot] Disable the cpu resources on slow buildbots

2017-06-05 Thread Zachary Ware
Zachary Ware added the comment: New changeset 58e5dd1a03b3ce421f07085f8cd6e8566a1ed197 by Zachary Ware in branch '3.5': [3.5] bpo-30417: Disable 'cpu' resource on Travis (GH-1928) https://github.com/python/cpython/commit/58e5dd1a03b3ce421f07

[issue30417] [buildbot] Disable the cpu resources on slow buildbots

2017-06-05 Thread Zachary Ware
Zachary Ware added the comment: New changeset ddf8f141f0181f9cac05c87383ea60887acffaec by Zachary Ware in branch '2.7': [2.7] bpo-30417: Disable 'cpu' resource on Travis (GH-1928) https://github.com/python/cpython/commit/ddf8f141f0181f9cac05

[issue30609] Python 3.6.1 fails to generate 256 colors on Cygwin based 64-bit Windows 10

2017-06-09 Thread Zachary Ware
Zachary Ware added the comment: This is going to need a significantly reduced reproducer that doesn't rely on anything outside the standard library before we can do anything with it, especially since Cygwin support is currently tenuous at best. erik.bray or masamoto may have more in

[issue30611] Windows HTML Help always opens maximized

2017-06-09 Thread Zachary Ware
Zachary Ware added the comment: Does 'Show="normal"' cause the usual behavior of "do whatever it was doing when last closed"? Does 'Show=' need to be specified? Would you like to submit a PR? -- versions: +Python 3.5, Python 3.7 __

[issue30417] [buildbot] Disable the cpu resources on slow buildbots

2017-06-09 Thread Zachary Ware
Zachary Ware added the comment: New changeset 42e3acda86829def9adc354fbee77597b849bf9e by Zachary Ware in branch 'master': bpo-30417: Disable `cpu` resource on AppVeyor (GH-1951) https://github.com/python/cpython/commit/42e3acda86829def9adc354fbee775

[issue30417] [buildbot] Disable the cpu resources on slow buildbots

2017-06-09 Thread Zachary Ware
Changes by Zachary Ware : -- pull_requests: +2118 ___ Python tracker <http://bugs.python.org/issue30417> ___ ___ Python-bugs-list mailing list Unsubscribe:

[issue30417] [buildbot] Disable the cpu resources on slow buildbots

2017-06-09 Thread Zachary Ware
Changes by Zachary Ware : -- pull_requests: +2119 ___ Python tracker <http://bugs.python.org/issue30417> ___ ___ Python-bugs-list mailing list Unsubscribe:

[issue30417] [buildbot] Disable the cpu resources on slow buildbots

2017-06-09 Thread Zachary Ware
Changes by Zachary Ware : -- pull_requests: +2120 ___ Python tracker <http://bugs.python.org/issue30417> ___ ___ Python-bugs-list mailing list Unsubscribe:

[issue30417] [buildbot] Disable the cpu resources on slow buildbots

2017-06-09 Thread Zachary Ware
Zachary Ware added the comment: New changeset e380c19b7e88d97d3497016f1065d6922415db1c by Zachary Ware in branch '3.6': [3.6] bpo-30417: Disable `cpu` resource on AppVeyor (GH-1951) https://github.com/python/cpython/commit/e380c19b7e88d97d3497016f1065d6

[issue30417] [buildbot] Disable the cpu resources on slow buildbots

2017-06-09 Thread Zachary Ware
Zachary Ware added the comment: New changeset 91581d4225e91e581f44d60d0b87c80778c36d1d by Zachary Ware in branch '3.5': [3.5] bpo-30417: Disable `cpu` resource on AppVeyor (GH-1951) https://github.com/python/cpython/commit/91581d4225e91e581f44d60d0b87c8

[issue30417] [buildbot] Disable the cpu resources on slow buildbots

2017-06-09 Thread Zachary Ware
Zachary Ware added the comment: New changeset 3c7b67bb34bc537b6c0dd9c6e1e4a07dc227b467 by Zachary Ware in branch '2.7': [2.7] bpo-30417: Disable `cpu` resource on AppVeyor (GH-1951) https://github.com/python/cpython/commit/3c7b67bb34bc537b6c0dd9c6e1e4a0

[issue27425] Tests fail because of git's newline preferences on Windows

2017-06-10 Thread Zachary Ware
Zachary Ware added the comment: New changeset 6b6e68776663c0dda04b6a36609297728da2ae9e by Zachary Ware in branch 'master': bpo-27425: Be more explicit in .gitattributes (GH-840) https://github.com/python/cpython/commit/6b6e68776663c0dda04b6a36609297

[issue27425] Tests fail because of git's newline preferences on Windows

2017-06-10 Thread Zachary Ware
Changes by Zachary Ware : -- pull_requests: +2147 ___ Python tracker <http://bugs.python.org/issue27425> ___ ___ Python-bugs-list mailing list Unsubscribe:

[issue27425] Tests fail because of git's newline preferences on Windows

2017-06-10 Thread Zachary Ware
Changes by Zachary Ware : -- pull_requests: +2148 ___ Python tracker <http://bugs.python.org/issue27425> ___ ___ Python-bugs-list mailing list Unsubscribe:

[issue27425] Tests fail because of git's newline preferences on Windows

2017-06-10 Thread Zachary Ware
Changes by Zachary Ware : -- pull_requests: +2150 ___ Python tracker <http://bugs.python.org/issue27425> ___ ___ Python-bugs-list mailing list Unsubscribe:

[issue27425] Tests fail because of git's newline preferences on Windows

2017-06-10 Thread Zachary Ware
Zachary Ware added the comment: New changeset 964c261dc9a6a901f50d5596d88248bfc4251a55 by Zachary Ware in branch '3.6': [3.6] bpo-27425: Be more explicit in .gitattributes (GH-840) (GH-2083) https://github.com/python/cpython/commit/964c261dc9a6a901f50d5596d88248

[issue27425] Tests fail because of git's newline preferences on Windows

2017-06-10 Thread Zachary Ware
Zachary Ware added the comment: New changeset afa6a389606402779c5048a7211edbf2678cecff by Zachary Ware in branch '3.5': [3.5] bpo-27425: Be more explicit in .gitattributes (GH-840) (GH-2084) https://github.com/python/cpython/commit/afa6a389606402779c5048a7211edb

[issue27425] Tests fail because of git's newline preferences on Windows

2017-06-10 Thread Zachary Ware
Zachary Ware added the comment: > Zach, do you want to update Python 2.7 for your latest change as well? PR 2086 is in for that, but it's a huge diff due to line endings changing. As noted on the PR, I want Benjamin to give his OK before I

[issue27425] Tests fail because of git's newline preferences on Windows

2017-06-11 Thread Zachary Ware
Zachary Ware added the comment: New changeset 5fe8ac69f99d58232a5234cfca78f05f7223a782 by Zachary Ware in branch '2.7': [2.7] bpo-27425: Be more explicit in .gitattributes (GH-840) (GH-2086) https://github.com/python/cpython/commit/5fe8ac69f99d58232a5234cfca78f0

[issue27425] Tests fail because of git's newline preferences on Windows

2017-06-11 Thread Zachary Ware
Zachary Ware added the comment: It still might be nice to adjust some of the tests to not care about how line endings are checked in, but I think we're in a good enough place now with .gitattributes that we can close this issue. Any other changes can be done in a new

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

2017-06-12 Thread Zachary Ware
Zachary Ware added the comment: Agreed with all of the above, with the possible exception of 6; I don't think that we want `make regen-all` to require internet access. Please make sure that the PR for this includes removing the explicit `make clinic` from .travis.yml. --

[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

[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

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

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

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

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

[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

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

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

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

[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

[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

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

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

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

[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

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

[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

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

[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

[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

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

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

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

[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

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

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

[issue32592] Drop support of Windows Vista in Python 3.7

2018-01-19 Thread Zachary Ware
Zachary Ware added the comment: 3.4 was the last version to support XP. -- ___ Python tracker <https://bugs.python.org/issue32592> ___ ___ Python-bugs-list mailin

[issue32603] Deprecation warning on strings used in re module

2018-01-19 Thread Zachary Ware
Zachary Ware 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 showing DeprecationWarning in the RE

[issue32656] writing to stdout prints extraneous size character

2018-01-24 Thread Zachary Ware
Zachary Ware 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.write('python\n'

[issue32656] writing to stdout prints extraneous size character

2018-01-24 Thread Zachary Ware
Zachary Ware 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 running

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

2018-01-25 Thread Zachary Ware
Change by Zachary Ware : -- nosy: +lukasz.langa, zach.ware ___ Python tracker <https://bugs.python.org/issue32667> ___ ___ Python-bugs-list mailing list Unsub

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

2018-01-31 Thread Zachary Ware
Zachary Ware 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 actually used that particular version (aside from

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

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

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

2018-02-11 Thread Zachary Ware
Zachary Ware 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/310b05289b5d9550040f469e60b5e8e77f1022b6 -

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

2018-02-11 Thread Zachary Ware
Zachary Ware 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/commit/fe61e8d8c7cd1f6fb0ce7e9b8f0460

[issue31562] snakebite.net is not available

2018-02-11 Thread Zachary Ware
Zachary Ware added the comment: Trent, any word on this? -- nosy: +zach.ware ___ Python tracker <https://bugs.python.org/issue31562> ___ ___ Python-bugs-list m

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

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

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

2018-02-13 Thread Zachary Ware
Change by Zachary Ware : -- pull_requests: +5475 ___ Python tracker <https://bugs.python.org/issue30638> ___ ___ Python-bugs-list mailing list Unsubscribe:

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

2018-02-14 Thread Zachary Ware
Change by Zachary Ware : -- keywords: +patch pull_requests: +5479 ___ Python tracker <https://bugs.python.org/issue30455> ___ ___ Python-bugs-list mailin

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

2018-02-17 Thread Zachary Ware
Zachary Ware 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/d6ff8a7037903497eff95fa32bdac2

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

2018-02-17 Thread Zachary Ware
Change by Zachary Ware : -- pull_requests: +5510 ___ Python tracker <https://bugs.python.org/issue30638> ___ ___ Python-bugs-list mailing list Unsubscribe:

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

2018-02-17 Thread Zachary Ware
Zachary Ware 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/c1b8aedfbabf6e5460b09f4792d80f

[issue32682] test_zlib improve version parsing

2018-02-18 Thread Zachary Ware
Zachary Ware 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/commit/4c7108a77144493d0aa6fc0105b67d3797e143f5 -

[issue32682] test_zlib improve version parsing

2018-02-18 Thread Zachary Ware
Change by Zachary Ware : -- stage: patch review -> commit review versions: +Python 3.6, Python 3.8 ___ Python tracker <https://bugs.python.org/issue32682> ___ _

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

2018-02-19 Thread Zachary Ware
Change by Zachary Ware : -- pull_requests: +5536 ___ Python tracker <https://bugs.python.org/issue30121> ___ ___ Python-bugs-list mailing list Unsubscribe:

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

2018-02-19 Thread Zachary Ware
Zachary Ware 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/commit/5537646bfacec463b450871dde31cb

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

2018-02-19 Thread Zachary Ware
Zachary Ware 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_multiprocessing_fork beginning 6 repetitions 1

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

2018-02-19 Thread Zachary Ware
Zachary Ware 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 <https://bugs.python.org/is

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

2018-02-19 Thread Zachary Ware
Zachary Ware 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). -- ___ Python tracker &

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

2018-02-21 Thread Zachary Ware
Zachary Ware 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 tracker <https://bugs.python.org/issu

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

[issue32972] unittest.TestCase coroutine support

2018-03-06 Thread Zachary Ware
Zachary Ware 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 <https://bugs.python.org/issue32

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