summaryrefslogtreecommitdiffstats
path: root/Lib/test/test_cfgparser.py
Commit message (Expand)AuthorAgeFilesLines
* SF patch# 1770008 by Christian Heimes (plus some extras).Guido van Rossum2007-08-091-5/+5
* Simplify various spots where: str() is called on somethingWalter Dörwald2007-06-111-7/+2
* Rip out all the u"..." literals and calls to unicode().Guido van Rossum2007-05-021-3/+3
* Merged revisions 53952-54987 via svnmerge fromGuido van Rossum2007-04-271-0/+12
* - PEP 3106: dict.iterkeys(), .iteritems(), .itervalues() are now gone;Guido van Rossum2007-02-111-8/+3
* Merged revisions 53538-53622 via svnmerge fromThomas Wouters2007-02-051-3/+3
* SF patch 1631942 by Collin Winter:Guido van Rossum2007-01-101-1/+1
* Four months of trunk changes (including a few releases...)Thomas Wouters2006-12-131-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