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
*
Fix Client.fetch_channel not returning Thread
Alex Nørgaard
2021-07-03
1
-1
/
+1
*
Fix import error with threads archived iterator
Rapptz
2021-06-08
1
-0
/
+1
*
Fix typo with archived_threads iterator leading to AttributeError
Rapptz
2021-06-08
1
-1
/
+1
*
Implement remaining HTTP endpoints on threads
Rapptz
2021-06-08
1
-1
/
+96
*
Add typings for audit logs, integrations, and webhooks
Nadir Chowdhury
2021-04-10
1
-30
/
+55
*
Fix inaccuracies with `AsyncIterator` typings
Nadir Chowdhury
2021-04-07
1
-15
/
+17
*
use `typing.AsyncIterator` for iterators
Nadir Chowdhury
2021-04-06
1
-30
/
+48
*
Flatten AsyncIterator.flatten
James
2021-04-04
1
-42
/
+1
*
Modernize code to use f-strings
Rapptz
2021-04-04
1
-2
/
+0
*
Code optimisations and refactoring via Sourcery
Nadir Chowdhury
2021-02-24
1
-20
/
+8
*
Change copyright year to present
Nihaal Sangha
2021-01-15
1
-2
/
+2
*
Add support for chunking AsyncIterator objects
Josh
2020-12-03
1
-0
/
+25
*
[chore] Remove redundant imports
Nadir Chowdhury
2020-11-28
1
-1
/
+1
*
Fix AttributeError when fetching reactions without cache
Tyler North
2020-08-01
1
-1
/
+1
*
Add double backticks for some parameter mentions in the documentation.
Skezza
2020-07-22
1
-14
/
+14
*
Allow HistoryIterator to take limit of 1 even when around is passed
hamza1311
2020-04-19
1
-2
/
+0
*
Bump copyright year to 2020
Rapptz
2020-01-19
1
-1
/
+1
*
Allow Guild.fetch_members to take in limit=None
Rapptz
2020-01-12
1
-8
/
+22
*
Fix all deprecation warnings for 3.8
Rapptz
2019-11-20
1
-5
/
+5
*
Implement `Guild.fetch_members`
NCPlayz
2019-06-29
1
-0
/
+41
*
Improve documentation
NCPlayz
2019-06-07
1
-8
/
+8
*
Internal consistency with message related HTTPClient methods
Rapptz
2019-04-14
1
-3
/
+3
*
terminate iterators immediately once out of data
khazhyk
2019-04-07
1
-2
/
+2
*
simplify AuditLogIterator ordering
khazhyk
2019-04-07
1
-17
/
+16
*
simplify HistoryIterator message ordering
khazhyk
2019-04-07
1
-19
/
+18
*
Expose Metadata
NCPlayz
2019-03-19
1
-1
/
+131
*
Organise documentation
NCPlayz
2019-03-19
1
-6
/
+6
*
Fix ReactionIterator for limit > 100
Harmon
2019-01-30
1
-1
/
+1
*
Bumped copyright years to 2019.
Dante Dam
2019-01-28
1
-1
/
+1
*
[lint] Remove redundant paranthesis
Hornwitser
2018-11-24
1
-1
/
+1
*
[lint] Fix incorrect and inconsistent whitespace
Hornwitser
2018-08-22
1
-2
/
+2
*
[lint] Remove unused imports
Hornwitser
2018-08-22
1
-1
/
+0
*
Fix __aiter__ compatibility with 3.7.
Rapptz
2018-06-29
1
-1
/
+1
*
Drop support for Python 3.4 and make minimum version 3.5.2.
Rapptz
2018-06-10
1
-74
/
+52
*
Rename AsyncIterator.get to next to prevent shadowing.
Rapptz
2017-07-04
1
-10
/
+10
*
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
[next]