0
I Use This!
Very Low Activity

Commits : Listings

Analyzed about 21 hours ago. based on code collected about 21 hours ago.
Aug 01, 2024 — Aug 01, 2025
Commit Message Contributor Files Modified Lines Added Lines Removed Code Location Date
Use custom serialization logic via `curry.__reduce__`. Issue #324. More... almost 9 years ago
Merge pull request #321 from coady/master More... almost 9 years ago
Oups. More... almost 9 years ago
Merge pull request #315 from eriknw/pep479 More... almost 9 years ago
Add @coady as author. More... about 9 years ago
Sliding_window simplified and optimized. More... about 9 years ago
Merge pull request #316 from i-s-o-g-r-a-m/master More... about 9 years ago
Remove redundant sentence More... about 9 years ago
Prepare for PEP 479 to take affect in Python 3.6+. More... about 9 years ago
cleanup. More... about 9 years ago
Copy docstrings too. More... about 9 years ago
Move `tlz` into a separate package that gets installed by setup.py. More... about 9 years ago
Always get some items from `toolz` and always introspect files from `toolz`. More... about 9 years ago
Update coverage for Python 3.3 More... about 9 years ago
Experimenting with `tlz` pseudo-package that copies `cytoolz` if available or `toolz`. More... about 9 years ago
Merge pull request #313 from eriknw/faster_merge_sorted More... about 9 years ago
Merge pull request #311 from stefanv/doc_markup More... about 9 years ago
oops. `merge_sorted` returns an iterator. More... about 9 years ago
More tests for complete coverage. Thanks for being strict! More... about 9 years ago
Faster `merge_sorted` using a recursive binary merge. More... about 9 years ago
Bump to version 0.8.0 More... about 9 years ago
Fix markup in concat docstring More... about 9 years ago
Add `excepts` and `flip` to API docs. More... about 9 years ago
Merge pull request #310 from jcrist/eq_no_default More... about 9 years ago
Use `==` instead of `is` to check for no_default More... about 9 years ago
Merge pull request #308 from eriknw/fix_property_introspection More... about 9 years ago
Update tests to support `cytoolz`. More... about 9 years ago
Update test with `__wrapped__` to run for all Python versions. More... about 9 years ago
Use our introspection registry when `inspect.signature` fails due to inspecting properties. More... about 9 years ago
Merge pull request #307 from quantopian/curry-example More... about 9 years ago