Patrick Cloke
|
8a4a4186de
|
Simplify super() calls to Python 3 syntax. (#8344)
This converts calls like super(Foo, self) -> super().
Generated with:
sed -i "" -Ee 's/super\([^\(]+\)/super()/g' **/*.py
|
2020-09-18 09:56:44 -04:00 |
|
Erik Johnston
|
9c41ba4c5f
|
Port rest.client.v2
|
2019-12-05 16:56:23 +00:00 |
|
Amber Brown
|
4806651744
|
Replace returnValue with return (#5736)
|
2019-07-23 23:00:55 +10:00 |
|
Amber Brown
|
32e7c9e7f2
|
Run Black. (#5482)
|
2019-06-20 19:32:02 +10:00 |
|
Amber Brown
|
2889b05554
|
Unify v1 and v2 REST client APIs (#5226)
|
2019-06-03 21:28:59 +10:00 |
|
Amber Brown
|
49af402019
|
run isort
|
2018-07-09 16:09:20 +10:00 |
|
Mark Haines
|
573ef3f1c9
|
Rename openid/token to openid/request_token
|
2016-05-05 15:15:00 +01:00 |
|
Mark Haines
|
9c272da05f
|
Add an openidish mechanism for proving to third parties that you own a given user_id
|
2016-05-05 13:42:44 +01:00 |
|