1. 24 Nov, 2001 2 commits
  2. 21 Nov, 2001 2 commits
  3. 20 Nov, 2001 2 commits
  4. 19 Nov, 2001 10 commits
  5. 18 Nov, 2001 7 commits
  6. 17 Nov, 2001 6 commits
  7. 16 Nov, 2001 9 commits
  8. 15 Nov, 2001 2 commits
    • Barry Warsaw's avatar
      A few minor updates to make it clear(er) that pickle should be used · 69b2d75f
      Barry Warsaw authored
      instead of marshal for object serialization.
      
      Fred, please proofread!
      69b2d75f
    • Barry Warsaw's avatar
      A change to sync with pickle.py: · 9b481ff3
      Barry Warsaw authored
      find_class(): We no longer mask all exceptions[1] by transforming them
      into SystemError.  The latter is definitely not the right thing to do,
      so we let any exceptions that occur in the PyObject_GetAttr() call to
      simply propagate up if they occur.
      
      [1] Note that pickle only masked ImportError, KeyError, and
      AttributeError, but cPickle masked all exceptions.
      9b481ff3