Commit message (Expand) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | rename the global IdleConfParser object from IdleConf to idleconf | Jeremy Hylton | 2000-03-07 | 1 | -16/+8 |
* | In getdef(), don't die when the section doesn't exist. | Guido van Rossum | 2000-03-06 | 1 | -2/+2 |
* | Don't use 1.6-isms (s.startswith()) -- we want to distribute this | Guido van Rossum | 2000-03-06 | 1 | -2/+2 |
* | default to cwd if os.environ['HOME'] does not exist | Jeremy Hylton | 2000-03-03 | 1 | -2/+6 |
* | a ConfigParser for idle and three configuration files | Jeremy Hylton | 2000-03-03 | 1 | -0/+117 |