]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
[3.7] bpo-17535: IDLE editor line numbers (GH-14030) 14918/head
authorTal Einat <taleinat@gmail.com>
Tue, 23 Jul 2019 13:27:04 +0000 (16:27 +0300)
committerGitHub <noreply@github.com>
Tue, 23 Jul 2019 13:27:04 +0000 (16:27 +0300)
commite9ec1663d8fa0b3829add14e784107482af8dacb
tree7d579aa229b086796d917bf441982f32c5835acd
parent28815e0e2c904644660d29995cdfbb65f67e4a1d
[3.7] bpo-17535: IDLE editor line numbers (GH-14030)

(cherry picked from commit 7123ea009b0b004062d91f69859bddf422c34ab4)
17 files changed:
Doc/library/idle.rst
Doc/whatsnew/3.7.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]