| Commit message (Collapse) | Author | Age | Files | Lines | |
|---|---|---|---|---|---|
| * | Clarify `on_ready` triggering more than twice. | Rapptz | 2016-06-10 | 1 | -10/+2 |
| | | | | | | | On that note, fix the background_task example to use `Client.run` instead of manual loop management. That way the task will be cleaned up and cancelled inside `Client.run`. | ||||
| * | Change all email/password pair examples to use token. | Rapptz | 2016-04-08 | 1 | -1/+1 |
| | | |||||
| * | Examples now use Python 3.5. Remove echo.py example. | Rapptz | 2016-01-06 | 1 | -7/+6 |
| | | |||||
| * | Add background_task example to showcase background tasks. | Rapptz | 2015-12-19 | 1 | -0/+32 |