Changes by Terry J. Reedy :
--
assignee: -> terry.reedy
components: +IDLE
___
Python tracker
<http://bugs.python.org/issue30666>
___
___
Python-bugs-list mai
New submission from Terry J. Reedy:
The current subsection omits Expand Word and seems not as clear as it could be.
Completions rely on source information. Three possible sources are the text,
Shell globals, and filesystem. Open latter two by tab, shortcut, or (in
special circumstance
Changes by Terry J. Reedy :
--
pull_requests: +2242
___
Python tracker
<http://bugs.python.org/issue15786>
___
___
Python-bugs-list mailing list
Unsubscribe:
Terry J. Reedy added the comment:
#30632 (and #30348) partly address 1., so transferring it there, and keeping
this for autocomplete_w.
--
title: IDLE: add tests for auto-completions -> IDLE: add tests for autocomplete
window.
___
Python trac
Terry J. Reedy added the comment:
Ping. Please answer question about two PRs.
For #30666, I wrote
1. Test_autocomplete.AutoCompleteTest has a test_method for each method of
autocomplete.AutoComplete. The last 5 test methods are empty ('pass'). Finish
them. A couple of the method
Terry J. Reedy added the comment:
New changeset 32fd874afe55e396e3c9a5af35e7bb3d8e0b8f02 by terryjreedy in branch
'master':
bpo-15786: Fix IDLE autocomplete return problem. (#2198)
https://github.com/python/cpython/commit/32fd874afe55e396e3c9a5af35e7bb
Changes by Terry J. Reedy :
--
pull_requests: +2243
___
Python tracker
<http://bugs.python.org/issue15786>
___
___
Python-bugs-list mailing list
Unsubscribe:
Terry J. Reedy added the comment:
New changeset 6628006941f4382813a9af4628894c99bb333b8f by terryjreedy in branch
'3.6':
[3.6]bpo-15786: Fix IDLE autocomplete return problem. (#2198) (#2199)
https://github.com/python/cpython/commit/6628006941f4382813a9af4628894c
Terry J. Reedy added the comment:
With the severe click bug apparently fixed, I focused on Suddha Sourav last
sentence "In addition, pressing enter does not autocomplete but execute what
was meant to be selected." In current freshly started IDLE, for example
>>> re.c<
Terry J. Reedy added the comment:
#30666 Add completion tests
#30667 Revise completion doc
#15786 and additional discussion of completion behavior
Tab in opened box should and usually completes, but sometimes not. I don't
have a consistent example.
--
nosy: -pytho
Terry J. Reedy added the comment:
#30632 autocomplete tests
#30666 autocomplete_w tests
--
dependencies: +IDLE: add tests for autocomplete window., IDLE: add unittests to
test_autocomplete, IDLE: revise doc subsections 'Completions' -IDLE code
completion window can hang or
Changes by Terry J. Reedy :
--
title: IDLE: Add test_autocoplete unittest -> IDLE: Add test_autocomplete
unittest
___
Python tracker
<http://bugs.python.org/issu
Terry J. Reedy added the comment:
<> is a predefined virtual event.
https://www.tcl.tk/man/tcl8.6/TkCmd/event.htm
I can't find <> listed there. I don't remember if I actually saw it
before mentioning it. While I like mimicking smart_indent, I don't know if we
Changes by Terry J. Reedy :
--
resolution: -> fixed
stage: needs patch -> resolved
status: open -> closed
___
Python tracker
<http://bugs.python.or
New submission from Terry J. Reedy:
On PR 2213, Cheryl said "One other question -- when I run this, the dialog box
always opens way on the bottom of my screen. Has anyone requested a change to
this before? Or would it be worth mentioning on idle-dev?" Louie sees top left
on Mac,
Changes by Terry J. Reedy :
--
stage: -> commit review
versions: +Python 3.6
___
Python tracker
<http://bugs.python.org/issue30674>
___
___
Python-bugs-lis
Terry J. Reedy added the comment:
Before the patch, eval("f'\\\n'") gives me the same assertion failure, with an
IDLE freeze instead of core dump equivalent, but is seems that the string
should be of length 2.
>>> len('\\\n')
2
>>> len
Terry J. Reedy added the comment:
Are you two using different Linux distributions with different graphics
managers? Could tk act different on different distributions?
--
___
Python tracker
<http://bugs.python.org/issue30
Changes by Terry J. Reedy :
--
assignee: -> terry.reedy
stage: -> test needed
title: Idle Help dialogs shouldn't be modal -> Redesign Help => About IDLE,
make it non-modal
versions: +Python 3.7 -Python 2.7, Python 3.5
___
Pyth
Terry J. Reedy added the comment:
Since all three search boxes call the same open, they use the same hidden
placement algorithm. On Windows, the last position when closed is re-used for
the next open for the duration of the IDLE session. When IDLE is closed and
reopened, the initial
Terry J. Reedy added the comment:
New changeset 3358d589fb51372a56ddcfffa277855e5661c4c0 by terryjreedy (Motoki
Naruse) in branch 'master':
bpo-30629: Remove second call of str.lower() in html.parser.parse_endtag.
(#2099)
https://github.com/python/cpyt
Terry J. Reedy added the comment:
This appears to be your first CPython contribution. Welcome. We hope it is
not the last. If you prepare a PR to add yourself to Misc/ACKS, in appropriate
alphabetical position, I will merge it. Just suggest me as a reviewer.
--
resolution
Terry J. Reedy added the comment:
Unless you are experimenting, you only need 3.6.1. 3.0 is deprecated in the
sense that it was not meant for production use.
This tracker is for developing the next releases of CPython. If you have any
more questions, try python-list.
--
nosy
Terry J. Reedy added the comment:
Python grammar is constrained to be, I believe, LL(1). Whatever the constraint
is, there are a few syntax rules that either cannot be written or would be
difficult to write within the constraint. So they are checked during
compilation. Can you suggest a
Changes by Terry J. Reedy :
--
title: IDLE: revise doc subsections 'Completions' -> IDLE: revise doc
subsection 'Completions'
___
Python tracker
<http://
Changes by Terry J. Reedy :
--
resolution: -> later
stage: -> resolved
status: open -> closed
___
Python tracker
<http://bugs.python.org/issue30670>
___
___
Changes by Terry J. Reedy :
--
resolution: -> works for me
stage: -> resolved
status: pending -> closed
___
Python tracker
<http://bugs.python.or
Terry J. Reedy added the comment:
(In 3.6, TreeWidget.py became tree.py.)
Even though IDLE trees now appear to work correctly, including on Ubuntu, I am
concerned about possible memory leaks, which are usually detected by repeatedly
running a module's test file. Test_tree does not lea
Terry J. Reedy added the comment:
test_distutils now passes on 3.6, so this is out-of-date for 3.x.
On installed 2.7.13 (released Dec 2016)
ERROR: test_get_outputs (distutils.tests.test_build_ext.BuildExtTestCase)
FAIL: test_customize_compiler_before_get_config_vars
Changes by Terry J. Reedy :
--
nosy: -terry.reedy
___
Python tracker
<http://bugs.python.org/issue13601>
___
___
Python-bugs-list mailing list
Unsubscribe:
Changes by Terry J. Reedy :
--
resolution: -> out of date
stage: needs patch -> resolved
status: open -> closed
___
Python tracker
<http://bugs.python.or
Terry J. Reedy added the comment:
Has this been superseded by core_workflow issues?
--
___
Python tracker
<http://bugs.python.org/issue18967>
___
___
Python-bug
Terry J. Reedy added the comment:
Any review of the revised patch?
--
___
Python tracker
<http://bugs.python.org/issue19956>
___
___
Python-bugs-list mailin
Changes by Terry J. Reedy :
--
resolution: -> rejected
stage: needs patch -> resolved
status: open -> closed
___
Python tracker
<http://bugs.python.or
Terry J. Reedy added the comment:
Closing, as suggested above.
--
resolution: -> out of date
stage: needs patch -> resolved
status: open -> closed
___
Python tracker
<http://bugs.python.or
Changes by Terry J. Reedy :
--
resolution: -> not a bug
stage: -> resolved
___
Python tracker
<http://bugs.python.org/issue25918>
___
___
Python-bugs-list
Terry J. Reedy added the comment:
Eryk, does your last comment suggest that we close this?
--
___
Python tracker
<http://bugs.python.org/issue29366>
___
___
Pytho
Terry J. Reedy added the comment:
As suggested, and with no further response, closing.
--
resolution: -> not a bug
stage: -> resolved
status: open -> closed
___
Python tracker
<http://bugs.python.or
Changes by Terry J. Reedy :
--
components: +IDLE
___
Python tracker
<http://bugs.python.org/issue27609>
___
___
Python-bugs-list mailing list
Unsubscribe:
Changes by Terry J. Reedy :
--
components: +IDLE
___
Python tracker
<http://bugs.python.org/issue30422>
___
___
Python-bugs-list mailing list
Unsubscribe:
Changes by Terry J. Reedy :
--
components: +IDLE
___
Python tracker
<http://bugs.python.org/issue26143>
___
___
Python-bugs-list mailing list
Unsubscribe:
Terry J. Reedy added the comment:
#25488 and #26143 address related issues of sys.path as seen by IDLE and user
code. #26143 focuses on what IDLE sees, and user modules shadowing IDLE
modules, #25488 focuses on what user code sees, and the presence of idlelib in
sys.path making buggy code
Terry J. Reedy added the comment:
#25488 and #26143 address related issues of sys.path as seen by IDLE and user
code. #26143 focuses on what IDLE sees, and user modules shadowing IDLE
modules, #25488 focuses on what user code sees, and the presence of idlelib in
sys.path making buggy code
Changes by Terry J. Reedy :
--
components: +IDLE
___
Python tracker
<http://bugs.python.org/issue28572>
___
___
Python-bugs-list mailing list
Unsubscribe:
Changes by Terry J. Reedy :
--
components: +IDLE
___
Python tracker
<http://bugs.python.org/issue27477>
___
___
Python-bugs-list mailing list
Unsubscribe:
Changes by Terry J. Reedy :
--
components: +IDLE
___
Python tracker
<http://bugs.python.org/issue27465>
___
___
Python-bugs-list mailing list
Unsubscribe:
Changes by Terry J. Reedy :
--
components: +IDLE
___
Python tracker
<http://bugs.python.org/issue27452>
___
___
Python-bugs-list mailing list
Unsubscribe:
Changes by Terry J. Reedy :
--
components: +IDLE
___
Python tracker
<http://bugs.python.org/issue27388>
___
___
Python-bugs-list mailing list
Unsubscribe:
Changes by Terry J. Reedy :
--
components: +IDLE
___
Python tracker
<http://bugs.python.org/issue27099>
___
___
Python-bugs-list mailing list
Unsubscribe:
Changes by Terry J. Reedy :
--
assignee: -> terry.reedy
components: +IDLE
___
Python tracker
<http://bugs.python.org/issue22893>
___
___
Python-bugs-list mai
Changes by Terry J. Reedy :
--
assignee: -> terry.reedy
components: +IDLE
___
Python tracker
<http://bugs.python.org/issue26353>
___
___
Python-bugs-list mai
Changes by Terry J. Reedy :
--
assignee: -> terry.reedy
components: +IDLE -Library (Lib)
versions: +Python 3.6, Python 3.7 -Python 2.7, Python 3.4, Python 3.5
___
Python tracker
<http://bugs.python.org/issu
Changes by Terry J. Reedy :
--
assignee: -> terry.reedy
components: +IDLE
versions: +Python 3.7 -Python 2.7, Python 3.4, Python 3.5
___
Python tracker
<http://bugs.python.org/issu
Changes by Terry J. Reedy :
--
components: +IDLE
___
Python tracker
<http://bugs.python.org/issue25244>
___
___
Python-bugs-list mailing list
Unsubscribe:
Changes by Terry J. Reedy :
--
components: +IDLE
___
Python tracker
<http://bugs.python.org/issue25198>
___
___
Python-bugs-list mailing list
Unsubscribe:
Changes by Terry J. Reedy :
--
components: +IDLE
___
Python tracker
<http://bugs.python.org/issue25219>
___
___
Python-bugs-list mailing list
Unsubscribe:
Changes by Terry J. Reedy :
--
components: +Build, IDLE
___
Python tracker
<http://bugs.python.org/issue25218>
___
___
Python-bugs-list mailing list
Unsubscribe:
Terry J. Reedy added the comment:
You were waiting on my review of the revised patch.
1. Remove the help_about changes. Reworking help_about is #24813. I just
reviewed Mark Roseman's patch. I do not want the button frames because I would
like to get rid of the buttons. Besides th
Changes by Terry J. Reedy :
--
assignee: -> terry.reedy
components: +IDLE
___
Python tracker
<http://bugs.python.org/issue21674>
___
___
Python-bugs-list mai
Changes by Terry J. Reedy :
--
assignee: -> terry.reedy
components: +IDLE
___
Python tracker
<http://bugs.python.org/issue18318>
___
___
Python-bugs-list mai
Terry J. Reedy added the comment:
For IDLE development, I would love to have idlelib and idlelib.idle_test on the
open line. Perhaps this should be user configurable: Favorite directories for
opening files.
--
___
Python tracker
<h
Changes by Terry J. Reedy :
--
assignee: -> terry.reedy
components: +IDLE
versions: +Python 3.6, Python 3.7 -Python 2.7, Python 3.3, Python 3.4
___
Python tracker
<http://bugs.python.org/issu
Changes by Terry J. Reedy :
--
assignee: -> terry.reedy
stage: -> test needed
versions: +Python 3.7 -Python 2.7, Python 3.5
___
Python tracker
<http://bugs.python.org/i
Terry J. Reedy added the comment:
I am closing this instead of #18444 because the latter has more extensive
discussion.
--
resolution: -> duplicate
stage: -> resolved
status: open -> closed
superseder: -> IDLE: Mac OS X pressing ctrl-A in Python shell moved cursor
befor
Changes by Terry J. Reedy :
--
versions: +Python 3.6, Python 3.7 -Python 2.7, Python 3.4
___
Python tracker
<http://bugs.python.org/issue18444>
___
___
Python-bug
Terry J. Reedy added the comment:
I closed #17060 as a duplicate of this. Roger Serwy there said
"The .home_callback() in Lib/idlelib/EditorWindow.py contains the logic from
#3851 for placing the cursor at the beginning of the prompt, but it requires
that a key combination be bound t
Changes by Terry J. Reedy :
--
assignee: -> terry.reedy
components: +IDLE
stage: -> test needed
versions: +Python 3.6, Python 3.7 -Python 2.7, Python 3.3, Python 3.4
___
Python tracker
<http://bugs.python.org/i
Changes by Terry J. Reedy :
--
assignee: -> terry.reedy
stage: -> test needed
versions: +Python 3.7 -Python 2.7, Python 3.4, Python 3.5
___
Python tracker
<http://bugs.python.org/i
Changes by Terry J. Reedy :
--
assignee: -> terry.reedy
stage: -> test needed
versions: +Python 3.7 -Python 2.7, Python 3.4, Python 3.5
___
Python tracker
<http://bugs.python.org/i
Changes by Terry J. Reedy :
--
assignee: -> terry.reedy
components: +IDLE
versions: +Python 3.7 -Python 2.7, Python 3.4, Python 3.5
___
Python tracker
<http://bugs.python.org/issu
Changes by Terry J. Reedy :
--
assignee: -> terry.reedy
components: +IDLE
stage: -> test needed
versions: +Python 3.7 -Python 2.7, Python 3.4, Python 3.5
___
Python tracker
<http://bugs.python.org/i
Terry J. Reedy added the comment:
I believe an Entry validator can reject all keystrokes.
It seem feasible that globals could be changed. I could look at what pdb can
do and if so, how.
--
___
Python tracker
<http://bugs.python.org/issue24
Terry J. Reedy added the comment:
The Runtime error is what current py 3 raises. TypeError is what 2.7.13
raises. Since the only problem is for someone who read the doc running 'raise'
in IDLE 2.7 in -n mode, closing.
--
assignee: -> terry.reedy
components: +ID
Terry J. Reedy added the comment:
I am no longer patching IDLE for 2.7.
--
assignee: -> terry.reedy
components: +IDLE
resolution: -> wont fix
stage: needs patch -> resolved
status: open -> closed
___
Python tracker
<http://
Changes by Terry J. Reedy :
--
assignee: -> terry.reedy
components: +IDLE
versions: +Python 3.6, Python 3.7 -Python 2.7, Python 3.4, Python 3.5
___
Python tracker
<http://bugs.python.org/issu
Terry J. Reedy added the comment:
No followup, no issue. If IDLE did not run but python did, the next thing to
have tried would have been
.../python3.4 -c "import tkinter; tkinter.Tk()"
--
nosy: +terry.reedy
resolution: -> out of date
stage: -> resolved
status
Terry J. Reedy added the comment:
I am not sure where installed scripts are documented in Using Python. 'idle'
and 'idle3' are not installed on Windows.
--
title: Setup & Usage documentation for pydoc, idle & 2to3 -> Setup & Usage
documentati
Terry J. Reedy added the comment:
Cheryl, what do you think of the revised patch? I imagine it needs some
updating for *nix, but does it seem useful to a beginner?
--
nosy: +csabella
versions: +Python 3.6, Python 3.7 -Python 2.7, Python 3.3, Python 3.4
Terry J. Reedy added the comment:
I wanted this for the same reason you backported test.__main__ in #30223, but
I'm not going to fix the problems.
--
___
Python tracker
<http://bugs.python.org/is
Changes by Terry J. Reedy :
--
assignee: -> terry.reedy
components: +IDLE
versions: +Python 3.6, Python 3.7 -Python 2.7, Python 3.4, Python 3.5
___
Python tracker
<http://bugs.python.org/issu
Changes by Terry J. Reedy :
--
components: +IDLE
versions: +Python 3.6, Python 3.7 -Python 2.7, Python 3.4, Python 3.5
___
Python tracker
<http://bugs.python.org/issue22
Terry J. Reedy added the comment:
To minimize news merge headaches, I have been pushing news items separately
from IDLE patches, usually in batches of at least two. It has not been too
much bother to copy from NEWS.txt to NEWS.
If and when news handling is automated, I will request that
Changes by Terry J. Reedy :
--
assignee: -> terry.reedy
components: +IDLE
versions: +Python 3.6, Python 3.7 -Python 3.4, Python 3.5
___
Python tracker
<http://bugs.python.org/issu
Changes by Terry J. Reedy :
--
components: +IDLE
versions: +Python 3.6, Python 3.7 -Python 2.7, Python 3.4, Python 3.5
___
Python tracker
<http://bugs.python.org/issue21
Changes by Terry J. Reedy :
--
components: +IDLE
versions: +Python 3.6, Python 3.7 -Python 2.7, Python 3.4, Python 3.5
___
Python tracker
<http://bugs.python.org/issue21
Changes by Terry J. Reedy :
--
components: +IDLE
versions: +Python 3.6, Python 3.7 -Python 2.7, Python 3.4, Python 3.5
___
Python tracker
<http://bugs.python.org/issue21
Terry J. Reedy added the comment:
Help.txt has been replaced by help.html, generated from idle.html, generated
from idle.rst, which is so far kept in sync for current maintenance and feature
versions. Readme.txt has been replaced and is in sync for 3.6 and 7. The 3.6
and 3.7 code have one
Changes by Terry J. Reedy :
--
components: +IDLE
versions: +Python 3.6, Python 3.7 -Python 2.7, Python 3.3, Python 3.4
___
Python tracker
<http://bugs.python.org/issue18
Changes by Terry J. Reedy :
--
title: IDLE:Improvements- Improving Mock_Text -> IDLE: Improve Mock_Text
___
Python tracker
<http://bugs.python.org/issu
Changes by Terry J. Reedy :
--
assignee: -> terry.reedy
components: +IDLE
versions: +Python 3.6, Python 3.7 -Python 3.4, Python 3.5
___
Python tracker
<http://bugs.python.org/issu
Changes by Terry J. Reedy :
--
assignee: -> terry.reedy
components: +IDLE
versions: +Python 3.6, Python 3.7 -Python 3.4, Python 3.5
___
Python tracker
<http://bugs.python.org/issu
Changes by Terry J. Reedy :
--
components: +IDLE
nosy: +terry.reedy
stage: -> test needed
versions: +Python 3.6, Python 3.7 -Python 2.7, Python 3.4, Python 3.5
___
Python tracker
<http://bugs.python.org/issu
Terry J. Reedy added the comment:
Help has been restored, but perhaps not with this patch. Before closing, I
should check if there is anything I want to use.
--
assignee: -> terry.reedy
components: +IDLE
versions: +Python 3.6, Python 3.7 -Python 2.7, Python 3.3, Python
Changes by Terry J. Reedy :
--
components: +IDLE
versions: +Python 3.6 -Python 2.7, Python 3.3, Python 3.4
___
Python tracker
<http://bugs.python.org/issue18
Changes by Terry J. Reedy :
--
versions: +Python 3.7
___
Python tracker
<http://bugs.python.org/issue18583>
___
___
Python-bugs-list mailing list
Unsubscribe:
Terry J. Reedy added the comment:
I am no longer patching IDLE for 2.7, partly because of the testing issue.
--
resolution: -> out of date
stage: needs patch -> resolved
status: open -> closed
___
Python tracker
<http://bugs.python.or
Changes by Terry J. Reedy :
--
resolution: -> out of date
stage: needs patch -> resolved
status: open -> closed
___
Python tracker
<http://bugs.python.or
Terry J. Reedy added the comment:
Thanks. This is helpful and got me started thinking.
I don't want to duplicate the reference doc too much, but a reference is just
that, a reference. The menu items are discussed in the order they appear, not
the order a beginner might use the most c
Terry J. Reedy added the comment:
New changeset 5cc7ac24da10568d2a910a91a24183b904118cf8 by terryjreedy (Motoki
Naruse) in branch 'master':
bpo-30629: Add Motoki Naruse to Misc/ACKS (#2284)
https://github.com/python/cpython/commit/5cc7ac24da10568d2a910a91a24183
Terry J. Reedy added the comment:
What persuaded me to make the offer was your extra effort to include the link
to the specific line and the minimal quote needed to explain. The link made it
trivial to look at the context of the change.
--
assignee: -> terry.reedy
status: o
4901 - 5000 of 13135 matches
Mail list logo