24 Commits

Author SHA1 Message Date
Kangzhi Shi
e1ddbda4fc fix unittest test_array.test_buffer 2020-10-10 16:59:44 +09:00
Kangzhi Shi
3cdab86444 test_array remove @skip for successed test 2020-10-09 10:58:37 +02:00
Kangzhi Shi
fa3fd724ac Fix array extend and improve 2020-09-15 09:10:38 +02:00
Noah
bd92c7eea0 Merge pull request #2196 from qingshi163/dev_array_byteswap
Implement array byteswap()
2020-09-10 17:52:20 -05:00
Kangzhi Shi
1f756dbbf4 Implement array __copy__() and __deepcopy__() 2020-09-10 08:12:11 +02:00
Kangzhi Shi
4a1cda77f8 Implement array fromlist 2020-09-09 20:01:14 +02:00
Kangzhi Shi
78ab0a225a Implement array byteswap() 2020-09-09 12:03:53 +02:00
Kangzhi Shi
48909327db Fix array compare oparation 2020-09-06 13:53:20 +02:00
Steve Shi
05b7acc95f Merge branch 'master' into dev_array_del 2020-09-04 10:25:47 +02:00
Kangzhi Shi
a056e7b86a Remove comment 2020-09-02 11:40:25 +02:00
Kangzhi Shi
fa6b8208ec Implement array delitem by slice 2020-09-02 11:37:27 +02:00
Kangzhi Shi
2cd634f956 Implement array delitem 2020-09-02 08:41:35 +02:00
Kangzhi Shi
cbaa7e1c00 Implement array __imul__ 2020-08-31 21:04:00 +02:00
Kangzhi Shi
d332c1f5a2 Implement array __mul__ and __rmul__ 2020-08-31 20:40:03 +02:00
Kangzhi Shi
22be6c89c1 Implement array __iadd__ 2020-08-31 19:30:22 +02:00
Kangzhi Shi
0d014935f0 Implement array __add__ 2020-08-31 18:14:21 +02:00
Jeong YunWon
cc25db9551 Merge pull request #2170 from qingshi163/dev
Implement array setitem by slice
2020-09-01 00:20:57 +09:00
Kangzhi Shi
4d888e15c1 Remove expectedFailure from array test_repr 2020-08-30 21:27:37 +02:00
Kangzhi Shi
1922725af5 Implement array setitem by slice 2020-08-30 16:51:52 +02:00
Steve Shi
6073151965 Implement array getitem by slice 2020-08-29 00:30:09 +09:00
clemado1
123eefd87f Allow None parameter for remove, index, count method of array 2020-07-30 10:36:53 +09:00
Aviv Palivoda
25913a613f Remove expected failure from test_exhausted_iterator 2020-05-09 23:29:20 +03:00
Jeong YunWon
0b3281fba1 Disable broken array tests 2020-03-08 12:59:23 +09:00
CPython dev
37c81faab3 Lib/test/test_array.py from CPython 3.8.1 2020-03-08 12:59:23 +09:00