| Commit message (Collapse) | Author | Age | Files | Lines | |
|---|---|---|---|---|---|
| * | Bump copyright year to 2020 | Rapptz | 2020-01-19 | 1 | -1/+1 |
| | | | | | Closes #2510 | ||||
| * | Improve documentation | NCPlayz | 2019-06-07 | 1 | -4/+4 |
| | | |||||
| * | Bumped copyright years to 2019. | Dante Dam | 2019-01-28 | 1 | -1/+1 |
| | | |||||
| * | Add Colour.from_hsv | bmintz | 2018-08-22 | 1 | -0/+8 |
| | | | | | | HSV is an easier to use colour format, and its inclusion in the colour module will hopefully encourage its use. | ||||
| * | Add intersphinx | Tobotimus | 2018-01-06 | 1 | -2/+2 |
| | | |||||
| * | Make supported operations stand out more than attributes. | Rapptz | 2017-05-20 | 1 | -8/+10 |
| | | |||||
| * | Rename Colour.to_tuple to Colour.to_rgb. | Rapptz | 2017-05-15 | 1 | -1/+1 |
| | | |||||
| * | Add Colour.from_rgb. | Rapptz | 2017-05-15 | 1 | -0/+5 |
| | | |||||
| * | Use describe for Colour documentation. | Rapptz | 2017-05-15 | 1 | -13/+15 |
| | | |||||
| * | Add Colour.blurple and Colour.greyple. | Rapptz | 2017-05-13 | 1 | -0/+9 |
| | | |||||
| * | Check that the type in Colour and Permissions are int. | Rapptz | 2017-02-21 | 1 | -1/+4 |
| | | |||||
| * | Update copyright year to 2017. | Rapptz | 2017-01-20 | 1 | -1/+1 |
| | | |||||
| * | Add useful repr to all data classes. | Rapptz | 2017-01-03 | 1 | -0/+3 |
| | | |||||
| * | Slots use tuples instead now. | Rapptz | 2017-01-03 | 1 | -1/+1 |
| | | |||||
| * | Fix Colour.__str__ to actually pad zeroes. | Rapptz | 2016-06-16 | 1 | -1/+1 |
| | | |||||
| * | 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 | -1/+3 |
| | | |||||
| * | Most data classes now support hashing. | Rapptz | 2015-12-17 | 1 | -0/+5 |
| | | |||||
| * | All data classes now support !=, == and str(obj). | Rapptz | 2015-12-13 | 1 | -9/+14 |
| | | |||||
| * | Switch to NumPy style documentation. | Rapptz | 2015-12-04 | 1 | -4/+3 |
| | | |||||
| * | Update to the new colours. | Rapptz | 2015-11-27 | 1 | -58/+58 |
| | | |||||
| * | Split data classes into more files. | Rapptz | 2015-10-27 | 1 | -0/+187 |