summaryrefslogtreecommitdiffstats
path: root/Lib/test/test_cfgparser.py
Commit message (Expand)AuthorAgeFilesLines
* Add a test that InterpolationError is constructed properly and raisedFred Drake2002-12-311-2/+20
* Implement a safer and more predictable interpolation approach.Fred Drake2002-10-251-1/+16
* Add tests for both raw and non-raw versions of the items() methods.Fred Drake2002-10-251-0/+26
* Convert to PyUnit.Fred Drake2002-10-251-293/+263
* Added (very) minimal tests of the RawConfigParser class.Fred Drake2002-10-251-16/+35
* Allow internal whitespace in keys.Fred Drake2002-09-271-0/+6
* Added regression test for SF bug #561822: has_option() case sensitive.Fred Drake2002-09-271-0/+5
* 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