[issue33000] IDLE Doc: Text consumes unlimited RAM, consoles likely not

2018-11-06 Thread Terry J. Reedy


Change by Terry J. Reedy :


--
nosy:  -miss-islington
resolution:  -> fixed
stage: patch review -> resolved
status: open -> closed

___
Python tracker 

___
___
Python-bugs-list mailing list
Unsubscribe: 
https://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com



[issue33000] IDLE Doc: Text consumes unlimited RAM, consoles likely not

2018-11-06 Thread miss-islington


miss-islington  added the comment:


New changeset 25bd1073996f26ad4895d3eb2d09315361c3cc84 by Miss Islington (bot) 
in branch '3.6':
bpo-33000: Document that IDLE's shell has no line limit. (GH-10373)
https://github.com/python/cpython/commit/25bd1073996f26ad4895d3eb2d09315361c3cc84


--

___
Python tracker 

___
___
Python-bugs-list mailing list
Unsubscribe: 
https://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com



[issue33000] IDLE Doc: Text consumes unlimited RAM, consoles likely not

2018-11-06 Thread miss-islington


miss-islington  added the comment:


New changeset 2b2a8c130ceb47842cfbd0c725b5b6599b26cf27 by Miss Islington (bot) 
in branch '3.7':
bpo-33000: Document that IDLE's shell has no line limit. (GH-10373)
https://github.com/python/cpython/commit/2b2a8c130ceb47842cfbd0c725b5b6599b26cf27


--
nosy: +miss-islington

___
Python tracker 

___
___
Python-bugs-list mailing list
Unsubscribe: 
https://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com



[issue33000] IDLE Doc: Text consumes unlimited RAM, consoles likely not

2018-11-06 Thread miss-islington


Change by miss-islington :


--
pull_requests: +9675

___
Python tracker 

___
___
Python-bugs-list mailing list
Unsubscribe: 
https://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com



[issue33000] IDLE Doc: Text consumes unlimited RAM, consoles likely not

2018-11-06 Thread miss-islington


Change by miss-islington :


--
pull_requests: +9676

___
Python tracker 

___
___
Python-bugs-list mailing list
Unsubscribe: 
https://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com



[issue33000] IDLE Doc: Text consumes unlimited RAM, consoles likely not

2018-11-06 Thread Terry J. Reedy


Terry J. Reedy  added the comment:


New changeset 76cd0c30d60961d1a10e2673834a455d2b51f695 by Terry Jan Reedy in 
branch 'master':
bpo-33000: Document that IDLE's shell has no line limit. (#10373)
https://github.com/python/cpython/commit/76cd0c30d60961d1a10e2673834a455d2b51f695


--

___
Python tracker 

___
___
Python-bugs-list mailing list
Unsubscribe: 
https://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com



[issue33000] IDLE Doc: Text consumes unlimited RAM, consoles likely not

2018-11-06 Thread Terry J. Reedy


Change by Terry J. Reedy :


--
keywords: +patch
pull_requests: +9674
stage: needs patch -> patch review

___
Python tracker 

___
___
Python-bugs-list mailing list
Unsubscribe: 
https://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com



[issue33000] IDLE Doc: Text consumes unlimited RAM, consoles likely not

2018-11-02 Thread Big Stone


Big Stone  added the comment:

for the record, since summer 2018, idlex-1.18 is compatible again with 
Python-3.6+: the author simply forked the old IDLE library IDLEX was depending 
on.

so IDLEX icon in recent Winpython is"truly" IDLEX again.

--

___
Python tracker 

___
___
Python-bugs-list mailing list
Unsubscribe: 
https://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com



[issue33000] IDLE Doc: Text consumes unlimited RAM, consoles likely not

2018-11-01 Thread Terry J. Reedy


Terry J. Reedy  added the comment:

Roger, John may have run IDLE rather than IDLEX.  This issue is about 
documenting the fact that tk Texts do not throw away lines, and will accept 
text until there are memory problems.  (Command Prompt, for instance, only 
keeps the last N lines, where N defaults to 300 (not enough to see a test suite 
run) and is max .)

--

___
Python tracker 

___
___
Python-bugs-list mailing list
Unsubscribe: 
https://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com



[issue33000] IDLE Doc: Text consumes unlimited RAM, consoles likely not

2018-11-01 Thread Roger Serwy


Roger Serwy  added the comment:

Big Stone: Yes, IDLEX does have a slow memory leak. Please check if this bug is 
happening with IDLE itself.

Terry: Thanks for responding to this. I suggest this issue can be closed.

--
nosy: +roger.serwy

___
Python tracker 

___
___
Python-bugs-list mailing list
Unsubscribe: 
https://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com



[issue33000] IDLE Doc: Text consumes unlimited RAM, consoles likely not

2018-04-26 Thread Big Stone

Big Stone  added the comment:

done, sorry for the (now) missleading icon name.

--

___
Python tracker 

___
___
Python-bugs-list mailing list
Unsubscribe: 
https://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com



[issue33000] IDLE Doc: Text consumes unlimited RAM, consoles likely not

2018-04-26 Thread Terry J. Reedy

Terry J. Reedy  added the comment:

Big Stone: thank you for the clarification that IDLEX, and its patching of 
idlelib, is not involved.   WinPython is an independent augmented distribution. 
Your suggestion about its IDLEX icon should be sent to its authors.

--

___
Python tracker 

___
___
Python-bugs-list mailing list
Unsubscribe: 
https://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com



[issue33000] IDLE Doc: Text consumes unlimited RAM, consoles likely not

2018-04-26 Thread Big Stone

Big Stone  added the comment:

WinPython-64bit-3.6.4.0Qt5b4 doesn't in fact includes IDLEX: IDLEX is not 
compatible with Python-3.6+

The "IDLEX" icon of WinPython switches back to "normal" IDLE, when IDLEX is not 
detected. 

As WinPython-3.5 is being deprecated, the icon should be renamed IDLE.

(see also https://bugs.python.org/issue17535 quest)

--
nosy: +Big Stone

___
Python tracker 

___
___
Python-bugs-list mailing list
Unsubscribe: 
https://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com



[issue33000] IDLE Doc: Text consumes unlimited RAM, consoles likely not

2018-03-07 Thread Terry J. Reedy

Terry J. Reedy  added the comment:

I don't know whether memory difference between us is due to IDLEX or Windows 
version or something else, but I don't really care.  The IDLE doc has a section 
"IDLE-console differences".  It should gain a paragraph explain the difference 
between memory-limited tk.Text-based Shell and limited-lines consoles.  For 
Command Prompt, the buffer defaults to a pathetic 300 lines, which is not 
enough for the CPython test suite output.  The max is  for those who 
discover how to enlarge it.  No limit is an advantage for most uses, but not 
for one who fills up memory.

I will also think about a sentence to add to the introductory section about 
development versus production runs.

--
components: +Documentation
stage:  -> needs patch
title: IDLEX GUI consumes all RAM for scrollback buffer, uses 161Bytes / 
character stored -> IDLE Doc: Text consumes unlimited RAM, consoles likely not
versions: +Python 3.7, Python 3.8

___
Python tracker 

___
___
Python-bugs-list mailing list
Unsubscribe: 
https://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com