attrs/changelog.d
Alex Ford ee3ecb112f
Add Attribute.alias (#950)
* Spike `alias` implementation.

* Move default alias init to after field_transformer.

* [pre-commit.ci] auto fixes from pre-commit.com hooks

for more information, see https://pre-commit.ci

* Fixup docs.

* Update docs/extending.rst

* Pre-commit fixes

* Partially fix doctest

* Add test docstrings.

* Add typing_example tests

* [pre-commit.ci] auto fixes from pre-commit.com hooks

for more information, see https://pre-commit.ci

* Tidy typing_example

* Add note in init.rst on private aliases

* Add alias example to examples.rst

* Assert to comment

* Add changelog entry

* Fixup doc error

* Tidy dataclass_transform docs

* Lil' spice for the changelog.

* Fix doctest

* Update extending.rst

* Make alias introspection more explicit

* Update src/attr/_make.py

Co-authored-by: pre-commit-ci[bot] <66853113+pre-commit-ci[bot]@users.noreply.github.com>
Co-authored-by: Hynek Schlawack <hs@ox.cx>
2022-11-30 14:39:57 +00:00
..
.gitignore Move changelog to towncrier (#236) 2017-08-20 07:58:08 +02:00
950.change.rst Add Attribute.alias (#950) 2022-11-30 14:39:57 +00:00
983.change.rst Use enum for typing NOTHING (#983) 2022-08-27 17:41:56 +02:00
987.change.rst Re-import AttrsInstance in attrs ns (#994) 2022-08-07 02:13:02 +02:00
988.breaking.rst Deprecate Python 3.6 (#1017) 2022-08-22 16:43:28 +02:00
991.change.rst Speedup `_setattr` usage and fix slight performance regressions (#991) 2022-08-07 07:52:28 +00:00
995.change.rst Polish newsfragments 2022-08-10 15:03:57 +02:00
997.change.rst Add newsfragment for #997 2022-08-16 07:26:50 +02:00
999.change.rst Fix type errors in Pyright (#999) 2022-08-30 15:06:10 +02:00
1001.change.rst Call abc.update_abstractmethods on 3.10+ (#1001) 2022-08-11 11:33:34 +00:00
1009.change.rst Fix typo 2022-08-22 16:39:08 +02:00
1010.change.rst Add a not_ validator (#1010) 2022-09-04 13:55:02 +02:00
1017.deprecation.rst Deprecate Python 3.6 (#1017) 2022-08-22 16:43:28 +02:00
1027.change.rst Add defaults to cmp_using stubs (#1027) 2022-09-19 09:20:55 +02:00
towncrier_template.rst Unpin towncrier 2022-09-12 15:18:41 +02:00