1. 19 Nov, 2008 2 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 4 commits
    • Chris McDonough's avatar
      Fix corner case NameError. · 0372b655
      Chris McDonough authored
      0372b655
    • Jim Fulton's avatar
      - FileStorage now provides optional garbage collection. A 'gc' · 30edc910
      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.
      30edc910
    • Jim Fulton's avatar
      Fixed a bad raise in loadSerial. · 211d1c1a
      Jim Fulton authored
      211d1c1a
    • Jim Fulton's avatar
      Use binary pickles to deal with new oids generated by demo storage. · a7a365fa
      Jim Fulton authored
      Added a new test class for testing packing without gc.
      
      Moved some useful tests to PackableStorage so they are run by storages
      without undo.
      a7a365fa