Issue1162702

classification
Title: PyArray enhancements for 2.2 (mutability mostly)
Type: Severity: normal
Components: None Versions:
Milestone:
process
Status: closed Resolution:
Dependencies: Superseder:
Assigned To: bzimmer Nosy List: bzimmer, cupdike
Priority: normal Keywords: patch

Created on 2005-03-14.01:22:13 by cupdike, last changed 2005-04-14.03:51:39 by bzimmer.

Files
File name Uploaded Description Edit Remove
patch_PyArray22.txt cupdike, 2005-03-14.01:22:13 Patch for 5 files
Messages
msg2432 (view) Author: Clark Updike (cupdike) Date: 2005-03-14.01:22:13
Modified files (4): PyArray, PySequence, jarray,
test_jarray
New files (1): org.python.core.ArrayHelper

First cut at cpython 2.2 implementation.  Many new
features 
implemented including:
typecode, append, count, extend, index, insert, pop,
remove, reverse

Still outstanding:
itemsize, buffer_info, byteswap, fromfile, fromlist,
fromstring,
tofile, tolist, tostring
(somewhich may not make sense in jython).

test_jarray is now a merged version of the cpython2.2
test and 
the jython 2.1 test with features not yet implemented 
commented out.

Please check your unit tests before and after to make sure
I didn't break anything (I didn't have a baseline to
compare to).
msg2433 (view) Author: Brian Zimmer (bzimmer) Date: 2005-04-14.03:51:39
Logged In: YES 
user_id=37674

The patch has been applied.  I decided to rename the class
ArrayHelper to AbstractArray.  I also added the 'typecode'
attribute and added some PyIgnoreMethodTag throws clauses.
History
Date User Action Args
2005-03-14 01:22:13cupdikecreate