This website requires JavaScript.
Explore
Help
Sign In
ada
/
cpython
Watch
0
Star
0
Fork
0
You've already forked cpython
mirror of
https://github.com/AdaCore/cpython.git
synced
2026-02-12 12:57:15 -08:00
Code
Issues
Packages
Projects
Releases
Wiki
Activity
Files
66a34d35e4c97da9840a29ba9fba76721021c463
cpython
/
Lib
/
tkinter
/
test
/
test_tkinter
History
Serhiy Storchaka
662db125cd
bpo-37685: Fixed __eq__, __lt__ etc implementations in some classes. (GH-14952)
...
They now return NotImplemented for unsupported type of the other operand.
2019-08-08 08:42:54 +03:00
..
__init__.py
…
test_font.py
bpo-37685: Fixed __eq__, __lt__ etc implementations in some classes. (GH-14952)
2019-08-08 08:42:54 +03:00
test_geometry_managers.py
…
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-29446: tkinter 'import *' only imports what it should (GH-14864)
2019-07-25 21:30:33 -04:00
test_text.py
…
test_variables.py
bpo-37685: Fixed __eq__, __lt__ etc implementations in some classes. (GH-14952)
2019-08-08 08:42:54 +03:00
test_widgets.py
bpo-34936: Fix TclError in tkinter.Spinbox.selection_element(). (GH-9760)
2018-10-18 22:28:31 +03:00