aboutsummaryrefslogtreecommitdiff
BranchCommit messageAuthorAge
1.2.xVersion bump to v1.2.5Rapptz6 years
asyncStop asyncio.async throwing a syntax error in 3.7.MysterialPy8 years
feature/ext-tasksUpdate requirements.txt for future updateTaewan-P6 years
feature/threadsAdd Thread.permissions_for helper functionRapptz5 years
masterFix README linkRapptz5 years
neo-docsSet maximimum sidebar widthJosh5 years
v1.3.xVersion bump to 1.3.4Rapptz6 years
v1.4.xVersion bump to v1.4.2Rapptz5 years
v1.5.xVersion bump to v1.5.1Rapptz5 years
v1.xVersion bump to v1.7.3Rapptz5 years
[...]
 
TagDownloadAuthorAge
v1.7.3discord.py-1.7.3.tar.xz  discord.py-1.7.3.zip  Rapptz5 years
v1.7.2discord.py-1.7.2.tar.xz  discord.py-1.7.2.zip  Rapptz5 years
v1.7.1discord.py-1.7.1.tar.xz  discord.py-1.7.1.zip  Rapptz5 years
v1.7.0discord.py-1.7.0.tar.xz  discord.py-1.7.0.zip  Rapptz5 years
v1.6.0discord.py-1.6.0.tar.xz  discord.py-1.6.0.zip  Rapptz5 years
v1.5.1discord.py-1.5.1.tar.xz  discord.py-1.5.1.zip  Rapptz5 years
v1.4.2discord.py-1.4.2.tar.xz  discord.py-1.4.2.zip  Rapptz5 years
v1.5.0discord.py-1.5.0.tar.xz  discord.py-1.5.0.zip  Rapptz5 years
v1.4.1discord.py-1.4.1.tar.xz  discord.py-1.4.1.zip  Rapptz6 years
v1.4.0discord.py-1.4.0.tar.xz  discord.py-1.4.0.zip  Rapptz6 years
[...]
 
AgeCommit messageAuthorFilesLines
2017-08-05Use a task instead of a thread for heartbeats.task-heartbeatRapptz1-4/+23
2017-07-05Hide constructor for objects that shouldn't be created by users.Datmellow1-13/+13
2017-07-04Change yield from to await in some docstrings.Rapptz2-2/+2
2017-06-19Fix afk_channel being None in Client.edit_serverRapptz1-3/+11
2017-05-21Documentation fix.Rapptz1-2/+2
2017-05-21Version bump to v0.16.8v0.16.8Rapptz1-2/+2
2017-05-21Add timeouts for websocket initial connections.khazhyk1-5/+44
2017-04-30Add Permissions.view_audit_logsRapptz1-3/+12
2017-04-23Revert "Add timeouts for websocket initial connections."Rapptz1-34/+5
2017-04-22Fix RESUME handling and make sure to wait 5 seconds before attempting.Rapptz1-2/+4
[...]