Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Move the action of loading the configuration to the IdleConf module | Guido van Rossum | 2001-05-12 | 1 | -0/+1 |
| | | | | | | rather than the idle.py script. This has advantages and disadvantages; the biggest advantage being that we can more easily have an alternative main program. | ||||
* | Whitespace normalization. | Tim Peters | 2001-01-17 | 1 | -14/+13 |
| | |||||
* | rename the global IdleConfParser object from IdleConf to idleconf | Jeremy Hylton | 2000-03-07 | 1 | -16/+8 |
| | | | | | | standard usage is now from IdleConf import idleconf replace : with = in config.txt | ||||
* | 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 |
| | | | | before 1.6 is out so it has to be compatible with 1.5.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 |