• Home
  • Features
  • Pricing
  • Docs
  • Announcements
  • Sign In

eriknw / toolz / 144

Builds Branch Commit Type Ran Committer Via Coverage
144 more_introspection Add docstrings, update logic in toolz.curried.operator, add Python 3.3 support for curry.__signature__. Also, a little bit of cleanup. PY33 in toolz.compatibility is no longer needed. I was going to construct signatures for curried objects with... push 06 May 2016 01:59AM UTC eriknw travis-ci pending completion   set done
143 more_introspection Avoid introspection of curry in Python 3.3, and remove `curry.__wrapped__`. `curry.__wrapped__` is removed because `curry` does more than wrap the function. `inspect` module uses `__wrapped__` in ways that aren't compatible with curry. For exampl... push 05 May 2016 04:26PM UTC eriknw travis-ci pending completion   set done
142 more_introspection Ensure toolz callables are introspectable. More introspection stuff. Curried objects can have signatures (if the underlying func has one). Update how we construct `toolz.curried` namespace. Add `instanceproperty` that allows an attribute to ha... push 05 May 2016 03:10PM UTC eriknw travis-ci pending completion   set done
141 more_introspection Add to blacklist for pypy. push 26 Apr 2016 05:17AM UTC eriknw travis-ci pending completion   set done
140 more_introspection Add more functions for introspection in `functoolz` namespace. All introspection methods return True, False, or None. They shouldn't lie. The current scope of introspection is to support other functions in `toolz`. We may add more for compellin... push 26 Apr 2016 05:02AM UTC eriknw travis-ci pending completion   set done
139 test_curry_too To pass Python 3 test. push 17 Apr 2016 04:08AM UTC eriknw travis-ci pending completion   set done
138 test_curry_too Run `curry` through the same tests as `is_valid_args` and `is_partial_args`. push 17 Apr 2016 03:51AM UTC eriknw travis-ci pending completion   set done
137 better_curry_introspection Might as well cache `_has_unknown_args` in the curried object. push 09 Apr 2016 07:33PM UTC eriknw travis-ci pending completion   set done
136 better_curry_introspection Expand `should_curry` conditionals to be more descriptive. Add docstrings. push 09 Apr 2016 05:38PM UTC eriknw travis-ci pending completion   set done
135 better_curry_introspection Tweak comments. push 08 Apr 2016 07:44PM UTC eriknw travis-ci pending completion   set done
134 better_curry_introspection Describe signature definition tuple used in `module_info` dict. push 08 Apr 2016 07:25PM UTC eriknw travis-ci pending completion   set done
133 better_curry_introspection I'm an idiot. Undo previous commit and reuse sigspec in _signatures.py. push 08 Apr 2016 05:52PM UTC eriknw travis-ci pending completion   set done
132 better_curry_introspection Use as-needed cache of sigspecs for builtin tables instead of pre-calculating all of them. push 08 Apr 2016 05:14PM UTC eriknw travis-ci pending completion   set done
131 better_curry_introspection Might as well cache sigspec in curry. push 08 Apr 2016 04:34PM UTC eriknw travis-ci pending completion   set done
130 better_curry_introspection Names of position only arguments are also valid to use in **kwargs for builtins. push 08 Apr 2016 03:09PM UTC eriknw travis-ci pending completion   set done
  • ← Previous
  • 1
  • 2
  • 3
  • 4
  • 5
  • 6
  • 7
  • 8
  • 9
  • 10
  • Next →
  • Back to Repo
STATUS · Troubleshooting · Open an Issue · Sales · Support · CAREERS · ENTERPRISE · START FREE · SCHEDULE DEMO
ANNOUNCEMENTS · TWITTER · TOS & SLA · Supported CI Services · What's a CI service? · Automated Testing

© 2025 Coveralls, Inc