0
I Use This!
Very Low Activity

Commits : Listings

Analyzed 1 day ago. based on code collected 1 day ago.
Aug 13, 2024 — Aug 13, 2025
Commit Message Contributor Files Modified Lines Added Lines Removed Code Location Date
`merge_sorted`: oops, forgot the doctest. Thanks Travis CI! More... almost 12 years ago
`merge_sorted`: oops, use floor division in tests for python 3 support More... almost 12 years ago
`merge_sorted`: improved documentation, comments, and tests More... almost 12 years ago
move iters within tests - was burning up before More... almost 12 years ago
remove old code More... almost 12 years ago
Merge branch 'performance' into memoize-curry-inspect More... almost 12 years ago
Merge branch 'memoize-curry-inspect' of github.com:mrocklin/toolz into memoize-curry-inspect More... almost 12 years ago
Curry returns partial even with unsatisfied kwargs More... almost 12 years ago
curry invokes partial if it can More... almost 12 years ago
clean up curry.__call__ error handling More... almost 12 years ago
add baseline comparison for curry with partial More... almost 12 years ago
Try calling function before validating in curry More... almost 12 years ago
add bench/test_curry More... almost 12 years ago
speed up curry.__call__ with kwargs check More... almost 12 years ago
Add try seq[0] to first More... almost 12 years ago
add benchmarks for first/second More... almost 12 years ago
Merge pull request #60 from mrocklin/eriknw-authors More... almost 12 years ago
Merge pull request #59 from eriknw/merge_with More... almost 12 years ago
add @eriknw to AUTHORS More... almost 12 years ago
add `dicttoolz.merge_with` More... almost 12 years ago
Corrected and improved `merge_sorted` function. More... almost 12 years ago
handle non-hashable args in memoize with try-except More... almost 12 years ago
handle non-hashable args in memoize with try-except More... almost 12 years ago
memoize _num_required_args More... almost 12 years ago
memoize _num_required_args More... almost 12 years ago
Merge pull request #51 from mrocklin/pipe More... almost 12 years ago
rename argument f -> binop in accumulate More... almost 12 years ago
refer to python functional programming doc page More... almost 12 years ago
add link to github from toolz main page More... almost 12 years ago
correct faulty comments in thread_first/last More... almost 12 years ago