summaryrefslogtreecommitdiff
path: root/tests/test_more.py
AgeCommit message (Expand)Author
2022-02-02run blackMasynchin
2021-12-06run blackJoey Tran
2021-12-06move tracemalloc import into unittestJoey Tran
2021-12-06fix flake8Joey Tran
2021-12-06fix debugging print for py36Joey Tran
2021-12-06Use eq forplatform comparisonJoey Tran
2021-12-06use `platform` instead of `sys for getting python implementationJoey Tran
2021-12-06add skipIf for pypyJoey Tran
2021-12-05Clean upJoey Tran
2021-12-05Write test_memory_in_order for ichunkedJoey Tran
2021-10-23Merge branch 'master' of https://github.com/ruancomelli/more-itertools into r...Bo Bayles
2021-10-23too_short and too_long get item countsBo Bayles
2021-10-23Ensure too_short is only called onceBo Bayles
2021-10-19Make strictly_n lazyBo Bayles
2021-10-18Add function `minmax`Ruan Comelli
2021-10-13Add duplicates_everseen and duplicates_justseenDavid Pratt
2021-10-09Merge branch 'fix-strict' of https://github.com/kalekundert/more-itertools in...Bo Bayles
2021-10-05Apply `black` reformattingRuan Comelli
2021-10-05Raise ValueError, to be consistent with zip(strict=True)Kale Kundert
2021-10-05Fix linter complaintsKale Kundert
2021-10-05Reimplement zip_broadcast() to fix #561Kale Kundert
2021-10-04Add `strict` parameter to `is_sorted` for strict ordering checkRuan Comelli
2021-10-03Incorporate strictly_nBo Bayles
2021-09-18Add unique_in_windowBo Bayles
2021-08-31Handle empty in zip_broadcastBo Bayles
2021-08-30Implement zip_broadcastBo Bayles
2021-08-11cosmetics; `more.pyi` improvedSass Bálint
2021-08-11cosmeticsSass Bálint
2021-08-11add `map_if` itertoolSass Bálint
2021-08-07Merge branch 'add-chunked-even' of https://github.com/valtron/more-itertools ...Bo Bayles
2021-08-02flake8valtron
2021-08-02Fix the new chunked unit test (strict True with n None) to actually call the ...Phil MacKay
2021-08-02Chunked: Allow chunk size to be of size None.Phil MacKay
2021-08-01Address PR commentsvaltron
2021-08-01Fix bugs in chunked_evenvaltron
2021-07-31Add chunked_evenvaltron
2021-07-21Merge branch 'interleave_evenly' of https://github.com/mbugert/more-itertools...Bo Bayles
2021-07-20Make 'lengths' and optional kwarg and add more testsMichael Bugert
2021-07-12replaced while loop with take()FIN4LSHAR3
2021-07-12fixed repeat_each() to accept infinite iterators as inputFIN4LSHAR3
2021-07-11Added tests for empty iterable, zero repeats and negative number of repeatsFIN4LSHAR3
2021-07-10Revert back to intial version without incremental repeatsFIN4LSHAR3
2021-07-10Adding repeat_each itertoolFIN4LSHAR3
2021-07-06Add interleave_evenly function and testsMichael Bugert
2021-04-27Satisfy black-21.4b0Bo Bayles
2021-04-17Add a DeprecationWarning for 3.10+ (#511)Bo Bayles
2021-03-10Fix split_before for an empty collections.Nickolay Tiunov
2021-02-08Add countableBo Bayles
2021-01-02re arrange parameters for index functionsNathan Brooks
2021-01-02add product_index, combination_index, and permutation_index functionsNathan Brooks