summaryrefslogtreecommitdiffstats
path: root/Modules/tkinter.h
Commit message (Collapse)AuthorAgeFilesLines
* Issue #16840. Turn off bignum support in tkinter with with Tcl earlier than ↵Serhiy Storchaka2015-04-211-7/+15
| | | | | | 8.5.8 (tclTomMath.h was broken) and non-final Tcl 8.6.
* Include tkinter.h only after including tk.h (or the equivalent for another ↵Guilherme Polo2009-04-051-1/+3
| | | | platform).
* Fixed issue #5122: Synchronize tk load failure check to prevent aGuilherme Polo2009-02-091-0/+25
potential deadlock.