1. 19 Nov, 2008 3 commits
  2. 18 Nov, 2008 3 commits
  3. 16 Nov, 2008 5 commits
  4. 15 Nov, 2008 5 commits
  5. 14 Nov, 2008 4 commits
  6. 13 Nov, 2008 5 commits
  7. 12 Nov, 2008 1 commit
  8. 11 Nov, 2008 3 commits
  9. 06 Nov, 2008 4 commits
  10. 05 Nov, 2008 1 commit
  11. 04 Nov, 2008 2 commits
  12. 02 Nov, 2008 1 commit
  13. 01 Nov, 2008 3 commits
    • Chris McDonough's avatar
      Fix corner case NameError. · 2d5423b1
      Chris McDonough authored
      2d5423b1
    • Jim Fulton's avatar
      - FileStorage now provides optional garbage collection. A 'gc' · 5d71ba3f
      Jim Fulton authored
        keyword option can be passed to the pack method.  A false value
        prevents garbage collection.
      
      - The FileStorage constructor now provides a boolean pack_gc option,
        which defaults to True, to control whether garbage collection is
        performed when packing by default. This can be overridden with the
        gc option to the pack method.
      
      The ZConfig configuration for FileStorage now includes a pack-gc
        option, corresponding to the pack_gc constructor argument.
      
      - The FileStorage constructor now has a packer keyword argument that
        allows an alternative packer to be supplied.
      
      The ZConfig configuration for FileStorage now includes a packer
        option, corresponding to the packer constructor argument.
      5d71ba3f
    • Jim Fulton's avatar
      Fixed a bad raise in loadSerial. · 2eda1395
      Jim Fulton authored
      2eda1395