bpo-33855: Minimally test all IDLE modules. (GH-7689)
Terry Jan Reedy authored
Create a template for minimally testing a tkinter-using module by importing it and instantiating its class(es).  Add a test file for all non-startup IDLE modules.  Edit existing files and update coverage.  This is part 1 of 3, covering the 21 autocomplete to help modules and touching 33 idlelib files.
ee5ef309
Name Last commit Last update
.github bpo-33807: Add Python 3.7 buildbot link to '.github/CONTRIBUTING.rst' (GH-7532)
.vsts Only upload docs for CI build and not pull requests (GH-6945)
Doc bpo-33854: Add PEP 461 title to 'See also' note (GH-7688)
Grammar bpo-30406: Make async and await proper keywords (#1669)
Include bpo-33818: PyExceptionClass_Name() will now return "const char *". (GH-7581)
Lib bpo-33855: Minimally test all IDLE modules. (GH-7689)
Mac Update macOS installer Welcome and ReadMe files for 3.7.0. (GH-7653)
Misc bpo-33855: Minimally test all IDLE modules. (GH-7689)
Modules bpo-33824, bpo-32030: Fix pymain_read_conf() (GH-7712)
Objects bpo-33818: PyExceptionClass_Name() will now return "const char *". (GH-7581)
PC bpo-33738: Fix macros which contradict PEP 384 (GH-7477)
PCbuild bro-33614: Override exit code in find_msbuild.bat (GH-7169)
Parser bpo-33677: Fix signatures of tp_clear handlers for AST and deque. (GH-7196)
Programs bpo-33182: Fix pointer types in _testembed (GH-6310)
Python bpo-33818: PyExceptionClass_Name() will now return "const char *". (GH-7581)
Tools bpo-32962: python-gdb catchs UnicodeDecodeError (GH-7693)
m4 bpo-32598: Use autoconf to detect usable OpenSSL (#5242)
.gitattributes gitattribute: Mark generated files (GH-7619)
.gitignore Add mypy cache to gitignore (GH-6614)
.travis.yml travis: Fix macOS build (GH-7250)
LICENSE advance copyright years to 2018 (#5094)
Makefile.pre.in Enable the verbose build for extension modules with GNU make (#6659)
README.rst bpo-33791: Update README for macOS users (GH-7471)
aclocal.m4 closes bpo-33619: Fix libffi detection by regenerating ./configure (GH-7075)
config.guess bpo-33393: Update config.guess and config.sub files (#6658)
config.sub
configure
configure.ac
install-sh
pyconfig.h.in
setup.py