[issue28097] IDLE: document all key bindings, add menu items for more.

2018-12-27 Thread Terry J. Reedy
Terry J. Reedy added the comment: Response to history issues raised in PR: 1. Not erasing output/history is a feature: some shells save and restore recent history when close and open. Shell restart is an alternative to that. I fairly often replay statements after restart. 2. I think turning

[issue35602] cleanup code may fail in test_asyncio.test_unix_events.SelectorEventLoopUnixSockSendfileTests

2018-12-27 Thread Pablo Galindo Salgado
New submission from Pablo Galindo Salgado : According to this buildbot: https://buildbot.python.org/all/#/builders/170/builds/218/steps/4/logs/stdio there is some cleanup failure in test_sock_sendfile_os_error_first_call: test_sock_sendfile_os_error_first_call (test.test_asyncio.test_unix_ev

[issue35602] cleanup code may fail in test_asyncio.test_unix_events.SelectorEventLoopUnixSockSendfileTests

2018-12-27 Thread Pablo Galindo Salgado
Change by Pablo Galindo Salgado : -- keywords: +patch, patch pull_requests: +10615, 10616 stage: -> patch review ___ Python tracker ___ ___

[issue35602] cleanup code may fail in test_asyncio.test_unix_events.SelectorEventLoopUnixSockSendfileTests

2018-12-27 Thread Pablo Galindo Salgado
Change by Pablo Galindo Salgado : -- keywords: +patch pull_requests: +10615 stage: -> patch review ___ Python tracker ___ ___ Pytho

[issue35602] cleanup code may fail in test_asyncio.test_unix_events.SelectorEventLoopUnixSockSendfileTests

2018-12-27 Thread Pablo Galindo Salgado
Change by Pablo Galindo Salgado : -- keywords: +patch, patch, patch pull_requests: +10615, 10616, 10617 stage: -> patch review ___ Python tracker ___ _

[issue35591] IDLE: Traceback on Find Selection

2018-12-27 Thread Terry J. Reedy
Terry J. Reedy added the comment: Thanks for reporting this. It is easy to trigger. And after a bit of analysis, easy to fix. self.bell is set as top.bell in searchbase.SearchDialogBase.create_widgets(). The latter is called by SDB.open(), which is called for Find, Find-again if there is

[issue35600] Expose siphash

2018-12-27 Thread Benjamin Peterson
Benjamin Peterson added the comment: How about using one of these modules? https://pypi.org/search/?q=siphash -- nosy: +benjamin.peterson ___ Python tracker ___ __

[issue35591] IDLE: Traceback on Find Selection

2018-12-27 Thread Terry J. Reedy
Change by Terry J. Reedy : -- keywords: +patch pull_requests: +10618 stage: commit review -> patch review ___ Python tracker ___ ___

[issue35591] IDLE: Traceback on Find Selection

2018-12-27 Thread Terry J. Reedy
Change by Terry J. Reedy : -- pull_requests: -10620 ___ Python tracker ___ ___ Python-bugs-list mailing list Unsubscribe: https://

[issue35591] IDLE: Traceback on Find Selection

2018-12-27 Thread Terry J. Reedy
Change by Terry J. Reedy : -- keywords: +patch, patch pull_requests: +10618, 10619 stage: commit review -> patch review ___ Python tracker ___ _

[issue35591] IDLE: Traceback on Find Selection

2018-12-27 Thread Terry J. Reedy
Change by Terry J. Reedy : -- keywords: +patch, patch, patch pull_requests: +10618, 10619, 10620 stage: commit review -> patch review ___ Python tracker ___ ___

[issue35591] IDLE: Traceback on Find Selection

2018-12-27 Thread Terry J. Reedy
Change by Terry J. Reedy : -- pull_requests: -10619 ___ Python tracker ___ ___ Python-bugs-list mailing list Unsubscribe: https://

[issue35587] Python 3.7.2 Embed - zipimport.ZipImportError (Cannot load python37.zip)

2018-12-27 Thread Steve Dower
Change by Steve Dower : -- resolution: -> duplicate stage: -> resolved status: open -> closed superseder: -> Fatal Python error: initfsencoding: unable to load the file system codec zipimport.ZipImportError: can't find module 'encodings' ___ Pyth

[issue35591] IDLE: Traceback on Find Selection

2018-12-27 Thread Terry J. Reedy
Terry J. Reedy added the comment: I expect that people have run into this. But since callback exceptions do not crash IDLE, the only symptom when not running from a terminal is the lack of the 'bell' sound. -- ___ Python tracker

[issue35600] Expose siphash

2018-12-27 Thread Steven D'Aprano
Steven D'Aprano added the comment: > Steven, my requirement calls for same hash on multiple machines. > Python's hash (for strings) is keyed with a random value. Ah, of course it does, I forgot about that. The only problem with exposing siphash is that we are exposing a private implementati

[issue35591] IDLE: Traceback on Find Selection

2018-12-27 Thread Terry J. Reedy
Terry J. Reedy added the comment: New changeset c465682718f15cd3deb6b37db5fb607718ac64ed by Terry Jan Reedy in branch 'master': bpo-35591: IDLE Find Selection now works when selection not found (GH-11339) https://github.com/python/cpython/commit/c465682718f15cd3deb6b37db5fb607718ac64ed

[issue35591] IDLE: Traceback on Find Selection

2018-12-27 Thread miss-islington
Change by miss-islington : -- pull_requests: +10621 ___ Python tracker ___ ___ Python-bugs-list mailing list Unsubscribe: https://m

[issue35591] IDLE: Traceback on Find Selection

2018-12-27 Thread miss-islington
Change by miss-islington : -- pull_requests: +10621, 10622, 10623 ___ Python tracker ___ ___ Python-bugs-list mailing list Unsubscri

[issue35591] IDLE: Traceback on Find Selection

2018-12-27 Thread miss-islington
Change by miss-islington : -- pull_requests: +10621, 10622 ___ Python tracker ___ ___ Python-bugs-list mailing list Unsubscribe: ht

[issue35591] IDLE: Traceback on Find Selection

2018-12-27 Thread Terry J. Reedy
Change by Terry J. Reedy : -- pull_requests: -10622 ___ Python tracker ___ ___ Python-bugs-list mailing list Unsubscribe: https://

[issue35591] IDLE: Traceback on Find Selection

2018-12-27 Thread Terry J. Reedy
Change by Terry J. Reedy : -- pull_requests: -10623 ___ Python tracker ___ ___ Python-bugs-list mailing list Unsubscribe: https://

<    1   2