CPython Developers
|
aba3d5c082
|
Update gzip,test_gzip from CPython 3.13
|
2025-02-26 00:10:24 -06:00 |
|
Noa
|
c6da4ffcdd
|
Try to fix universal write on windows
|
2024-12-03 18:01:44 -06:00 |
|
tdub0
|
7e0863ef81
|
Update _compression, gzip from CPython v3.11.2
|
2023-03-15 23:52:55 +09:00 |
|
Jeong YunWon
|
367a948ff0
|
Adapt unittest.expectedFailureIf
|
2023-03-02 04:41:15 +09:00 |
|
Jeong Yunwon
|
5ae16a2bfb
|
update gzip and test_gzip from CPython 3.10.4
|
2022-05-30 07:22:37 +09:00 |
|
Dean Li
|
6f98288e84
|
test: use import_helper
|
2021-11-29 21:03:02 +08:00 |
|
Dean Li
|
5ee4fb899b
|
test: use os_helper
|
2021-11-28 20:51:32 +08:00 |
|
Jeong YunWon
|
913b78ca44
|
Revert "Merge pull request #3433 from deantvv/test-update"
This reverts commit 9fa5c5ac66, reversing
changes made to e7fa32c687.
|
2021-11-17 17:06:51 +09:00 |
|
Jeong YunWon
|
9fa5c5ac66
|
Merge pull request #3433 from deantvv/test-update
Update test for `support/os_helper.py`
|
2021-11-16 02:47:22 +09:00 |
|
Steve Shi
|
742ea0c4fa
|
Reimpl Buffer Protocol and memoryview support ndarray with shape, stride and suboffset (#3340)
* Fix buffer protocol and memoryview
* Fix io and array the right way to use buffer protocol
* fix rebase
* fix memoryview and introduce VecBuffer
* fix deadlock
* fix memoryview avoid double release buffer
* impl ndim buffer support
* first implement nd array for buffer and memoryview
* fix slice adjust_indices
* fix adjust_indices introduct SaturatedSliceIterator
* fix memoryview cmp
* fix adjust_indices positive_order
* fix bug mark passed test
* fix clippy
* fix set_item_slice deadlock, optimize buffer
* Delete @test_113974_tmp
* Remove vec_buffer_type
* rusty names
* impl memoryview multi index
* add comments
Co-authored-by: Jeong YunWon <jeong@youknowone.org>
|
2021-11-13 07:17:11 +02:00 |
|
Dean Li
|
49a5805d11
|
test: use os_helper
|
2021-11-13 02:18:33 +00:00 |
|
Padraic Fanning
|
122ddeb6fc
|
Clean up skips in test_gzip
|
2021-10-15 00:09:49 +09:00 |
|
Noah
|
7963baaede
|
Skip test on windows
|
2021-01-25 19:24:40 -06:00 |
|
boris
|
95e2d110e7
|
Comment out failing tests and add notes to io.TextIOWrapper
|
2021-01-24 02:48:28 -05:00 |
|
boris
|
d8d2b21d4c
|
Copy test_gzip.py from CPython 3.8
|
2021-01-24 02:46:32 -05:00 |
|