summaryrefslogtreecommitdiffstats
path: root/Tools/idle/IdleConf.py
Commit message (Expand)AuthorAgeFilesLines
* rename the global IdleConfParser object from IdleConf to idleconfJeremy Hylton2000-03-071-16/+8
* In getdef(), don't die when the section doesn't exist.Guido van Rossum2000-03-061-2/+2
* Don't use 1.6-isms (s.startswith()) -- we want to distribute thisGuido van Rossum2000-03-061-2/+2
* default to cwd if os.environ['HOME'] does not existJeremy Hylton2000-03-031-2/+6
* a ConfigParser for idle and three configuration filesJeremy Hylton2000-03-031-0/+117