aboutsummaryrefslogtreecommitdiff
path: root/discord/colour.py
Commit message (Expand)AuthorAgeFilesLines
* Bumped copyright years to 2019.Dante Dam2019-01-281-1/+1
* Add Colour.from_hsvbmintz2018-08-221-0/+8
* Add intersphinxTobotimus2018-01-061-2/+2
* Make supported operations stand out more than attributes.Rapptz2017-05-201-8/+10
* Rename Colour.to_tuple to Colour.to_rgb.Rapptz2017-05-151-1/+1
* Add Colour.from_rgb.Rapptz2017-05-151-0/+5
* Use describe for Colour documentation.Rapptz2017-05-151-13/+15
* Add Colour.blurple and Colour.greyple.Rapptz2017-05-131-0/+9
* Check that the type in Colour and Permissions are int.Rapptz2017-02-211-1/+4
* Update copyright year to 2017.Rapptz2017-01-201-1/+1
* Add useful repr to all data classes.Rapptz2017-01-031-0/+3
* Slots use tuples instead now.Rapptz2017-01-031-1/+1
* Fix Colour.__str__ to actually pad zeroes.Rapptz2016-06-161-1/+1
* Update license of files to 2016.Rapptz2016-01-041-1/+1
* Add __slots__ where appropriate to data classes.Rapptz2015-12-191-1/+3
* Most data classes now support hashing.Rapptz2015-12-171-0/+5
* All data classes now support !=, == and str(obj).Rapptz2015-12-131-9/+14
* Switch to NumPy style documentation.Rapptz2015-12-041-4/+3
* Update to the new colours.Rapptz2015-11-271-58/+58
* Split data classes into more files.Rapptz2015-10-271-0/+187