Terry J. Reedy added the comment:
Tal, if you think this is ready, I would like to get this in the upcoming
releases. I believe the deadline is midnight at the international dateline,
which is noon UTC tomorrow, just over 9 hours from now.
I decided that any suggestions I might have for
Change by Terry J. Reedy :
--
pull_requests: +8969
___
Python tracker
<https://bugs.python.org/issue1529353>
___
___
Python-bugs-list mailing list
Unsubscribe:
Change by Terry J. Reedy :
--
pull_requests: +8970
___
Python tracker
<https://bugs.python.org/issue1529353>
___
___
Python-bugs-list mailing list
Unsubscribe:
Terry J. Reedy added the comment:
New changeset dac712d51667227ce3862fc61be6a8094b1066fa by Terry Jan Reedy in
branch 'master':
bpo-1529353: IDLE: Squeezer What's New for 3.6.7 (#9567)
https://github.com/python/cpython/commit/dac712d51667227ce3862fc61
Terry J. Reedy added the comment:
New changeset ea718d377db3941ecfc86288a3465fce653cc682 by Terry Jan Reedy in
branch 'master':
bpo-1529353: IDLE - Squeezer What's New for 3.7.1 (#9568)
https://github.com/python/cpython/commit/ea718d377db3941ecfc86288a
Change by Terry J. Reedy :
--
pull_requests: +8974
___
Python tracker
<https://bugs.python.org/issue1529353>
___
___
Python-bugs-list mailing list
Unsubscribe:
Change by Terry J. Reedy :
--
pull_requests: +8975
stage: needs patch -> patch review
___
Python tracker
<https://bugs.python.org/issue34162>
___
___
Python-
Terry J. Reedy added the comment:
See my 3.6/3.7 patches for how I now handle new-in-maintenance-release
user-visible features in What's New. Note that there are similar entries for
Python at the bottom of the file.
If I were not rushing, I would have mentioned user colors in text
Terry J. Reedy added the comment:
New changeset fdcb5ae25c0b5c82a32955617d253810ef110cac by Terry Jan Reedy in
branch 'master':
bpo-1529353: IDLE - Squeezer What's New for 3.8 (#9572)
https://github.com/python/cpython/commit/fdcb5ae25c0b5c82a32955617
Terry J. Reedy added the comment:
New changeset 22ef31d0b4b497eda5e356528c3e1d29584d6757 by Terry Jan Reedy in
branch 'master':
bpo-34162: idlelib/NEWS.txt entry for squeezer (GH-9573)
https://github.com/python/cpython/commit/22ef31d0b4b497eda5e356528c3e1d
Terry J. Reedy added the comment:
Yes. Congratulations on your persistence.
--
resolution: -> fixed
stage: patch review -> resolved
status: open -> closed
___
Python tracker
<https://bugs.python.org/
Change by Terry J. Reedy :
--
resolution: -> not a bug
stage: -> resolved
status: open -> closed
___
Python tracker
<https://bugs.python.or
New submission from Terry J. Reedy :
In 3.6.6, """compile("assert (0, 'bad')", '', 'single')""" in Python or IDLE
emits "SyntaxWarning: assertion is always true, perhaps remove parentheses?".
In Python,
&
Change by Terry J. Reedy :
--
pull_requests: +9040
___
Python tracker
<https://bugs.python.org/issue34850>
___
___
Python-bugs-list mailing list
Unsubscribe:
Terry J. Reedy added the comment:
New changeset 5fa247d60d4f3f2b8c8ae8cb57363aca234344c2 by Terry Jan Reedy in
branch 'master':
bpo-34850: Replace is with == in idlelib.iomenu (GH-9649)
https://github.com/python/cpython/commit/5fa247d60d4f3f2b8c8ae8cb57363a
Terry J. Reedy added the comment:
To me, this issue is about unnecessary dependence on implementation details,
with the particular example being 'is' versus '=='. Perhaps PEP8, Programming
Recommendations, should have a new subsection 'Implementation Dependencies
Terry J. Reedy added the comment:
Since this was opened, I have opened files in the editor, without incident with
both installed 3.7.0 and 3.7.1rc1 (64 bit). Should this still stay open? Does
anyony have any problems with the current release candidates
Terry J. Reedy added the comment:
I just installed 3.7.1rc on current High Sierra and observed same as Vlad.
--
nosy: +terry.reedy
___
Python tracker
<https://bugs.python.org/issue34
Terry J. Reedy added the comment:
I think that the resolution of this issue should be revision of at least the
tkinter paragraph in
https://docs.python.org/3/using/mac.html#gui-programming-on-the-mac, and I
think at least the tkinter revision should be cherry-picked into the upcoming
Terry J. Reedy added the comment:
Fixed in 3.7.1rc1, See the Mac downloads at
https://www.python.org/downloads/release/python-371rc1/
If no problems, 3.7.1 itself will follow in a week or so.
--
resolution: -> duplicate
stage: -> resolved
status: open -> closed
superseder:
Terry J. Reedy added the comment:
I do not see this 64-bit 3.7.1rc1 (see #34863) on 10.13.6 with, I believe,
default settings.
Are you reporting multiple tabs as a bug, or a feature resulting from
intentional settings? If the latter, this may be something the tcl/tk does not
support
Terry J. Reedy added the comment:
Current Mac installers do contain hopefully tested tcl/tk installers. (This
has always been true for the Windows installers.) We are not responsible if
users use anything else with Python.
--
___
Python tracker
Terry J. Reedy added the comment:
Optionally converting windows to tabs is an over-arching goal for IDLE. To do
it with IDLE code, IDLE must create a frame (and keep a reference) but not a
toplevel. I presume that the Mac window manager extracts the window title and
frame from the window
Terry J. Reedy added the comment:
This issue is specifically based on msg195711 of #18704. Anyone working on
this should read it.
Saimadhav's work was part of his Google Summer of Code (GSOC) project, which
ended soon after V4 was submitted. I recorded reviews of V1 and V2 above. I
New submission from Terry J. Reedy :
Quoting the PR:
Proposing a new kwarg in the __init__() method of multiprocessing.Pool named
expect_initret.
This kwarg defaults to False. When set to True, the return value of the
initializer function is passed to the function we are applying (i.e. func
Terry J. Reedy added the comment:
New features only go in next version.
--
versions: -Python 3.6, Python 3.7
___
Python tracker
<https://bugs.python.org/issue34
Terry J. Reedy added the comment:
To me, the question is whether to delete the dict example, or qualify it with
"Before 3.7 (or 3.6 for CPython)" but leave the illustration of workarounds.
Raymond, what do you thing?
--
nosy: +rhettinger, t
Terry J. Reedy added the comment:
FWIW, the method does not exist on Windows
>>> _ctypes.dlclose(3)
Traceback (most recent call last):
File "", line 1, in
AttributeError: module '_ctypes' has no attribute 'dlclo
Terry J. Reedy added the comment:
Unless this is seen as a possible security issue, this will not be fixed in
3.5. If possible test in later versions.
By 'was running for a long time without issue', do you mean 'ran many times
before this run'? (As opposed to
Terry J. Reedy added the comment:
Right. Like printing an ascii text version of the Mandelbrot set in one
20-line lambda + call expression statement. Let's truncate to, say, 40 chars.
This should cover a large majority of lambda expressions.
--
nosy: +terry.
Change by Terry J. Reedy :
--
title: Make the repr of lambda containing the signature and body expression. ->
Make the repr of lambda contain signature and body expression.
___
Python tracker
<https://bugs.python.org/issu
Terry J. Reedy added the comment:
Steve, are you responsible for VSCode and Python?
--
nosy: +steve.dower, terry.reedy
___
Python tracker
<https://bugs.python.org/issue34
Terry J. Reedy added the comment:
I have never looked at the trace of a decorated object before. The 3.7
behavior treating the inner decorator line as the first line of the decorated
function definition looks wrong to me. I actually expected the line pointer to
move down to the def line
Change by Terry J. Reedy :
--
title: Python loads incorrect libraries -> Python loads incorrect libraries on
MacOS, 2.7
___
Python tracker
<https://bugs.python.org/issu
Terry J. Reedy added the comment:
Some modules are marked 'unix-only' or 'windows-only'. The Windows installer
includes all dependencies unless one asks that tcl/tk, tkinter, IDLE, (and
turtle?) not be installed. I believe the situation is now similar on Mac.
Change by Terry J. Reedy :
--
resolution: -> third party
stage: -> resolved
status: open -> closed
type: -> behavior
___
Python tracker
<https://bugs.python
Terry J. Reedy added the comment:
I am posting this on core-mentorship. If you want to do this, post here and
submit the PR within a day. I will do the merge is no-one else does.
--
versions: +Python 3.7
___
Python tracker
<ht
Terry J. Reedy added the comment:
Idlelib modules OutputWindow and configHandler are now outwin and config.
I discovered a non-checker .py file consumer. Pygame Zero enables use of
pygame to create games without boilerplate.
https://pygame-zero.readthedocs.io/en/stable/ide-mode.html
One can
Terry J. Reedy added the comment:
+1 on adding this.
We can and sometimes do acknowledge an initial author in the commit message and
blurb. In this case, there is no name, so it would be "Based on patch by
'mps'."
--
___
Py
Terry J. Reedy added the comment:
Additional notes:
I am puzzled that test_idle output starts with test_io, as that is
alphabetically in the middle of the files in idle_test/.
There are 2 independent 'test_io' modules: test/test_io, which tests the io
module, and idlelib/test_id
Change by Terry J. Reedy :
--
versions: -Python 3.4, Python 3.5
___
Python tracker
<https://bugs.python.org/issue34912>
___
___
Python-bugs-list mailin
Terry J. Reedy added the comment:
I cannot reproduce 'too large'. My screen in 340 mm high. It is reported as
305 in console Python 3.7.1rc1 and in IDLE run normally and with -n (no
subprocess) and in console Python 3.6.7. The point of trying '-n' is to run
the t
Terry J. Reedy added the comment:
The report is based on a crash running the otree plugin (proper term?) for the
Django framework. For a bug to be our responsibility, it must be present in
the cpython repository, and should be reproducible without installing 3rd party
modules. For instance
Terry J. Reedy added the comment:
Should this be closed as fixed?
--
nosy: +terry.reedy
___
Python tracker
<https://bugs.python.org/issue34922>
___
___
Pytho
Terry J. Reedy added the comment:
What do you consider to be a bug? The empty signature is correct, as your
successful call shows, and the IDLE calltip is, correctly, '()'.
I also do not see how name completion is affected.
--
nosy: +t
Terry J. Reedy added the comment:
Questions about whether basic syntax behavior is correct should be asked
elsewhere, such as python-list. A proper answer requires a careful reading of
the doc and a non-trivial answer. Someone on python-list should do that.
Classes and scoping are known
Terry J. Reedy added the comment:
What do you mean by 'does not work'.
Alias of function in same namespace.
| itemconfig = itemconfigure(self, index, cnf=None, **kw)
|
| itemconfigure(self, index, cnf=None, **kw)
| Configure resources of an ITEM.
Alias of function in
Terry J. Reedy added the comment:
An upgrade of the same version and bitness binary by the PSF Windows and Mac
installers is done, by default, in place, so your Python scripts should not
notice the difference, except for the bug fixes. At least on Windows,
downgrading requires uninstall
Change by Terry J. Reedy :
--
pull_requests: +9226
stage: resolved -> patch review
___
Python tracker
<https://bugs.python.org/issue33656>
___
___
Python-
Terry J. Reedy added the comment:
There is still no rush as guarding the ctypes import on Windows builds that can
run IDLE may never be needed. But I grepped the stdlib .py code and uuid is
the only .py module that imports ctypes, and all are directly or indirectly
guarded in the code or
Terry J. Reedy added the comment:
New changeset d274afb5e579a5d9d990f68f9af856cf4c918779 by Terry Jan Reedy in
branch 'master':
bpo-33656: Move pyshell ctypes import inside try block. (GH-9858)
https://github.com/python/cpython/commit/d274afb5e579a5d9d990f68f9af856
Change by Terry J. Reedy :
--
stage: patch review -> resolved
status: open -> closed
___
Python tracker
<https://bugs.python.org/issue33656>
___
___
Pyth
Terry J. Reedy added the comment:
It is not clear what you did differently to get a different result. I changed
the title since it seems that idlelib code is not the direct problem.
--
title: [2.7] test_idle fails with: /usr/bin/xvfb-run: line 181: 3617
Segmentation fault -> [
Terry J. Reedy added the comment:
Thank you for the update. I think any problems with the current HP/UX compiler
are best reported on a new issue.
--
resolution: -> out of date
stage: -> resolved
status: open -> closed
___
Pytho
Terry J. Reedy added the comment:
In spite of what is said above, PR 9708 was merged before the auto-backport.
--
nosy: +terry.reedy
___
Python tracker
<https://bugs.python.org/issue34
Terry J. Reedy added the comment:
This appears to be an incomplete breadth-first search program. (Incomplete:
the visited list, for instance, is initialized and appended, but never used.)
checkvisit consists of multiple references to the path list. Each time path is
appended, it is then
Change by Terry J. Reedy :
--
type: behavior -> enhancement
versions: +Python 3.8 -Python 3.5
___
Python tracker
<https://bugs.python.org/issue35019>
___
_
Change by Terry J. Reedy :
--
title: Minor Bug found in asyncio - Python 3.5.3 -> Allow
ipaddres.IPv4/v6Address in asyncio.create_server
___
Python tracker
<https://bugs.python.org/issu
Terry J. Reedy added the comment:
New changeset 18c44cc0c13eed792e286ddc1d331951e723aeb9 by Terry Jan Reedy
(Cheryl Sabella) in branch '2.7':
[2.7] bpo-31500: IDLE: Scale default fonts on HiDPI displays. (GH-3639)
(GH-6585)
https://github.com/python/cpyt
Change by Terry J. Reedy :
--
pull_requests: +9352
___
Python tracker
<https://bugs.python.org/issue31500>
___
___
Python-bugs-list mailing list
Unsubscribe:
Terry J. Reedy added the comment:
New changeset f125d788ff71095390a9e190da6722eb00166cd4 by Terry Jan Reedy in
branch '2.7':
bpo-31500: Default fonts now are scaled on HiDPI displays. (#10015)
https://github.com/python/cpython/commit/f125d788ff71095390a9e190da6722
Change by Terry J. Reedy :
--
resolution: -> fixed
stage: patch review -> resolved
status: open -> closed
___
Python tracker
<https://bugs.python.or
Terry J. Reedy added the comment:
My understanding of the current code is that in the example above, f.__name__
would be "".
1. I believe this would make the representation
< at 0x>
unless functions gain a custom __repr__ method that strips the brackets off the
n
Terry J. Reedy added the comment:
#33766 was about documenting the C tokenizer change, some years ago, that made
end-of-file EOF and end-of-string EOS generate the NEWLINE token required to
properly terminate statements. "The end of input also serves
as an implicit terminator for the
Change by Terry J. Reedy :
--
pull_requests: -9424
___
Python tracker
<https://bugs.python.org/issue33899>
___
___
Python-bugs-list mailing list
Unsubscribe:
Change by Terry J. Reedy :
--
nosy: +r.david.murray
___
Python tracker
<https://bugs.python.org/issue35035>
___
___
Python-bugs-list mailing list
Unsubscribe:
Terry J. Reedy added the comment:
Michael Saah, when you reply by email, *please* delete the quoted post you are
replying to (except possibly for a relevant line or two.). The quotation
duplicates what is already on the web page and makes it harder to scroll
through posts on the web page
Change by Terry J. Reedy :
--
resolution: -> duplicate
stage: -> resolved
status: open -> closed
superseder: -> test_min_max_version (test.test_ssl.ContextTests) fails on
Fedora 29+ and openssl 1.1.1
___
Python tracker
<https://
Terry J. Reedy added the comment:
I closed #35076 as a duplicate of this. The distribution was not specified.
The version is 3.7.1 plus additional patches. A build log is attached.
--
nosy: +terry.reedy
___
Python tracker
<ht
Change by Terry J. Reedy :
--
nosy: +jean-michel
___
Python tracker
<https://bugs.python.org/issue35045>
___
___
Python-bugs-list mailing list
Unsubscribe:
Terry J. Reedy added the comment:
I have a mixed opinion of this. On the one hand, 'string index', taken out of
context, *is* ambiguous. (In the context of the TypeError message, it took me
a minute to see the string-index interpretation.) On the other hand, dicts do
not ha
Terry J. Reedy added the comment:
I checked a bit. All the 'index' entries in the index are about sequences.
However, https://docs.python.org/3/reference/datamodel.html has this abstract
(non-Python) description:
"Mappings
These represent finite sets of objects index
Terry J. Reedy added the comment:
We can assume that "substring 'CA'" was meant to be "substring 'AC'", but as
explained, missing 'AC' is not a bug. (Tim wrote the module.)
I read the doc, and 'non-overlapping' is implied in the Seq
Terry J. Reedy added the comment:
Aside from the effort of making a change correct and consistent across our
code, error message changes often breaks user code and tests that depend on the
current wording. So there must be sufficient benefit to overcome the cost.
(The user breakage cost
Change by Terry J. Reedy :
--
keywords: +patch
pull_requests: +9471
stage: needs patch -> patch review
___
Python tracker
<https://bugs.python.org/issu
Terry J. Reedy added the comment:
Tim, I share your concern about bloating docs, but think this one word
worthwhile. I suspect that people are conditioned to accept 'non-overlapping'
because that is ofter (usually?) the default for linear searches and regex
matching.
--
Terry J. Reedy added the comment:
New changeset d9bff4e81b8ca36fe6c4e90c0b9cf02bc020e713 by Terry Jan Reedy in
branch 'master':
bpo-35079: Revise difflib.SequenceManager.get_matching_blocks doc (GH-10144)
https://github.com/python/cpython/commit/d9bff4e81b8ca36fe6c4e90c0b9cf0
Change by Terry J. Reedy :
--
resolution: -> fixed
stage: patch review -> resolved
status: open -> closed
___
Python tracker
<https://bugs.python.or
Terry J. Reedy added the comment:
Serhiy, if you now think that we should try to fix _tkinter to actually support
non-thread tcl builds, please review the two PRs on this issue.
--
___
Python tracker
<https://bugs.python.org/issue33
Change by Terry J. Reedy :
--
pull_requests: +9480
___
Python tracker
<https://bugs.python.org/issue33257>
___
___
Python-bugs-list mailing list
Unsubscribe:
New submission from Terry J. Reedy :
https://docs.python.org/3.6/library/idle.html starts with '25.5 IDLE'.
https://docs.python.org/3.7/library/idle.html starts with 'IDLE'.
The chapter and sections numbers are gone.
The current idlelib/help.html was copied (and strippe
Change by Terry J. Reedy :
--
keywords: +patch
pull_requests: +9485
stage: needs patch -> patch review
___
Python tracker
<https://bugs.python.org/issu
New submission from Terry J. Reedy :
The current docstring still refers to hg and forward merging.
--
assignee: terry.reedy
components: IDLE
messages: 328671
nosy: terry.reedy
priority: normal
severity: normal
stage: needs patch
status: open
title: Update idlelib.help.copy_string
Change by Terry J. Reedy :
--
keywords: +patch
pull_requests: +9487
stage: needs patch -> patch review
___
Python tracker
<https://bugs.python.org/issu
Terry J. Reedy added the comment:
New changeset db40cb50eb823b8ef9040b1c9bf31a7475d94d39 by Terry Jan Reedy in
branch 'master':
bpo-35087: Update idlelib help files for the current doc build. (GH-10162)
https://github.com/python/cpython/commit/db40cb50eb823b8ef9040b1c9bf31a
Terry J. Reedy added the comment:
New changeset 2b555fc1f07bee8b066a6d7da727e516f37e8e34 by Terry Jan Reedy in
branch 'master':
bpo-35088: Update idlelib.help.copy_string docstring (#10164)
https://github.com/python/cpython/commit/2b555fc1f07bee8b066a6d7da727e5
Change by Terry J. Reedy :
--
resolution: -> fixed
stage: patch review -> resolved
status: open -> closed
___
Python tracker
<https://bugs.python.or
Change by Terry J. Reedy :
--
resolution: -> fixed
stage: patch review -> resolved
status: open -> closed
___
Python tracker
<https://bugs.python.or
Change by Terry J. Reedy :
--
pull_requests: +9493
___
Python tracker
<https://bugs.python.org/issue1529353>
___
___
Python-bugs-list mailing list
Unsubscribe:
Terry J. Reedy added the comment:
New changeset 68d6dc0770288075504635a8e42696070823fd69 by Terry Jan Reedy in
branch 'master':
bpo-1529353: Explain Shell text squeezing in the IDLE doc. (#10169)
https://github.com/python/cpython/commit/68d6dc0770288075504635a8e42696
New submission from Terry J. Reedy :
Implement issue 33396 item 6: document the IDLE Doc viewer.
--
assignee: docs@python
components: Documentation, IDLE
messages: 328725
nosy: docs@python, terry.reedy
priority: normal
severity: normal
stage: needs patch
status: open
title: IDLE
Change by Terry J. Reedy :
--
assignee: docs@python -> terry.reedy
components: -Documentation
___
Python tracker
<https://bugs.python.org/issue35093>
___
_
Change by Terry J. Reedy :
--
keywords: +patch
pull_requests: +9513
stage: needs patch -> patch review
___
Python tracker
<https://bugs.python.org/issu
Terry J. Reedy added the comment:
#35063 implements item 6, (initially) doc the help viewer. When we improve the
help viewer, we should revise the doc at the same time.
--
dependencies: +Checking for abstractmethod implementation fails to consider MRO
for builtins
Change by Terry J. Reedy :
--
Removed message: https://bugs.python.org/msg328739
___
Python tracker
<https://bugs.python.org/issue33396>
___
___
Python-bug
Terry J. Reedy added the comment:
#35093 implements item 6, (initially) doc the help viewer. When we improve the
help viewer, we should revise the doc at the same time.
(I unlinked comment with wrong issue number.)
--
___
Python tracker
<ht
Change by Terry J. Reedy :
--
dependencies: +IDLE: document the help document viewer -Checking for
abstractmethod implementation fails to consider MRO for builtins
___
Python tracker
<https://bugs.python.org/issue33
Terry J. Reedy added the comment:
The OP for #35076 emailed me that the distribution is obarun, based on
ArchLinux. with LibreSSL not officialy supported, but for the moment a personal
work.
--
___
Python tracker
<https://bugs.python.
Change by Terry J. Reedy :
--
resolution: -> fixed
stage: patch review -> resolved
status: open -> closed
___
Python tracker
<https://bugs.python.or
Terry J. Reedy added the comment:
I should have said what mismatch there might be. It appears that further
editing of idle.rst depends on checking whether there are errors in
pyshell.usage_msg, which should be fixed first.
--
versions: +Python 3.7, Python 3.8 -Python 2.7, Python
7801 - 7900 of 13135 matches
Mail list logo