| Commit message (Expand) | Author | Age | Files | Lines | |
|---|---|---|---|---|---|
| * | Fix EqualityComparable.__eq__ typing | Gnome! | 2021-07-28 | 1 | -6/+2 |
| * | Typehint mixins | Rapptz | 2021-05-29 | 1 | -3/+9 |
| * | Add `__all__` to remaining modules | Nadir Chowdhury | 2021-04-07 | 1 | -0/+5 |
| * | Modernize code to use f-strings | Rapptz | 2021-04-04 | 1 | -2/+0 |
| * | Change copyright year to present | Nihaal Sangha | 2021-01-15 | 1 | -1/+1 |
| * | Bump copyright year to 2020 | Rapptz | 2020-01-19 | 1 | -1/+1 |
| * | Bumped copyright years to 2019. | Dante Dam | 2019-01-28 | 1 | -1/+1 |
| * | Update copyright year to 2017. | Rapptz | 2017-01-20 | 1 | -1/+1 |
| * | Remove extraneous unneeded hash calls. | Rapptz | 2017-01-10 | 1 | -1/+1 |
| * | Slots use tuples instead now. | Rapptz | 2017-01-03 | 1 | -2/+2 |
| * | Update license of files to 2016. | Rapptz | 2016-01-04 | 1 | -1/+1 |
| * | Add __slots__ where appropriate to data classes. | Rapptz | 2015-12-19 | 1 | -0/+4 |
| * | Most data classes now support hashing. | Rapptz | 2015-12-17 | 1 | -0/+4 |
| * | All data classes now support !=, == and str(obj). | Rapptz | 2015-12-13 | 1 | -0/+34 |