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
path:
root
/
discord
/
iterators.py
Commit message (
Expand
)
Author
Age
Files
Lines
*
Properly check for audit log entry termination.
Rapptz
2017-05-07
1
-10
/
+10
*
Skip None action types when iterating.
Rapptz
2017-05-07
1
-0
/
+4
*
Implement audit logs.
Rapptz
2017-04-30
1
-0
/
+109
*
Remove unused imports.
Rapptz
2017-04-18
1
-1
/
+0
*
Proper termination of HistoryIterator.flatten.
Rapptz
2017-03-30
1
-1
/
+1
*
Add support for limit=None in Messageable.history.
Rapptz
2017-02-13
1
-10
/
+30
*
Implement async checks. Fixes #380.
Rapptz
2017-02-12
1
-11
/
+4
*
Implement utilities for AsyncIterator.
Rapptz
2017-02-11
1
-42
/
+103
*
Update copyright year to 2017.
Rapptz
2017-01-20
1
-1
/
+1
*
Make Reaction.users return an async iterator.
Rapptz
2017-01-11
1
-0
/
+75
*
Rename NoMoreMessages to NoMoreItems.
Rapptz
2017-01-11
1
-3
/
+3
*
Allow HistoryIterator to be flattened into a list.
Rapptz
2017-01-11
1
-7
/
+29
*
Propagate event loop in Messageable.history.
Rapptz
2017-01-11
1
-3
/
+4
*
Change Messageable channel getter to be a coroutine.
Rapptz
2017-01-03
1
-6
/
+10
*
Move message creation to a factory method inside ConnectionState.
Rapptz
2017-01-03
1
-2
/
+4
*
Split channel types.
Rapptz
2017-01-03
1
-26
/
+44
*
Begin working on the rewrite.
Rapptz
2017-01-03
1
-11
/
+9
*
Inject full Emoji to Reaction if we have it.
khazhyk
2016-11-03
1
-1
/
+4
*
Add around parameter to LogsFromIterator.
khazhyk
2016-10-16
1
-2
/
+30
*
Refactor LogsFromIterator
khazhyk
2016-10-16
1
-124
/
+86
*
logs_from improvements for after param.
Khazhismel Kumykov
2016-05-20
1
-14
/
+124
*
Add Client.purge_from as a high level interface around bulk delete.
Rapptz
2016-05-10
1
-4
/
+8
*
Use Queue instead of LifoQueue in LogsFromIterator.
Rapptz
2016-01-15
1
-1
/
+1
*
Add support for `async for` in Client.logs_from.
Rapptz
2016-01-14
1
-0
/
+71