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

eriknw / toolz / 129

Builds Branch Commit Type Ran Committer Via Coverage
129 better_curry_introspection Silly Python 3.3 push 08 Apr 2016 04:57AM UTC eriknw travis-ci pending completion   set done
128 better_curry_introspection Perform version-specific branching at module level as suggested by @llllllllll Also, slightly improve coverage so Python 3.4 will be fully covered. push 08 Apr 2016 04:46AM UTC eriknw travis-ci pending completion   set done
127 better_curry_introspection Oops. Forgot to set environment variable in for TravisCI push 08 Apr 2016 03:52AM UTC eriknw travis-ci pending completion   set done
125 better_curry_introspection Remove pypy3 from the TravisCI build matrix. Python 3.2 is too old... because it doesn't have `inspect.signature`, which we need for Python 3. push 04 Apr 2016 07:50AM UTC eriknw travis-ci pending completion   set done
124 better_curry_introspection Remove the use of `inspect.getcallargs` to support Python 2.6. We had to munge the arguments so much anyway (mostly because `getcallargs` fails when using `func` as a keyword) that there wasn't much more left to do. push 04 Apr 2016 07:46AM UTC eriknw travis-ci pending completion   set done
123 better_curry_introspection Maybe a work-around for PyPy test failures? push 04 Apr 2016 12:24AM UTC eriknw travis-ci pending completion   set done
122 better_curry_introspection Work-around for Python 3.4 (because it lies!) push 03 Apr 2016 10:55PM UTC eriknw travis-ci pending completion   set done
121 better_curry_introspection Much better function introspection for `curry`. The heavy-lifters are `inspect.getargspec` for Python 2 and `inspect.signature` for Python 3. We use these in our new functions `functoolz.is_valid_args` and `functoolz.is_partial_args`, which dete... push 03 Apr 2016 10:40PM UTC eriknw travis-ci pending completion   set done
120 svg_badges update badges to svg push 26 Jun 2015 10:46PM UTC eriknw travis-ci pending completion   set done
119 svg_badges Merge pull request #246 from mrocklin/badges Update version status and downloads badges push 26 Jun 2015 10:41PM UTC eriknw travis-ci pending completion   set done
118 test_dicttoolz_types Test dicttoolz with multiple types of mutable mappings. This was done by encompassing the tests inside a class, and different mapping types are tested by subclassing the base class. Each class must specify "D", the type of mapping, and "kw", the... push 04 May 2015 01:21PM UTC eriknw travis-ci pending completion   set done
117 diff Support non-variadic version of `diff` if passed single list. To avoid confusion with edge cases regarding variadic vs non-variadic, TypeError is now raised if fewer than two sequences are given. push 21 Dec 2014 01:45AM UTC eriknw travis-ci pending completion   set done
116 itemmap Add itemmap, itemfilter to api doc. push 16 Dec 2014 12:20AM UTC eriknw travis-ci pending completion   set done
115 itemmap Add `itemmap` and `itemfilter` to `dicttoolz`. These complete the set of {key,val,item}{filter,map} functions. push 16 Dec 2014 12:09AM UTC eriknw travis-ci pending completion   set done
114 curry_classmethods oops pep8 push 20 Nov 2014 06:00AM 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