Jeong YunWon
|
cea5a6e2b6
|
Merge pull request #3788 from rng-dynamics/fix-itertools-chain
Fix itertools chain
|
2022-06-15 11:11:13 +09:00 |
|
Alexander Scharinger
|
480f5f1d25
|
fix tests
|
2022-06-14 19:53:41 +02:00 |
|
Jeong YunWon
|
1a2451bbb6
|
Merge pull request #3755 from killme2008/mmap-module
mmap module
|
2022-06-15 02:36:58 +09:00 |
|
Alexander Scharinger
|
76ef074b5a
|
Release source when PyIterReturn::StopIteration
|
2022-06-14 18:59:27 +02:00 |
|
Jeong Yunwon
|
af2fac9804
|
use usize for mmap fields
|
2022-06-15 01:59:26 +09:00 |
|
Dennis Zhuang
|
1ff3e0a551
|
Skip test_flush_return_value on linux platform
|
2022-06-15 01:59:26 +09:00 |
|
Dennis Zhuang
|
3217de7af2
|
Adds test_mmap.py from CPython 3.10.4
|
2022-06-15 01:59:26 +09:00 |
|
Dennis Zhuang
|
e5a76797b2
|
Impl AsBuffer, AsMapping and AsSequence protocols for PyMmap
|
2022-06-15 01:59:26 +09:00 |
|
Dennis Zhuang
|
929ad30c9d
|
Impl seek, write, write_byte methods etc.
|
2022-06-15 01:59:26 +09:00 |
|
Dennis Zhuang
|
ba33bc990d
|
Impl read, read_byte and readline methods
|
2022-06-15 01:59:26 +09:00 |
|
Dennis Zhuang
|
d96b165fad
|
Impl madvise method
|
2022-06-15 01:59:26 +09:00 |
|
Alexander Scharinger
|
ec18a12faf
|
refactor
|
2022-06-14 18:57:00 +02:00 |
|
Dennis Zhuang
|
d4f001fa21
|
Basic mmap module
|
2022-06-15 01:38:27 +09:00 |
|
Jeong YunWon
|
cc4583ef50
|
mmap skeleton
|
2022-06-14 17:12:51 +09:00 |
|
Dennis Zhuang
|
396812d66c
|
Refactor byte operations
|
2022-06-14 16:37:35 +09:00 |
|
Alexander Scharinger
|
33bcc89e94
|
test: itertools.chain stop iteration on error
|
2022-06-14 08:19:43 +02:00 |
|
Jeong YunWon
|
5376c3851e
|
Merge pull request #3772 from falsetru/fix-index-check
Saturate list index on usize.
|
2022-06-14 02:05:38 +09:00 |
|
Jeong YunWon
|
2c8197f58f
|
Merge pull request #3777 from yangbeom/binascii-crc_hqx
add Binascii crc hqx
|
2022-06-14 00:51:57 +09:00 |
|
Jeong Yunwon
|
1b22817e12
|
Update binhex from CPython 3.10.4 / Remove test_binhex - removed in 3.12
|
2022-06-14 00:51:46 +09:00 |
|
yangbeom
|
4411ac9e17
|
add binascii.crc_hqx test
|
2022-06-14 00:51:46 +09:00 |
|
Jeong-Min Lee
|
805c9553dc
|
Extract repeated code as a closure.
|
2022-06-14 00:39:15 +09:00 |
|
Jeong-Min Lee
|
4f97c0f053
|
Extract saturate function.
|
2022-06-14 00:39:14 +09:00 |
|
Jeong-Min Lee
|
83e2490d78
|
Saturate on usize.
|
2022-06-14 00:36:43 +09:00 |
|
oow214
|
7848e06a41
|
Add itertools count repr (#3784)
|
2022-06-13 23:52:26 +09:00 |
|
Jeong YunWon
|
f624e8e78b
|
Merge pull request #3785 from youknowone/exact-size-operator
PyExactSizeIterator
|
2022-06-13 23:44:49 +09:00 |
|
Jeong Yunwon
|
4f272eea85
|
PyExactSizeIterator
|
2022-06-13 22:19:24 +09:00 |
|
Alexander Scharinger
|
4c11720af0
|
feat: itertools.chain evaluate lazily
|
2022-06-12 20:03:03 +02:00 |
|
Miragecore
|
fafd8434ac
|
add getformat (#3774)
|
2022-06-12 15:38:32 +09:00 |
|
Isac Byeonghoon Yoo
|
ce546f6183
|
feat(sys): add sys.is_finalizing() (#3776)
|
2022-06-11 21:10:09 +09:00 |
|
oow214
|
d06950e067
|
Add classmethod initialize (#3773)
|
2022-06-11 20:16:36 +09:00 |
|
JaeHyung Jang
|
9757c8244f
|
Setitem error have type name (#3770)
|
2022-06-11 16:48:07 +09:00 |
|
Jeong YunWon
|
43d811ccc8
|
Merge pull request #3771 from isac322/fix_test_b64decode_padding_error
fix(binascii): a2b_base64() raises on non padded input
|
2022-06-11 16:21:37 +09:00 |
|
Byeonghoon Yoo
|
3bbd59005f
|
style(binascii): run rustfmt
|
2022-06-11 15:05:51 +09:00 |
|
Byeonghoon Yoo
|
6bd9c81626
|
fix(binascii): enable test_b64decode_padding_error
|
2022-06-11 14:58:53 +09:00 |
|
Byeonghoon Yoo
|
d2b8686de3
|
fix(binascii): a2b_base64() raises binascii.Error instead of ValueError
|
2022-06-11 14:58:53 +09:00 |
|
Byeonghoon Yoo
|
fbd258ec81
|
fix(binascii): a2b_base64() raises on non padded input
|
2022-06-11 14:58:53 +09:00 |
|
Alexander Scharinger
|
a9d16e21b3
|
test: itertools.chain evaluate lazliy
|
2022-06-11 00:01:28 +02:00 |
|
Jeong YunWon
|
ee4efd4ba8
|
Merge pull request #3768 from redbopo/add_context_empty_bytes
Add Context::empty_bytes
|
2022-06-08 23:43:35 +09:00 |
|
redbopo
|
c0999a909d
|
Add Context::empty_bytes
|
2022-06-08 01:11:08 +08:00 |
|
Jeong YunWon
|
3d345d7de2
|
Merge pull request #3766 from RustPython/dependabot/cargo/regex-1.5.6
Bump regex from 1.5.4 to 1.5.6
|
2022-06-08 01:52:16 +09:00 |
|
dependabot[bot]
|
0e2458d3f5
|
Bump regex from 1.5.4 to 1.5.6
Bumps [regex](https://github.com/rust-lang/regex) from 1.5.4 to 1.5.6.
- [Release notes](https://github.com/rust-lang/regex/releases)
- [Changelog](https://github.com/rust-lang/regex/blob/master/CHANGELOG.md)
- [Commits](https://github.com/rust-lang/regex/compare/1.5.4...1.5.6)
---
updated-dependencies:
- dependency-name: regex
dependency-type: indirect
...
Signed-off-by: dependabot[bot] <support@github.com>
|
2022-06-07 08:34:18 +00:00 |
|
Noa
|
cc615c34bf
|
Merge pull request #3767 from coolreader18/upd-result-like
Upgrade result-like
|
2022-06-07 03:31:53 -05:00 |
|
Noa
|
a085920199
|
Upgrade result-like
|
2022-06-06 22:45:12 -05:00 |
|
Jeong YunWon
|
dae2c7d241
|
Merge pull request #3763 from youknowone/inc-lasti
split functions from execute_instructions
|
2022-06-04 18:54:00 +09:00 |
|
Jeong YunWon
|
551b873616
|
Merge pull request #3762 from youknowone/into-pyexc
distinguish ToPyException and IntoPyException
|
2022-06-04 18:53:33 +09:00 |
|
Jeong YunWon
|
385f6adcde
|
Merge pull request #3764 from youknowone/nbody
increase nbody benches argument
|
2022-06-04 18:53:18 +09:00 |
|
Jeong Yunwon
|
c99b05b466
|
increase nbody benches argument
|
2022-06-04 18:02:36 +09:00 |
|
Jeong Yunwon
|
2931395ac2
|
optimize instructions
|
2022-06-04 17:45:25 +09:00 |
|
Jeong Yunwon
|
2ec7085921
|
make exception cold
|
2022-06-04 17:45:25 +09:00 |
|
Jeong Yunwon
|
667ad7593d
|
distinguish ToPyException and IntoPyException
|
2022-06-04 11:12:45 +09:00 |
|