1. 28 Feb, 1997 1 commit
  2. 26 Feb, 1997 1 commit
  3. 25 Feb, 1997 1 commit
  4. 24 Feb, 1997 6 commits
  5. 23 Feb, 1997 1 commit
  6. 21 Feb, 1997 2 commits
  7. 20 Feb, 1997 8 commits
  8. 19 Feb, 1997 2 commits
  9. 18 Feb, 1997 9 commits
  10. 17 Feb, 1997 4 commits
  11. 15 Feb, 1997 1 commit
    • Guido van Rossum's avatar
      Require _tkinter -- don't attempt to import tkinter when _tkinter does · 9580609b
      Guido van Rossum authored
      not exist.  All 8 uses of tkinter are replaced with _tkinter.  Still
      create a variable tkinter though, because that is used by other
      modules importing Tkinter (e.g. tkinter.createfilehandler()).
      
      Also added a comment to the 'import _tkinter' line saying that if this
      fails, Python is not configured correctly.
      9580609b
  12. 14 Feb, 1997 4 commits