Staging
v0.5.1
https://github.com/python/cpython
Revision db222296871765d76dedb06cace8fa393678ae56 authored by Miss Islington (bot) on 04 June 2018, 16:13:43 UTC, committed by GitHub on 04 June 2018, 16:13:43 UTC

Previously, the mouse wheel and scrollbar slider moved text by a fixed
number of pixels, resulting in partial lines at the top of the editor
box. The change also applies to the shell and grep output windows,
but not to read-only text views.
(cherry picked from commit d49dbd9acc6db544ca6cb2445fe17eb0c3be4bba)

Co-authored-by: Cheryl Sabella <cheryl.sabella@gmail.com>
1 parent b8f2fb5
Raw File
Tip revision: db222296871765d76dedb06cace8fa393678ae56 authored by Miss Islington (bot) on 04 June 2018, 16:13:43 UTC
bpo-33664: Scroll IDLE editor text by lines (GH-7351)
Tip revision: db22229
.bzrignore
.purify
autom4te.cache
config.log
config.cache
config.status
config.status.lineno
db_home
Makefile
buildno
python
build
Makefile.pre
platform
pybuilddir.txt
pyconfig.h
libpython*.a
libpython*.so*
python.exe
python-gdb.py
reflog.txt
tags
TAGS
.gdb_history
Doc/tools/sphinx
Doc/tools/jinja
Doc/tools/jinja2
Doc/tools/pygments
Doc/tools/docutils
Misc/python.pc
Modules/Setup
Modules/Setup.config
Modules/Setup.local
Modules/config.c
Modules/ld_so_aix
Parser/pgen
Lib/test/data/*
Lib/lib2to3/Grammar*.pickle
Lib/lib2to3/PatternGrammar*.pickle
__pycache__
.coverage
coverage/*
htmlcov/*
back to top