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
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 `
Change by Zachary Ware :
Removed file: https://bugs.python.org/file48854/windows-ssh-tools.snapshot.json
___
Python tracker
<https://bugs.python.org/issue39293>
___
___
Change by Zachary Ware :
--
resolution: -> not a bug
stage: -> resolved
status: open -> closed
title: new world -> --
___
Python tracker
<https://bugs.python
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 :
--
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 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
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
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:
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 :
--
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:
If this isn't an issue in Python 3, I agree.
--
___
Python tracker
<https://bugs.python.org/issue27540>
___
___
Pytho
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:
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 :
--
nosy: +rhettinger
___
Python tracker
<https://bugs.python.org/issue39333>
___
___
Python-bugs-list mailing list
Unsubscribe:
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
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 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:
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:
Thanks!
--
resolution: -> fixed
stage: patch review -> resolved
status: open -> closed
versions: +Python 3.9
___
Python tracker
<https://bugs.python.or
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:
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 :
--
type: resource usage ->
versions: -Python 3.8
___
Python tracker
<https://bugs.python.org/issue39105>
___
___
Python-bugs-lis
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 :
Removed file: https://bugs.python.org/file48795/Roko-Logo-2-fi18353094x260.png
___
Python tracker
<https://bugs.python.org/issue39105>
___
___
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&
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
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:
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.
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.
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
Change by Zachary Ware :
--
Removed message: https://bugs.python.org/msg357922
___
Python tracker
<https://bugs.python.org/issue33125>
___
___
Python-bugs-list m
Zachary Ware added the comment:
You're welcome :)
--
resolution: -> not a bug
stage: -> resolved
status: open -> closed
___
Python tracker
<https://bugs.pyth
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 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:
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:
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:
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:
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:
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:
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
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:
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 :
--
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
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
Zachary Ware added the comment:
As mentioned, requests is a third-party project, please report bugs in requests
following the instructions in the link provided by Karthikeyan.
--
nosy: +zach.ware
resolution: -> third party
stage: -> resolved
status: open -&g
Zachary Ware added the comment:
Note that subsequent builds compiled successfully, see
https://buildbot.python.org/all/#/builders/145/builds/2699 for the latest. It
has been failing a test since build 2695, though.
--
nosy: +zach.ware
___
Python
Zachary Ware added the comment:
You're right, it is correct as is; the regular output of the REPL is
essentially `print(repr(_))`.
Please do feel free to report any issues you find, though you may want to send
a message to tu...@python.org to check anything you're not sure about
Zachary Ware added the comment:
Thanks for the report, Stojan, and for the patch, Ammar!
--
nosy: +ammar2
resolution: -> fixed
stage: patch review -> resolved
status: open -> closed
type: resource usage -> behavior
versions: +Python 3.7
Zachary Ware added the comment:
New changeset 56698d57691af2272f695f8c17c835ed99545cde by Zachary Ware (Ammar
Askar) in branch 'master':
bpo-38696: Fix usage example of HTTPStatus (GH-17066)
https://github.com/python/cpython/commit/56698d57691af2272f695f8c17c835ed99545cde
-
Zachary Ware added the comment:
Added our 3.8 RM to adjust the download page.
Steve, can or should we adjust the installer to refuse to install on Vista? Is
there other documentation we need to adjust?
--
components: +Installation, Windows
nosy: +lukasz.langa, paul.moore
Zachary Ware added the comment:
Absent any response from the OP, I'm going to go with yes.
Devor, if you can reduce your example to show a bug in the Python interpreter
or standard library, please reopen with that example.
--
resolution: -> not a bug
stage: -> reso
Zachary Ware added the comment:
New changeset cb2cf06b0aad1851f54999497c1b50c381d1fdd8 by Zachary Ware (Ammar
Askar) in branch 'master':
bpo-38558: Mention `:=` in conditions tutorial (GH-16919)
https://github.com/python/cpython/commit/cb2cf06b0aad1851f54999497c1b50
Zachary Ware added the comment:
This is because you're trying to use the string's delimiting character (') in
the string itself, which won't work for fairly apparent reasons :). Try
removing the `f` prefix and see what happens.
You can get around this by using a triple
Change by Zachary Ware :
--
resolution: -> wont fix
stage: -> resolved
status: open -> closed
title: Python 2.7.17 reports itself as 2.7.16 -> 2.7 on Windows: all-users
installation does not clear previous just-for-me installation
__
Zachary Ware added the comment:
Since 8.5.19 is the version specified in the build config, that really ought to
be the version we ship. I would guess that it just didn't get rebuilt when
Steve built the installer for 2.7.17rc1; should just be a matter of making sure
it does for the
Zachary Ware added the comment:
`setUpClass` and `tearDownClass` are classmethods and must be decorated as such
(`@classmethod`).
--
nosy: +zach.ware
resolution: -> not a bug
status: open -> pending
___
Python tracker
<https://bugs.p
Zachary Ware added the comment:
Thanks for the report, Bob!
--
keywords: -newcomer friendly
resolution: -> fixed
stage: patch review -> resolved
status: open -> closed
versions: +Python 3.8, Python 3.9
___
Python tracker
<https://bug
Zachary Ware added the comment:
New changeset a774ac6637e8f155a28b7733a0a93d4a680584d4 by Zachary Ware in
branch '3.7':
[3.7] bpo-38409: Fix grammar in str.strip() docstring (GH-16682) (GH-16686)
https://github.com/python/cpython/commit/a774ac6637e8f155a28b7733a0a93d
Zachary Ware added the comment:
New changeset 0baa6b3c7d9ef1d96f10939c40f8ff95aba9155b by Zachary Ware (Miss
Islington (bot)) in branch '3.8':
bpo-38409: Fix grammar in str.strip() docstring (GH-16682) (GH-16684)
https://github.com/python/cpyt
Change by Zachary Ware :
--
pull_requests: +16272
pull_request: https://github.com/python/cpython/pull/16686
___
Python tracker
<https://bugs.python.org/issue38
Zachary Ware added the comment:
New changeset 09895c27cd8ff60563a794016e8c099bc897cc74 by Zachary Ware in
branch 'master':
bpo-38409: Fix grammar in str.strip() docstring (GH-16682)
https://github.com/python/cpython/commit/09895c27cd8ff60563a794016e8c099bc897cc74
-
Change by Zachary Ware :
--
pull_requests: +16268
pull_request: https://github.com/python/cpython/pull/16682
___
Python tracker
<https://bugs.python.org/issue38
Change by Zachary Ware :
--
resolution: works for me -> out of date
stage: -> resolved
status: open -> closed
___
Python tracker
<https://bugs.python.or
Zachary Ware added the comment:
Given that 2.7 is reaching end-of-life in a single-digit number of months, I
doubt anything will be changed here. I'll leave it up to Benjamin to make that
determination, though.
--
nosy: +benjamin.peterson, zach
Change by Zachary Ware :
--
nosy: -Amin Radjabov, chipstuff, emniclap, mwr256, paul.moore, steve.dower,
taleinat, terry.reedy, tim.golden, zach.ware
___
Python tracker
<https://bugs.python.org/issue32
Zachary Ware added the comment:
This issue seems to have become a spam magnet, so I'm clearing the nosy list to
keep it out of our inboxes.
--
___
Python tracker
<https://bugs.python.org/is
Change by Zachary Ware :
--
nosy: -Printer Setup, jacksmait, prince_parker
___
Python tracker
<https://bugs.python.org/issue32545>
___
___
Python-bugs-list m
Change by Zachary Ware :
--
Removed message: https://bugs.python.org/msg345856
___
Python tracker
<https://bugs.python.org/issue32545>
___
___
Python-bugs-list m
Change by Zachary Ware :
--
hgrepos: -383
___
Python tracker
<https://bugs.python.org/issue32545>
___
___
Python-bugs-list mailing list
Unsubscribe:
Change by Zachary Ware :
--
Removed message: https://bugs.python.org/msg353882
___
Python tracker
<https://bugs.python.org/issue32545>
___
___
Python-bugs-list m
Zachary Ware added the comment:
Feel free to reopen if you can answer the questions in my previous message.
--
resolution: -> works for me
stage: -> resolved
status: pending -> closed
___
Python tracker
<https://bugs.python.or
Zachary Ware added the comment:
Sorry, but you've given us no information to work with here. Which version of
Python? Which version of Windows? What exactly are you trying to do? What
error message do you get? Which distribution of Python are you using? How did
you install it?
Change by Zachary Ware :
--
resolution: -> fixed
stage: patch review -> resolved
status: open -> closed
versions: +Python 3.7, Python 3.8, Python 3.9
___
Python tracker
<https://bugs.python.or
Zachary Ware added the comment:
New changeset 062cfe3b11c61d03ccc2915e360f9b0d80e23642 by Zachary Ware (Prateek
Nayak) in branch 'master':
bpo-37353: Updated parser note about source code compatibility(GH-14277)
https://github.com/python/cpyt
Change by Zachary Ware :
--
nosy: +scoder
versions: -Python 2.7, Python 3.5, Python 3.6
___
Python tracker
<https://bugs.python.org/issue38225>
___
___
Pytho
Zachary Ware added the comment:
I have poked at this a bit and have an implementation that defines a `static
inline void _Py_Unreachable()` in pymacro.h, see
https://github.com/zware/cpython/commit/d07b4255dc1170155e18db0fea99ec1cb29c2f0a
This works on at least macOS and Windows, and we
Zachary Ware added the comment:
Whoops :(. Fixing this is beyond my C skill. I'd rather not lose the easter
egg, but if it can't be fixed properly then
3ab61473ba7f3dca32d779ec2766a4faa0657923 should just be reverted.
--
nosy: +grego
Zachary Ware added the comment:
If calling /usr/local/bin/python3.8 directly works as expected, there's nothing
for us to do here so I'm going to go ahead and close the issue. Please reopen
if you can demonstrate a real bug in the installation code, though!
--
nosy:
Zachary Ware added the comment:
The enhancement patch is merged, but it occurs to me after the fact that this
could use some documentation, and possibly a mention in whatsnew. I'll leave
this open as a documentation issue.
--
assignee: -> docs@python
components: +Docum
Zachary Ware added the comment:
New changeset f9c95a4ba24c52eb1c052e3052d677e90a429a9a by Zachary Ware
(ewosborne) in branch 'master':
bpo-32820: __format__ method for ipaddress (#5627)
https://github.com/python/cpython/commit/f9c95a4ba24c52eb1c052e3052d677e90a429a9a
-
Change by Zachary Ware :
--
components: -Distutils
nosy: -dstufft, eric.araujo, situsjudionlineterpercaya
type: compile error ->
versions: -Python 3.6
___
Python tracker
<https://bugs.python.org/issu
Change by Zachary Ware :
--
nosy: +benjamin.peterson, zach.ware
versions: +Python 3.9 -Python 3.8
___
Python tracker
<https://bugs.python.org/issue35282>
___
___
Zachary Ware added the comment:
I agree with Steven in that I'm not quite sure this is a good change, but I
also see that it would be useful in some cases. Perhaps either a
`check_sudo_user=False` keyword-only parameter, or a `vars_to_check=()` parameter would be better?
Adding Greg
Zachary Ware added the comment:
Ok, that shows that the issue is not actually with the Python build, but with
trying to find the right incantation for both OpenSSL and Python to get what
you want :). As such I'm going to go ahead and close the issue.
As for getting you going, there
Zachary Ware added the comment:
New changeset 0b72ccff56fb47e14f7b1f6590eafff8d104c229 by Zachary Ware (Steve
Dower) in branch 'master':
bpo-32592: Set Windows 8 as the minimum required version for API support
(GH-15951)
https://github.com/python/cpyt
Zachary Ware added the comment:
Thank you for clarifying this muddy topic, Eryk!
(Dropping bpo-32592 dependency; we've done the update in a basically-compatible
way.)
--
dependencies: -Drop support of Windows Vista and 7 in Python 3.9
resolution: -> fixed
stage: patc
Zachary Ware added the comment:
New changeset 19f6940cd7fb91246b88e1fbdbce97a02e7f3fa1 by Zachary Ware (Steve
Dower) in branch 'master':
bpo-38114: Do not include pip.ini in Nuget package (GH-15964)
https://github.com/python/cpython/commit/19f6940cd7fb91246b88e1fbdbce97
Zachary Ware added the comment:
New changeset aa929273caca2f4e24e3aa9e790272fd4458ad35 by Zachary Ware (Steve
Dower) in branch 'master':
bpo-33166: Change os.cpu_count to return active (real) processors (GH-15949)
https://github.com/python/cpyt
Zachary Ware added the comment:
I believe the better option would be to pass
`CPPFLAGS=-I/home/e38160wl/local/openssl/include
LDFLAGS=-L/home/e38160wl/local/openssl/lib` instead of editing Setup[.dist].
Could you give that a try?
Otherwise, this may be an issue with the way OpenSSL was
Zachary Ware added the comment:
New changeset 574b324bdc9a126b5a4488c3613f11ad2555415e by Zachary Ware (Steve
Dower) in branch 'master':
bpo-36634: Fixes activate.bat when existing values contain double quotes
(GH-15924)
https://github.com/python/cpyt
Zachary Ware added the comment:
Could you add some more details about what you're doing here, such as OS, OS
version, compiler and compiler version, etc.? We routinely test
`--enable-shared` builds on both Linux and FreeBSD in our post-merge buildbot
setup, and have not had any issues
Zachary Ware added the comment:
I was actually leaning in favor of this, but Jason's examples are very
compelling and require no changes to other `breakpoint()`-compatible debuggers
to work as expected.
Thanks for the idea, though!
--
nosy: +zach.ware
resolution: -> reject
Change by Zachary Ware :
--
resolution: -> fixed
stage: -> resolved
status: open -> closed
versions: +Python 3.9 -Python 3.7
___
Python tracker
<https://bugs.python.or
Zachary Ware added the comment:
New changeset 781266ebb60e7ac781a3e07030d92275721ff3cf by Zachary Ware (Géry
Ogam) in branch 'master':
bpo-35640: Allow passing PathLike arguments to SimpleHTTPRequestHandler
(GH-11398)
https://github.com/python/cpyt
Zachary Ware added the comment:
New changeset 8fcaffb048d2359a4c06ed5d8fbbf46d3ae1a472 by Zachary Ware (Steve
Dower) in branch 'master':
bpo-37326: Include libffi license when available (GH-15921)
https://github.com/python/cpython/commit/8fcaffb048d2359a4c06ed5d8fbbf4
Zachary Ware added the comment:
New changeset df935b5f0bcc40522c7aac1e844aa176cd8bbdef by Zachary Ware in
branch '3.8':
[3.8] bpo-37936: Systematically distinguish rooted vs. unrooted in .gitignore
(GH-15823) (GH-15900)
https://github.com/python/cpyt
Zachary Ware added the comment:
New changeset 92521fea5d0d4aeb9b6a3c3fdd4654af700ad5c8 by Zachary Ware (Steve
Dower) in branch 'master':
bpo-38081: Fixes ntpath.realpath('NUL') (GH-15899)
https://github.com/python/cpython/commit/92521fea5d0d4aeb9b6a
Zachary Ware added the comment:
Ok, now it's done :)
Thanks, Greg.
--
stage: patch review -> resolved
status: open -> closed
versions: +Python 3.8
___
Python tracker
<https://bugs.python.
401 - 500 of 2740 matches
Mail list logo