cpython/Lib/tkinter/test/test_tkinter
Miss Islington (bot) dc191245d8
bpo-13153: Use OS native encoding for converting between Python and Tcl. (GH-16545)
On Windows use UTF-16 (or UTF-32 for 32-bit Tcl_UniChar) with the
"surrogatepass" error handler for converting to/from Tcl Unicode objects.

On Linux use UTF-8 with the "surrogateescape" error handler for converting
to/from Tcl String objects.

Converting strings from Tcl to Python and back now never fails
(except MemoryError).
(cherry picked from commit 06cb94bc84)

Co-authored-by: Serhiy Storchaka <storchaka@gmail.com>
2019-10-04 03:28:54 -07:00
..
__init__.py
test_font.py bpo-30310: Add a test for non-ascii font family. (#1567) (#1832) 2017-05-27 17:01:31 +03:00
test_geometry_managers.py Issue #26177: Fixed the keys() method for Canvas and Scrollbar widgets. 2016-03-09 10:33:51 +02:00
test_images.py bpo-25451: Add transparency methods to tkinter.PhotoImage. (GH-10406) 2019-04-05 13:17:13 +03:00
test_loadtk.py
test_misc.py bpo-13153: Use OS native encoding for converting between Python and Tcl. (GH-16545) 2019-10-04 03:28:54 -07:00
test_text.py
test_variables.py Issue #27939: Fixed bugs in tkinter.ttk.LabeledScale and tkinter.Scale caused 2016-10-30 18:52:02 +02:00
test_widgets.py bpo-34936: Fix TclError in tkinter.Spinbox.selection_element(). (GH-9760) 2018-10-18 22:28:31 +03:00