summaryrefslogtreecommitdiff
path: root/tests
AgeCommit message (Expand)Author
2022-04-18Add subslices recipeBo Bayles
2022-03-09Update to the latest grouper recipeBo Bayles
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-09Merge pull request #566 from more-itertools/before-and-afterBo Bayles
2021-10-05Apply `black` reformattingRuan Comelli
2021-10-05Add sliding_window to recipesBo Bayles
2021-10-05Add triplewise to recipesBo Bayles
2021-10-05Add before_and_after to recipesBo Bayles
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-09-01more flake8...Marcin
2021-09-01fixed flake8 errorsMarcin
2021-09-01add testMarcin
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