1. 17 Feb, 1997 3 commits
  2. 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
  3. 14 Feb, 1997 31 commits
  4. 12 Feb, 1997 1 commit
  5. 11 Feb, 1997 1 commit
    • Guido van Rossum's avatar
      Merged in Jack's fixes. This brings some lines beyond 79 chars again; · 50b82e8e
      Guido van Rossum authored
      I'll clean that up later.  Also corrected a mistake introduced by the
      previous reformatting: an 'else' belonging to a 'for' was accidentally
      reindented to belong to the 'if' inside the 'for'.  Note that the
      module uses inconsistent indentation -- most code is indented with 8
      spaces, but some of the reformatted code uses 4 spaces.  I'll fix this
      later in the promised cleanup pass.
      50b82e8e
  6. 10 Feb, 1997 2 commits
  7. 03 Feb, 1997 1 commit