1. 21 May, 2004 2 commits
  2. 20 May, 2004 5 commits
  3. 19 May, 2004 6 commits
  4. 18 May, 2004 6 commits
    • Raymond Hettinger's avatar
      Make type check work with subclasses · 285cfcce
      Raymond Hettinger authored
      285cfcce
    • Fred Drake's avatar
      9f15b5c1
    • 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
  5. 17 May, 2004 1 commit
  6. 16 May, 2004 1 commit
  7. 15 May, 2004 2 commits
  8. 14 May, 2004 1 commit
  9. 13 May, 2004 10 commits
  10. 12 May, 2004 6 commits