[issue1529353] Squeezer - squeeze large output in IDLE's shell

2018-09-24 Thread Terry J. Reedy
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

[issue1529353] Squeezer - squeeze large output in IDLE's shell

2018-09-25 Thread Terry J. Reedy
Change by Terry J. Reedy : -- pull_requests: +8969 ___ Python tracker <https://bugs.python.org/issue1529353> ___ ___ Python-bugs-list mailing list Unsubscribe:

[issue1529353] Squeezer - squeeze large output in IDLE's shell

2018-09-25 Thread Terry J. Reedy
Change by Terry J. Reedy : -- pull_requests: +8970 ___ Python tracker <https://bugs.python.org/issue1529353> ___ ___ Python-bugs-list mailing list Unsubscribe:

[issue1529353] Squeezer - squeeze large output in IDLE's shell

2018-09-25 Thread Terry J. Reedy
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

[issue1529353] Squeezer - squeeze large output in IDLE's shell

2018-09-25 Thread Terry J. Reedy
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

[issue1529353] Squeezer - squeeze large output in IDLE's shell

2018-09-25 Thread Terry J. Reedy
Change by Terry J. Reedy : -- pull_requests: +8974 ___ Python tracker <https://bugs.python.org/issue1529353> ___ ___ Python-bugs-list mailing list Unsubscribe:

[issue34162] idlelib/NEWS.txt for 3.8.0 (and backports)

2018-09-25 Thread Terry J. Reedy
Change by Terry J. Reedy : -- pull_requests: +8975 stage: needs patch -> patch review ___ Python tracker <https://bugs.python.org/issue34162> ___ ___ Python-

[issue1529353] Squeezer - squeeze large output in IDLE's shell

2018-09-25 Thread Terry J. Reedy
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

[issue1529353] Squeezer - squeeze large output in IDLE's shell

2018-09-25 Thread Terry J. Reedy
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

[issue34162] idlelib/NEWS.txt for 3.8.0 (and backports)

2018-09-25 Thread Terry J. Reedy
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

[issue1529353] Squeezer - squeeze large output in IDLE's shell

2018-09-26 Thread Terry J. Reedy
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/

[issue34779] IDLE internals show up in tracebacks when returning objects that cannot be `repr`ed

2018-09-28 Thread Terry J. Reedy
Change by Terry J. Reedy : -- resolution: -> not a bug stage: -> resolved status: open -> closed ___ Python tracker <https://bugs.python.or

[issue34857] IDLE: SyntaxWarning not handled properly

2018-09-30 Thread Terry J. Reedy
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, &

[issue34850] Emit a syntax warning for "is" with a literal

2018-09-30 Thread Terry J. Reedy
Change by Terry J. Reedy : -- pull_requests: +9040 ___ Python tracker <https://bugs.python.org/issue34850> ___ ___ Python-bugs-list mailing list Unsubscribe:

[issue34850] Emit a syntax warning for "is" with a literal

2018-09-30 Thread Terry J. Reedy
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

[issue34850] Emit a syntax warning for "is" with a literal

2018-09-30 Thread Terry J. Reedy
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&#x

[issue34313] IDLE crashes with Tk-related error on macOS with ActiveTcl 8.6

2018-09-30 Thread Terry J. Reedy
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

[issue34370] Tkinter scroll issues on macOS

2018-09-30 Thread Terry J. Reedy
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

[issue34313] IDLE crashes with Tk-related error on macOS with ActiveTcl 8.6

2018-10-01 Thread Terry J. Reedy
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

[issue34863] Idle Mac scrolling only down

2018-10-01 Thread Terry J. Reedy
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:

[issue34864] In Idle, Mac tabs make bottom editor line with cursor location disappear

2018-10-01 Thread Terry J. Reedy
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

[issue34313] IDLE crashes with Tk-related error on macOS with ActiveTcl 8.6

2018-10-02 Thread Terry J. Reedy
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

[issue34864] In Idle, Mac tabs make editor status line disappear.

2018-10-03 Thread Terry J. Reedy
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

[issue21880] IDLE: Ability to run 3rd party code checkers

2018-10-05 Thread Terry J. Reedy
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

[issue34837] Multiprocessing.pool API Extension - Pass Data to Workers w/o Globals

2018-10-05 Thread Terry J. Reedy
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

[issue34837] Multiprocessing.pool API Extension - Pass Data to Workers w/o Globals

