aboutsummaryrefslogtreecommitdiff
path: root/discord/iterators.py
Commit message (Expand)AuthorAgeFilesLines
* Fix Client.fetch_channel not returning ThreadAlex Nørgaard2021-07-031-1/+1
* Fix import error with threads archived iteratorRapptz2021-06-081-0/+1
* Fix typo with archived_threads iterator leading to AttributeErrorRapptz2021-06-081-1/+1
* Implement remaining HTTP endpoints on threadsRapptz2021-06-081-1/+96
* Add typings for audit logs, integrations, and webhooks Nadir Chowdhury2021-04-101-30/+55
* Fix inaccuracies with `AsyncIterator` typingsNadir Chowdhury2021-04-071-15/+17
* use `typing.AsyncIterator` for iteratorsNadir Chowdhury2021-04-061-30/+48
* Flatten AsyncIterator.flattenJames2021-04-041-42/+1
* Modernize code to use f-stringsRapptz2021-04-041-2/+0
* Code optimisations and refactoring via SourceryNadir Chowdhury2021-02-241-20/+8
* Change copyright year to presentNihaal Sangha2021-01-151-2/+2
* Add support for chunking AsyncIterator objectsJosh2020-12-031-0/+25
* [chore] Remove redundant importsNadir Chowdhury2020-11-281-1/+1
* Fix AttributeError when fetching reactions without cacheTyler North2020-08-011-1/+1
* Add double backticks for some parameter mentions in the documentation.Skezza2020-07-221-14/+14
* Allow HistoryIterator to take limit of 1 even when around is passedhamza13112020-04-191-2/+0
* Bump copyright year to 2020Rapptz2020-01-191-1/+1
* Allow Guild.fetch_members to take in limit=NoneRapptz2020-01-121-8/+22
* Fix all deprecation warnings for 3.8Rapptz2019-11-201-5/+5
* Implement `Guild.fetch_members`NCPlayz2019-06-291-0/+41
* Improve documentationNCPlayz2019-06-071-8/+8
* Internal consistency with message related HTTPClient methodsRapptz2019-04-141-3/+3
* terminate iterators immediately once out of datakhazhyk2019-04-071-2/+2
* simplify AuditLogIterator orderingkhazhyk2019-04-071-17/+16
* simplify HistoryIterator message orderingkhazhyk2019-04-071-19/+18
* Expose MetadataNCPlayz2019-03-191-1/+131
* Organise documentationNCPlayz2019-03-191-6/+6
* Fix ReactionIterator for limit > 100Harmon2019-01-301-1/+1
* Bumped copyright years to 2019.Dante Dam2019-01-281-1/+1
* [lint] Remove redundant paranthesisHornwitser2018-11-241-1/+1
* [lint] Fix incorrect and inconsistent whitespaceHornwitser2018-08-221-2/+2
* [lint] Remove unused importsHornwitser2018-08-221-1/+0
* Fix __aiter__ compatibility with 3.7.Rapptz2018-06-291-1/+1
* Drop support for Python 3.4 and make minimum version 3.5.2.Rapptz2018-06-101-74/+52
* Rename AsyncIterator.get to next to prevent shadowing.Rapptz2017-07-041-10/+10
* Properly check for audit log entry termination.Rapptz2017-05-071-10/+10
* Skip None action types when iterating.Rapptz2017-05-071-0/+4
* Implement audit logs.Rapptz2017-04-301-0/+109
* Remove unused imports.Rapptz2017-04-181-1/+0
* Proper termination of HistoryIterator.flatten.Rapptz2017-03-301-1/+1
* Add support for limit=None in Messageable.history.Rapptz2017-02-131-10/+30
* Implement async checks. Fixes #380.Rapptz2017-02-121-11/+4
* Implement utilities for AsyncIterator.Rapptz2017-02-111-42/+103
* Update copyright year to 2017.Rapptz2017-01-201-1/+1
* Make Reaction.users return an async iterator.Rapptz2017-01-111-0/+75
* Rename NoMoreMessages to NoMoreItems.Rapptz2017-01-111-3/+3
* Allow HistoryIterator to be flattened into a list.Rapptz2017-01-111-7/+29
* Propagate event loop in Messageable.history.Rapptz2017-01-111-3/+4
* Change Messageable channel getter to be a coroutine.Rapptz2017-01-031-6/+10
* Move message creation to a factory method inside ConnectionState.Rapptz2017-01-031-2/+4