index
:
discord.py
1.2.x
async
feature/ext-tasks
feature/threads
legacy
master
neo-docs
task-heartbeat
v1.3.x
v1.4.x
v1.5.x
v1.x
Unnamed repository; edit this file 'description' to name the repository.
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
Commit message (
Expand
)
Author
Age
Files
Lines
...
*
[commands] Support callables in Greedy converter
Rapptz
2019-04-13
1
-1
/
+1
*
[commands] Fix lambda converters in non-module contexts.
Rapptz
2019-04-13
1
-1
/
+1
*
Change slowmode max value in docs
apple502j
2019-04-13
1
-1
/
+1
*
Add `Permissions.stream`
NCPlayz
2019-04-12
1
-3
/
+10
*
Improvements to intro docs.
Dante Dam
2019-04-12
1
-7
/
+7
*
[tasks] set internal task to None after canceling
Steve C
2019-04-12
1
-0
/
+1
*
Remove "needs python 3.5+" from async iter section
apple502j
2019-04-12
1
-2
/
+1
*
[tasks] Add before_loop and after_loop decorators
Rapptz
2019-04-12
2
-19
/
+124
*
Export tasks extension
Rapptz
2019-04-12
1
-1
/
+1
*
[commands] Add versionadded to dm_only
Rapptz
2019-04-12
1
-0
/
+2
*
Update FAQ with some common tags
Vexs
2019-04-12
1
-4
/
+70
*
[tasks] Document version added
Rapptz
2019-04-11
1
-0
/
+2
*
[tasks] Ensure total number of seconds is not less than 0.
Rapptz
2019-04-11
1
-3
/
+6
*
[tasks] Rename Loop.run to Loop.start to avoid blocking connotations
Rapptz
2019-04-11
2
-6
/
+6
*
[tasks] Add a new background helper 'tasks' extension.
Rapptz
2019-04-11
3
-0
/
+292
*
[commands] Fix erroneous string in dm_only check
Rapptz
2019-04-11
1
-1
/
+1
*
[commands] Added dm_only check
Dante Dam
2019-04-11
2
-7
/
+29
*
[commands] Fix references in Bot to actually link.
Rapptz
2019-04-10
3
-71
/
+68
*
Update changelog
v1.0.1
Rapptz
2019-04-10
2
-1
/
+13
*
Version bump to v1.0.1
Rapptz
2019-04-10
1
-2
/
+2
*
[commands] Properly name heading for ExtensionError
Rapptz
2019-04-10
1
-2
/
+2
*
Fix voice handshake race condition
Imayhaveborkedit
2019-04-10
1
-0
/
+10
*
Add notes warning that fetch_ methods are api calls
Vexs
2019-04-10
2
-0
/
+25
*
Fix various bugs with Asset._url None handling.
Rapptz
2019-04-09
1
-2
/
+4
*
Fix cleanup code on Linux not working properly.
Rapptz
2019-04-09
1
-9
/
+17
*
Stop the event loop if it's running during cleanup.
Rapptz
2019-04-09
1
-1
/
+8
*
Use is_connected() instead of _connected in checks
Daniel
2019-04-09
1
-2
/
+2
*
Fix broken documentation attribute
Steve C
2019-04-09
1
-1
/
+1
*
Fix issue with speaking state causing an error.
Rapptz
2019-04-08
1
-0
/
+3
*
Update classifier in setup.py
v1.0.0
Rapptz
2019-04-08
1
-1
/
+1
*
Version bump to v1.0.0
Rapptz
2019-04-08
1
-2
/
+2
*
Update Japanese translation files.
Rapptz
2019-04-08
8
-3488
/
+8740
*
Add notes stating what Guild.fetch_guild and Guild.fetch_guilds returns
NCPlayz
2019-04-08
1
-2
/
+12
*
Fix documentation so Sphinx can build semi-cleanly.
Rapptz
2019-04-08
2
-4
/
+4
*
Bump PyNaCl to 1.3.0
Rapptz
2019-04-08
1
-1
/
+1
*
Wording nit, library -> function in load_opus
Rapptz
2019-04-08
1
-1
/
+1
*
Change all IntEnum to Enum
Rapptz
2019-04-08
2
-8
/
+8
*
Remove manual documentation for AppInfo
Rapptz
2019-04-08
2
-50
/
+4
*
Missing a word in Attachment.save
Rapptz
2019-04-08
1
-2
/
+2
*
Fix oversight where on_disconnect did not get called on WS termination.
Rapptz
2019-04-08
2
-0
/
+3
*
Fix long-standing issue with user updates not dispatching properly.
Rapptz
2019-04-08
3
-8
/
+43
*
GUILD_MEMBER_UPDATE no longer does actual user updates.
Rapptz
2019-04-08
2
-8
/
+2
*
Don't use an enum when unnecessary in Member._client_status
Rapptz
2019-04-08
1
-1
/
+1
*
Add a note to load_opus that it's auto loaded on Windows.
Rapptz
2019-04-08
1
-0
/
+5
*
Add some version guarantees to the documentation.
Rapptz
2019-04-08
4
-6
/
+45
*
terminate iterators immediately once out of data
khazhyk
2019-04-07
1
-2
/
+2
*
simplify AuditLogIterator ordering
khazhyk
2019-04-07
2
-24
/
+21
*
simplify HistoryIterator message ordering
khazhyk
2019-04-07
4
-32
/
+29
*
allow passing 0 for logs_from parameters
khazhyk
2019-04-07
1
-3
/
+3
*
Client.event raises TypeError instead of ClientException.
Rapptz
2019-04-07
1
-2
/
+7
[prev]
[next]