2018-10-05 Thread Terry J. Reedy
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

[issue34839] doctest: Change example under warnings section

2018-10-05 Thread Terry J. Reedy
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

[issue34840] dlopen() error with no error message from dlerror()

2018-10-05 Thread Terry J. Reedy
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

[issue34846] Runtime failure with Failed to import site module

2018-10-05 Thread Terry J. Reedy
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 

[issue34856] Make the repr of lambda containing the signature and body expression.

2018-10-05 Thread Terry J. Reedy
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.

[issue34856] Make the repr of lambda contain signature and body expression.

2018-10-05 Thread Terry J. Reedy
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

[issue34870] Core dump when Python VSCode debugger is attached

2018-10-05 Thread Terry J. Reedy
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

[issue34876] Python3.8 changes how decorators are traced

2018-10-05 Thread Terry J. Reedy
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

[issue34884] Python loads incorrect libraries on MacOS, 2.7

2018-10-05 Thread Terry J. Reedy
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

[issue34895] Mark optional stdlib modules in documentation

2018-10-05 Thread Terry J. Reedy
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.

[issue34870] Core dump when Python VSCode debugger is attached

2018-10-05 Thread Terry J. Reedy
Change by Terry J. Reedy : -- resolution: -> third party stage: -> resolved status: open -> closed type: -> behavior ___ Python tracker <https://bugs.python

[issue34839] doctest: Change example under warnings section

2018-10-05 Thread Terry J. Reedy
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

[issue21880] IDLE: Ability to run 3rd party code checkers

2018-10-09 Thread Terry J. Reedy
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

[issue23831] tkinter canvas lacks of moveto method.

2018-10-09 Thread Terry J. Reedy
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

[issue34095] [2.7] test_idle fails with: /usr/bin/xvfb-run: line 181: 3617 Segmentation fault

2018-10-11 Thread Terry J. Reedy
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

[issue34912] Update overflow checks in resize_buffer

2018-10-12 Thread Terry J. Reedy
Change by Terry J. Reedy : -- versions: -Python 3.4, Python 3.5 ___ Python tracker <https://bugs.python.org/issue34912> ___ ___ Python-bugs-list mailin

[issue34918] Python 3 tkinter measurement problem

2018-10-12 Thread Terry J. Reedy
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

[issue34919] Crash caused by certain characters in a string

2018-10-12 Thread Terry J. Reedy
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

[issue34922] hashlib segmentation fault

2018-10-12 Thread Terry J. Reedy
Terry J. Reedy added the comment: Should this be closed as fixed? -- nosy: +terry.reedy ___ Python tracker <https://bugs.python.org/issue34922> ___ ___ Pytho

[issue34924] inspect.signature isn't aware that types.MethodType can wrap any callable

2018-10-12 Thread Terry J. Reedy
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

[issue34961] Global scoping when shadowing local names in class definitions

2018-10-12 Thread Terry J. Reedy
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

[issue34966] Pydoc: better support of method aliases

2018-10-12 Thread Terry J. Reedy
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

[issue34919] Crash caused by certain characters in a string

2018-10-13 Thread Terry J. Reedy
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

[issue33656] IDLE: Turn on DPI awareness on Windows

2018-10-13 Thread Terry J. Reedy
Change by Terry J. Reedy : -- pull_requests: +9226 stage: resolved -> patch review ___ Python tracker <https://bugs.python.org/issue33656> ___ ___ Python-

[issue33656] IDLE: Turn on DPI awareness on Windows

2018-10-13 Thread Terry J. Reedy
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

[issue33656] IDLE: Turn on DPI awareness on Windows

2018-10-13 Thread Terry J. Reedy
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

[issue33656] IDLE: Turn on DPI awareness on Windows

2018-10-13 Thread Terry J. Reedy
Change by Terry J. Reedy : -- stage: patch review -> resolved status: open -> closed ___ Python tracker <https://bugs.python.org/issue33656> ___ ___ Pyth

[issue34095] [2.7] Seg fault on archlinux 32 when run tests with xvfb-run

