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
Update dataclasses.py
#177
angie8215
closed
4 months ago
5
feat(dataclasses): fix dataclasses line 550 contain _ in var typing.C…
#176
angie8215
closed
4 months ago
5
cannot find 'CroppingInfo' in the module
#175
sosie-js
closed
4 months ago
7
Is it possible to hide an argument in __str__/__repr__?
#174
Freed-Wu
opened
11 months ago
0
Support kw_only?
#173
guysoft
opened
2 years ago
0
When the method __post_init__ doesnt called?
#172
Maksim-Burtsev
closed
2 years ago
2
TypeError when calling super() in dataclass(slots=True) subclass
#171
TomFryers
closed
2 years ago
2
License, when I want to use dataclasses.py
#170
derived-coder
closed
2 years ago
1
Fix typos
#169
kianmeng
closed
3 years ago
1
no attribute _ClassVar
#168
shahzebsiddiqui
closed
3 years ago
1
Why type checks not giving an error?
#167
phibersoft
closed
3 years ago
3
Backport slots=True and kw_only=True from Python 3.10
#166
ericvsmith
closed
3 years ago
8
Could not find a version that satisfies the requirement dataclasses==0.8
#165
iamtodor
closed
3 years ago
8
dataclasses.replace raises exception if InitVars with default argument is not provided
#164
anthrotype
opened
3 years ago
0
How to define a dataclass so each of its attributes is the list of its subclass attributes?
#163
lhoupert
closed
3 years ago
1
[Question] Correct docstring default value using default_factory
#162
carmocca
closed
4 years ago
1
Allow installing on Python 3.7+ environments
#161
jdufresne
closed
2 years ago
0
Use setuptools declarative configuration
#160
jdufresne
closed
2 years ago
2
Naming a field `date` causes RecursionError
#159
jacobg
closed
4 years ago
1
Backports bpo-34363 .asdict() and .astuple() fix for namedtuples
#158
jkwill87
closed
3 years ago
3
can not install on python 3.8 or high
#157
jacksonjim
closed
4 years ago
2
Cache the value of the `__hahs__`
#156
hackaugusto
closed
4 years ago
1
TypeError: __new__() got multiple values for argument 'cls'
#155
omry
closed
4 years ago
9
add_slots tool breaks pickling of frozen dataclasses & proposed solution
#154
ariebovenberg
opened
4 years ago
0
Problems with py37
#153
jph00
opened
4 years ago
1
kw_only not supported
#152
eadmaster
closed
5 years ago
1
dataclasses.astuple breaks NamedTuple attribute of dataclass instance
#151
isvoboda
opened
5 years ago
1
dataclass with `frozen=True` with `init=False` can't be instantiated
#150
DBCerigo
closed
5 years ago
2
Adding a python_requires >=3.6.* at least
#149
yawara
closed
5 years ago
2
Added python_requires to setup.py
#148
agronholm
closed
5 years ago
1
An InitVar could allow a default_factory
#147
jdevera
closed
5 years ago
4
Adding a python_requires < 3.7
#146
georgealton
closed
5 years ago
7
Backport the fix & tests for bpo-33796
#145
nbraud
closed
5 years ago
1
asdict breaks with defaultdicts
#144
seansfkelley
opened
5 years ago
0
Fix "dataclasses.replace broken if a class has any ClassVars" in backport
#143
gnillev
closed
4 years ago
6
dataclasses are not cooperative
#142
a-recknagel
closed
5 years ago
2
bpo-34363: dataclasses.asdict() and .astuple() for namedtuples
#141
cliffxuan
closed
8 months ago
7
Merge changes from bpo-33796 and bpo-33805
#140
noamkush
closed
4 years ago
7
Option to see code generated from Dataclasses
#139
pylang
closed
5 years ago
1
Dataclass inheritance behavior deviates from 3.7 implementation
#138
shannonzhu
closed
5 years ago
3
Make pypi shield link to project's pypi page
#137
jonmcoe
closed
6 years ago
1
Type information lost if using forward reference for type name
#136
jbasko
closed
6 years ago
2
InitVar should not discard the type information
#135
hackaugusto
closed
2 years ago
3
Cannot create a dataclass with more than 255 fields
#134
jbasko
closed
6 years ago
3
Support for `field` annotation
#133
uriva
closed
6 years ago
1
mypy==0.620 compatibility issue
#132
pawelswiecki
closed
3 years ago
20
Support fromdict
#131
maximveksler
closed
6 years ago
1
Python 3.5 Naive Question
#130
s0undt3ch
closed
6 years ago
3
Changing Field Order In Subclass
#129
dsanders11
closed
6 years ago
2
Include the readme as a long description
#128
mjpieters
closed
6 years ago
2
Next