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

dgilland / pydash / 28823963307

Builds Branch Commit Type Ran Committer Via Coverage
28823963307 develop fix: floor/ceil/round_ used as iteratees pass index as precision (#248) pydash.floor, pydash.ceil, and pydash.round_ each accept an optional `precision` argument. helpers.getargcount() counts all positional parameters, so it returns 2 for these ... push 06 Jul 2026 09:20PM UTC web-flow github
100.0
28823820586 develop fix: support reversed ranges in in_range (#243) in_range used `start <= value < end` without normalizing when start > end, so any reversed range was treated as empty and returned a wrong result. lodash's _.inRange swaps the bounds to support this... push 06 Jul 2026 09:17PM UTC web-flow github
100.0
28823791956 develop Fix to_list returning a dict_values view instead of a list for dicts (#250) to_list(obj) returned obj.values() (a dict_values view) for a dict, while every other branch returns a real list and the documented/typed contract promises a list. Return... push 06 Jul 2026 09:17PM UTC web-flow github
100.0
28823769420 develop fix: prevent StopIteration leak in iterintersperse on empty iterable (#246) iterintersperse() called next() directly on an iterator, which raised StopIteration for empty input. Per PEP 479, bare StopIteration inside a generator is converted to Ru... push 06 Jul 2026 09:16PM UTC web-flow github
100.0
28823756666 develop Support flattening nested iterables (#245) Co-authored-by: Derrick Gilland <dgilland@gmail.com> push 06 Jul 2026 09:16PM UTC web-flow github
100.0
28823737906 develop Restrict dunder path access on objects (#244) Co-authored-by: Derrick Gilland <dgilland@gmail.com> push 06 Jul 2026 09:16PM UTC web-flow github
100.0
28812346914 fix/to-list-dict-values Merge fe3563038 into 92f18d4f3 Pull #250 06 Jul 2026 06:02PM UTC web-flow github
100.0
28812342716 fix-intersperse-empty Merge 224ff8fd4 into 92f18d4f3 Pull #246 06 Jul 2026 06:01PM UTC web-flow github
100.0
28812340826 fix-flatten-iterables-171 Merge c3752d98e into 92f18d4f3 Pull #245 06 Jul 2026 06:01PM UTC web-flow github
100.0
28812338428 fix-restricted-dunder-keys-240 Merge 371eb90c8 into 92f18d4f3 Pull #244 06 Jul 2026 06:01PM UTC web-flow github
100.0
28812273306 fix/take-drop-while-generator Merge 144fbaf5f into 92f18d4f3 Pull #241 06 Jul 2026 06:00PM UTC web-flow github
100.0
28812073926 develop ci: update to actions/checkout v7 and actions/setup-python v6 push 06 Jul 2026 05:56PM UTC dgilland github
100.0
28811892546 develop chore: drop support for Python 3.9 push 06 Jul 2026 05:53PM UTC dgilland github
100.0
21097534664 v8.0.6 release: v8.0.6 push 17 Jan 2026 04:40PM UTC dgilland github
100.0
21097534699 master release: v8.0.6 push 17 Jan 2026 04:40PM UTC dgilland github
100.0
  • ← Previous
  • 1
  • 2
  • 3
  • 4
  • 5
  • 6
  • 7
  • 8
  • 9
  • …
  • 60
  • 61
  • 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

© 2026 Coveralls, Inc