Commit message (Collapse) | Author | Files | Lines | ||
---|---|---|---|---|---|
2019-09-02 | Update INSTALL.md to say that Python 2 is no longer supported (#5953) | Aaron Raimist | 1 | -2/+2 | |
Signed-off-by: Aaron Raimist <aaron@raim.ist> | |||||
2019-08-30 | Revert "Add m.id_access_token flag (#5930)" (#5945) | Andrew Morgan | 2 | -7/+1 | |
This reverts commit 4765f0cfd95f6160f32c75481651d125f343cd58. | |||||
2019-08-30 | Remove unnecessary parentheses around return statements (#5931) | Andrew Morgan | 81 | -286/+287 | |
Python will return a tuple whether there are parentheses around the returned values or not. I'm just sick of my editor complaining about this all over the place :) | |||||