summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2021-02-22Add missing newsfragmentupstream-masterHynek Schlawack
2021-02-22Add Python 3.10 support (#763)Hynek Schlawack
2021-02-22Polish up #627Hynek Schlawack
2021-02-22Allow user to customize how an attribute is compared (#435) (#627)Antonio Botelho
2021-02-19Add test asserting that evolve() correctly updates dictsStefan Scherfke
2021-02-19Recursively evolve nested attrs classes (#759)Stefan Scherfke
2021-02-19Fix issue with get_type_hints(cls.__init__) and refactor (#760)David Euresti
2021-02-18doc: fix typo in default_if_none doc (#762)Matt Tuchfarber
2021-01-29Add forgotten Attribute.evolve to stubHynek Schlawack
2021-01-29pre-commit autoupdateHynek Schlawack
2021-01-29mypy has caught up! Uncomment NG type testsHynek Schlawack
2021-01-25__attrs_pre_init__ (#750)Venky Iyer
2021-01-23__attrs_init__() (#731)Venky Iyer
2021-01-23Fix mypy tests (#749)David Euresti
2021-01-11Minor word smithingHynek Schlawack
2021-01-11Fix: TypeError when using properties, super(), and slots=True (#652) (#747)Vitaliy Yelnik
2021-01-04Update isort URLHynek Schlawack
2021-01-04Add newsfragment for #710Hynek Schlawack
2020-12-31Don't set pygments styleHynek Schlawack
2020-12-30Clarify next-gen auto_attribs inference rules (#742)Alex Ford
2020-12-30Add versionchanged for #732Hynek Schlawack
2020-12-30There won't be a 20.4Hynek Schlawack
2020-12-28Move some of the mypy tests over. (#738)David Euresti
2020-12-28Rename SECURITY.yml to SECURITY.md (#743)Tal Einat
2020-12-21Make NOTHING falsey (#732)Hynek Schlawack
2020-12-21WIP: Add mypy tests (#737)David Euresti
2020-12-13Minor wordsmithingHynek Schlawack
2020-12-13Fixed slots inheritance (#718)Andrei Bodrov
2020-12-13Infer type annotations from converters (#710)Nicholas Coltharp
2020-12-07pre-commit autoupdateHynek Schlawack
2020-11-25Use "official" build & check-wheel-contents (#721)Hynek Schlawack
2020-11-20Fix long descriptionHynek Schlawack
2020-11-20Steal shamelessly from urllib3Hynek Schlawack
2020-11-20logo: Split `path` into multiple paths (#719)Tobias Bieniek
2020-11-16Add white logo for dark modeHynek Schlawack
2020-11-05Start new cycleHynek Schlawack
2020-11-05Prepare 20.3.0Hynek Schlawack
2020-11-05Exclude GitHub issues from linkcheck to avoid rate limitsHynek Schlawack
2020-11-05Add funding URLs to metadataHynek Schlawack
2020-11-05Add provisional noticeHynek Schlawack
2020-11-04Use 'i' and 'k' to better distinguish variables in an example (#713)Alex Chan
2020-11-04Fix exception chaining on PyPy (#712)Hynek Schlawack
2020-11-04Tighten up mypy configurationHynek Schlawack
2020-11-03Add types to collect_by_mro annotations m(Hynek Schlawack
2020-11-03pre-commit autoupdateHynek Schlawack
2020-11-03Add missing collect_by_mro to typing stubsHynek Schlawack
2020-11-02isort 5 doesn't need seed-isort anymoreHynek Schlawack
2020-10-21Update setup-python actionHynek Schlawack
2020-10-21Use 3.0 proper in CIHynek Schlawack
2020-10-21Refactor Hypothesis strategy for self-tests (#706)Zac Hatfield-Dodds