summaryrefslogtreecommitdiffstats
path: root/Tools/idle/IdleConf.py
Commit message (Expand)AuthorAgeFilesLines
* Get rid of old IDLE. Lib/idlelib rules!Guido van Rossum2003-06-141-113/+0
* Add back files that were accidentally deleted on the trunk rather thanGuido van Rossum2003-04-291-0/+113
* Checking in IDLEFORK exactly as it appears in the idlefork CVS.Guido van Rossum2003-04-291-113/+0
* Move the action of loading the configuration to the IdleConf moduleGuido van Rossum2001-05-121-0/+1
* Whitespace normalization.Tim Peters2001-01-171-14/+13
* 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