- 07 Dec, 1997 1 commit
-
-
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.
-
- 05 Dec, 1997 15 commits
-
-
Jim Fulton authored
-
Jim Fulton authored
-
Jim Fulton authored
-
Jim Fulton authored
-
Jim Fulton authored
-
Jim Fulton authored
-
- 04 Dec, 1997 6 commits
-
-
Jim Fulton authored
-
Jim Fulton authored
-
Jim Fulton authored
-
Jim Fulton authored
Added rexec support. Added new machinery to avoid calling instance constructors if no __getinitargs__.
- 03 Dec, 1997 2 commits
-
-
Jim Fulton authored
-
Jim Fulton authored
Later we should allow multiple values for the same name.
-
- 02 Dec, 1997 11 commits
-
-
Jim Fulton authored
-
Jim Fulton authored
-
Jim Fulton authored
-
Jeffrey Shell authored
-
Jim Fulton authored
-
Jeffrey Shell authored
-
Jim Fulton authored
-
Jim Fulton authored
-
Jim Fulton authored
for finding subobjects. Also added fallback tpId fallback code to tpValuesIds.
-
Jim Fulton authored
-
Jim Fulton authored
-
- 01 Dec, 1997 2 commits
-
-
Jim Fulton authored
out COLSPAN="1".
-
Jeffrey Shell authored
-
- 27 Nov, 1997 1 commit
-
-
Jim Fulton authored
-
- 26 Nov, 1997 2 commits
-
-
Paul Everitt authored
-
Jim Fulton authored
-