1. 18 May, 2004 4 commits
    • Fred Drake's avatar
      ConfigParser: · 82903148
      Fred Drake authored
      - read() method returns a list of files parsed successfully
      - add tests, documentation
      (closes SF patch #677651)
      82903148
    • Fred Drake's avatar
      ConfigParser: · b4c60919
      Fred Drake authored
      - DuplicateSectionError is only raised by add_section()
      (closes SF bug #830449)
      b4c60919
    • Fred Drake's avatar
      ConfigParser: · abc086fb
      Fred Drake authored
      - don't allow setting options to non-string values; raise TypeError
        when the value is set, instead of raising an arbitrary exception
        later (such as when string interpolation is performed)
      - add tests, documentation
      (closes SF bug #810843)
      abc086fb
    • Fred Drake's avatar
      ConfigParser: · bc12b01d
      Fred Drake authored
      - ensure that option names in interpolations are handled by
        self.optionxform in the same way that other references to option
        names
      - add tests, documentation
      (closes SF bug #857881, patch #865455)
      bc12b01d
  2. 17 May, 2004 1 commit
  3. 16 May, 2004 1 commit
  4. 15 May, 2004 2 commits
  5. 14 May, 2004 1 commit
  6. 13 May, 2004 10 commits
  7. 12 May, 2004 8 commits
  8. 11 May, 2004 13 commits