bpo-34162: idlelib/NEWS.txt entries to 2018-7-20 (GH-8345) (GH-8347) · python/cpython@97c079c (original) (raw)

1

``

`-

What's New in IDLE 3.7.0 (since 3.6.0)

`

2

``

`-

Released on 2018-06-18?

`

``

1

`+

What's New in IDLE 3.7.1

`

``

2

`+

Released on 2018-07-31?

`

3

3

`======================================

`

4

4

``

5

5

``

``

6

`+

bpo-33975: Avoid small type when running htests.

`

``

7

`+

Since part of the purpose of human-viewed tests is to determine that

`

``

8

`+

widgets look right, it is important that they look the same for testing

`

``

9

`+

as when running IDLE.

`

``

10

+

``

11

`+

bpo-33905: Add test for idlelib.stackview.StackBrowser.

`

``

12

+

``

13

`+

bpo-33924: Change mainmenu.menudefs key 'windows' to 'window'.

`

``

14

`+

Every other menudef key is the lowercase version of the

`

``

15

`+

corresponding main menu entry (in this case, 'Window').

`

``

16

+

``

17

`+

bpo-33906: Rename idlelib.windows as window

`

``

18

`+

Match Window on the main menu and remove last plural module name.

`

``

19

`+

Change imports, test, and attribute references to match new name.

`

``

20

+

``

21

`+

bpo-33917: Fix and document idlelib/idle_test/template.py.

`

``

22

`+

The revised file compiles, runs, and tests OK. idle_test/README.txt

`

``

23

`+

explains how to use it to create new IDLE test files.

`

``

24

+

``

25

`+

bpo-33904: In rstrip module, rename class RstripExtension as Rstrip.

`

``

26

+

``

27

`+

bpo-33907: For consistency and clarity, rename calltip objects.

`

``

28

`+

Module calltips and its class CallTips are now calltip and Calltip.

`

``

29

`+

In module calltip_w, class CallTip is now CalltipWindow.

`

``

30

+

``

31

`+

bpo-33855: Minimally test all IDLE modules.

`

``

32

`+

Standardize the test file format. Add missing test files that import

`

``

33

`+

the tested module and perform at least one test. Check and record the

`

``

34

`+

coverage of each test.

`

``

35

+

``

36

`+

bpo-33856: Add 'help' to Shell's initial welcome message.

`

``

37

+

``

38

+

``

39

`+

What's New in IDLE 3.7.0 (since 3.6.0)

`

``

40

`+

Released on 2018-06-27

`

``

41

`+

======================================

`

``

42

+

6

43

`bpo-33656: On Windows, add API call saying that tk scales for DPI.

`

7

44

`On Windows 8.1+ or 10, with DPI compatibility properties of the Python

`

8

45

`binary unchanged, and a monitor resolution greater than 96 DPI, this

`