| Commit message (Collapse) | Author | Age | Files | Lines | |
|---|---|---|---|---|---|
| * | Fix Colour.fuchsia docstring typo | chromacoat dreamkey | 2021-05-15 | 1 | -1/+1 |
| | | |||||
| * | Change Colour.blurple to new one | Dorukyum | 2021-05-15 | 1 | -1/+6 |
| | | | | This moves the old one to Colour.og_blurple. | ||||
| * | Add Colour.fuchsia and Colour.yellow | Arnav Jindal | 2021-05-15 | 1 | -0/+17 |
| | | |||||
| * | Type up **kwargs of various methods | Nadir Chowdhury | 2021-05-10 | 1 | -3/+3 |
| | | |||||
| * | Type hint colour.py | Josh | 2021-05-05 | 1 | -39/+51 |
| | | |||||
| * | Make spelling of "colour" consistent in docs | numbermaniac | 2021-04-27 | 1 | -1/+1 |
| | | |||||
| * | Add __int__ to discord.Colour | ppotatoo | 2021-04-26 | 1 | -0/+7 |
| | | |||||
| * | Add `__all__` to remaining modules | Nadir Chowdhury | 2021-04-07 | 1 | -0/+5 |
| | | |||||
| * | Modernize code to use f-strings | Rapptz | 2021-04-04 | 1 | -6/+4 |
| | | | | | | This also removes the encoding on the top, since Python 3 does it by default. It also changes some methods to use `yield from`. | ||||
| * | Add an optional seed parameter for Colour.random | Maselkov | 2021-03-28 | 1 | -2/+10 |
| | | |||||
| * | Change copyright year to present | Nihaal Sangha | 2021-01-15 | 1 | -1/+1 |
| | | |||||
| * | Clarify Colour.random RNG | Rapptz | 2020-11-21 | 1 | -2/+10 |
| | | |||||
| * | Add Colour.random factory method | Caio Alexandre | 2020-11-21 | 1 | -0/+6 |
| | | |||||
| * | Fix Colour.dark_theme docstring. | Josh | 2020-10-16 | 1 | -2/+2 |
| | | |||||
| * | Add discord.Colour classmethod dark_theme | BluePhoenixGame | 2020-09-09 | 1 | -0/+9 |
| | | |||||
| * | Add gray alias for discord.Colour | SebbyLaw | 2020-07-22 | 1 | -0/+8 |
| | | |||||
| * | Documentation formatting | Skezza | 2020-06-30 | 1 | -1/+1 |
| | | |||||
| * | Fix various inconsistencies within the documentation (#5067) | Sebastian Law | 2020-06-28 | 1 | -1/+1 |
| | | |||||
| * | 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 |