Commit message (Expand) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | As part of fixing bug #523301, add a simple test of ConfigParser.write() | Andrew M. Kuchling | 2002-03-08 | 1 | -0/+1 |
* | Added tests that check getboolean() with the newly allowed values from | Fred Drake | 2001-10-08 | 1 | -0/+1 |
* | Make sure ConfigParser uses .optionxform() consistently; this affects | Fred Drake | 2001-02-26 | 1 | -0/+1 |
* | Added options that use square brackets in their names; this ensures that | Fred Drake | 2001-02-12 | 1 | -46/+1 |
* | Show '\011', '\012', and '\015' as '\t', '\n', '\r' in strings. | Ka-Ping Yee | 2001-01-24 | 1 | -6/+6 |
* | Regression test for ConfigParser module. | Fred Drake | 2000-09-27 | 1 | -0/+51 |