summaryrefslogtreecommitdiffstats
path: root/Lib/test/test_cfgparser.py
Commit message (Expand)AuthorAgeFilesLines
* Patch #1603688: ConfigParser.SafeConfigParser now checks values thatGeorg Brandl2007-03-131-0/+12
* Whitespace normalization.Tim Peters2007-01-301-3/+3
* Patch #1371075: Make ConfigParser accept optional dict typeMartin v. Löwis2006-12-031-1/+45
* Whitespace normalization.Tim Peters2004-10-031-1/+1
* SF bug #997050: Document, test, & check for non-string values in ConfigParser...David Goodger2004-10-031-12/+44
* SF bug #1017864: ConfigParser now correctly handles default keys, processing ...David Goodger2004-10-031-0/+10
* ConfigParser:Fred Drake2004-05-181-0/+21
* ConfigParser:Fred Drake2004-05-181-0/+31
* ConfigParser:Fred Drake2004-05-181-4/+4
* Combine the functionality of test_support.run_unittest()Walter Dörwald2003-05-011-5/+5
* 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