aboutsummaryrefslogtreecommitdiff
path: root/discord/utils.py
Commit message (Collapse)AuthorAgeFilesLines
* Documentation fixes to quiet Sphinx warnings.Rapptz2016-01-071-1/+1
|
* Add __slots__ for missing classes that didn't have it.Rapptz2016-01-061-0/+22
|
* Update license of files to 2016.Rapptz2016-01-041-1/+1
|
* Maintain order in role related functions.Rapptz2015-12-301-0/+5
|
* utils.get now supports nested attribute retrieval.Rapptz2015-12-301-3/+15
|
* Clean-up documentation to use NumPy style docs on remaining classes.Rapptz2015-12-161-3/+8
|
* Make more things into properties.Rapptz2015-12-161-0/+15
| | | | | | A lot of the expensive getters were transformed into cached properties instead. A lot of things that were properties were transformed into properties as well.
* Add discord.utils.get helper.Rapptz2015-12-131-0/+46
|
* Work on connecting to a voice channel.Rapptz2015-12-071-0/+4
|
* Add server management commands.Rapptz2015-12-041-0/+7
|
* Add Forbidden and NotFound exceptions.Rapptz2015-12-041-2/+7
|
* Begin working on asyncio port.Rapptz2015-12-041-3/+10
|
* Revert "GIF support for avatars"Rapptz2015-11-261-2/+0
| | | | This reverts commit 9a5bb439ec9f6ab5d2fce7567452ca310736d688.
* GIF support for avatarsRapptz2015-11-261-0/+2
|
* Add support for uploading avatars.Rapptz2015-11-261-1/+9
|
* Move _null_event and _verify_successful_response to utilsRapptz2015-11-261-0/+10
| | | | They might be used in other files in the future.
* Add utils.find helper function.Rapptz2015-09-131-0/+23
|
* Refactor parse_time into its own utils file.Rapptz2015-09-041-0/+34