summaryrefslogtreecommitdiffstats
path: root/Lib/test/test_cfgparser.py
Commit message (Expand)AuthorAgeFilesLines
* Complete the absolute import patch for the test suite. All relativeBarry Warsaw2002-07-301-1/+1
* Whitespace normalization.Tim Peters2002-04-161-1/+1
* As part of fixing bug #523301, add a simple test of ConfigParser.write()Andrew M. Kuchling2002-03-081-0/+29
* Added tests that check getboolean() with the newly allowed values fromFred Drake2001-10-081-0/+37
* When reading a continuation line, make sure we still use the transformedFred Drake2001-07-061-0/+7
* Make sure ConfigParser uses .optionxform() consistently; this affectsFred Drake2001-02-261-0/+24
* Test section name using some strange characters, including a backslashFred Drake2001-02-141-2/+7
* Added options that use square brackets in their names; this ensures thatFred Drake2001-02-121-43/+49
* Add test cases for ConfigParser.remove_option() behavior. This includesFred Drake2000-12-041-0/+24
* Make reindent.py happy (convert everything to 4-space indents!).Fred Drake2000-10-231-1/+1
* Remove change that had not been saved when the output was generated;Fred Drake2000-09-281-3/+0
* Regression test for ConfigParser module.Fred Drake2000-09-271-0/+144