1. 2fa6b9e bpo-32960: For dataclasses, disallow inheriting frozen from non-frozen classes and vice-versa, (GH-5919) by Eric V. Smith · 6 years ago
  2. dbf9cff bpo-32929: Dataclasses: Change the tri-state hash parameter to the boolean unsafe_hash. (#5891) by Eric V. Smith · 6 years ago
  3. ea8fc52 bpo-32513: Make it easier to override dunders in dataclasses. (GH-5366) by Eric V. Smith · 6 years ago
  4. d911e40 bpo-32226: PEP 560: improve typing module (#4906) by Ivan Levkivskyi · 7 years ago
  5. d55209d Fix obvious typos in docstrings (#5151) by Raymond Hettinger · 7 years ago
  6. d138892 bpo-32506: Change dataclasses from OrderedDict to plain dict. (gh-5131) by Eric V. Smith · 7 years ago
  7. d327ae6 Fix dataclasses docstring typo. (gh-5118) by Eric V. Smith · 7 years ago
  8. d80b443 bpo-32279: Add additional params to make_dataclass(), pass through to dataclass(). (gh-5117) by Eric V. Smith · 7 years ago
  9. ed7d429 bpo-32278: Allow dataclasses.make_dataclass() to omit type information. (gh-5115) by Eric V. Smith · 7 years ago
  10. 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 · 7 years ago
  11. 03220fd bpo-32427: Expose dataclasses.MISSING object. (#5045) by Eric V. Smith · 7 years ago
  12. f0db54a bpo-32214: Implement PEP 557: Data Classes (#4704) by Eric V. Smith · 7 years ago