An error occurred fetching the project authors.
  1. 01 May, 2003 1 commit
  2. 21 Feb, 2003 1 commit
    • Tim Peters's avatar
      SF bug 690622: test_cpickle overflows stack on MacOS9. · 7107a7fb
      Tim Peters authored
      test_nonrecursive_deep():  Reduced nesting depth to 60.
      
      Not a bugfix candidate.  2.3 increased the number of stack frames
      needed to pickle a list (in order to get implement the "list
      batching" unpickling memory optimization new in 2.3).
      7107a7fb
  3. 28 Jan, 2003 1 commit
  4. 23 Jul, 2002 1 commit
    • Barry Warsaw's avatar
      Get rid of relative imports in all unittests. Now anything that · 04f357cf
      Barry Warsaw authored
      imports e.g. test_support must do so using an absolute package name
      such as "import test.test_support" or "from test import test_support".
      
      This also updates the README in Lib/test, and gets rid of the
      duplicate data dirctory in Lib/test/data (replaced by
      Lib/email/test/data).
      
      Now Tim and Jack can have at it. :)
      04f357cf
  5. 21 Dec, 2001 1 commit
  6. 19 Dec, 2001 1 commit
  7. 18 Oct, 2001 1 commit
  8. 15 Oct, 2001 1 commit
  9. 22 Jan, 2001 1 commit
  10. 15 Sep, 2000 1 commit
    • Jeremy Hylton's avatar
      Fix Bug #114293: · be467e5c
      Jeremy Hylton authored
          Strings are unpickled by calling eval on the string's repr. This
          change makes pickle work like cPickle; it checks if the pickled
          string is safe to eval and raises ValueError if it is not.
      
      test suite modifications:
          Verify that pickle catches a variety of insecure string pickles
          Make test_pickle and test_cpickle use exactly the same test suite
          Add test for pickling recursive object
      be467e5c
  11. 21 Apr, 2000 1 commit
    • Guido van Rossum's avatar
      Charles Waldman writes: · 84219682
      Guido van Rossum authored
      """
      In the course of debugging this I also saw that cPickle is
      inconsistent with pickle - if you attempt a pickle.load or pickle.dump
      on a closed file, you get a ValueError, whereas the corresponding
      cPickle operations give an IOError.  Since cPickle is advertised as
      being compatible with pickle, I changed these exceptions to match.
      """
      84219682
  12. 13 Jul, 1999 1 commit
  13. 01 Apr, 1999 1 commit
    • Guido van Rossum's avatar
      Jonathan Giddy write: · 8ff764f1
      Guido van Rossum authored
      In test_cpickle.py, the module os got imported, but the line to remove
      the temp file has gone missing.
      8ff764f1
  14. 29 Mar, 1999 1 commit
  15. 25 Mar, 1999 1 commit