2018-10-15 Thread Terry J. Reedy
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 -> [

[issue12572] HP/UX compiler workarounds

2018-10-15 Thread Terry J. Reedy
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

[issue34901] Missing isolated (-I) flag in sys.flags table

2018-10-17 Thread Terry J. Reedy
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

[issue34991] variable type list [] referential integrity data loss

2018-10-19 Thread Terry J. Reedy
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

[issue35019] Minor Bug found in asyncio - Python 3.5.3

2018-10-19 Thread Terry J. Reedy
Change by Terry J. Reedy : -- type: behavior -> enhancement versions: +Python 3.8 -Python 3.5 ___ Python tracker <https://bugs.python.org/issue35019> ___ _

[issue35019] Allow ipaddres.IPv4/v6Address in asyncio.create_server

2018-10-19 Thread Terry J. Reedy
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

[issue31500] IDLE: Tiny font on HiDPI display

2018-10-20 Thread Terry J. Reedy
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

[issue31500] IDLE: Tiny font on HiDPI display

2018-10-20 Thread Terry J. Reedy
Change by Terry J. Reedy : -- pull_requests: +9352 ___ Python tracker <https://bugs.python.org/issue31500> ___ ___ Python-bugs-list mailing list Unsubscribe:

[issue31500] IDLE: Tiny font on HiDPI display

2018-10-20 Thread Terry J. Reedy
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

[issue31500] IDLE: Tiny font on HiDPI display

2018-10-20 Thread Terry J. Reedy
Change by Terry J. Reedy : -- resolution: -> fixed stage: patch review -> resolved status: open -> closed ___ Python tracker <https://bugs.python.or

[issue34856] Make the repr of lambda contain signature and body expression.

2018-10-22 Thread Terry J. Reedy
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

[issue33899] Tokenize module does not mirror "end-of-input" is newline behavior

2018-10-24 Thread Terry J. Reedy
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

[issue33899] Tokenize module does not mirror "end-of-input" is newline behavior

2018-10-25 Thread Terry J. Reedy
Change by Terry J. Reedy : -- pull_requests: -9424 ___ Python tracker <https://bugs.python.org/issue33899> ___ ___ Python-bugs-list mailing list Unsubscribe:

[issue35035] Documentation for email.utils is named email.util.rst

2018-10-26 Thread Terry J. Reedy
Change by Terry J. Reedy : -- nosy: +r.david.murray ___ Python tracker <https://bugs.python.org/issue35035> ___ ___ Python-bugs-list mailing list Unsubscribe:

[issue35066] Inconsistency between dangling '%' handling in time.strftime() and datetime.strftime()

2018-10-26 Thread Terry J. Reedy
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

[issue35076] FAIL: test_min_max_version (test.test_ssl.ContextTests) with libressl-2.8.2

2018-10-26 Thread Terry J. Reedy
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://

[issue35045] test_min_max_version (test.test_ssl.ContextTests) fails on Fedora 29+ and openssl 1.1.1

2018-10-26 Thread Terry J. Reedy
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

[issue35045] test_min_max_version (test.test_ssl.ContextTests) fails on Fedora 29+ and openssl 1.1.1

2018-10-26 Thread Terry J. Reedy
Change by Terry J. Reedy : -- nosy: +jean-michel ___ Python tracker <https://bugs.python.org/issue35045> ___ ___ Python-bugs-list mailing list Unsubscribe:

[issue35077] Make TypeError message less ambiguous

2018-10-26 Thread Terry J. Reedy
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

[issue35077] Make TypeError message less ambiguous

2018-10-26 Thread Terry J. Reedy
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

[issue35079] difflib.SequenceMatcher.get_matching_blocks omits common strings

2018-10-26 Thread Terry J. Reedy
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

[issue35077] Make TypeError message less ambiguous

2018-10-26 Thread Terry J. Reedy
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

[issue35079] difflib.SequenceMatcher.get_matching_blocks omits common strings

2018-10-26 Thread Terry J. Reedy
Change by Terry J. Reedy : -- keywords: +patch pull_requests: +9471 stage: needs patch -> patch review ___ Python tracker <https://bugs.python.org/issu

[issue35079] difflib.SequenceMatcher.get_matching_blocks omits common strings

2018-10-26 Thread Terry J. Reedy
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. --

[issue35079] difflib.SequenceMatcher.get_matching_blocks omits common strings

2018-10-26 Thread Terry J. Reedy
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

[issue35079] difflib.SequenceMatcher.get_matching_blocks omits common strings

2018-10-26 Thread Terry J. Reedy
Change by Terry J. Reedy : -- resolution: -> fixed stage: patch review -> resolved status: open -> closed ___ Python tracker <https://bugs.python.or

[issue33257] Race conditions in Tkinter with non-threaded Tcl

2018-10-27 Thread Terry J. Reedy
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

[issue33257] Race conditions in Tkinter with non-threaded Tcl

2018-10-27 Thread Terry J. Reedy
Change by Terry J. Reedy : -- pull_requests: +9480 ___ Python tracker <https://bugs.python.org/issue33257> ___ ___ Python-bugs-list mailing list Unsubscribe:

[issue35087] IDLE: update idlelib help files for current doc build

2018-10-27 Thread Terry J. Reedy
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

[issue35087] IDLE: update idlelib help files for current doc build

2018-10-27 Thread Terry J. Reedy
Change by Terry J. Reedy : -- keywords: +patch pull_requests: +9485 stage: needs patch -> patch review ___ Python tracker <https://bugs.python.org/issu

[issue35088] Update idlelib.help.copy_string docstring

2018-10-27 Thread Terry J. Reedy
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

[issue35088] Update idlelib.help.copy_string docstring

2018-10-27 Thread Terry J. Reedy
Change by Terry J. Reedy : -- keywords: +patch pull_requests: +9487 stage: needs patch -> patch review ___ Python tracker <https://bugs.python.org/issu

[issue35087] IDLE: update idlelib help files for current doc build

2018-10-27 Thread Terry J. Reedy
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

[issue35088] Update idlelib.help.copy_string docstring

2018-10-27 Thread Terry J. Reedy
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

[issue35087] IDLE: update idlelib help files for current doc build

2018-10-28 Thread Terry J. Reedy
Change by Terry J. Reedy : -- resolution: -> fixed stage: patch review -> resolved status: open -> closed ___ Python tracker <https://bugs.python.or

[issue35088] Update idlelib.help.copy_string docstring

2018-10-28 Thread Terry J. Reedy
Change by Terry J. Reedy : -- resolution: -> fixed stage: patch review -> resolved status: open -> closed ___ Python tracker <https://bugs.python.or

[issue1529353] Squeezer - squeeze large output in IDLE's shell

2018-10-28 Thread Terry J. Reedy
Change by Terry J. Reedy : -- pull_requests: +9493 ___ Python tracker <https://bugs.python.org/issue1529353> ___ ___ Python-bugs-list mailing list Unsubscribe:

[issue1529353] Squeezer - squeeze large output in IDLE's shell

2018-10-28 Thread Terry J. Reedy
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

[issue35093] IDLE: document the help document viewer

2018-10-28 Thread Terry J. Reedy
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

[issue35093] IDLE: document the help document viewer

2018-10-28 Thread Terry J. Reedy
Change by Terry J. Reedy : -- assignee: docs@python -> terry.reedy components: -Documentation ___ Python tracker <https://bugs.python.org/issue35093> ___ _

[issue35093] IDLE: document the help document viewer

2018-10-28 Thread Terry J. Reedy
Change by Terry J. Reedy : -- keywords: +patch pull_requests: +9513 stage: needs patch -> patch review ___ Python tracker <https://bugs.python.org/issu

[issue33396] IDLE: Improve and document help doc viewer

2018-10-28 Thread Terry J. Reedy
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

[issue33396] IDLE: Improve and document help doc viewer

2018-10-28 Thread Terry J. Reedy
Change by Terry J. Reedy : -- Removed message: https://bugs.python.org/msg328739 ___ Python tracker <https://bugs.python.org/issue33396> ___ ___ Python-bug

[issue33396] IDLE: Improve and document help doc viewer

2018-10-28 Thread Terry J. Reedy
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

[issue33396] IDLE: Improve and document help doc viewer

2018-10-28 Thread Terry J. Reedy
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

[issue35045] test_min_max_version (test.test_ssl.ContextTests) fails on Fedora 29+ and openssl 1.1.1

2018-10-28 Thread Terry J. Reedy
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.

[issue35093] IDLE: document the help document viewer

2018-10-28 Thread Terry J. Reedy
Change by Terry J. Reedy : -- resolution: -> fixed stage: patch review -> resolved status: open -> closed ___ Python tracker <https://bugs.python.or

[issue25219] Update doc for Idle command line options.

2018-10-28 Thread Terry J. Reedy
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

<    74   75   76   77   78   79   80   81   82   83   >