1. 19 May, 2004 2 commits
    • Andrew M. Kuchling's avatar
      Set data pointer to NULL after an error; this keeps the mmap_dealloc()... · 16581c86
      Andrew M. Kuchling authored
      Set data pointer to NULL after an error; this keeps the mmap_dealloc() function from trying to do msync(-1);munmap(-1).
      2.3 bugfix candidate, but this bug isn't critical enough that the fix has to go into 2.3.4
      16581c86
    • Raymond Hettinger's avatar
      SF patch #872326: Generator expression implementation · 354433a5
      Raymond Hettinger authored
      (Code contributed by Jiwon Seo.)
      
      The documentation portion of the patch is being re-worked and will be
      checked-in soon.  Likewise, PEP 289 will be updated to reflect Guido's
      rationale for the design decisions on binding behavior (as described in
      in his patch comments and in discussions on python-dev).
      
      The test file, test_genexps.py, is written in doctest format and is
      meant to exercise all aspects of the the patch.  Further additions are
      welcome from everyone.  Please stress test this new feature as much as
      possible before the alpha release.
      354433a5
  2. 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
  3. 17 May, 2004 1 commit
  4. 16 May, 2004 1 commit
  5. 15 May, 2004 2 commits
  6. 14 May, 2004 1 commit
  7. 13 May, 2004 10 commits
  8. 12 May, 2004 8 commits
  9. 11 May, 2004 9 commits