15 Commits

Author SHA1 Message Date
Kangzhi Shi
44048f60cb Implement memoryview cast 2020-12-27 19:03:05 +02:00
hyperbora
928fbcda50 fix memoryview compare 2020-12-07 21:58:54 +09:00
Jeong YunWon
b230045677 Merge pull request #2299 from qingshi163/memoryview_hash
Implement memoryview hash
2020-10-25 13:51:09 +09:00
Kangzhi Shi
b38d278f91 memoryview constructor args 2020-10-22 16:45:30 +02:00
Kangzhi Shi
101d8c8dc1 memoryview hash 2020-10-22 13:17:54 +02:00
Kangzhi Shi
ce097617f7 fix memoryview is not pickleable 2020-10-17 13:35:29 +02:00
Kangzhi Shi
6058d653a8 memoryview hex 2020-10-10 17:01:00 +09:00
Kangzhi Shi
b48c5a2b52 BytesIO getbuffer; no more hack for pickle.py 2020-10-10 17:01:00 +09:00
Kangzhi Shi
3fe8a30ca0 bytesinner from pytuple 2020-10-10 17:01:00 +09:00
Kangzhi Shi
275b727e9d memoryview __setitem__ 2020-10-10 17:01:00 +09:00
Kangzhi Shi
cf3572385c Fix more to pass unittest 2020-10-10 17:00:57 +09:00
Kangzhi Shi
499d99794c Implement Buffer Protocol 2020-10-10 16:57:19 +09:00
Noah
b245712949 Fix some 32-bit only oom tests + others 2020-06-06 17:14:32 -05:00
Jeong YunWon
b9f2b87758 Mark failing tests from test_memoryview.py 2020-03-08 05:53:30 +09:00
CPython dev
4a329bdc65 Lib/test/test_memoryview.py from CPython 3.8.2 2020-03-08 05:53:30 +09:00