summary refs log tree commit diff
path: root/synapse/secrets.py (follow)
Commit message (Expand)AuthorAgeFilesLines
* Remove various bits of compatibility code for Python <3.6 (#9879)Andrew Morgan2021-04-271-44/+0
* Remove redundant "coding: utf-8" lines (#9786)Jonathan de Jong2021-04-141-1/+0
* Add type hints to misc. files. (#9676)Patrick Cloke2021-03-241-4/+4
* Stop sub-classing object (#8249)Patrick Cloke2020-09-041-1/+1
* Change HomeServer definition to work with typing.Erik Johnston2020-08-111-2/+6
* isort 5 compatibility (#7786)Will Hunt2020-07-051-2/+1
* Run Black. (#5482)Amber Brown2019-06-201-1/+2
* Port over enough to get some sytests running on Python 3 (#3668)Amber Brown2018-08-201-1/+1
* Only import secrets when availableKrombel2018-07-301-4/+3
* Admin API for creating new users (#3415)Amber Brown2018-07-201-0/+42