aboutsummaryrefslogtreecommitdiff
path: root/docs/migrating.rst
Commit message (Collapse)AuthorAgeFilesLines
* docs/mimgrating.rst: CPython 3.5.2 is not supported!Ben Mintz2018-06-211-1/+1
| | | | | The minimum version supported by aiohttp is CPython 3.5.3, not 3.5.2. Fixes #1344.
* Drop support for Python 3.4 and make minimum version 3.5.2.Rapptz2018-06-101-3/+10
|
* Add some documentation for the Game to Activity breaking change.Rapptz2018-03-061-0/+5
|
* Fix minor typo in migrating documentation.Rapptz2018-01-221-1/+1
|
* Add intersphinxTobotimus2018-01-061-2/+2
|
* Add category support.Rapptz2017-09-131-0/+4
| | | | | | | | | | | | | This adds: * CategoryChannel, which represents a category * Guild.by_category() which traverses the channels grouping by category * Guild.categories to get a list of categories * abc.GuildChannel.category to get the category a channel belongs to * sync_permissions keyword argument to abc.GuildChannel.edit to sync permissions with a pre-existing or new category * category keyword argument to abc.GuildChannel.edit to move a channel to a category
* Switched places of user and reaction in wait_for exampleNick2017-08-311-1/+1
|
* Minor fixes in migrating docGorialis2017-08-161-7/+7
|
* Fix extraneous parentheses in Client.emojis render in migrating docs.Rapptz2017-08-121-1/+1
|
* Remove GuildChannel.is_defaultSinisterRectus2017-08-081-2/+1
|
* Remove Guild.create_invite too since it relies on a default channel.Rapptz2017-07-311-1/+1
|
* Remove Guild.default_channelRapptz2017-07-311-0/+5
| | | | The concept no longer exists.
* Fix wrong order in migrating docs.Rapptz2017-07-021-2/+2
|
* Fix typo in migrating page.Rapptz2017-06-291-4/+4
|
* [commands] Add __global_check_once to list of cog functions.Rapptz2017-06-201-0/+4
|
* [commands] Add Bot.check_once for a global check that is called once.Rapptz2017-06-201-1/+3
| | | | | | | There is a counterpart for this in cogs, called __global_check_once. This allows for predicates that would filter a command globally that do not necessarily require rechecking in the case of e.g. the help command such as blocking users or blocking channels.
* Fix mixed order in migrating docs.Rapptz2017-06-051-1/+1
|
* Fix mistake in migrating docs.Rapptz2017-06-021-1/+1
|
* Minor fix in migrating page.Rapptz2017-05-311-1/+1
|
* Document Message.embeds and Message.attachments changes.Rapptz2017-05-311-0/+3
|
* Permissions.view_audit_logs -> Permissions.view_audit_logRapptz2017-05-281-0/+4
|
* Don't expose Client.messagesRapptz2017-05-261-0/+2
| | | | | | | Not entirely sure why it was exposed in the first place. Most uses with it essentially boiled down to mis-usage when they meant to use the /messages endpoint (via Client.logs_from or Messageable.history) or complaining about the partial data woes that came from it.
* Mention User.avatar_url change in migration page.Rapptz2017-05-251-0/+4
|
* Mention on_member_ban event change.Rapptz2017-05-231-0/+13
|
* Use Python3Lexer instead of PythonLexer for pygments.Rapptz2017-05-221-5/+5
|
* Update migrating page with new extension information.Rapptz2017-05-191-2/+17
|
* Add __unload to the special cog method list.Rapptz2017-05-171-0/+3
|
* Rename Colour.to_tuple to Colour.to_rgb.Rapptz2017-05-151-0/+5
|
* Fix all broken cross references in the migrating page... again.Rapptz2017-05-151-4/+4
|
* Fix dead links in the migrating page.Rapptz2017-05-141-3/+3
|
* Add note about upgraded dependencies in the migrating page.Rapptz2017-05-141-0/+29
|
* Fix some broken cross references in the migrating page.Rapptz2017-05-131-20/+16
|
* Be more consistent with period placements.Rapptz2017-05-121-19/+19
|
* Make images in the discord intro have consistent dimensions.Rapptz2017-05-121-1/+1
|
* Fix dead cross-reference links in the migrating page.Rapptz2017-05-121-4/+4
|
* First pass at documentation reform.Rapptz2017-05-121-233/+880
|
* Change all email/password pair examples to use token.Rapptz2016-04-081-3/+3
|
* Change enumerators into enumerations to please Voltana.Rapptz2016-01-301-3/+3
|
* Add and remove some of the on_socket_* events.Rapptz2016-01-251-1/+3
| | | | | | on_socket_raw_receive and on_socket_raw_send were added back in an odd way. The rest of them such as on_socket_closed, on_socket_opened, and on_socket_receive were removed.
* Documentation fixes for Permissions related code.Rapptz2016-01-141-1/+1
|
* Document the breaking change with the new dictionary storage change.Rapptz2016-01-081-0/+37
| | | | | Since the only things dict views support are iteration we should advise people who want the old behaviour to change it to a list.
* Document how Client.run should be the last function to call.Rapptz2016-01-081-0/+7
|
* Documentation fixes to quiet Sphinx warnings.Rapptz2016-01-071-1/+1
|
* Change permissions to remove the can_ prefix.Rapptz2016-01-031-0/+3
|
* Document more breaking changes in migrating file.Rapptz2016-01-031-0/+52
|
* Fix consistency issue with migrating page.Rapptz2015-12-171-11/+11
|
* Add migrating guide for migrating to v0.10.0.Rapptz2015-12-171-0/+235