1. 25 Oct, 2013 2 commits
    • Ned Deily's avatar
      Issue #15663: Tcl/Tk 8.5.15 is now included with the OS X 10.6+ · 7ac1593d
      Ned Deily authored
      64-bit/32-bit installer for 10.6+.  It is no longer necessary
      to install a third-party version of Tcl/Tk 8.5 to work around the
      problems in the Apple-supplied Tcl/Tk 8.5 shipped in OS X 10.6
      and later releases.
      7ac1593d
    • Ned Deily's avatar
      Issue #1584: Provide options to override default search paths for Tcl and Tk · b79da1cf
      Ned Deily authored
      when building _tkinter.  configure has two new options; if used, both must
      be specified:
      
        ./configure \
            --with-tcltk-includes="-I/opt/local/include" \
            --with-tcltk-libs="-L/opt/local/lib -ltcl8.5 -ltk8.5"
      
      In addition, the options can be overridden with make:
      
         make \
             TCLTK_INCLUDES="-I/opt/local/include" \
             TCLTK_LIBS="-L/opt/local/lib -ltcl8.6 -ltk8.6"
      b79da1cf
  2. 24 Oct, 2013 4 commits
  3. 23 Oct, 2013 5 commits
  4. 22 Oct, 2013 2 commits
  5. 21 Oct, 2013 2 commits
  6. 20 Oct, 2013 3 commits
  7. 19 Oct, 2013 6 commits
  8. 18 Oct, 2013 3 commits
  9. 17 Oct, 2013 3 commits
  10. 15 Oct, 2013 2 commits
  11. 14 Oct, 2013 6 commits
  12. 13 Oct, 2013 2 commits