Gitiles
Code Review
Sign In
gerrit-public.fairphone.software
/
platform
/
external
/
python
/
cpython3
/
332cd5ee4ff42c9904c56e68a1028f383f7fc9a8
/
Lib
/
test
/
test_dataclasses.py
7c99e93
Fix trivial typo in test_dataclasses.py. (GH-5398)
by Eric V. Smith
· 8 years ago
ea8fc52
bpo-32513: Make it easier to override dunders in dataclasses. (GH-5366)
by Eric V. Smith
· 8 years ago
d80b443
bpo-32279: Add additional params to make_dataclass(), pass through to dataclass(). (gh-5117)
by Eric V. Smith
· 8 years ago
ed7d429
bpo-32278: Allow dataclasses.make_dataclass() to omit type information. (gh-5115)
by Eric V. Smith
· 8 years ago
e7ba013
bpo-32499: Add dataclasses.is_dataclass(obj), which returns True if obj is a dataclass or an instance of one. (#5113)
by Eric V. Smith
· 8 years ago
03220fd
bpo-32427: Expose dataclasses.MISSING object. (#5045)
by Eric V. Smith
· 8 years ago
13a6c09
bpo-32259: Make a TypeError message when unpack non-iterable more specific. (#4903)
by Serhiy Storchaka
· 8 years ago
53f7a7c
bpo-32297: Few misspellings found in Python source code comments. (#4803)
by Mike
· 8 years ago
24e77f9
Use raw strings for regex to avoid invalid escape sequences. (GH-4741)
by Eric V. Smith
· 8 years ago
f0db54a
bpo-32214: Implement PEP 557: Data Classes (#4704)
by Eric V. Smith
· 8 years ago