1. 07 Dec, 1997 3 commits
    • Jim Fulton's avatar
      Checked in Guido's changes. · 97879473
      Jim Fulton authored
      97879473
    • Jim Fulton's avatar
      Removed pickle.py from the distribution. · 2759e013
      Jim Fulton authored
      2759e013
    • Jim Fulton's avatar
      - Loading non-binary string pickles checks for insecure · 828bb643
      Jim Fulton authored
      	  strings. This is needed because cPickle (still) uses
      	  a restricted eval to parse non-binary string pickles.
      	  This change is needed to prevent pickles like::
      
      	    "S'hello world'*2000000\012p0\012."
      
      	  from hosing an application.
      
      	- User-defined types can now support unpickling without
      	  executing a constructor.
      
      	  The second value returned from '__reduce__' can now be None,
                rather than an argument tuple.  On unpickling, if the
      	  second value returned from '__reduce__' during pickling was
      	  None, then rather than calling the first value returned from
                '__reduce__', directly, the '__basicnew__' method of the
                first value returned from '__reduce__' is called without
      	  arguments.
      828bb643
  2. 05 Dec, 1997 15 commits
  3. 04 Dec, 1997 6 commits
  4. 03 Dec, 1997 2 commits
  5. 02 Dec, 1997 11 commits
  6. 01 Dec, 1997 2 commits
  7. 27 Nov, 1997 1 commit