]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
bpo-17535: IDLE editor line numbers (GH-14030)
authorMiss Islington (bot) <31488909+miss-islington@users.noreply.github.com>
Tue, 23 Jul 2019 13:04:13 +0000 (06:04 -0700)
committerGitHub <noreply@github.com>
Tue, 23 Jul 2019 13:04:13 +0000 (06:04 -0700)
commit1da6a313ddaa269dddce303cb03ca95fe57d0c85
treef3158441e027be592b58fe80e30c391600d69bcd
parentbf8e82f976b37856c7d35cdf88a238cb6f57fe65
bpo-17535: IDLE editor line numbers (GH-14030)

(cherry picked from commit 7123ea009b0b004062d91f69859bddf422c34ab4)

Co-authored-by: Tal Einat <taleinat@gmail.com>
18 files changed:
Doc/library/idle.rst
Doc/whatsnew/3.7.rst
Doc/whatsnew/3.8.rst
Lib/idlelib/codecontext.py
Lib/idlelib/config-highlight.def
Lib/idlelib/config-main.def
Lib/idlelib/config.py
Lib/idlelib/configdialog.py
Lib/idlelib/editor.py
Lib/idlelib/help.html
Lib/idlelib/idle_test/htest.py
Lib/idlelib/idle_test/test_codecontext.py
Lib/idlelib/idle_test/test_sidebar.py [new file with mode: 0644]
Lib/idlelib/mainmenu.py
Lib/idlelib/outwin.py
Lib/idlelib/pyshell.py
Lib/idlelib/sidebar.py [new file with mode: 0644]
Misc/NEWS.d/next/IDLE/2019-06-13-01-07-20.bpo-17535.K8i2St.rst [new file with mode: 0644]