1. 11 Jun, 1999 5 commits
    • Barry Warsaw's avatar
      Two extra startswith tests · 122473fc
      Barry Warsaw authored
      122473fc
    • Barry Warsaw's avatar
      Harness can now test object methods directly, if they aren't available · 8a9514a6
      Barry Warsaw authored
      in the string module.
      
      Add a bunch of new tests for extended startswith/endswith arguments.
      8a9514a6
    • Guido van Rossum's avatar
      Tim Peters smart.patch: · 13205609
      Guido van Rossum authored
      EditorWindow.py:
      
      + Added get_tabwidth & set_tabwidth "virtual text" methods, that get/set the
      widget's view of what a tab means.
      
      + Moved TK_TABWIDTH_DEFAULT here from AutoIndent.
      
      + Renamed Mark's get_selection_index to get_selection_indices (sorry, Mark,
      but the name was plain wrong <wink>).
      
      FormatParagraph.py:  renamed use of get_selection_index.
      
      AutoIndent.py:
      
      + Moved TK_TABWIDTH_DEFAULT to EditorWindow.
      
      + Rewrote set_indentation_params to use new VTW get/set_tabwidth methods.
      
      + Changed smart_backspace_event to delete whitespace back to closest
      preceding virtual tab stop or real character (note that this may require
      inserting characters if backspacing over a tab!).
      
      + Nuked almost references to the selection tag, in favor of using
      get_selection_indices.  The sole exception is in set_region, for which no
      "set_selection" abstraction has yet been agreed upon.
      
      + Had too much fun using the spiffy new features of the format-paragraph
      cmd.
      13205609
    • Fred Drake's avatar
      Last night's scribbles: · 5eb992be
      Fred Drake authored
      - Revise abstract based on Guido's comments from way back.
      - Point out that LaTeX is a structured system & we're using it that
        way.
      - Add a small section on marking up code examples.
      5eb992be
    • Guido van Rossum's avatar
      Mark Hammond: patch for Windows/CE. · 18df5d47
      Guido van Rossum authored
      18df5d47
  2. 10 Jun, 1999 20 commits
  3. 09 Jun, 1999 14 commits
  4. 08 Jun, 1999 1 commit