1. 655720e Issue #22777: Test pickling with all protocols. by Serhiy Storchaka · 11 years ago
  2. 1f70221 Issue #19572: More silently skipped tests explicitly skipped. by Zachary Ware · 12 years ago
  3. 631c258 Fixes #13760: picklability of ConfigParser exceptions by Łukasz Langa · 14 years ago
  4. 030aa35 Silence a couple of warnings. by Ezio Melotti · 14 years ago
  5. 3ea5224 Issue 12717: Fix-up an earlier backport in ConfigParser. by Raymond Hettinger · 14 years ago
  6. 2623a37 Merged revisions 86596 via svnmerge from by Ezio Melotti · 15 years ago
  7. a1e627d fix output from RawConfigParser.write and ConfigParser.write for None by Fred Drake · 15 years ago
  8. 0a1fa0e Issue #9551: Do not raise TypeError when setting the value to None for by Fred Drake · 15 years ago
  9. e4334b4 Fix #7113. Patch by Łukasz Langa. by Brian Curtin · 15 years ago
  10. cc43b56 - apply patch from issue 7005 - add corresponding documentation by Fred Drake · 15 years ago
  11. cd4a21b Fix more unbound locals in code paths that do not seem to be used. by Georg Brandl · 16 years ago
  12. aa98058 use assert[Not]In where appropriate by Ezio Melotti · 16 years ago
  13. 5c8da86 convert usage of fail* to assert* by Benjamin Peterson · 16 years ago
  14. 21cf5ee #5741: dont disallow double percent signs in SafeConfigParser.set() keys. by Georg Brandl · 16 years ago
  15. 3e4caeb Issue #5341: Fix a variety of spelling errors. by Mark Dickinson · 16 years ago
  16. 392c6fc ConfigParser renaming reversal part 3: move module into place and adapt imports. by Georg Brandl · 17 years ago
  17. e2514c6 Updated import statements to use the new `configparser` module name. by Alexandre Vassalotti · 17 years ago
  18. b12f0b5 Issue 1781. Now ConfigParser.add_section does not let you add a by Facundo Batista · 17 years ago
  19. 92a6bae Patch #1603688: ConfigParser.SafeConfigParser now checks values that by Georg Brandl · 18 years ago
  20. f733abb Whitespace normalization. by Tim Peters · 19 years ago
  21. a00bcac Patch #1371075: Make ConfigParser accept optional dict type by Martin v. Löwis · 19 years ago
  22. ab9b32c Whitespace normalization. by Tim Peters · 21 years ago
  23. 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 · 21 years ago
  24. 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 · 21 years ago
  25. 8290314 ConfigParser: by Fred Drake · 21 years ago
  26. abc086f ConfigParser: by Fred Drake · 21 years ago
  27. bc12b01 ConfigParser: by Fred Drake · 21 years ago
  28. 21d3a32 Combine the functionality of test_support.run_unittest() by Walter Dörwald · 22 years ago
  29. 5478219 Add a test that InterpolationError is constructed properly and raised by Fred Drake · 23 years ago
  30. 0eebd5c Implement a safer and more predictable interpolation approach. by Fred Drake · 23 years ago
  31. 98e3b29 Add tests for both raw and non-raw versions of the items() methods. by Fred Drake · 23 years ago
  32. c6f2891 Convert to PyUnit. by Fred Drake · 23 years ago
  33. 3af0eb8 Added (very) minimal tests of the RawConfigParser class. by Fred Drake · 23 years ago
  34. 176916a Allow internal whitespace in keys. by Fred Drake · 23 years ago
  35. 309db06 Added regression test for SF bug #561822: has_option() case sensitive. by Fred Drake · 23 years ago
  36. 408b6d3 Complete the absolute import patch for the test suite. All relative by Barry Warsaw · 23 years ago
  37. 863ac44 Whitespace normalization. by Tim Peters · 23 years ago
  38. 1bf7117 As part of fixing bug #523301, add a simple test of ConfigParser.write() by Andrew M. Kuchling · 23 years ago
  39. 168bead Added tests that check getboolean() with the newly allowed values from by Fred Drake · 24 years ago
  40. beb6713 When reading a continuation line, make sure we still use the transformed by Fred Drake · 24 years ago
  41. 3c823aa Make sure ConfigParser uses .optionxform() consistently; this affects by Fred Drake · 24 years ago
  42. cc1f951 Test section name using some strange characters, including a backslash by Fred Drake · 24 years ago
  43. 95b96d3 Added options that use square brackets in their names; this ensures that by Fred Drake · 24 years ago
  44. 3d5f7e8 Add test cases for ConfigParser.remove_option() behavior. This includes by Fred Drake · 25 years ago
  45. 004d5e6 Make reindent.py happy (convert everything to 4-space indents!). by Fred Drake · 25 years ago
  46. d391a34 Remove change that had not been saved when the output was generated; by Fred Drake · 25 years ago
  47. 8ef6767 Regression test for ConfigParser module. by Fred Drake · 25 years ago