0
I Use This!
Very Low Activity

Commits : Listings

Analyzed about 14 hours ago. based on code collected about 14 hours ago.
Jul 20, 2024 — Jul 20, 2025
Commit Message Contributor Files Modified Lines Added Lines Removed Code Location Date
Remove example with random result. More... over 9 years ago
Fix line lengths in itertoolz. More... over 9 years ago
Add function random_sample to itertoolz. More... over 9 years ago
Merge pull request #297 from eriknw/better_curry_introspection More... over 9 years ago
Might as well cache `_has_unknown_args` in the curried object. More... over 9 years ago
Expand `should_curry` conditionals to be more descriptive. Add docstrings. More... over 9 years ago
Tweak comments. More... over 9 years ago
Describe signature definition tuple used in `module_info` dict. More... over 9 years ago
I'm an idiot. More... over 9 years ago
Use as-needed cache of sigspecs for builtin tables instead of pre-calculating all of them. More... over 9 years ago
Might as well cache sigspec in curry. More... over 9 years ago
Add `sigspec=` keyword to introspection functions so `curry` will only create the signature once per check. More... over 9 years ago
Names of position only arguments are also valid to use in **kwargs for builtins. More... over 9 years ago
Silly Python 3.3 More... over 9 years ago
Perform version-specific branching at module level as suggested by @llllllllll More... over 9 years ago
Oops. Forgot to set environment variable in for TravisCI More... over 9 years ago
Update re-curry logic to match old behavior: More... over 9 years ago
Merge pull request #298 from AndrewWalker/master More... over 9 years ago
Correct spelling in docstring More... over 9 years ago
Remove pypy3 from the TravisCI build matrix. Python 3.2 is too old... More... over 9 years ago
Remove the use of `inspect.getcallargs` to support Python 2.6. More... over 9 years ago
Maybe a work-around for PyPy test failures? More... over 9 years ago
Work-around for Python 3.4 (because it lies!) More... over 9 years ago
Much better function introspection for `curry`. More... over 9 years ago
Coverage badge also refers to master branch. More... over 9 years ago
TravisCI badge now reflects the master branch. More... over 9 years ago
Merge pull request #292 from 3noch/patch-1 More... over 9 years ago
Clarify "purity" when globals are involved More... over 9 years ago
Merge pull request #262 from llllllllll/excepting More... over 9 years ago
STY: not enough newlines More... over 9 years ago