cpython/Doc/library
Miss Islington (bot) ec61f53243
bpo-39852: IDLE 'Go to line' deletes selection, updates status (GH-18801)
It appears standard that moving the text insert cursor away from a selection clears the
selection.  Clearing prevents accidental deletion of a possibly off-screen bit of text.
The update is for Ln and Col on the status bar.
(cherry picked from commit 2522db11df)

Co-authored-by: Terry Jan Reedy <tjreedy@udel.edu>
2020-03-08 11:50:34 -07:00
..
2to3.rst bpo-21063: Improve module synopsis for distutils (GH-17363) (#17381) 2019-11-26 12:02:24 -08:00
__future__.rst
__main__.rst
_dummy_thread.rst
_thread.rst
abc.rst
aifc.rst
allos.rst
archiving.rst
argparse.rst bpo-38678: Improve argparse example in tutorial (GH-17207) (GH-17213) 2019-11-17 22:17:28 -08:00
array.rst bpo-38916: Document array.array deprecation (GH-17523) 2019-12-09 05:52:07 -08:00
ast.rst bpo-3530: Add advice on when to correctly use fix_missing_locations in the AST docs (GH-17172) 2020-01-12 12:44:22 -08:00
asynchat.rst
asyncio-api-index.rst
asyncio-dev.rst Fix grammar in asyncio-dev.rst (GH-15672) 2019-09-03 23:13:24 -07:00
asyncio-eventloop.rst Fix asyncio.get_event_loop() documentation (GH-18051) 2020-01-20 14:51:57 -08:00
asyncio-exceptions.rst
asyncio-future.rst Update asyncio.ensure_future() documentation (GH-15347) (GH-15361) 2019-08-21 13:01:53 -04:00
asyncio-llapi-index.rst
asyncio-platforms.rst
asyncio-policy.rst
asyncio-protocol.rst bpo-38192: Fix remaining passing of "loop" in the protocol examples (GH-16202) 2019-09-17 00:22:48 -07:00
asyncio-queue.rst
asyncio-stream.rst [3.7] bpo-38738: Fix formatting of True and False. (GH-17083) (GH-17128) 2019-11-12 20:07:20 +02:00
asyncio-subprocess.rst
asyncio-sync.rst Fix typo: equivalent code of `async with cond` (GH-11681) (GH-16720) 2019-10-11 10:27:16 -07:00
asyncio-task.rst Fix and improve `asyncio.run()` docs (GH-16403) (GH-16505) 2019-09-30 18:47:13 -07:00
asyncio.rst
asyncore.rst
atexit.rst
audioop.rst
base64.rst
bdb.rst
binary.rst
binascii.rst
binhex.rst
bisect.rst
builtins.rst
bz2.rst
calendar.rst
cgi.rst
cgitb.rst
chunk.rst
cmath.rst
cmd.rst
code.rst Fix documentation in code.py (GH-17988) 2020-01-14 12:14:56 -08:00
codecs.rst Correct typos in the codecs module documentation (GH-15135) 2019-10-01 13:56:40 -07:00
codeop.rst
collections.abc.rst
collections.rst bpo-38771: Explict test for None in code example (GH-17108) (GH-17110) 2019-11-11 16:58:49 -08:00
colorsys.rst
compileall.rst
concurrency.rst
concurrent.futures.rst Update concurrent.futures.rst (GH-14061) 2019-06-14 07:52:14 -07:00
concurrent.rst
configparser.rst bpo-21018: added missing documentation about escaping characters for configparser (GH-6137) (GH-15845) 2019-09-10 15:32:42 +02:00
constants.rst
contextlib.rst
contextvars.rst
copy.rst
copyreg.rst
crypt.rst
crypto.rst
csv.rst
ctypes.rst Fix typos and remove deprecated deprecation warning. (GH-17741) 2019-12-29 14:19:54 -08:00
curses.ascii.rst
curses.panel.rst
curses.rst Doc: Fix link to window.getch in curses documentation (GH-16132) 2019-09-13 23:23:20 -07:00
custominterp.rst
dataclasses.rst [3.7] bpo-38738: Fix formatting of True and False. (GH-17083) (GH-17128) 2019-11-12 20:07:20 +02:00
datatypes.rst bpo-33602: Doc: Remove set and queue references from Data Types (GH-7055) (GH-15876) 2019-09-10 17:43:11 +02:00
datetime.rst bpo-37979: Add alternative to fromisoformat in documentation (GH-15596) 2019-08-29 07:54:04 -07:00
dbm.rst
debug.rst
decimal.rst [3.7] bpo-39794: Add --without-decimal-contextvar (GH-18702) 2020-02-29 23:10:26 +01:00
development.rst
difflib.rst [3.7] bpo-38738: Fix formatting of True and False. (GH-17083) (GH-17128) 2019-11-12 20:07:20 +02:00
dis.rst improve the documentation of the LOAD_METHOD and CALL_METHOD (GH-18079) 2020-01-20 17:04:36 -08:00
distribution.rst
distutils.rst
doctest.rst [3.7] bpo-38738: Fix formatting of True and False. (GH-17083) (GH-17128) 2019-11-12 20:07:20 +02:00
dummy_threading.rst
email.charset.rst
email.compat32-message.rst [3.7] bpo-38738: Fix formatting of True and False. (GH-17083) (GH-17128) 2019-11-12 20:07:20 +02:00
email.contentmanager.rst
email.encoders.rst
email.errors.rst [3.7] bpo-38738: Fix formatting of True and False. (GH-17083) (GH-17128) 2019-11-12 20:07:20 +02:00
email.examples.rst
email.generator.rst
email.header.rst
email.headerregistry.rst
email.iterators.rst
email.message.rst [3.7] bpo-38738: Fix formatting of True and False. (GH-17083) (GH-17128) 2019-11-12 20:07:20 +02:00
email.mime.rst
email.parser.rst
email.policy.rst
email.rst
email.utils.rst [3.7] bpo-38421: Update email.utils documentation (GH-16678) (GH-17121) 2019-11-12 05:34:16 -08:00
ensurepip.rst bpo-39183: Fix formatting in library/ensurepip (GH-17787) 2020-01-01 14:32:17 -08:00
enum.rst bpo-39234: Doc: `enum.auto()` incrementation value not specified. (GH-17872) (GH-17876) 2020-01-25 14:41:25 -05:00
errno.rst
exceptions.rst
faulthandler.rst bpo-38203: faulthandler.dump_traceback_later() is always available (GH-16260) 2019-09-18 05:43:17 -07:00
fcntl.rst
filecmp.rst
fileformats.rst
fileinput.rst [3.7] bpo-38738: Fix formatting of True and False. (GH-17083) (GH-17128) 2019-11-12 20:07:20 +02:00
filesys.rst
fnmatch.rst
formatter.rst
fractions.rst
frameworks.rst
ftplib.rst Doc: Use the `with` statement in the first example of the ftplib doc. (GH-16271) (GH-16413) 2019-09-26 09:12:26 +02:00
functional.rst
functions.rst bpo-34118: memoryview, range, and tuple are classes (GH-17761) 2019-12-30 14:22:24 -08:00
functools.rst
gc.rst [3.7] bpo-38738: Fix formatting of True and False. (GH-17083) (GH-17128) 2019-11-12 20:07:20 +02:00
getopt.rst
getpass.rst
gettext.rst [3.7] bpo-3950: Fix docs for default locale used by gettext to match implementation (GH-18435) (GH-18439) 2020-02-10 13:34:22 -08:00
glob.rst Doc: recursive glob ** follows symlinks to directories (GH-12918) 2019-09-11 10:28:16 -07:00
grp.rst
gzip.rst
hashlib-blake2-tree.png
hashlib.rst
heapq.rst
hmac.rst
html.entities.rst
html.parser.rst
html.rst
http.client.rst fixes typos in http.client documentation (GH-18300) 2020-02-03 04:07:41 -08:00
http.cookiejar.rst [3.7] bpo-38738: Fix formatting of True and False. (GH-17083) (GH-17128) 2019-11-12 20:07:20 +02:00
http.cookies.rst
http.rst bpo-38696: Fix usage example of HTTPStatus (GH-17066) 2019-11-06 06:27:17 -08:00
http.server.rst
i18n.rst
idle.rst bpo-39852: IDLE 'Go to line' deletes selection, updates status (GH-18801) 2020-03-08 11:50:34 -07:00
imaplib.rst
imghdr.rst
imp.rst bpo-35325: Doc: imp.find_module() return value documentation discrepancy (GH-11040) 2019-09-12 05:24:56 -07:00
importlib.rst [3.7] bpo-38738: Fix formatting of True and False. (GH-17083) (GH-17128) 2019-11-12 20:07:20 +02:00
index.rst
inspect.rst bpo-38918: Add __module__ entry for function & method type in inspect docs table (GH-17408) 2019-12-20 11:26:16 -08:00
internet.rst
intro.rst
io.rst Document default parameter of .seek() in the signature. (GH-14691) 2019-07-10 19:49:37 -07:00
ipaddress.rst [3.7] bpo-38738: Fix formatting of True and False. (GH-17083) (GH-17128) 2019-11-12 20:07:20 +02:00
ipc.rst
itertools.rst bpo-34410: Fix a crash in the tee iterator when re-enter it. (GH-15625) 2019-09-09 02:11:22 -07:00
json.rst
keyword.rst [3.7] bpo-38738: Fix formatting of True and False. (GH-17083) (GH-17128) 2019-11-12 20:07:20 +02:00
language.rst
linecache.rst bpo-21063: Improve module synopsis for distutils (GH-17363) (#17381) 2019-11-26 12:02:24 -08:00
locale.rst
logging.config.rst
logging.handlers.rst [3.7] bpo-38738: Fix formatting of True and False. (GH-17083) (GH-17128) 2019-11-12 20:07:20 +02:00
logging.rst [3.7] bpo-38738: Fix formatting of True and False. (GH-17083) (GH-17128) 2019-11-12 20:07:20 +02:00
lzma.rst [3.7] bpo-38738: Fix formatting of True and False. (GH-17083) (GH-17128) 2019-11-12 20:07:20 +02:00
macpath.rst
mailbox.rst bpo-30088: Document that existing dir structure isn't verified by mailbox.Maildir (GH-1163) 2019-07-13 07:59:32 -07:00
mailcap.rst
markup.rst
marshal.rst
math.rst
mimetypes.rst bpo-4963: Fix for initialization and non-deterministic behavior issues in mimetypes (GH-14376) 2019-06-25 09:12:14 -07:00
misc.rst
mm.rst
mmap.rst
modulefinder.rst
modules.rst
msilib.rst
msvcrt.rst [3.7] bpo-38738: Fix formatting of True and False. (GH-17083) (GH-17128) 2019-11-12 20:07:20 +02:00
multiprocessing.rst [3.7] Fix typo in multiprocessing.pool.AsyncResult.successful doc. (GH-17932) (GH-18016) 2020-01-15 12:19:39 -08:00
netdata.rst
netrc.rst
nis.rst
nntplib.rst bpo-39242: Updated the Gmane domain into news.gmane.io (GH-17903) 2020-01-08 07:47:25 -08:00
numbers.rst
numeric.rst
operator.rst
optparse.rst [3.7] bpo-38738: Fix formatting of True and False. (GH-17083) (GH-17128) 2019-11-12 20:07:20 +02:00
os.path.rst
os.rst bpo-39594: Fix typo in os.times documentation (GH-18443) 2020-02-10 14:55:35 -08:00
ossaudiodev.rst
othergui.rst
parser.rst [3.7] bpo-38738: Fix formatting of True and False. (GH-17083) (GH-17128) 2019-11-12 20:07:20 +02:00
pathlib-inheritance.png
pathlib-inheritance.svg
pathlib.rst [3.7] bpo-39808: Improve docs for pathlib.Path.stat() (GH-18719) (GH-18782) 2020-03-04 15:17:39 -08:00
pdb.rst bpo-36277: Add document for pdb debug and retval commands (GH-12872) 2019-11-20 17:56:43 -08:00
persistence.rst
pickle.rst Doc: Update pickle.rst (GH-14128) (GH-16015) 2019-09-12 09:19:33 +01:00
pickletools.rst
pipes.rst
pkgutil.rst
platform.rst bpo-39383: Mention Darwin as a potential value for platform.system() (GH-18054) 2020-01-20 15:28:18 -08:00
plistlib.rst
poplib.rst
posix.rst bpo-27961: Remove leftovers from the times when long long wasn't required (GH-15388) 2019-08-22 09:06:08 -07:00
pprint.rst
profile.rst
pty.rst
pwd.rst
py_compile.rst
pyclbr.rst bpo-39654: Update pyclbr doc to reflect additional information returned (GH-18528) 2020-02-23 18:07:50 -08:00
pydoc.rst
pyexpat.rst
python.rst
queue.rst
quopri.rst
random.rst
re.rst [3.7] bpo-38294: Add list of no-longer-escaped chars to re.escape documentation. (GH-16442) (GH-16647) 2019-10-08 19:41:00 +03:00
readline.rst
reprlib.rst
resource.rst
rlcompleter.rst
runpy.rst
sched.rst [3.7] bpo-38738: Fix formatting of True and False. (GH-17083) (GH-17128) 2019-11-12 20:07:20 +02:00
secrets.rst
select.rst bpo-34369: make kqueue.control() docs better reflect that timeout is positional-only (GH-9499) 2019-07-11 17:16:45 +03:00
selectors.rst
shelve.rst
shlex.rst [3.7] bpo-35168: Make shlex.punctuation_chars read-only (GH-11631) (GH-15926) 2019-09-11 13:39:08 +01:00
shutil.rst
signal.rst Improve signal documentation (GH-14274) 2019-08-06 14:55:48 -07:00
site.rst bpo-38623: Doc: Add section for site module CLI. (GH-17858) 2020-01-07 00:04:32 -08:00
smtpd.rst
smtplib.rst
sndhdr.rst
socket.rst bpo-39348: Fix code highlight for the SOCK_NONBLOCK example (GH-18018) 2020-01-15 16:00:32 -08:00
socketserver.rst
spwd.rst
sqlite3.rst
ssl.rst [3.7] bpo-38820: OpenSSL 3.0.0 compatibility. (GH-17190) (GH-17500) 2019-12-07 09:20:43 -08:00
stat.rst
statistics.rst bpo-21063: Improve module synopsis for distutils (GH-17363) (#17381) 2019-11-26 12:02:24 -08:00
stdtypes.rst Fix misleading statement about mixed-type numeric comparisons (GH-18615) (GH-18737) 2020-03-03 11:22:56 -05:00
string.rst bpo-13790: Change 'string' to 'specification' in format doc (GH-18690) 2020-02-28 12:04:19 -08:00
stringprep.rst [3.7] bpo-38738: Fix formatting of True and False. (GH-17083) (GH-17128) 2019-11-12 20:07:20 +02:00
struct.rst bpo-27961: Remove leftovers from the times when long long wasn't required (GH-15388) 2019-08-22 09:06:08 -07:00
subprocess.rst bpo-13826: Clarify Popen constructor example (GH-18438) 2020-02-10 14:56:14 -08:00
sunau.rst
superseded.rst
symbol.rst
symtable.rst
sys.rst bpo-39310: Update sys.float_info documentation (GH-17982) 2020-01-13 11:30:00 -08:00
sysconfig.rst
syslog.rst
tabnanny.rst
tarfile.rst
telnetlib.rst bpo-37823: Fix open() link in telnetlib doc (GH-15281) 2019-08-21 04:38:25 -07:00
tempfile.rst bpo-26730: Fix SpooledTemporaryFile data corruption (GH-17400) 2019-11-28 14:23:58 +09:00
termios.rst
test.rst [3.7] bpo-37685: Fixed comparisons of datetime.timedelta and datetime.timezone. (GH-14996) (GH-15104) 2019-08-04 15:28:21 +03:00
text.rst
textwrap.rst bpo-30754: Document textwrap.dedent blank line behavior. (GH-14469) 2019-06-29 21:38:11 -07:00
threading.rst Fix Lock.locked() to remove extra bold highlighting (GH-18042) (#18044) 2020-01-17 15:00:47 -08:00
time.rst closes bpo-29275: Remove Y2K reference from time module docs (GH-17321) 2019-11-22 09:03:04 -08:00
timeit.rst
tk.rst
tkinter.rst bpo-37149: Replace dead link for online Tkinter reference (GH-14616) 2019-07-05 23:37:38 -07:00
tkinter.scrolledtext.rst
tkinter.tix.rst
tkinter.ttk.rst [3.7] bpo-38738: Fix formatting of True and False. (GH-17083) (GH-17128) 2019-11-12 20:07:20 +02:00
token.rst [3.7] bpo-38738: Fix formatting of True and False. (GH-17083) (GH-17128) 2019-11-12 20:07:20 +02:00
tokenize.rst bpo-36654: Add examples for using tokenize module programmatically (GH-12947) 2020-01-25 22:36:04 +03:00
trace.rst
traceback.rst
tracemalloc.rst
tty.rst
tulip_coro.dia
tulip_coro.png
turtle-star.pdf
turtle-star.png
turtle-star.ps
turtle.rst bpo-39392: Turtle overlap fill depends on OS (GH-18223) 2020-01-27 15:46:25 -08:00
types.rst
typing.rst bpo-28556: Remove another mention of metaclass of Generic in typing docs (GH-16743) 2019-10-13 09:58:59 -07:00
undoc.rst
unicodedata.rst bpo-36502: Update link to UAX GH-44, the Unicode doc on the UCD. (GH-15301) 2019-09-09 11:40:03 -07:00
unittest.mock-examples.rst
unittest.mock.rst [3.7] bpo-38738: Fix formatting of True and False. (GH-17083) (GH-17128) 2019-11-12 20:07:20 +02:00
unittest.rst Remove doc reference to unmaitained Nose package (GH-16849) 2019-10-19 12:29:20 -07:00
unix.rst
urllib.error.rst
urllib.parse.rst Correct the description of the 3.7 change in urllib.parse.quote (GH-17065) 2019-11-18 07:42:20 -08:00
urllib.request.rst Update the URL for the requests package (GH-17006) 2019-10-31 05:09:57 -07:00
urllib.robotparser.rst
urllib.rst
uu.rst
uuid.rst
venv.rst [3.7] bpo-38738: Fix formatting of True and False. (GH-17083) (GH-17128) 2019-11-12 20:07:20 +02:00
warnings.rst
wave.rst
weakref.rst bpo-38374: Remove weakref.ReferenceError from docs (GH-18452) 2020-02-10 23:01:23 -08:00
webbrowser.rst
windows.rst
winreg.rst [3.7] bpo-38600: NULL -> ``NULL``. (GH-17001) (GH-17004) 2019-10-30 22:45:14 +02:00
winsound.rst
wsgiref.rst [3.7] bpo-38738: Fix formatting of True and False. (GH-17083) (GH-17128) 2019-11-12 20:07:20 +02:00
xdrlib.rst
xml.dom.minidom.rst
xml.dom.pulldom.rst
xml.dom.rst [3.7] bpo-38738: Fix formatting of True and False. (GH-17083) (GH-17128) 2019-11-12 20:07:20 +02:00
xml.etree.elementtree.rst [3.7] bpo-38738: Fix formatting of True and False. (GH-17083) (GH-17128) 2019-11-12 20:07:20 +02:00
xml.rst
xml.sax.handler.rst
xml.sax.reader.rst
xml.sax.rst
xml.sax.utils.rst
xmlrpc.client.rst
xmlrpc.rst
xmlrpc.server.rst
zipapp.rst
zipfile.rst
zipimport.rst bpo-21063: Improve module synopsis for distutils (GH-17363) (#17381) 2019-11-26 12:02:24 -08:00
zlib.rst