Issue1521369

classification
Title: pickle support
Type: Severity: normal
Components: None Versions:
Milestone:
process
Status: closed Resolution:
Dependencies: Superseder:
Assigned To: Nosy List: m_small
Priority: normal Keywords: patch

Created on 2006-07-12.18:05:24 by m_small, last changed 2006-07-20.00:24:32 by m_small.

Files
File name Uploaded Description Edit Remove
pickle.patch m_small, 2006-07-12.18:05:25 main patch
pickle-jt-tool.patch m_small, 2006-07-12.18:05:54 jt-tool patch
Messages
msg2523 (view) Author: Matt Small (m_small) Date: 2006-07-12.18:05:24
This patch adds pickle support.

The patch is in two sections; the first applies to the
jython source tree, the second to the jt-tools sandbox.

Also, I added and deleted some files from the Python
source tree.  Patch files don't handle this well;
here's what my svn status shows:

[migo] msmall:~/source/jython> ss
M      build.Lib.include.properties
D      Lib/inspect.py
D      Lib/pickle.py
A      Lib/opcode.py
D      Lib/copy.py
A      Lib/dis.py
M      src/org/python/core/PyInteger.java
M      src/org/python/core/PyString.java
M      src/org/python/core/PyObject.java
M      src/org/python/core/PyTuple.java
M      src/org/python/core/PyStringMap.java
M      src/org/python/core/PyComplex.java
M      src/org/python/core/PyList.java
M      src/org/python/modules/cPickle.java
M      src/org/python/modules/types.java
msg2524 (view) Author: Matt Small (m_small) Date: 2006-07-20.00:24:32
Logged In: YES 
user_id=1539426

Added, rev 2846.
History
Date User Action Args
2006-07-12 18:05:24m_smallcreate