issues
search
pytoolz
/
toolz
A functional standard library for Python.
http://toolz.readthedocs.org/
Other
4.71k
stars
263
forks
source link
issues
Newest
Newest
Most commented
Recently updated
Oldest
Least commented
Least recently updated
Bump pypa/gh-action-pypi-publish from 1.8.11 to 1.11.0
#593
dependabot[bot]
opened
2 weeks ago
0
Test against Python 3.14-dev on CI
#592
hendrikmakait
opened
1 month ago
1
Declare support for Python 3.13
#591
edgarrmondragon
closed
1 month ago
2
Update docs
#590
jrbourbeau
closed
1 month ago
1
Bump pypa/gh-action-pypi-publish from 1.8.11 to 1.10.2
#589
dependabot[bot]
closed
2 weeks ago
1
Version 1.0
#588
mrocklin
closed
1 month ago
8
Test against Python 3.13
#587
jrbourbeau
closed
1 month ago
1
Drop Python 3.7
#586
jrbourbeau
closed
1 month ago
2
Drop Python 3.7
#585
jrbourbeau
closed
1 month ago
0
Continued Maintenance
#584
mrocklin
closed
1 month ago
5
`toolz.curry` Seems to Cause 50x+ Performance Slowdown in Certain Cases
#583
duzixian
opened
1 month ago
0
Test fixes for changes in recent upstream Python (#581)
#582
AdamWill
closed
1 month ago
1
Test failures with Python 3.13
#581
opoplawski
closed
1 month ago
5
Dictionary chunking / batching (inverting merge_with)
#580
BrandonSmithJ
opened
5 months ago
0
Should we have dissoc_in ?
#579
yellowbean
opened
6 months ago
0
Fix test failure on Python 3.11.9/3.12.3/main
#578
cjwatson
closed
1 month ago
0
test_inspect_wrapped_property fails
#577
doronbehar
closed
1 month ago
3
Add type hints
#576
getzze
opened
7 months ago
2
Questions about Copilot + Open Source Software Hierarchy
#575
liaochris
closed
6 months ago
0
Minimal maintenance to support Python 3.12 (and drop 3.5 and 3.6)
#574
eriknw
closed
10 months ago
2
'from tlz import curry' fails: ImportError: tlz.curry
#573
yurivict
closed
1 month ago
5
Switched code blocks in streaming-analytics.rst
#572
b-rodrigues
opened
10 months ago
0
Drop unsupported Python versions
#571
gliptak
closed
1 year ago
1
Add support for Python 3.12
#570
hugovk
closed
1 month ago
4
Loss of typing information on composed functions
#569
muxator
opened
1 year ago
2
LL : typo "Syndey" -> "Sydney"
#568
LLyaudet
closed
10 months ago
2
Split two lists/iterables of objects "wanted_state", "existing_state" in 3 lists "create", "update", "delete"
#567
LLyaudet
opened
1 year ago
5
Improve flip to accept *args and kwargs
#566
brl0
opened
1 year ago
1
fix doc, add a blank line to show code snippet correctly
#565
wenhoujx
closed
10 months ago
1
0.12.0: pytest is failing in `bench/test_wordcount.py::test_shakespeare` unit because missing bench/shakespeare.txt file
#564
kloczek
opened
1 year ago
1
Bump actions/setup-python from 2 to 4
#563
dependabot[bot]
closed
1 month ago
1
Bump actions/checkout from 2 to 3
#562
dependabot[bot]
closed
1 month ago
2
Added `composed` and `collect`
#561
maxme1
closed
1 year ago
2
include a wrapper for itertools.takewhile in (cy)toolz.curried
#560
mhlr
opened
1 year ago
0
iterable Composition object
#559
ZeroBomb
opened
1 year ago
0
Bump pypa/gh-action-pypi-publish from 1.5.0 to 1.6.4
#558
dependabot[bot]
closed
1 month ago
1
The "collect" decorator
#557
maxme1
closed
1 year ago
9
Bump pypa/gh-action-pypi-publish from 1.5.0 to 1.5.2
#556
dependabot[bot]
closed
1 year ago
1
Update for released versions of 3.11
#555
groutr
closed
2 years ago
1
Support Python 3.11.0
#554
mzy2240
closed
1 year ago
2
Idea: Compose class should be iterable
#553
ZeroBomb
opened
2 years ago
2
Setup pyright type-checking
#552
LincolnPuzey
opened
2 years ago
0
Revert "Faster isiterable when x isn't iterable." and add test cases for isiterable
#551
LincolnPuzey
closed
2 years ago
1
Use "yield from" in merge_sorted
#550
groutr
opened
2 years ago
0
Recipe: iterator wrapper that can be sorted or compared by the next value in the iterator
#549
mentalisttraceur
closed
2 years ago
4
get_in function: add example of giving a string to the keys argument
#548
KevinXOM
opened
2 years ago
2
Add itertoolz.flatten
#547
groutr
opened
2 years ago
4
Add functoolz.reorder_args
#546
groutr
opened
2 years ago
2
Faster check for isiterable
#545
groutr
closed
2 years ago
6
Idea: J-style forks
#544
techieji
opened
2 years ago
6
Next