aboutsummaryrefslogtreecommitdiff
path: root/docs/migrating.rst
Commit message (Collapse)AuthorAgeFilesLines
* 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