1. 19 Jan, 2005 3 commits
    • Fred Drake's avatar
      fix a bunch of spelling errors · 6aa8bcfe
      Fred Drake authored
      (closes SF patch #1104868)
      6aa8bcfe
    • Fred Drake's avatar
      remove spurious line from widget variables example · 74bad4c3
      Fred Drake authored
      (closes SF patch #1094815)
      74bad4c3
    • Kurt B. Kaiser's avatar
      1. Polish tabbing code. · 3083a719
      Kurt B. Kaiser authored
      2. Restore use of set_indentation_params(), was dead code since
         Autoindent.py was merged into EditorWindow.py.
      3. Make usetabs, indentwidth, tabwidth, context_use_ps1 instance vars
         and set in EditorWindow.__init__()
      4. In PyShell.__init__() set usetabs, indentwidth and context_use_ps1
         explicitly (config() is eliminated).
      5. Add Tabnanny check when Module is Run/F5, not just when Checked.
      6. Discourage using an indent width other than 8 when using tabs to
         indent Python code.
      
      M EditorWindow.py
      M NEWS.txt
      M PyShell.py
      M ScriptBinding.py
      3083a719
  2. 18 Jan, 2005 4 commits
  3. 17 Jan, 2005 2 commits
  4. 16 Jan, 2005 8 commits
  5. 13 Jan, 2005 5 commits
  6. 12 Jan, 2005 12 commits
  7. 11 Jan, 2005 6 commits