Changes by Zachary Ware :
--
nosy: +zach.ware
___
Python tracker
<http://bugs.python.org/issue24658>
___
___
Python-bugs-list mailing list
Unsubscribe:
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
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
Changes by Zachary Ware :
--
pull_requests: +1864
___
Python tracker
<http://bugs.python.org/issue30450>
___
___
Python-bugs-list mailing list
Unsubscribe:
Changes by Zachary Ware :
--
pull_requests: +1876
___
Python tracker
<http://bugs.python.org/issue30160>
___
___
Python-bugs-list mailing list
Unsubscribe:
Changes by Zachary Ware :
--
pull_requests: +1875
___
Python tracker
<http://bugs.python.org/issue30160>
___
___
Python-bugs-list mailing list
Unsubscribe:
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
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
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
-
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
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
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
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
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
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
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
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&
Changes by Zachary Ware :
--
pull_requests: +2008
___
Python tracker
<http://bugs.python.org/issue30417>
___
___
Python-bugs-list mailing list
Unsubscribe:
Changes by Zachary Ware :
--
pull_requests: +2023
___
Python tracker
<http://bugs.python.org/issue30417>
___
___
Python-bugs-list mailing list
Unsubscribe:
Changes by Zachary Ware :
--
assignee: docs@python ->
nosy: -docs@python, zach.ware
___
Python tracker
<http://bugs.python.org/issue30574>
___
___
Python-
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
Changes by Zachary Ware :
--
pull_requests: +2032
___
Python tracker
<http://bugs.python.org/issue30417>
___
___
Python-bugs-list mailing list
Unsubscribe:
Changes by Zachary Ware :
--
pull_requests: +2033
___
Python tracker
<http://bugs.python.org/issue30417>
___
___
Python-bugs-list mailing list
Unsubscribe:
Changes by Zachary Ware :
--
pull_requests: +2034
___
Python tracker
<http://bugs.python.org/issue30417>
___
___
Python-bugs-list mailing list
Unsubscribe:
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
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
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
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
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
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
__
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
Changes by Zachary Ware :
--
pull_requests: +2118
___
Python tracker
<http://bugs.python.org/issue30417>
___
___
Python-bugs-list mailing list
Unsubscribe:
Changes by Zachary Ware :
--
pull_requests: +2119
___
Python tracker
<http://bugs.python.org/issue30417>
___
___
Python-bugs-list mailing list
Unsubscribe:
Changes by Zachary Ware :
--
pull_requests: +2120
___
Python tracker
<http://bugs.python.org/issue30417>
___
___
Python-bugs-list mailing list
Unsubscribe:
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
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
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
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
Changes by Zachary Ware :
--
pull_requests: +2147
___
Python tracker
<http://bugs.python.org/issue27425>
___
___
Python-bugs-list mailing list
Unsubscribe:
Changes by Zachary Ware :
--
pull_requests: +2148
___
Python tracker
<http://bugs.python.org/issue27425>
___
___
Python-bugs-list mailing list
Unsubscribe:
Changes by Zachary Ware :
--
pull_requests: +2150
___
Python tracker
<http://bugs.python.org/issue27425>
___
___
Python-bugs-list mailing list
Unsubscribe:
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
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
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
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
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
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.
--
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
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
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
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&
Change by Zachary Ware :
--
nosy: +elliot.gorokhovsky
___
Python tracker
<https://bugs.python.org/issue36218>
___
___
Python-bugs-list mailing list
Unsubscribe:
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
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
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
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:
Change by Zachary Ware :
--
components: -Build
___
Python tracker
<https://bugs.python.org/issue36288>
___
___
Python-bugs-list mailing list
Unsubscribe:
Change by Zachary Ware :
--
components: +asyncio
nosy: +asvetlov, yselivanov
___
Python tracker
<https://bugs.python.org/issue36295>
___
___
Python-bugs-list m
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
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
Change by Zachary Ware :
--
resolution: -> not a bug
stage: -> resolved
status: open -> closed
___
Python tracker
<https://bugs.python.org/issue36393>
___
___
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
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
Change by Zachary Ware :
--
nosy: +Oliver Too, Eh?
___
Python tracker
<https://bugs.python.org/issue36727>
___
___
Python-bugs-list mailing list
Unsubscribe:
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
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
Change by Zachary Ware :
Removed file: https://bugs.python.org/file48296/27409.pdf
___
Python tracker
<https://bugs.python.org/issue17667>
___
___
Python-bugs-list mailin
Change by Zachary Ware :
--
Removed message: https://bugs.python.org/msg341325
___
Python tracker
<https://bugs.python.org/issue27409>
___
___
Python-bugs-list m
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
Change by Zachary Ware :
--
versions: -Python 3.7, Python 3.8
___
Python tracker
<https://bugs.python.org/issue16100>
___
___
Python-bugs-list mailing list
Unsub
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
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
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
Zachary Ware added the comment:
You could use `getattr(logging, levelname)` for that purpose.
--
nosy: +zach.ware
___
Python tracker
<https://bugs.python.org/issue32
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
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
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'
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
Change by Zachary Ware :
--
nosy: +lukasz.langa, zach.ware
___
Python tracker
<https://bugs.python.org/issue32667>
___
___
Python-bugs-list mailing list
Unsub
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
Change by Zachary Ware :
--
pull_requests: +5348
___
Python tracker
<https://bugs.python.org/issue32604>
___
___
Python-bugs-list mailing list
Unsubscribe:
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
-
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
Zachary Ware added the comment:
Trent, any word on this?
--
nosy: +zach.ware
___
Python tracker
<https://bugs.python.org/issue31562>
___
___
Python-bugs-list m
Change by Zachary Ware :
--
keywords: +patch
pull_requests: +5473
stage: -> patch review
___
Python tracker
<https://bugs.python.org/issue30638>
___
___
Py
Change by Zachary Ware :
--
pull_requests: +5475
___
Python tracker
<https://bugs.python.org/issue30638>
___
___
Python-bugs-list mailing list
Unsubscribe:
Change by Zachary Ware :
--
keywords: +patch
pull_requests: +5479
___
Python tracker
<https://bugs.python.org/issue30455>
___
___
Python-bugs-list mailin
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
Change by Zachary Ware :
--
pull_requests: +5510
___
Python tracker
<https://bugs.python.org/issue30638>
___
___
Python-bugs-list mailing list
Unsubscribe:
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
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
-
Change by Zachary Ware :
--
stage: patch review -> commit review
versions: +Python 3.6, Python 3.8
___
Python tracker
<https://bugs.python.org/issue32682>
___
_
Change by Zachary Ware :
--
pull_requests: +5536
___
Python tracker
<https://bugs.python.org/issue30121>
___
___
Python-bugs-list mailing list
Unsubscribe:
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
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
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
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
&
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
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
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
701 - 800 of 2740 matches
Mail list logo