| Commit message (Collapse) | Author | Age | Files | Lines | ||
|---|---|---|---|---|---|---|
| ... | ||||||
| * | Add tests for both raw and non-raw versions of the items() methods. | Fred Drake | 2002-10-25 | 1 | -0/+26 | |
| | | ||||||
| * | Convert to PyUnit. | Fred Drake | 2002-10-25 | 1 | -293/+263 | |
| | | ||||||
| * | Added (very) minimal tests of the RawConfigParser class. | Fred Drake | 2002-10-25 | 1 | -16/+35 | |
| | | | | | | Moved the write() test to near the end of the file since it screws up font-lock. ;-( | |||||
| * | Allow internal whitespace in keys. | Fred Drake | 2002-09-27 | 1 | -0/+6 | |
| | | | | | Closes SF bug #583248; backporting to r22-maint branch. | |||||
| * | Added regression test for SF bug #561822: has_option() case sensitive. | Fred Drake | 2002-09-27 | 1 | -0/+5 | |
| | | ||||||
| * | Complete the absolute import patch for the test suite. All relative | Barry Warsaw | 2002-07-30 | 1 | -1/+1 | |
| | | | | | | | | | imports of test modules now import from the test package. Other related oddities are also fixed (like DeprecationWarning filters that weren't specifying the full import part, etc.). Also did a general code cleanup to remove all "from test.test_support import *"'s. Other from...import *'s weren't changed. | |||||
| * | Whitespace normalization. | Tim Peters | 2002-04-16 | 1 | -1/+1 | |
| | | ||||||
| * | As part of fixing bug #523301, add a simple test of ConfigParser.write() | Andrew M. Kuchling | 2002-03-08 | 1 | -0/+29 | |
| | | ||||||
| * | Added tests that check getboolean() with the newly allowed values from | Fred Drake | 2001-10-08 | 1 | -0/+37 | |
| | | | | | SF patch #467580. | |||||
| * | When reading a continuation line, make sure we still use the transformed | Fred Drake | 2001-07-06 | 1 | -0/+7 | |
| | | | | | | | | name when filling in the internal data structures, otherwise we incorrectly raise a KeyError. This fixes SF bug #432369. | |||||
| * | Make sure ConfigParser uses .optionxform() consistently; this affects | Fred Drake | 2001-02-26 | 1 | -0/+24 | |
| | | | | | | | .has_option(), .remove_option(), and .set(). This closes SF tracker #232913. | |||||
| * | Test section name using some strange characters, including a backslash | Fred Drake | 2001-02-14 | 1 | -2/+7 | |
| | | | | | (SF bug #132288). | |||||
| * | Added options that use square brackets in their names; this ensures that | Fred Drake | 2001-02-12 | 1 | -43/+49 | |
| | | | | | | | | | GNOME-style internationalized options can be parsed using ConfigParser (SF bug #131635). Converted the tests to use test_support.verify() instead of output comparison to work. | |||||
| * | Add test cases for ConfigParser.remove_option() behavior. This includes | Fred Drake | 2000-12-04 | 1 | -0/+24 | |
| | | | | | coverage to ensure bug #124324 does not re-surface. | |||||
| * | Make reindent.py happy (convert everything to 4-space indents!). | Fred Drake | 2000-10-23 | 1 | -1/+1 | |
| | | ||||||
| * | Remove change that had not been saved when the output was generated; | Fred Drake | 2000-09-28 | 1 | -3/+0 | |
| | | | | | | not terribly useful. Reported by Mark Favas <Mark.Favas@per.dem.csiro.au>. | |||||
| * | Regression test for ConfigParser module. | Fred Drake | 2000-09-27 | 1 | -0/+144 | |
