Staging
v0.5.1
https://github.com/python/cpython
Revision 9f3f70fd0b6922840b3ef8018c446a6c8ac74ece authored by Miss Islington (bot) on 29 May 2020, 23:13:21 UTC, committed by GitHub on 29 May 2020, 23:13:21 UTC

Leave selection when right click within.  This exception to clearing selections when right-clicking was omitted from the previous commit, 4ca060d.  I did not realize that this completely disabled the context menu entries, and  I should have merged a minimal fix immediately.  An automated test should follow.
(cherry picked from commit 97e4e0f53d6690db6b942678489716a30925b8af)

Co-authored-by: Terry Jan Reedy <tjreedy@udel.edu>
1 parent 805fa54
History
Tip revision: 9f3f70fd0b6922840b3ef8018c446a6c8ac74ece authored by Miss Islington (bot) on 29 May 2020, 23:13:21 UTC
bpo-39885: Make IDLE context menu cut and copy work again (GH-18951)
Tip revision: 9f3f70f
File Mode Size
__init__.py -rw-r--r-- 1.2 KB
__main__.py -rw-r--r-- 3.3 KB
base_events.py -rw-r--r-- 72.1 KB
base_futures.py -rw-r--r-- 1.8 KB
base_subprocess.py -rw-r--r-- 8.6 KB
base_tasks.py -rw-r--r-- 2.4 KB
constants.py -rw-r--r-- 888 bytes
coroutines.py -rw-r--r-- 8.6 KB
events.py -rw-r--r-- 25.8 KB
exceptions.py -rw-r--r-- 1.5 KB
format_helpers.py -rw-r--r-- 2.3 KB
futures.py -rw-r--r-- 13.7 KB
locks.py -rw-r--r-- 14.6 KB
log.py -rw-r--r-- 124 bytes
proactor_events.py -rw-r--r-- 30.4 KB
protocols.py -rw-r--r-- 7.0 KB
queues.py -rw-r--r-- 8.1 KB
runners.py -rw-r--r-- 2.0 KB
selector_events.py -rw-r--r-- 38.5 KB
sslproto.py -rw-r--r-- 26.5 KB
staggered.py -rw-r--r-- 5.9 KB
streams.py -rw-r--r-- 26.0 KB
subprocess.py -rw-r--r-- 7.9 KB
tasks.py -rw-r--r-- 33.6 KB
threads.py -rw-r--r-- 786 bytes
transports.py -rw-r--r-- 10.2 KB
trsock.py -rw-r--r-- 5.7 KB
unix_events.py -rw-r--r-- 50.6 KB
windows_events.py -rw-r--r-- 31.9 KB
windows_utils.py -rw-r--r-- 4.9 KB

back to top