Commit Graph

6560 Commits

Author SHA1 Message Date
Jeong Yunwon
54b4e57a28 fix --no-default-features build 2022-07-06 22:54:43 +09:00
Padraic Fanning
71968b316a Fix error type in itertools.count constructor 2022-07-02 14:33:59 -04:00
oow214
3bc65bd504 Fix itertools.count step to take PyNumber instead of PyInt (#3834) 2022-07-02 17:32:49 +09:00
gogim1
d9f1857d98 remove to_string() 2022-07-01 14:24:01 +08:00
gogim1
fe8a0300a1 fix fmt 2022-07-01 14:05:25 +08:00
oow214
27a0d3a93a Update itertools count repr 2022-06-30 21:00:10 +09:00
oow214
5786a0640c Update itertools count repr 2022-06-30 18:20:08 +09:00
oow214
3f8eb24681 Fix itertools count repr 2022-06-30 17:03:57 +09:00
oow214
c07d8650ec Fix itertools count repr 2022-06-30 17:03:57 +09:00
oow214
fd3bcae1e5 Fix itertools count repr 2022-06-30 17:03:57 +09:00
oow214
6ad0e547f5 Fix itertools.count to take PyNumber instead of PyInt (#3822) 2022-06-27 23:02:45 +09:00
Jeong YunWon
174c026727 Merge pull request #3817 from youknowone/fix-clippy
Fix nightly clippy warnings
2022-06-25 02:12:18 +09:00
Jeong Yunwon
b0b5facf71 Fix typo 2022-06-25 01:18:36 +09:00
Jeong Yunwon
16bed5b14d put wrap_index to SequenceIndexOp 2022-06-25 01:18:36 +09:00
Jeong Yunwon
38b1f5932c SequenceIndexOp 2022-06-25 01:18:35 +09:00
dldks321
b8f276f8d7 Fix OverflowError at collections.rs (#3815) 2022-06-24 01:14:50 +09:00
Jeong Yunwon
8c0be4b48f Fix nightly clippy warnings 2022-06-24 01:13:32 +09:00
Jeong YunWon
66af821d76 Merge pull request #3812 from lijm1358/iadd-typeerror
add list iadd, inplace_concat TypeError for non iterable object
2022-06-24 00:58:52 +09:00
lijm1358
88bd2d999d add list iadd TypeError for non iterable object 2022-06-23 23:44:32 +09:00
Jeong Yunwon
a2f77bb62e fix typo from comments 2022-06-23 02:30:15 +09:00
Jeong Yunwon
ffd5a0db9a slicelen -> slice_len 2022-06-23 02:26:15 +09:00
Jeong YunWon
119913b4ab Merge pull request #3802 from youknowone/fix-musl
disable schedparam from musl
2022-06-20 01:41:37 +09:00
Jeong YunWon
7723cf1464 disable schedparam from musl 2022-06-20 01:15:04 +09:00
gogim1
19f3121f88 rename for name consistency 2022-06-19 18:06:18 +08:00
gogim1
9c8ace592d rename for name consistency 2022-06-19 17:11:20 +08:00
Jeong YunWon
f84b2896f1 Merge pull request #3792 from youknowone/fix-slot-call
Fix slot call deadlock
2022-06-16 21:20:23 +09:00
Jeong Yunwon
770f166edf Fix slot call deadlock 2022-06-16 20:53:59 +09:00
Alexander Scharinger
e4267d9280 rustfmt 2022-06-16 11:44:23 +02:00
Alexander Scharinger
dbdbdc887f feat: itertools.compress.__reduce__ 2022-06-16 11:36:31 +02:00
Alexander Scharinger
81d2df806a fix: itertools.compress keyword arguments 2022-06-16 11:22:36 +02:00
Alexander Guettler
ad399db6e9 Add tested frozen module test 2022-06-16 11:58:48 +09:00
Jeong YunWon
ba8df41269 Merge pull request #3775 from joohongpark/fix-test_dict_mixed_keys_items
fix test_dictviews::test_dict_mixed_keys_items
2022-06-15 14:11:55 +09:00
Jeong YunWon
cea5a6e2b6 Merge pull request #3788 from rng-dynamics/fix-itertools-chain
Fix itertools chain
2022-06-15 11:11:13 +09:00
joohongpark
79eae0d5fe update compare method 2022-06-15 10:40:45 +09:00
Alexander Scharinger
480f5f1d25 fix tests 2022-06-14 19:53:41 +02:00
Alexander Scharinger
76ef074b5a Release source when PyIterReturn::StopIteration 2022-06-14 18:59:27 +02:00
Dennis Zhuang
e5a76797b2 Impl AsBuffer, AsMapping and AsSequence protocols for PyMmap 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
Dennis Zhuang
396812d66c Refactor byte operations 2022-06-14 16:37:35 +09:00
joohongpark
194fa51cdd fix format 2022-06-14 02:39:51 +09:00
joohongpark
115dfc8251 fix test_dictviews::test_dict_mixed_keys_items 2022-06-14 02:39:51 +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