Files
cpython/Lib
Kurt B. Kaiser 6af4498602 1. Polish tabbing code.
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
2005-01-19 00:22:59 +00:00
..
2004-11-08 12:17:34 +00:00
2004-12-29 13:11:10 +00:00
2005-01-19 00:22:59 +00:00
2005-01-07 16:01:32 +00:00
2005-01-16 00:25:31 +00:00
2004-11-25 12:23:23 +00:00
2004-08-31 11:38:12 +00:00
2004-09-01 13:10:32 +00:00
2004-10-17 16:23:52 +00:00
2004-12-18 19:07:19 +00:00
2004-08-31 11:38:12 +00:00
2004-12-31 19:15:26 +00:00
2005-01-08 13:13:19 +00:00
2004-08-30 13:39:50 +00:00
2004-12-31 19:15:26 +00:00
2005-01-16 08:40:58 +00:00
2005-01-10 16:48:37 +00:00
2005-01-03 07:33:16 +00:00
2004-08-31 13:31:42 +00:00
2004-12-17 13:52:20 +00:00
2005-01-08 12:31:29 +00:00
2004-12-31 19:15:26 +00:00
2005-01-16 00:16:11 +00:00
2005-01-03 07:14:12 +00:00
2004-12-31 19:15:26 +00:00
2005-01-16 00:16:11 +00:00
2004-12-29 15:28:09 +00:00
2004-08-31 11:38:12 +00:00
2004-11-06 00:31:51 +00:00