59 Commits (efec816de2a9783d98f07aaf02ad7d32cba2b7b9)

Author SHA1 Message Date
Alex Nørgaard d1dc41ec2f
Fix Client.fetch_channel not returning Thread 4 years ago
Rapptz 40127eb7b5 Fix import error with threads archived iterator 4 years ago
Rapptz cb9a506686 Fix typo with archived_threads iterator leading to AttributeError 4 years ago
Rapptz c1ce3b949f Implement remaining HTTP endpoints on threads 4 years ago
Nadir Chowdhury 3e92196a2b
Add typings for audit logs, integrations, and webhooks 4 years ago
Nadir Chowdhury f8bea3bb05
Fix inaccuracies with `AsyncIterator` typings 4 years ago
Nadir Chowdhury 9f0c701a7a
use `typing.AsyncIterator` for iterators 4 years ago
James fe54b3cb92
Flatten AsyncIterator.flatten 4 years ago
Rapptz 9d39b135f4 Modernize code to use f-strings 4 years ago
Nadir Chowdhury 63ec23bac2
Code optimisations and refactoring via Sourcery 4 years ago
Nihaal Sangha 69bdc3a184
Change copyright year to present 4 years ago
Josh f8e428bd5b
Add support for chunking AsyncIterator objects 4 years ago
Nadir Chowdhury 6b803acde4
[chore] Remove redundant imports 4 years ago
Tyler North ae1ec8072f
Fix AttributeError when fetching reactions without cache 5 years ago
Skezza 2552a268cb Add double backticks for some parameter mentions in the documentation. 5 years ago
hamza1311 0a24e3716e Allow HistoryIterator to take limit of 1 even when around is passed 5 years ago
Rapptz 6071607176 Bump copyright year to 2020 5 years ago
Rapptz bfaf8ecfdb Allow Guild.fetch_members to take in limit=None 5 years ago
Rapptz a6f61dcbde Fix all deprecation warnings for 3.8 5 years ago
NCPlayz 851f83c821 Implement `Guild.fetch_members` 6 years ago
NCPlayz 3c9bcc2851 Improve documentation 6 years ago
Rapptz 14d66e7b9c Internal consistency with message related HTTPClient methods 6 years ago
khazhyk 7845bfb79b terminate iterators immediately once out of data 6 years ago
khazhyk 52c45da0bc simplify AuditLogIterator ordering 6 years ago
khazhyk 366dc4855b simplify HistoryIterator message ordering 6 years ago
NCPlayz f507f508a2 Expose Metadata 6 years ago
NCPlayz fb02191b80 Organise documentation 6 years ago
Harmon 4b22dd216c Fix ReactionIterator for limit > 100 6 years ago
Dante Dam 9656a21ebe Bumped copyright years to 2019. 6 years ago
Hornwitser 51d626eabe [lint] Remove redundant paranthesis 7 years ago
Hornwitser c8b49d37be [lint] Fix incorrect and inconsistent whitespace 7 years ago
Hornwitser d58fc0ccee [lint] Remove unused imports 7 years ago
Rapptz 983be10111 Fix __aiter__ compatibility with 3.7. 7 years ago
Rapptz f25091efe1 Drop support for Python 3.4 and make minimum version 3.5.2. 7 years ago
Rapptz e0f02f1775 Rename AsyncIterator.get to next to prevent shadowing. 8 years ago
Rapptz 152fc89508 Properly check for audit log entry termination. 8 years ago
Rapptz eb58ddffd8 Skip None action types when iterating. 8 years ago
Rapptz c54a6a927d Implement audit logs. 8 years ago
Rapptz 1fc08bc5a2 Remove unused imports. 8 years ago
Rapptz af0ba17885 Proper termination of HistoryIterator.flatten. 8 years ago
Rapptz 8e654bd52a Add support for limit=None in Messageable.history. 8 years ago
Rapptz 47ef657fbd Implement async checks. Fixes #380. 8 years ago
Rapptz 2abdbc70c2 Implement utilities for AsyncIterator. 8 years ago
Rapptz ff9f5749e1 Update copyright year to 2017. 8 years ago
Rapptz ae6fb54b1b Make Reaction.users return an async iterator. 8 years ago
Rapptz 06ca518459 Rename NoMoreMessages to NoMoreItems. 8 years ago
Rapptz 8c274139df Allow HistoryIterator to be flattened into a list. 8 years ago
Rapptz 0e0b569d53 Propagate event loop in Messageable.history. 8 years ago
Rapptz 7431a127cf Change Messageable channel getter to be a coroutine. 8 years ago
Rapptz 98b981848d Move message creation to a factory method inside ConnectionState. 8 years ago