aboutsummaryrefslogtreecommitdiff
path: root/discord/mixins.py
Commit message (Expand)AuthorAgeFilesLines
* Fix EqualityComparable.__eq__ typingGnome!2021-07-281-6/+2
* Typehint mixinsRapptz2021-05-291-3/+9
* Add `__all__` to remaining modulesNadir Chowdhury2021-04-071-0/+5
* Modernize code to use f-stringsRapptz2021-04-041-2/+0
* Change copyright year to presentNihaal Sangha2021-01-151-1/+1
* Bump copyright year to 2020Rapptz2020-01-191-1/+1
* Bumped copyright years to 2019.Dante Dam2019-01-281-1/+1
* Update copyright year to 2017.Rapptz2017-01-201-1/+1
* Remove extraneous unneeded hash calls.Rapptz2017-01-101-1/+1
* Slots use tuples instead now.Rapptz2017-01-031-2/+2
* Update license of files to 2016.Rapptz2016-01-041-1/+1
* Add __slots__ where appropriate to data classes.Rapptz2015-12-191-0/+4
* Most data classes now support hashing.Rapptz2015-12-171-0/+4
* All data classes now support !=, == and str(obj).Rapptz2015-12-131-0/+34