forked-synapse/synapse/app
Eric Eastwood b6a7d49b6f
traceback.format_exception(...) usage that is compatible with Python 3.7 and 3.11 (#15599)
* Usage that is compatible with Python 3.8 and 3.11

> Since Python 3.10, instead of passing value and tb, an exception object can
  be passed as the first argument. If value and tb are provided, the first
  argument is ignored in order to provide backwards compatibility.
>
> -- https://docs.python.org/3/library/traceback.html

* Add changelog
2023-05-16 14:56:42 +01:00
..
__init__.py Use importlib.metadata to read requirements (#12088) 2022-03-01 17:44:41 +00:00
_base.py traceback.format_exception(...) usage that is compatible with Python 3.7 and 3.11 (#15599) 2023-05-16 14:56:42 +01:00
admin_cmd.py Add information on uploaded media to user export command. (#15107) 2023-02-23 13:14:17 -05:00
appservice.py Refactor entry points so that they all have a main function. (#13052) 2022-06-14 17:41:06 +00:00
client_reader.py Refactor entry points so that they all have a main function. (#13052) 2022-06-14 17:41:06 +00:00
complement_fork_starter.py Bump black from 22.12.0 to 23.1.0 (#15103) 2023-02-22 15:29:09 -05:00
event_creator.py Refactor entry points so that they all have a main function. (#13052) 2022-06-14 17:41:06 +00:00
federation_reader.py Refactor entry points so that they all have a main function. (#13052) 2022-06-14 17:41:06 +00:00
federation_sender.py Refactor entry points so that they all have a main function. (#13052) 2022-06-14 17:41:06 +00:00
frontend_proxy.py Refactor entry points so that they all have a main function. (#13052) 2022-06-14 17:41:06 +00:00
generic_worker.py Experimental Unix socket support (#15353) 2023-04-03 10:27:51 +01:00
homeserver.py Experimental Unix socket support (#15353) 2023-04-03 10:27:51 +01:00
media_repository.py Refactor entry points so that they all have a main function. (#13052) 2022-06-14 17:41:06 +00:00
phone_stats_home.py Return read-only collections from @cached methods (#13755) 2023-02-10 23:29:00 +00:00
pusher.py Refactor entry points so that they all have a main function. (#13052) 2022-06-14 17:41:06 +00:00
synchrotron.py Refactor entry points so that they all have a main function. (#13052) 2022-06-14 17:41:06 +00:00
user_dir.py Refactor entry points so that they all have a main function. (#13052) 2022-06-14 17:41:06 +00:00