1. 1cbf206 SF bug #997050: Document, test, & check for non-string values in ConfigParser. Moved the new string-only restriction added in rev. 1.65 to the SafeConfigParser class, leaving existing ConfigParser & RawConfigParser behavior alone, and documented the conditions under which non-string values work. by David Goodger · 20 years ago
  2. 68a1abd SF bug #1017864: ConfigParser now correctly handles default keys, processing them with ``ConfigParser.optionxform`` when supplied, consistent with the handling of config file entries and runtime-set options. by David Goodger · 20 years ago
  3. 8290314 ConfigParser: by Fred Drake · 20 years ago
  4. abc086f ConfigParser: by Fred Drake · 20 years ago
  5. bc12b01 ConfigParser: by Fred Drake · 20 years ago
  6. 21d3a32 Combine the functionality of test_support.run_unittest() by Walter Dörwald · 21 years ago
  7. 5478219 Add a test that InterpolationError is constructed properly and raised by Fred Drake · 22 years ago
  8. 0eebd5c Implement a safer and more predictable interpolation approach. by Fred Drake · 22 years ago
  9. 98e3b29 Add tests for both raw and non-raw versions of the items() methods. by Fred Drake · 22 years ago
  10. c6f2891 Convert to PyUnit. by Fred Drake · 22 years ago
  11. 3af0eb8 Added (very) minimal tests of the RawConfigParser class. by Fred Drake · 22 years ago
  12. 176916a Allow internal whitespace in keys. by Fred Drake · 22 years ago
  13. 309db06 Added regression test for SF bug #561822: has_option() case sensitive. by Fred Drake · 22 years ago
  14. 408b6d3 Complete the absolute import patch for the test suite. All relative by Barry Warsaw · 22 years ago
  15. 863ac44 Whitespace normalization. by Tim Peters · 22 years ago
  16. 1bf7117 As part of fixing bug #523301, add a simple test of ConfigParser.write() by Andrew M. Kuchling · 22 years ago
  17. 168bead Added tests that check getboolean() with the newly allowed values from by Fred Drake · 23 years ago
  18. beb6713 When reading a continuation line, make sure we still use the transformed by Fred Drake · 23 years ago
  19. 3c823aa Make sure ConfigParser uses .optionxform() consistently; this affects by Fred Drake · 23 years ago
  20. cc1f951 Test section name using some strange characters, including a backslash by Fred Drake · 23 years ago
  21. 95b96d3 Added options that use square brackets in their names; this ensures that by Fred Drake · 24 years ago
  22. 3d5f7e8 Add test cases for ConfigParser.remove_option() behavior. This includes by Fred Drake · 24 years ago
  23. 004d5e6 Make reindent.py happy (convert everything to 4-space indents!). by Fred Drake · 24 years ago
  24. d391a34 Remove change that had not been saved when the output was generated; by Fred Drake · 24 years ago
  25. 8ef6767 Regression test for ConfigParser module. by Fred Drake · 24 years ago