Terry J. Reedy added the comment:
#35764 is about revising the calltip doc, including adding something about '/'
in signatures.
--
___
Python tracker
<https://bugs.python.o
Terry J. Reedy added the comment:
The standard calltip box is two lines: signature and docstring header. In most
cases, such as int, iter, and min, the effect of this patch is to get both
lines of a docstring signature, so the result is not abnormally big. And I
agree with Serhiy that
Terry J. Reedy added the comment:
Postscript: this test that the retrieved text has at least two lines caught a
bug in the new Windows Store python distribution.
self.assertEqual(printer._Printer__lines[1],
dialog._current_textview.textView.get('2.0',
Terry J. Reedy added the comment:
I believe it was Louie Lu's idea, #30290, to check more than one line.
I am glad it helped.
--
___
Python tracker
<https://bugs.python.org/is
Change by Terry J. Reedy :
--
keywords: +patch
pull_requests: +11298
stage: needs patch -> patch review
___
Python tracker
<https://bugs.python.org/issu
Change by Terry J. Reedy :
--
keywords: +patch, patch
pull_requests: +11298, 11299
stage: needs patch -> patch review
___
Python tracker
<https://bugs.python.org/issu
Change by Terry J. Reedy :
--
keywords: +patch, patch, patch
pull_requests: +11298, 11299, 11300
stage: needs patch -> patch review
___
Python tracker
<https://bugs.python.org/issu
Terry J. Reedy added the comment:
If the obsolete text is not to revised, it should be removed, as Ned suggested.
I don't now think a replacement list is needed.
Serhiy, if you have any opinion either way, please say go.
--
stage: patch review -> needs patch
versions: +Py
Terry J. Reedy added the comment:
/go/so
--
___
Python tracker
<https://bugs.python.org/issue23156>
___
___
Python-bugs-list mailing list
Unsubscribe:
Change by Terry J. Reedy :
--
pull_requests: +11304
___
Python tracker
<https://bugs.python.org/issue34161>
___
___
Python-bugs-list mailing list
Unsubscribe:
Change by Terry J. Reedy :
--
pull_requests: +11307
___
Python tracker
<https://bugs.python.org/issue34162>
___
___
Python-bugs-list mailing list
Unsubscribe:
Change by Terry J. Reedy :
--
pull_requests: -11306
___
Python tracker
<https://bugs.python.org/issue34161>
___
___
Python-bugs-list mailing list
Unsubscribe:
Change by Terry J. Reedy :
--
pull_requests: +11304, 11305
___
Python tracker
<https://bugs.python.org/issue34161>
___
___
Python-bugs-list mailing list
Unsub
Change by Terry J. Reedy :
--
pull_requests: -11305
___
Python tracker
<https://bugs.python.org/issue34161>
___
___
Python-bugs-list mailing list
Unsubscribe:
Change by Terry J. Reedy :
--
pull_requests: +11304, 11305, 11306
___
Python tracker
<https://bugs.python.org/issue34161>
___
___
Python-bugs-list mailin
Change by Terry J. Reedy :
--
pull_requests: -11304
___
Python tracker
<https://bugs.python.org/issue34161>
___
___
Python-bugs-list mailing list
Unsubscribe:
Terry J. Reedy added the comment:
New changeset 56c16057c639acc2fb89c6b783425320f23a5f6c by Terry Jan Reedy in
branch 'master':
bpo-34161: Update idlelib/NEWS.txt to 2019 Jan 17 (GH-11597)
https://github.com/python/cpython/commit/56c16057c639acc2fb89c6b783425320f23a5f6c
-
Change by Terry J. Reedy :
--
pull_requests: -11310
___
Python tracker
<https://bugs.python.org/issue34161>
___
___
Python-bugs-list mailing list
Unsubscribe:
Change by Terry J. Reedy :
--
pull_requests: -11308
___
Python tracker
<https://bugs.python.org/issue34161>
___
___
Python-bugs-list mailing list
Unsubscribe:
Change by Terry J. Reedy :
--
pull_requests: -11309
___
Python tracker
<https://bugs.python.org/issue34161>
___
___
Python-bugs-list mailing list
Unsubscribe:
Terry J. Reedy added the comment:
New changeset 56c16057c639acc2fb89c6b783425320f23a5f6c by Terry Jan Reedy in
branch 'master':
bpo-34161: Update idlelib/NEWS.txt to 2019 Jan 17 (GH-11597)
https://github.com/python/cpython/commit/56c16057c639acc2fb89c6b7834253
Change by Terry J. Reedy :
--
Removed message: https://bugs.python.org/msg333912
___
Python tracker
<https://bugs.python.org/issue34161>
___
___
Python-bug
Terry J. Reedy added the comment:
Sorry for the noise. It seems like a bug to me that GitHub keeps a secret link
to the original title and uses it in the merge box.
--
___
Python tracker
<https://bugs.python.org/issue34
Terry J. Reedy added the comment:
New changeset cf27c06229eb4b8280bb5f2b93a57e33163411f4 by Terry Jan Reedy in
branch 'master':
bpo-23156: Remove obsolete tix install directions (GH-11595)
https://github.com/python/cpython/commit/cf27c06229eb4b8280bb5f2b93a57e
Change by Terry J. Reedy :
--
resolution: -> fixed
stage: patch review -> resolved
status: open -> closed
title: Update tix install information in tkinter tix chapter of doc -> Remove
tix install information in tkinter tix chapter of doc
versions:
Terry J. Reedy added the comment:
New changeset 59d7bdb3386ab78ccf6edbbeba9669124515c707 by Terry Jan Reedy (Miss
Islington (bot)) in branch '3.7':
bpo-34162: Update idlelib/NEWS.txt to 2019 Jan 17 (GH-11597) (GH-11598)
https://github.com/python/cpyt
Change by Terry J. Reedy :
--
pull_requests: -11274
___
Python tracker
<https://bugs.python.org/issue35730>
___
___
Python-bugs-list mailing list
Unsubscribe:
Change by Terry J. Reedy :
--
pull_requests: -11273
___
Python tracker
<https://bugs.python.org/issue35730>
___
___
Python-bugs-list mailing list
Unsubscribe:
Terry J. Reedy added the comment:
New changeset e55cf024cae203f63b4f78f1b21c1375fe424441 by Terry Jan Reedy (Tal
Einat) in branch 'master':
bpo-35730: IDLE - test squeezer reload() by checking load_font() (GH-11585)
https://github.com/python/cpyt
Terry J. Reedy added the comment:
Serhiy opened #31860 with a patch. So close this as duplicate.
--
resolution: -> duplicate
stage: test needed -> resolved
status: open -> closed
superseder: -> IDLE: Make font sample editable
___
Py
Terry J. Reedy added the comment:
Closing #31777 as duplicate of this.
--
___
Python tracker
<https://bugs.python.org/issue31860>
___
___
Python-bugs-list mailin
New submission from Terry J. Reedy :
The greatly expanded configdialog Font tab multi-alphabet sample reveals to
some degree how well tk fills in BMP Unicode characters on a particular
machine. It also lets users extend the sample.
The sample has 2 lines of 20 ascii characters each and
New submission from Terry J. Reedy :
Conform to PEP 8.
--
assignee: terry.reedy
components: IDLE
messages: 333943
nosy: terry.reedy
priority: normal
severity: normal
stage: commit review
status: open
title: IDLE: change new file name from ''Untitled" to "untitle
Terry J. Reedy added the comment:
Also check if the name is not an identifier and therefore could not be
imported. Example:
>>> exec('import abc--bb')
import abc--bb
^
SyntaxError: invalid syntax
--
___
Pyt
Change by Terry J. Reedy :
--
pull_requests: -11321
___
Python tracker
<https://bugs.python.org/issue35730>
___
___
Python-bugs-list mailing list
Unsubscribe:
Change by Terry J. Reedy :
--
pull_requests: -11322
___
Python tracker
<https://bugs.python.org/issue35730>
___
___
Python-bugs-list mailing list
Unsubscribe:
Change by Terry J. Reedy :
--
keywords: +patch, patch
pull_requests: +11323, 11324
stage: commit review -> patch review
___
Python tracker
<https://bugs.python.org/issu
Change by Terry J. Reedy :
--
keywords: +patch
pull_requests: +11323
stage: commit review -> patch review
___
Python tracker
<https://bugs.python.org/issu
Change by Terry J. Reedy :
--
pull_requests: -11324
___
Python tracker
<https://bugs.python.org/issue35769>
___
___
Python-bugs-list mailing list
Unsubscribe:
New submission from Terry J. Reedy :
In the buildbot testing for #35730, this test failed on X86 Windows 3.7 and
passed on retest. I did not check the green bots, so there could be other fail
and pass results.
==
FAIL
Terry J. Reedy added the comment:
I looked at the non-green results on the buildbot grid and found one IDLE
failure, which passed on retest. I opened #35771 for this.
--
resolution: -> fixed
stage: patch review -> resolved
status: open -&g
Terry J. Reedy added the comment:
New changeset a902239f22c322d8988c514dd1c724aade3e4ef3 by Terry Jan Reedy in
branch 'master':
bpo-35769: Change IDLE's name for new files from 'Untitled' to 'untitled'
(GH-11602)
https
Terry J. Reedy added the comment:
Thank you for the report. The error line "del mainmenu.menudefs[-2][1][0]"
follows this comment.
# Remove the 'Configure Idle' entry from the options menu, it is in the
# application menu as 'Preferences'
However, -2 is the
Terry J. Reedy added the comment:
Since it is my fix, I will write the PR. But first, please test part 2,
changing '0' to '0:1', just to make sure it works.
c1b added 'None,' (for separater bar) after the configdialog entry. When the
configdialog entry is re
Terry J. Reedy added the comment:
Cheryl, that sort of change needs an issue for discussion before going very
far. I am dubious that it will work (but you can try to show otherwise).
1. overrideRootMenu does an insertion that I don't think you can do with a dict.
mainmenu.menudefs
Change by Terry J. Reedy :
--
keywords: +patch
pull_requests: +11351
stage: needs patch -> patch review
___
Python tracker
<https://bugs.python.org/issu
Change by Terry J. Reedy :
--
keywords: +patch, patch
pull_requests: +11351, 11352
stage: needs patch -> patch review
___
Python tracker
<https://bugs.python.org/issu
Change by Terry J. Reedy :
--
keywords: +patch, patch, patch
pull_requests: +11351, 11352, 11353
stage: needs patch -> patch review
___
Python tracker
<https://bugs.python.org/issu
Terry J. Reedy added the comment:
New changeset 39ed289a3511d2e9bf0950a9d5dc53c8194f61b9 by Terry Jan Reedy in
branch 'master':
bpo-35770: IDLE macosx deletes Options => Configure IDLE. (GH-11614)
https://github.com/python/cpython/commit/39ed289a3511d2e9bf0950a9d5d
Change by Terry J. Reedy :
--
pull_requests: -11352
___
Python tracker
<https://bugs.python.org/issue35770>
___
___
Python-bugs-list mailing list
Unsubscribe:
Change by Terry J. Reedy :
--
pull_requests: -11353
___
Python tracker
<https://bugs.python.org/issue35770>
___
___
Python-bugs-list mailing list
Unsubscribe:
Change by Terry J. Reedy :
--
pull_requests: -11355
___
Python tracker
<https://bugs.python.org/issue35770>
___
___
Python-bugs-list mailing list
Unsubscribe:
Change by Terry J. Reedy :
--
pull_requests: -11356
___
Python tracker
<https://bugs.python.org/issue35770>
___
___
Python-bugs-list mailing list
Unsubscribe:
Change by Terry J. Reedy :
--
pull_requests: -11359
___
Python tracker
<https://bugs.python.org/issue35770>
___
___
Python-bugs-list mailing list
Unsubscribe:
Change by Terry J. Reedy :
--
pull_requests: -11358
___
Python tracker
<https://bugs.python.org/issue35770>
___
___
Python-bugs-list mailing list
Unsubscribe:
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 think 'toposort' is a good name for a function that implements 'topological
sorting'.
https://en.wikipedia.org/wiki/Topological_sorting
--
versions: +Python 3.8 -Python 3.4
___
Py
Change by Terry J. Reedy :
--
pull_requests: +11363
___
Python tracker
<https://bugs.python.org/issue35770>
___
___
Python-bugs-list mailing list
Unsubscribe:
Change by Terry J. Reedy :
--
pull_requests: +11363, 11364
___
Python tracker
<https://bugs.python.org/issue35770>
___
___
Python-bugs-list mailing list
Unsub
Change by Terry J. Reedy :
--
pull_requests: +11363, 11364, 11365
___
Python tracker
<https://bugs.python.org/issue35770>
___
___
Python-bugs-list mailin
Change by Terry J. Reedy :
--
pull_requests: -11365
___
Python tracker
<https://bugs.python.org/issue35770>
___
___
Python-bugs-list mailing list
Unsubscribe:
Change by Terry J. Reedy :
--
pull_requests: -11364
___
Python tracker
<https://bugs.python.org/issue35770>
___
___
Python-bugs-list mailing list
Unsubscribe:
Terry J. Reedy added the comment:
New changeset 2cf1ddaff4c869780d9e796b21ef3e506f8ad321 by Terry Jan Reedy in
branch 'master':
bpo-35770: Fix off-by-1 error. (#11618)
https://github.com/python/cpython/commit/2cf1ddaff4c869780d9e796b21ef3e
Terry J. Reedy added the comment:
No bug here. You can discuss possible change on python-ideas, but I strongly
suggest that you write your next wrapper and move on.
--
nosy: +terry.reedy
resolution: -> not a bug
stage: -> resolved
status: open -> closed
versions: +P
Change by Terry J. Reedy :
--
pull_requests: -11368
___
Python tracker
<https://bugs.python.org/issue35770>
___
___
Python-bugs-list mailing list
Unsubscribe:
Change by Terry J. Reedy :
--
pull_requests: -11367
___
Python tracker
<https://bugs.python.org/issue35770>
___
___
Python-bugs-list mailing list
Unsubscribe:
Terry J. Reedy added the comment:
Beginners import stdlib files such as random. And they save scripts with such
name, and accidentally import the script when not desired.
Beginners should learn how to test a script by running a test file provided by
an instructor or written themselves. In
Change by Terry J. Reedy :
--
versions: +Python 3.8 -Python 3.6
___
Python tracker
<https://bugs.python.org/issue24776>
___
___
Python-bugs-list mailin
Terry J. Reedy added the comment:
I now think that the proper widget for font resizing might be a ttk.Spinbox
(but see below). #33962 discusses issues around using this widget.
#33397 is about adding local font resizing with hot key or mousewheel to text
and help viewers via a new
Terry J. Reedy added the comment:
The configdialog font tab sample could also use font resizing. #24776.
--
versions: -Python 3.6
___
Python tracker
<https://bugs.python.org/issue33
Terry J. Reedy added the comment:
In the Debian screenshot with the traceback, you run interactive Python, not
IDLE, in the system terminal, with the command-line entry 'python'. Notice the
secondary ... prompt.
The bug in the code you entered is indicated by the error me
Terry J. Reedy added the comment:
In 3.7.2, the statement in a file results in the SyntaxError being printed in
Shell *before* the restart. It should be after, but before the code object is
sent to the restarted execution process.
--
___
Python
Terry J. Reedy added the comment:
I am not sure what you could do at the moment. We have not yet settled whether
this is a documentation or interpreter core issue.
I posted "Add more SyntaxWarnings?" to pydev to get more comments on Serhiy's
patch, especially for other
Terry J. Reedy added the comment:
We usually don't backport exception message changes, for the reason given,
unless the content is wrong or misleading. Unless Raymond says otherwise, I
think the backport should be closed as too trivial and this issue closed as
fixed.
--
Terry J. Reedy added the comment:
I verified that master on Windows (which requires " instead of ')
> python -c "if object() is 42: pass"
results in the doubled messsage, and that after applying PR 11639 and
recompiling, there is only 1 message.
We should test th
Terry J. Reedy added the comment:
I think this falls in the category of "don't do that", because Windows does not
support wide builds. If so, this issue should be closed as 'not a bug'. If
not, some Windows expert should enlighten me.
Terry J. Reedy added the comment:
Example code for the tracker should not use 3rd-party modules unless essential.
It should be reduced to the minimum testcase needed to show the behavior. In
this case, "print('a\b')", resulting, on Windows 10, in "a", is
Terry J. Reedy added the comment:
Martin, your suspicion is correct, as verified by selecting and copying the
string and pasting into code between quotes. I strongly suspect that tk just
sends the string as is to the OS graphics system insert text function, that the
latter decides what to
Terry J. Reedy added the comment:
A Branch Seidenman posted 'Retina Icons' on idle-dev. He posted a screenshot
similar to Kevin's. He says Apple recommends having all these sizes:
1024px × 1024px
512px × 512px
256px × 256px
128px × 128px
64px × 64px
32px × 32px
16px × 16p
New submission from Terry J. Reedy :
This issue continues #35196, which fixed some bugs (inconsistencies) in
auto-squeezing and sped the scan of output strings for possible auto-squeezing.
This issue has two parts:
1. Make unsqueezing faster and easier for the user. Details discussed below
Terry J. Reedy added the comment:
I think any further work on IDLE print speed should look at the entire path
from print('x') to 'x' appearing in IDLE's Shell. Where does the time go, what
might be sped up?
I no longer think auto-squeezing should consider more tha
Change by Terry J. Reedy :
--
nosy: -terry.reedy
___
Python tracker
<https://bugs.python.org/issue20767>
___
___
Python-bugs-list mailing list
Unsubscribe:
Change by Terry J. Reedy :
--
stage: -> needs patch
versions: -Python 3.4, Python 3.5, Python 3.6
___
Python tracker
<https://bugs.python.org/issu
Terry J. Reedy added the comment:
I think there is also a license problem. posixshmem.c contains "Copyright 2012
Philip Semanchuk, 2018-2019 Davin Potts"
Ronald commented "The only other files with a copyright attribute are parser,
optparse and platform. I'd prefer
Terry J. Reedy added the comment:
I would prefer that we be consistent. In any case, I think you should be added
to Misc/ACKS in the PR.
--
___
Python tracker
<https://bugs.python.org/issue35
Change by Terry J. Reedy :
--
nosy: +davin, pitrou
___
Python tracker
<https://bugs.python.org/issue35917>
___
___
Python-bugs-list mailing list
Unsubscribe:
Terry J. Reedy added the comment:
3.6 is also on security-fix-only status
--
versions: -Python 3.6
___
Python tracker
<https://bugs.python.org/issue12
Terry J. Reedy added the comment:
Enhancements only go into future versions.
This would have the same pluses and minuses as printing dicts in full. I don't
know the general feeling about expanding the classes printed out like this, or
whether Gerhard is still active. If you don&
Terry J. Reedy added the comment:
3.6 only gets security patches.
I cannot comment on relative imports as I never use them, but the absolute
imports should work and do for me. I just added to idlelib.idle_test a file
a.py containing 'from idlelib.idle_test import htest' and it
Terry J. Reedy added the comment:
When reporting problems, copy and paste into the report the complete exception
traceback and error message. For import problems, also copy and paste
sys.path. If you disagree that this should be closed, please do so
Change by Terry J. Reedy :
--
keywords: +patch
pull_requests: +11807
stage: needs patch -> patch review
___
Python tracker
<https://bugs.python.org/issu
Change by Terry J. Reedy :
--
keywords: +patch, patch
pull_requests: +11807, 11808
stage: needs patch -> patch review
___
Python tracker
<https://bugs.python.org/issu
Change by Terry J. Reedy :
--
keywords: +patch, patch, patch
pull_requests: +11807, 11808, 11809
stage: needs patch -> patch review
___
Python tracker
<https://bugs.python.org/issu
Terry J. Reedy added the comment:
New changeset 8a03ff2ff4db973c9fe152561f1796e72cb71132 by Terry Jan Reedy in
branch 'master':
bpo-35833: Revise IDLE doc for control codes sent to Shell. (GH-11799)
https://github.com/python/cpython/commit/8a03ff2ff4db973c9fe152561f1796
Change by Terry J. Reedy :
--
pull_requests: -11809
___
Python tracker
<https://bugs.python.org/issue35833>
___
___
Python-bugs-list mailing list
Unsubscribe:
Change by Terry J. Reedy :
--
pull_requests: -11811
___
Python tracker
<https://bugs.python.org/issue35833>
___
___
Python-bugs-list mailing list
Unsubscribe:
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: -11808
___
Python tracker
<https://bugs.python.org/issue35833>
___
___
Python-bugs-list mailing list
Unsubscribe:
Terry J. Reedy added the comment:
Given the absence of agreement among core-devs, a PR is a bit premature.
Looking again at the existing docstring, I think it must be revised before
copying and *not* copied as is.
0. The existing first sentence mislead me. The 'source or compiled
Terry J. Reedy added the comment:
Cheryl, you know rst better than me. Is there any markup to indicate that a
word is a placeholder, not meant to be taken literally? Or is Denton's
'' instead of 'placeholder' the best choice? See the PR and answer
there.
---
6101 - 6200 of 13135 matches
Mail list logo