1. 07 May, 1998 10 commits
  2. 06 May, 1998 23 commits
  3. 05 May, 1998 5 commits
  4. 02 May, 1998 1 commit
  5. 01 May, 1998 1 commit
    • Guido van Rossum's avatar
      Change the names of all methods in the Wm class: they are now · e365a590
      Guido van Rossum authored
      wm_title(), etc.  The old names (title() etc.) are still defined as
      aliases.
      
      This brings all methods up to use the same naming convention: whether
      the Tcl syntax is
      
         .window.path.name command subcommand [options]
      
      or
      
         command subcommand .window.path.name [optins]
      
      the Python equivalent is always
      
         windowobject.command_subcommand(options)
      e365a590