issues
search
viralogic
/
py-enumerable
A Python module used for interacting with collections of objects using LINQ syntax
MIT License
187
stars
24
forks
source link
issues
Newest
Newest
Most commented
Recently updated
Oldest
Least commented
Least recently updated
lost data when use 'any' function
#34
lucasfcardozo
closed
4 years ago
1
Version1.1
#33
viralogic
closed
5 years ago
3
Count should accept a lambda as filter
#32
viralogic
closed
5 years ago
1
"reverse" should NOT be immediately executed
#31
dagoltz
closed
5 years ago
4
"all" is exhausting the original collection twice
#30
dagoltz
closed
5 years ago
1
"distinct" should NOT be immediately executed
#29
dagoltz
closed
5 years ago
2
"distinct" should be implemented using a set and not "dict"
#28
dagoltz
closed
5 years ago
1
Stop using exceptions as control flows
#27
dagoltz
closed
2 years ago
0
"element_at" should only iterate until "n"
#26
dagoltz
closed
5 years ago
1
functions that require at least 1 element, should use "any"
#25
dagoltz
closed
5 years ago
1
"any" should not exhaust the entire iterator
#24
dagoltz
closed
5 years ago
1
"any" should accept a None predicate
#23
dagoltz
closed
5 years ago
1
Unexpected behavior when using iterator as the input data
#22
lutecki
closed
4 years ago
4
Handle predicate in more methods
#21
K3UL
closed
5 years ago
2
Can't use union() function
#20
AmiK2001
closed
5 years ago
1
"Intersect"ing on the result of "distinct" yields incorrect results
#19
boekabart
closed
5 years ago
2
Version 1.0 PyPi
#18
viralogic
closed
5 years ago
0
add additional Enumerable methods
#17
viralogic
closed
5 years ago
0
api documentation
#16
viralogic
opened
5 years ago
0
default if empty documentation
#15
viralogic
closed
5 years ago
0
Except function
#14
viralogic
closed
5 years ago
1
empty list as default parameter
#13
s-celles
closed
6 years ago
3
identity function
#12
s-celles
closed
6 years ago
0
order_by and order_by_descending without parameter
#11
s-celles
closed
6 years ago
3
Bug in last method
#10
viralogic
closed
7 years ago
1
Remove run_tests.py
#9
viralogic
closed
7 years ago
1
Library documentation
#8
viralogic
closed
5 years ago
6
Then By sorting implementation
#7
viralogic
closed
7 years ago
3
Provide some simple examples
#6
s-celles
closed
7 years ago
6
Tests (rename files), continuous integration
#5
s-celles
closed
7 years ago
2
Enable continuous integration
#4
s-celles
closed
7 years ago
4
rename tests files
#3
s-celles
closed
7 years ago
0
PEP8
#2
s-celles
closed
7 years ago
4
Ported to Python 3
#1
oleg-shilo
closed
7 years ago
6
Previous