issues
search
ericvsmith
/
dataclasses
Apache License 2.0
587
stars
53
forks
source link
issues
Newest
Newest
Most commented
Recently updated
Oldest
Least commented
Least recently updated
Issue #74: remove post-create step for replace().
#76
ericvsmith
closed
6 years ago
0
Which fields to expose in dataclasses.fields()?
#75
ericvsmith
closed
6 years ago
3
replace() works poorly with init=False fields and __post_init__ functions
#74
ericvsmith
closed
6 years ago
9
Close #70: Rename post init function.
#73
ericvsmith
closed
6 years ago
0
Class-level compare, hash, and eq
#72
ericvsmith
closed
6 years ago
1
Implement #69: per-field metadata.
#71
ericvsmith
closed
7 years ago
0
Rename __dataclass_post_init__ to just __post_init__.
#70
ericvsmith
closed
6 years ago
2
Add support for per-field metadata
#69
ericvsmith
closed
6 years ago
6
Issue #27: Add make_dataclass back.
#68
ericvsmith
closed
7 years ago
0
Issue 42 add replace function
#67
ericvsmith
closed
7 years ago
0
Issue #63: Add isdataclass() helper function.
#66
ericvsmith
closed
7 years ago
0
Common protocol with attrs?
#65
ericvsmith
closed
6 years ago
3
generate a class doc-string if one isn't already set
#64
taleinat
closed
7 years ago
0
Add a module-level helper to detect if an object is a dataclass
#63
ericvsmith
closed
7 years ago
6
a bit of cleanup of test code
#62
taleinat
closed
7 years ago
0
An alternative to typing.ClassVar?
#61
ericvsmith
closed
7 years ago
12
differences / compatibility with attrs project
#60
chadrik
closed
6 years ago
20
Add immutable=False parameter to dataclass
#59
johnthagen
closed
7 years ago
8
Type annotation for module-level functions
#58
Dutcho
closed
6 years ago
2
Exception type of fields() on non-dataclass
#57
Dutcho
closed
7 years ago
3
Return type of asdict()
#56
Dutcho
closed
7 years ago
4
__init__ should be kwargs-only
#55
wsanchez
closed
7 years ago
5
Add tests for generic dataclasses
#54
ilevkivskyi
closed
6 years ago
0
Add test for pickling dataclasses
#53
ilevkivskyi
closed
7 years ago
1
Improve asdict and astuple
#52
ilevkivskyi
closed
7 years ago
27
For comparison functions, use subclass check, or identity check?
#51
ericvsmith
closed
6 years ago
6
PEP: Add examples of using eq, compare, hash, and frozen.
#50
ericvsmith
closed
6 years ago
4
Closes #47: Add a space after comma in __repr__.
#49
ericvsmith
closed
7 years ago
0
Implements #46: Specify eq separately from compare, for unorderable types.
#48
ericvsmith
closed
7 years ago
0
Spaces in repr
#47
Drekin
closed
7 years ago
2
Have separate flags to control ==, != methods, independently of >, >=, <, <=
#46
ericvsmith
closed
7 years ago
0
covariant overriding of fields considered unsafe
#45
gvanrossum
closed
7 years ago
3
Remove per-field "hash" flag
#44
ericvsmith
closed
7 years ago
5
Items in dicts
#43
lisroach
closed
7 years ago
1
A way to copy an instance while replacing some fields
#42
bluetech
closed
7 years ago
10
PEP typo
#41
shoyer
closed
7 years ago
1
Also generate namedtuples?
#40
ericvsmith
closed
7 years ago
3
Test init order
#39
lisroach
closed
7 years ago
1
Test needed: Check items in class and instance dicts
#38
ericvsmith
closed
7 years ago
1
In the generated __init__, use "self" unless it has a conflict with a field name.
#37
ericvsmith
closed
7 years ago
0
Adds test for hash for fields Issue #35
#36
lisroach
closed
7 years ago
0
Need tests for fields.hash
#35
ericvsmith
closed
7 years ago
1
Don't force import of typing module
#34
ericvsmith
closed
7 years ago
4
With a default_factory and init=False, fields are initialized in the wrong order
#33
ericvsmith
closed
7 years ago
3
doc string for __init__
#32
ericvsmith
closed
7 years ago
18
Adds cmp and hash documentation.
#31
lisroach
closed
7 years ago
0
Issue #28: Remove support for setting slots. Support might be added b…
#30
ericvsmith
closed
7 years ago
0
Issue #27: remove make_class and related code.
#29
ericvsmith
closed
7 years ago
0
Support __slots__?
#28
ericvsmith
closed
7 years ago
15
Get rid of make_class().
#27
ericvsmith
closed
7 years ago
4
Previous
Next