File tree Expand file tree Collapse file tree 1 file changed +7
-9
lines changed
Expand file tree Collapse file tree 1 file changed +7
-9
lines changed Original file line number Diff line number Diff line change @@ -3,16 +3,14 @@ History:
33<see Git checking messages for history>
44
558.0.0 2023/0x/xx
6- - the whole source code was migrated to PEP 570 (Python Positional-Only Parameters )
6+ - the whole source code was migrated to PEP 570 (Python positional-only parameters )
77 - removed support for Python 3.7
8- - Linux: reset X server error handler on exit to prevent issues with Tk/Tkinter (#235)
9- - Linux: added mouse support (#232)
10- - Linux: refactored how internal handles are stored to fix issues with multiple X servers, and TKinter.
11- No more side effects, and when leaving the context manager, resources are all freed (#224, #234)
12- - ci: added PyPy 3.9 (#226)
13- - dev: removed pre-commit (#226)
14- - tests: removed tox (#226)
15- - tests: improved coverage (#234)
8+ - Linux: added mouse support (related to #55)
9+ - Linux: reset the X server error handler on exit to prevent issues with Tk/Tkinter (fixes #220)
10+ - Linux: added mouse support (related to #55)
11+ - Linux: refactored how internal handles are stored to fix issues with multiple X servers (fixes #210)
12+ - Linux: removed side effects when leaving the context manager, resources are all freed (fixes #210)
13+ - tests: added PyPy 3.9, removed tox, and improved GNU/Linux coverage
1614
17157.0.1 2022/10/27
1816 - fixed the wheel package
You can’t perform that action at this time.
0 commit comments