aboutsummaryrefslogtreecommitdiff
path: root/discord/utils.py
Commit message (Expand)AuthorAgeFilesLines
* [lint] Remove unused variablesHornwitser2018-08-221-1/+1
* Drop support for Python 3.4 and make minimum version 3.5.2.Rapptz2018-06-101-11/+8
* Fix TypeError in utils.oauth_urlReinaSakuraba2017-10-041-1/+1
* Change how coroutines are detected internally.Rapptz2017-09-161-3/+4
* Fix utils.get example.Rapptz2017-08-301-1/+1
* Add webhook support.Rapptz2017-08-211-0/+6
* allow trailing null bytes in uploaded jpegskhazhyk2017-07-251-1/+1
* avatar_url_as improvementskhazhyk2017-07-251-0/+4
* Implement "partial" message events.Rapptz2017-06-091-3/+1
* Use Python3Lexer instead of PythonLexer for pygments.Rapptz2017-05-221-3/+3
* Remove unused imports.Rapptz2017-04-181-1/+1
* Wrap asyncio.wait into a saner alternative that raises TimeoutError.Rapptz2017-02-251-0/+7
* Allow utils.maybe_coroutine to take any arguments.Rapptz2017-02-131-3/+3
* Implement async checks. Fixes #380.Rapptz2017-02-121-0/+16
* Update copyright year to 2017.Rapptz2017-01-201-1/+1
* Allow uploading of GIFs for users.SunDwarf2017-01-081-0/+2
* Rename Server to Guild everywhere.Rapptz2017-01-031-10/+10
* Switch IDs to use int instead of strRapptz2017-01-031-3/+10
* Add support for "Do Not Disturb" and "Invisible" statuses.Rapptz2016-09-261-0/+16
* Remove unused verify response function.Rapptz2016-06-121-18/+0
* Change HTTPException to only take a single parameter.Rapptz2016-06-121-5/+4
* Allow datetime in limit parameters for logs_from.Khazhismel Kumykov2016-05-201-0/+18
* Force encoding of text retrieval functions to use utf-8.Rapptz2016-05-101-2/+2
* Add compatibility layer for `run_coroutine_threadsafe`.Rapptz2016-04-251-4/+0
* Add optional redirect_uri parameter to utils.oauth_urlcookie2016-04-181-1/+6
* Add optional server parameter to utils.oauth_urlKhazhismel Kumykov2016-04-151-2/+6
* Add utility function for generating OAuth2 urls.Rapptz2016-04-081-0/+19
* Clean up documentation of utils.snowflake_timeRapptz2016-03-061-3/+1
* Add util method to extract creation date from discord idsKhazhismel2016-03-061-0/+7
* HTTPException now has a text attribute if JSON is not available.Rapptz2016-01-251-5/+11
* 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
* 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
* 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
* Add utils.find helper function.Rapptz2015-09-131-0/+23
* Refactor parse_time into its own utils file.Rapptz2015-09-041-0/+34