Change by Zachary Ware :
--
resolution: -> out of date
stage: needs patch -> resolved
status: open -> closed
superseder: -> [2.7] test_tk: test_use() of test_tkinter.test_widgets randomly
fails with "integer value too large to represent" on w
Change by Zachary Ware :
--
keywords: +easy, newcomer friendly
stage: -> needs patch
versions: +Python 3.8, Python 3.9 -Python 2.7, Python 3.3, Python 3.4, Python
3.5, Python 3.6
___
Python tracker
<https://bugs.python.org/issu
Zachary Ware added the comment:
Nearly 3 years on, the patch looks fine to me (though I would also accept this
issue as justification for removing Tix ;).
--
versions: +Python 3.8, Python 3.9
___
Python tracker
<https://bugs.python.org/issue29
Change by Zachary Ware :
--
nosy: +steve.dower
___
Python tracker
<https://bugs.python.org/issue38722>
___
___
Python-bugs-list mailing list
Unsubscribe:
Zachary Ware added the comment:
Thanks for reporting back. If you find that you can provide a reliable
reproducer later, do please reopen and attach it.
--
resolution: -> works for me
stage: -> resolved
status: open -> closed
___
Pytho
Zachary Ware added the comment:
It's not clear what you're asking for here. Your example works, though the
contents of `a` and `c` will each be an arbitrary member of S and `b` the rest
of the members of S and you have no guarantee of what you'll get. If you want
to be su
Zachary Ware added the comment:
I don't see anything here to indicate a bug in CPython or the standard library,
so I'm closing the issue. I would recommend asking for help with this on
python-l...@python.org (comp.lang.python) or StackOverflow. If you can reduce
it to a bug
Zachary Ware added the comment:
Absent clarification from the OP (though it appears some may have been added to
bpo-38853), I'm closing the issue.
--
resolution: -> not a bug
stage: -> resolved
status: open -> closed
___
Python t
Zachary Ware added the comment:
It's not clear what you're reporting here, but it looks like the classic issue
that naming your module the same as one in the standard library will cause
things to break. There are numerous other issues about that; please find the
active one i
Zachary Ware added the comment:
Agreed with Karthikeyan. This is a PEP-level change, meaning it will first
need to find some approval on python-ideas, a PEP will need to be written and
eventually approved before an issue should be opened to implement the change;
thus I'm closing this
Zachary Ware added the comment:
You appear to be using a 32-bit version of Python on Windows; do you get the
same behavior using the 64-bit version?
--
components: -ctypes
___
Python tracker
<https://bugs.python.org/issue38
Zachary Ware added the comment:
Note that you're using backslashes in a non-raw string; in particular, you're
naming your file `\x09est.eps`. Try `Path(r'C:\Temp\MyProj.wc\test.eps')` and
see if that works for you.
--
___
Py
Zachary Ware added the comment:
You're welcome :)
--
resolution: -> not a bug
stage: -> resolved
status: open -> closed
___
Python tracker
<https://bugs.pyth
Change by Zachary Ware :
--
Removed message: https://bugs.python.org/msg357922
___
Python tracker
<https://bugs.python.org/issue33125>
___
___
Python-bugs-list m
Change by Zachary Ware :
--
components: +Build
title: [AIX] module _ctypes fails to build since ESCDELAY has been added ->
[AIX] module _curses fails to build since ESCDELAY has been added
___
Python tracker
<https://bugs.python.org/issu
Zachary Ware added the comment:
Good catch! Would you like to submit a pull request to fix it? Ideally such a
PR should also include a test to exercise this code.
--
nosy: +twouters, zach.ware
___
Python tracker
<https://bugs.python.
Zachary Ware added the comment:
If you updated an unclean checkout, try running `make distclean` before
configuring and building again; that often clears this kind of thing up.
--
nosy: +zach.ware
___
Python tracker
<https://bugs.python.
Change by Zachary Ware :
--
resolution: -> duplicate
stage: patch review -> resolved
status: open -> closed
superseder: -> help() modifies the string module
___
Python tracker
<https://bugs.python
Zachary Ware added the comment:
Since this has been this way for 22 years without a previous report that I can
find, +1 to closing as "won't fix"/"not a bug" and so doing. However, I'm also
adding the 2.7 release manager to make sure he knows about
Zachary Ware added the comment:
`-1` is not out of bounds unless the array is empty; negative indices count
from the other end:
>>> a = list("some array")
>>> a
['s', 'o', 'm', 'e', ' ', 'a', 'r&
Change by Zachary Ware :
Removed file: https://bugs.python.org/file48795/Roko-Logo-2-fi18353094x260.png
___
Python tracker
<https://bugs.python.org/issue39105>
___
___
Change by Zachary Ware :
--
Removed message: https://bugs.python.org/msg358698
___
Python tracker
<https://bugs.python.org/issue39105>
___
___
Python-bugs-list m
Change by Zachary Ware :
--
type: resource usage ->
versions: -Python 3.8
___
Python tracker
<https://bugs.python.org/issue39105>
___
___
Python-bugs-lis
Zachary Ware added the comment:
Looks like some enhancements on Windows as well; we should upgrade at least 3.9.
--
components: +Windows
nosy: +paul.moore, steve.dower, tim.golden, zach.ware
___
Python tracker
<https://bugs.python.org/issue39
Change by Zachary Ware :
--
keywords: +3.9regression
___
Python tracker
<https://bugs.python.org/issue39114>
___
___
Python-bugs-list mailing list
Unsubscribe:
Zachary Ware added the comment:
Thanks!
--
resolution: -> fixed
stage: patch review -> resolved
status: open -> closed
versions: +Python 3.9
___
Python tracker
<https://bugs.python.or
Zachary Ware added the comment:
Try varying the order of what you're doing there:
>>> import pdb, sys
>>> pdb.pm()
Traceback ...
>>> pdb.pm()
See https://docs.python.org/3/library/sys.html#sys.last_traceback, which notes
that this attribute is not a
Zachary Ware added the comment:
I'm not seeing how `/var` has `/var/log` in common with `/var/log` and
`/var/log/nginx`.
--
nosy: +zach.ware
___
Python tracker
<https://bugs.python.org/is
Zachary Ware added the comment:
No problem :)
--
resolution: -> works for me
stage: -> resolved
status: open -> closed
___
Python tracker
<https://bugs.python.or
Zachary Ware added the comment:
I'm not sure what you mean here. IDLE is a pure-Python application, though it
does depend on the optional tkinter package. If you're on a UNIX platform and
Tcl/Tk headers and libraries can't be found, _tkinter won't be built and you
Change by Zachary Ware :
--
nosy: +rhettinger
___
Python tracker
<https://bugs.python.org/issue39333>
___
___
Python-bugs-list mailing list
Unsubscribe:
Zachary Ware added the comment:
I suspect your `useAmp` branch is not doing what you think it's doing: it's
effectively replacing a random number of entries in your `crazyQuilt2` list
with a duplicate entry (try `print`ing the list every time around the main loop
to see what'
Change by Zachary Ware :
--
Removed message: https://bugs.python.org/msg354421
___
Python tracker
<https://bugs.python.org/issue35058>
___
___
Python-bugs-list m
Zachary Ware added the comment:
If this isn't an issue in Python 3, I agree.
--
___
Python tracker
<https://bugs.python.org/issue27540>
___
___
Pytho
Change by Zachary Ware :
--
versions: +Python 3.9 -Python 2.7, Python 3.6
___
Python tracker
<https://bugs.python.org/issue34780>
___
___
Python-bugs-list mailin
Zachary Ware added the comment:
As this issue appears to only affect 2.7 which recently reached end-of-life
status, I'm going to go ahead and close it.
--
assignee: -> christian.heimes
components: +SSL, Tests
nosy: +zach.ware
resolution: -> out of date
stage: p
Change by Zachary Ware :
--
keywords: -needs review
___
Python tracker
<https://bugs.python.org/issue24658>
___
___
Python-bugs-list mailing list
Unsubscribe:
Zachary Ware added the comment:
Since 3.x is fixed and 2.7 has reached EOL, I'm closing the issue. Thanks for
getting it fixed in 3.x, Stephane and Victor!
--
resolution: -> fixed
stage: patch review -> resolved
status: open -> closed
versions
Zachary Ware added the comment:
Python 2.7 has reached EOL, and so this change can no longer be made. Thanks
for the idea report and idea anyway, Bence!
--
nosy: +zach.ware
resolution: -> out of date
stage: patch review -> resolved
status: open -> closed
versions: -P
Zachary Ware added the comment:
As mentioned on the attached PR, Python 2.7 has reached EOL and this can no
longer be accepted. Thanks for the report and patch anyway!
--
nosy: +zach.ware
resolution: -> out of date
stage: patch review -> resolved
status: open -&g
Change by Zachary Ware :
--
nosy: +ethan.furman
versions: +Python 3.7, Python 3.8, Python 3.9 -Python 2.7, Python 3.4, Python
3.5, Python 3.6
___
Python tracker
<https://bugs.python.org/issue29
Zachary Ware added the comment:
As Python 2.7 has reached EOL and the branch is closed to regular maintenance,
I'm closing the issue. Thanks for the report and patch anyway!
--
nosy: +zach.ware
resolution: -> out of date
stage: patch review -> resolved
status: ope
Change by Zachary Ware :
--
resolution: -> not a bug
stage: -> resolved
status: open -> closed
title: new world -> --
___
Python tracker
<https://bugs.python
Change by Zachary Ware :
Removed file: https://bugs.python.org/file48854/windows-ssh-tools.snapshot.json
___
Python tracker
<https://bugs.python.org/issue39293>
___
___
Zachary Ware added the comment:
For `list1`, you are creating three separate lists containing `0` contained by
a fourth list. For `list2`, you're creating a single list containing `0`
contained by a second list, and then replicating the contents of that second
list three times; thus `
Zachary Ware added the comment:
I've removed the `User` role from that account since all of its posts have been
spam; it will no longer be able to post.
--
nosy: +zach.ware
resolution: fixed -> not a bug
title: Great -> Spam
___
Pyt
Change by Zachary Ware :
--
stage: -> resolved
status: pending -> closed
___
Python tracker
<https://bugs.python.org/issue39597>
___
___
Python-bugs-list
Zachary Ware added the comment:
What result are you expecting here?
--
nosy: +zach.ware
___
Python tracker
<https://bugs.python.org/issue39601>
___
___
Pytho
Change by Zachary Ware :
--
components: -2to3 (2.x to 3.x conversion tool)
___
Python tracker
<https://bugs.python.org/issue39601>
___
___
Python-bugs-list m
Change by Zachary Ware :
--
nosy: +eric.smith
___
Python tracker
<https://bugs.python.org/issue39601>
___
___
Python-bugs-list mailing list
Unsubscribe:
Change by Zachary Ware :
--
nosy: +zach.ware
___
Python tracker
<https://bugs.python.org/issue1812>
___
___
Python-bugs-list mailing list
Unsubscribe:
Zachary Ware added the comment:
Agreed with Eric.
--
nosy: +zach.ware
resolution: -> rejected
stage: -> resolved
status: open -> closed
___
Python tracker
<https://bugs.python.or
Zachary Ware added the comment:
That almost certainly means you were installing the 32-bit version of Python.
32-bit processes see `C:\Program Files (x86)\` as `C:\Program Files\`; I no
longer remember whether they can actually see the real `C:\Program Files\` at
all
Zachary Ware added the comment:
Is this not a Sphinx issue?
--
nosy: +zach.ware
___
Python tracker
<https://bugs.python.org/issue39814>
___
___
Python-bug
Zachary Ware added the comment:
(FTR, removing yourself from the "nosy list" means you won't get any responses
to your issue, so I've added you back :))
This appears to be a problem with building Tcl/Tk. If you don't need the
tkinter module, you can try adding t
Zachary Ware added the comment:
I'm personally still in favor of the change. This wouldn't be the first big
movement of files in our repo and likely not the last, and I don't think
git/GitHub's support (or lack thereof) for file moves is a good enough reason
to not or
Zachary Ware added the comment:
Hi Furkan. Please note that Lahfa Samy had already submitted a PR for this
issue after "claiming" it with a note here; proper "netiquette" suggests not
jumping in with your own PR in such a situation.
Fortuitously though, it looks like
Change by Zachary Ware :
Removed file: https://bugs.python.org/file48980/MacOptimizerPro.jpg
___
Python tracker
<https://bugs.python.org/issue40008>
___
___
Python-bug
Change by Zachary Ware :
--
nosy: -Jack Reigns
title: Best Mac Cleaner Software and Optimization Utilities -> Spam
type: performance ->
___
Python tracker
<https://bugs.python.org/i
Change by Zachary Ware :
--
Removed message: https://bugs.python.org/msg364570
___
Python tracker
<https://bugs.python.org/issue40008>
___
___
Python-bugs-list m
Change by Zachary Ware :
--
Removed message: https://bugs.python.org/msg364572
___
Python tracker
<https://bugs.python.org/issue40009>
___
___
Python-bugs-list m
Change by Zachary Ware :
--
nosy: -Jack Reigns
title: Best Mac Cleaner Apps to Optimize and Speed up your Mac -> Spam
type: performance ->
___
Python tracker
<https://bugs.python.org/i
Change by Zachary Ware :
Removed file: https://bugs.python.org/file48981/MacOptimizerPro.jpg
___
Python tracker
<https://bugs.python.org/issue40009>
___
___
Python-bug
Change by Zachary Ware :
--
resolution: -> not a bug
stage: -> resolved
status: open -> closed
___
Python tracker
<https://bugs.python.org/issue40009>
___
___
Change by Zachary Ware :
--
resolution: -> not a bug
stage: -> resolved
status: open -> closed
___
Python tracker
<https://bugs.python.org/issue40008>
___
___
Zachary Ware added the comment:
New changeset 59c644eaa72b0cc48302f59d66852c4ea8332eba by Lahfa Samy in branch
'master':
bpo-39879: Update datamodel docs to include dict ordering (GH-19006)
https://github.com/python/cpython/commit/59c644eaa72b0cc48302f59d66852c
Zachary Ware added the comment:
Thanks for the patch!
--
resolution: -> fixed
stage: patch review -> resolved
status: open -> closed
___
Python tracker
<https://bugs.python.or
Zachary Ware added the comment:
New changeset e0b8101492f6c61dee831425b4d3dae39a953599 by Peter Donis in branch
'master':
bpo-1812: Fix newline conversion when doctest.testfile loads from a package
whose loader has a get_data method (GH-17385)
https://github.com/python/cpyt
Zachary Ware added the comment:
12 years later, we finally landed your fix :). Thanks for the patch, and for
bearing with us (and me in particular for the past couple months).
As mentioned in the PR, there is probably opportunity to clean up the cleanup
code in the new test a bit, and as
Zachary Ware added the comment:
How about `python3 -c 'import
sysconfig;print(sysconfig.get_config_vars()["CONFIG_ARGS"])'`?
--
nosy: +zach.ware
___
Python tracker
<https://bug
Change by Zachary Ware :
--
keywords: +patch
nosy: +zach.ware
nosy_count: 1.0 -> 2.0
pull_requests: +18768
stage: -> patch review
pull_request: https://github.com/python/cpython/pull/19404
___
Python tracker
<https://bugs.python.org/i
Change by Zachary Ware :
--
stage: -> patch review
type: -> behavior
___
Python tracker
<https://bugs.python.org/issue40214>
___
___
Python-bugs-list
Zachary Ware added the comment:
My best guess at the moment is that something changed in the underlying Windows
image, particularly given the comment above the failing line that "insecure
load flags should succeed" (though that could easily be a red herring). Until
someone wh
Change by Zachary Ware :
--
stage: patch review -> needs patch
___
Python tracker
<https://bugs.python.org/issue40214>
___
___
Python-bugs-list mailing list
Un
Zachary Ware added the comment:
New changeset f407e209c1e35b64835f73e7e7ca23e33817e9fe by Zachary Ware in
branch 'master':
bpo-40214: Temporarily disable a ctypes test (GH-19404)
https://github.com/python/cpython/commit/f407e209c1e35b64835f73e7e7ca23
Change by Zachary Ware :
--
pull_requests: +18773
stage: needs patch -> patch review
pull_request: https://github.com/python/cpython/pull/19413
___
Python tracker
<https://bugs.python.org/issu
Zachary Ware added the comment:
Assuming I implemented my checks correctly (see PR19413), I think I've just
debunked both of our leading theories.
Results here:
https://dev.azure.com/Python/cpython/_build/results?buildId=60764&view=logs&j=d554cd63-f8f4-5b2d-871b-33e4ea76e915&am
Zachary Ware added the comment:
Feel free to backport PR19404 as needed, but mark versions here appropriately
to make sure the *real* fix makes it where it needs to go.
--
___
Python tracker
<https://bugs.python.org/issue40
Change by Zachary Ware :
--
components: +Library (Lib) -Distutils
nosy: +rhettinger -dstufft, eric.araujo
stage: -> test needed
___
Python tracker
<https://bugs.python.org/issu
Zachary Ware added the comment:
Maybe I'm just paranoid, but this whole issue reads like spam to me. It's at
least a spam magnet; changing the title accordingly and clearing the nosy list.
--
nosy: -Sahurkhan, gustavoxo, judiction, nows, paul.moore, steve.dower,
tim.gold
Change by Zachary Ware :
--
nosy: -zach.ware
___
Python tracker
<https://bugs.python.org/issue39598>
___
___
Python-bugs-list mailing list
Unsubscribe:
Zachary Ware added the comment:
New changeset 58d6f2ee3aeb699156d4784acccd2910d27982e7 by Ammar Askar in branch
'master':
bpo-40270: Enable json extension in Windows sqlite extension (GH-19528)
https://github.com/python/cpython/commit/58d6f2ee3aeb699156d4784acccd29
Zachary Ware added the comment:
This has been done in the macOS installer since
9625bf520e08828e36bc3b1d043af679eb5f993d, so this is now done. I won't
backport it due to the inevitable confusion over which patch version of which
branch started including it on Windows; it's much
Change by Zachary Ware :
--
nosy: +alanmcintyre, serhiy.storchaka, twouters
___
Python tracker
<https://bugs.python.org/issue40301>
___
___
Python-bugs-list m
Zachary Ware added the comment:
Are you quite sure you're converting your times correctly, particularly in the
C code? The units in the Python version should be seconds; does the C version
actually take 23 seconds to execute? What kind of timing do you get if you
time both programs
Change by Zachary Ware :
--
resolution: -> out of date
stage: needs patch -> resolved
status: open -> closed
___
Python tracker
<https://bugs.python.or
Change by Zachary Ware :
--
stage: -> resolved
status: open -> closed
___
Python tracker
<https://bugs.python.org/issue38601>
___
___
Python-bugs-list
Zachary Ware added the comment:
Lacking followup from the OP, I'm closing the issue. If more information is
brought forward later, it can be reopened.
--
___
Python tracker
<https://bugs.python.org/is
Zachary Ware added the comment:
With no activity here in over 5 years and no confirmation on any version but
2.7, I'm closing the issue. If it can be confirmed on 3.8, the issue can be
reopened.
--
nosy: +zach.ware
resolution: -> out of date
stage: -> resolved
s
Zachary Ware added the comment:
As this issue is specific to 2.7, I'm closing it.
--
resolution: -> out of date
stage: -> resolved
status: open -> closed
___
Python tracker
<https://bugs.pyth
Zachary Ware added the comment:
Looks like we forgot to close this one; as far as I can tell it was fixed.
Being 2.7-only, it's time to be closed anyway :)
--
resolution: -> fixed
stage: test needed -> resolved
status: open -> closed
Zachary Ware added the comment:
Hi Sven,
I'm sorry this issue never got attention before the end of 2.7, but as we have
now reached that point I'm going to go ahead and close this issue. I hope it
didn't cause you too much trouble! If you can also reproduce this with a
cur
Change by Zachary Ware :
--
resolution: -> out of date
stage: -> resolved
status: open -> closed
___
Python tracker
<https://bugs.python.or
Zachary Ware added the comment:
As this appears to be a 2.7-only issue, I'm going to go ahead and close it.
--
resolution: -> out of date
stage: -> resolved
status: open -> closed
___
Python tracker
<https://bugs.pyth
Zachary Ware added the comment:
Sorry I missed this one! This was actually addressed in bpo-30342 (GH-1544),
but it would have been fixed 7 months sooner if this one hadn't fallen off my
radar. Thanks for the patch anyway!
--
resolution: -> fixed
stage: -> resolved
s
Zachary Ware added the comment:
As 2.7 is now out of support, I'm going to go ahead and close the issue.
--
nosy: +zach.ware
resolution: -> out of date
stage: needs patch -> resolved
status: open -> closed
___
Python t
Zachary Ware added the comment:
As 2.7 is now out of support, I'm going to go ahead and close this issue.
--
resolution: -> out of date
stage: -> resolved
status: open -> closed
___
Python tracker
<https://bugs.pyth
Zachary Ware added the comment:
It's not entirely clear from a quick read whether this was actually fixed or
not (probably?), but as 2.7 is out of support it no longer matters :)
--
nosy: +zach.ware
resolution: -> out of date
status: open -
Zachary Ware added the comment:
As all versions using the MSI installer are now out of support, I'm closing the
issue.
--
nosy: +zach.ware
resolution: -> out of date
stage: -> resolved
status: open -> closed
___
Python t
Zachary Ware added the comment:
With no other context, I'm going to assume this was specific to 2.7, which is
now out of support.
--
resolution: -> out of date
stage: -> resolved
status: open -> closed
___
Python t
301 - 400 of 2740 matches
Mail list logo