summaryrefslogtreecommitdiff
path: root/Lib/idlelib/CodeContext.py
Commit message (Expand)AuthorAgeFilesLines
* Merged revisions 79576-79578 via svnmerge fromEzio Melotti2010-08-021-1/+1
* Tkinter rename reversal: remove tkinter package, adapt imports and docs.Georg Brandl2008-05-201-3/+3
* Tkinter rename, step 2: fix imports and add stub modules.Georg Brandl2008-05-161-3/+3
* Updated patch (CodeContext.061217.patch) toKurt B. Kaiser2007-02-061-53/+19
* Whitespace normalization.Tim Peters2007-01-301-2/+2
* Patch #1362975: Rework CodeContext indentation algorithm toMartin v. Löwis2006-11-221-17/+60
* The 'with' statement is now a Code Context block openerKurt B. Kaiser2006-08-161-1/+1
* Remove usage of sets module (patch #1500609).Georg Brandl2006-07-171-2/+1
* Incorporate Tal Einat's comment on Patch 936169: Fixes alignment problem.Kurt B. Kaiser2005-10-031-4/+11
* Tweak CodeContext.py docstrings, comments, and names.Kurt B. Kaiser2005-10-031-51/+57
* Increased performance in CodeContext extension Patch 936169 Noam RaphaelKurt B. Kaiser2005-10-021-27/+43
* Noam Raphel: Further developemt of CodeContext feature.Kurt B. Kaiser2004-06-061-10/+10
* Fix a bug I introduced which causes all block openers at an indent levelKurt B. Kaiser2004-04-261-1/+1
* 1. Add an Options menu entry: Code ContextKurt B. Kaiser2004-04-241-17/+29
* - New Extension: CodeContext. Provides block structuring hints for codeKurt B. Kaiser2004-04-211-0/+127