| Commit message (Expand) | Author | Age | Files | Lines | |
|---|---|---|---|---|---|
| * | Move Member.permissions_in to User.permissions_in. | Rapptz | 2016-01-21 | 1 | -0/+16 |
| * | Update license of files to 2016. | Rapptz | 2016-01-04 | 1 | -1/+1 |
| * | Revert "Use super() in classes that could be subclassed." | Rapptz | 2016-01-04 | 1 | -1/+0 |
| * | Use super() in classes that could be subclassed. | Rapptz | 2016-01-04 | 1 | -0/+1 |
| * | Add __slots__ where appropriate to data classes. | Rapptz | 2015-12-19 | 1 | -5/+7 |
| * | Most data classes now support hashing. | Rapptz | 2015-12-17 | 1 | -0/+5 |
| * | Clean-up documentation to use NumPy style docs on remaining classes. | Rapptz | 2015-12-16 | 1 | -1/+1 |
| * | All data classes now support !=, == and str(obj). | Rapptz | 2015-12-13 | 1 | -3/+1 |
| * | Changed functions that return a constant value into properties. | Rapptz | 2015-12-13 | 1 | -0/+2 |
| * | Switch to NumPy style documentation. | Rapptz | 2015-12-04 | 1 | -10/+6 |
| * | Document supported operations in discord.User | Rapptz | 2015-11-27 | 1 | -0/+12 |
| * | Initial commit | Rapptz | 2015-08-21 | 1 | -0/+73 |