1. 05 Oct, 1997 2 commits
  2. 04 Oct, 1997 3 commits
  3. 03 Oct, 1997 4 commits
  4. 02 Oct, 1997 2 commits
  5. 01 Oct, 1997 5 commits
  6. 30 Sep, 1997 9 commits
  7. 29 Sep, 1997 14 commits
  8. 28 Sep, 1997 1 commit
    • Guido van Rossum's avatar
      Add an optional hack for threads in Tkinter. · 031b30f1
      Guido van Rossum authored
      This one works!  However it requires using a modified version of
      tclNotify.c (provided), which requires access to the Tcl source
      to compile it.  In order to enable this hack, add the following
      to the Setup line for _tkinter:
         tclNotify.c -DHAVE_PYTCL_WAITUNTILEVENT -I$(TCL)/generic
      where TCL points to the source tree of Tcl 8.0.  Other versions
      of Tcl are not supported.
      
      The tclNotify.c file is copyrighted by Sun Microsystems; the
      licensing terms are in the file license.terms.  According to this
      file, no further permission to distribute this is required,
      provided the file license.terms is included.  Hence, I am checking
      that in, too.
      031b30f1