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
New release?
#127
ukch
closed
6 years ago
2
Keep type info in InitVar
#126
reinhrst
closed
6 years ago
3
mypy: unexpected keyword-argument
#125
dfee
closed
6 years ago
2
Change license to Apache 2.0. Add LICENSE.txt and copyright language.
#124
ericvsmith
closed
6 years ago
0
Clarify license
#123
ukch
closed
6 years ago
5
Remove unnecessary import 'field'
#122
kazhuravlev
closed
6 years ago
1
Syntax highlight Python code in README
#121
johnthagen
closed
6 years ago
1
custom_init option
#120
sky-code
closed
6 years ago
1
astuple transform nested by default is uncommon use case
#118
guyskk
closed
6 years ago
3
Why
#117
coleifer
closed
6 years ago
2
NameError when referencing cdataclass variable within list comprehension
#116
andymcarter
closed
6 years ago
3
Please explain some parts of your code.
#115
godaygo
closed
6 years ago
4
Consider exposing _MISSING in the public API
#114
tommikaikkonen
closed
6 years ago
1
DataClasses.make_dataclasses documentation typos(2)
#113
DWSimmons
closed
6 years ago
2
Error if there are Default Fields in the Parent Class
#112
vansivallab
closed
6 years ago
8
Issue #110: PEP-8-ify as_dict and as_tuple function names.
#111
ericvsmith
closed
6 years ago
1
PEP 8 function names: asdict -> as_dict, astuple -> as_tuple
#110
ericvsmith
closed
6 years ago
8
Issue #108: Change fields() to return a tuple of Field objects.
#109
ericvsmith
closed
6 years ago
0
fields() is defined as returning a list, but actually returns an OrderedDict. Change it to return a tuple of Field objects.
#108
ericvsmith
closed
6 years ago
1
Issue #106: Simplify InitVar.
#107
ericvsmith
closed
6 years ago
0
Simplify InitVar implementation as much as possible
#106
ericvsmith
closed
6 years ago
0
Issue #104: Make order=False the default.
#105
ericvsmith
closed
6 years ago
0
Make order=False by default?
#104
alanhdu
closed
6 years ago
6
Issue #54: Add simple test for generic types.
#103
ericvsmith
closed
6 years ago
0
Issue #99: remove isdataclass().
#102
ericvsmith
closed
6 years ago
0
Issue #100: Use __qualname__ in repr.
#101
ericvsmith
closed
6 years ago
0
__name__ vs __qualname__ in dataclass __repr__
#100
ariebovenberg
closed
6 years ago
1
Should isdataclass return True for both classes and instances?
#99
ericvsmith
closed
6 years ago
5
Issue 95 glitch
#98
JimJJewett
closed
6 years ago
1
Issue #51: Allow subclass instances to be compared to base class instances, as long as they have no additional fields.
#97
ericvsmith
closed
6 years ago
2
Ordering and lack of defaults?
#96
JimJJewett
closed
6 years ago
1
What about conflicting methods?
#95
JimJJewett
closed
6 years ago
1
Please add inheritance example for __init__ from ancestor classes
#94
JimJJewett
closed
6 years ago
8
Better default for List, Set, Dict?
#93
JimJJewett
closed
6 years ago
4
Support string type annotations
#92
ericvsmith
closed
6 years ago
7
Issue #90: Change class-level 'compare' to 'order'.
#91
ericvsmith
closed
6 years ago
0
Change the names of the class-level "eq" and "compare" parameters?
#90
ericvsmith
closed
6 years ago
6
Issue #88: Make class params eq=False and compare=True raise ValueError.
#89
ericvsmith
closed
6 years ago
0
Change combination of eq=False and compare=True to a ValueError
#88
ericvsmith
closed
6 years ago
1
Change the field-level cmp param to be named compare
#87
ericvsmith
closed
6 years ago
1
Final editorial pass through the PEP.
#86
ericvsmith
closed
6 years ago
0
Make a final editorial pass through the PEP before posting it to python-dev
#85
ericvsmith
closed
6 years ago
0
Issue #83: Move the post-init params section in to discussion, not re…
#84
ericvsmith
closed
6 years ago
0
PEP: post-init parameters should not be in the rejected ideas section.
#83
ericvsmith
closed
6 years ago
1
Issue #79: Improve wording on mutable default values.
#82
ericvsmith
closed
6 years ago
0
Issue #78: Don't require an init=False field to be initialized.
#81
ericvsmith
closed
6 years ago
0
Issue #17 init only members
#80
ericvsmith
closed
6 years ago
0
PEP: Mutable default values section needs work
#79
ericvsmith
closed
6 years ago
1
Drop the requirement that an init=False field have either default= or default_factory=
#78
ericvsmith
closed
6 years ago
0
Should the replace() function be renamed?
#77
ericvsmith
closed
6 years ago
11
Previous
Next