Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | temp github/clokep/bs4 clokep/bs4 | Patrick Cloke | 2022-05-24 | 1 | -0/+1 |
| | |||||
* | Use BeautifulSoup instead of LXML directly. | Patrick Cloke | 2022-05-24 | 1 | -1/+2 |
| | |||||
* | 1.60.0rc1 | Sean Quah | 2022-05-24 | 1 | -1/+1 |
| | |||||
* | 1.59.1 | Brendan Abolivier | 2022-05-18 | 1 | -1/+1 |
| | |||||
* | 1.59.0 | David Robertson | 2022-05-17 | 1 | -1/+1 |
| | |||||
* | 1.59.0rc2 | David Robertson | 2022-05-16 | 1 | -1/+1 |
| | |||||
* | 1.59.0rc1 | David Robertson | 2022-05-10 | 1 | -1/+1 |
| | |||||
* | Use `ParamSpec` in a few places (#12667) | David Robertson | 2022-05-09 | 1 | -1/+3 |
| | |||||
* | Use `Concatenate` to annotate `do_execute` (#12666) | David Robertson | 2022-05-09 | 1 | -1/+1 |
| | |||||
* | Move `pympler` back into the `all` extras (#12652) | David Robertson | 2022-05-07 | 1 | -3/+4 |
| | | | | | | | | | | | | | * Move `pympler` back into the `all` extras Undoes a change I made in #12381. I can't fully remember my reasoning, but this changed the contents of the debian packages in a backwards incompatible way. We're not aware of anyone who's been bitten by this, but we still want to fix it. To the reviewer: please be convinced that the debian packages will still contain pympler after this change. * Debian changelog entry to keep the linter happy | ||||
* | Update mypy to 0.950 and fix complaints (#12650) | David Robertson | 2022-05-06 | 1 | -2/+2 |
| | |||||
* | Merge branch 'master' into develop | Andrew Morgan | 2022-05-05 | 1 | -1/+1 |
|\ | |||||
| * | 1.58.1 | Andrew Morgan | 2022-05-05 | 1 | -1/+1 |
| | | |||||
* | | Bump Synapse minimum Python version to 3.7.1 (#12613) | David Robertson | 2022-05-03 | 1 | -1/+1 |
| | | |||||
* | | Merge branch 'master' into develop | Andrew Morgan | 2022-05-03 | 1 | -1/+1 |
|\| | |||||
| * | 1.58.0 | Andrew Morgan | 2022-05-03 | 1 | -1/+1 |
| | | |||||
* | | Make `scripts-dev` pass `mypy --disallow-untyped-defs` (#12356) | David Robertson | 2022-04-27 | 1 | -1/+3 |
|/ | | | Not enforced in config yet. One day. | ||||
* | 1.58.0rc2 | David Robertson | 2022-04-26 | 1 | -1/+1 |
| | |||||
* | We don't require redbaron in the release script | David Robertson | 2022-04-26 | 1 | -1/+0 |
| | |||||
* | 1.58.0rc1 | David Robertson | 2022-04-26 | 1 | -1/+1 |
| | |||||
* | Merge branch 'master' into develop | Olivier Wilkinson (reivilibre) | 2022-04-20 | 1 | -1/+1 |
|\ | |||||
| * | 1.57.1 | Olivier Wilkinson (reivilibre) | 2022-04-20 | 1 | -1/+1 |
| | | |||||
* | | Dump setuptools; correct pyproject version number (#12478) | David Robertson | 2022-04-20 | 1 | -2/+2 |
|/ | |||||
* | 1.57.0 | Olivier Wilkinson (reivilibre) | 2022-04-19 | 1 | -1/+1 |
| | |||||
* | Specify tls extra for Twisted dependency. (#12444) | Erik Johnston | 2022-04-12 | 1 | -4/+5 |
| | | | | | | | | | | | * Specify `tls` extra for Twisted dependency. It was already pulled in for us by `treq`, but we should be explicit that we do use the `tls` functionality of Twisted directly. * Mark `idna` as dev-dependency This doesn't actually change anything, as `Twisted[tls]` will put it in as a main dependency anyway. | ||||
* | Stop maintaining a list of lint targets in `lint.sh` (#12420) | David Robertson | 2022-04-08 | 1 | -18/+4 |
| | |||||
* | Add missing dependency on importlib_metadata (#12384) | David Robertson | 2022-04-05 | 1 | -0/+3 |
| | |||||
* | Poetry: initial pyproject.toml and poetry.lock (#12381) | David Robertson | 2022-04-05 | 1 | -0/+226 |
| | | | | Co-authored-by: Richard van der Hoff <1389908+richvdh@users.noreply.github.com> Co-authored-by: Brendan Abolivier <babolivier@matrix.org> | ||||
* | Move isort config to `pyproject.toml` (#12052) | David Robertson | 2022-02-22 | 1 | -0/+12 |
| | |||||
* | Update to the current version of Black and run it on Synapse codebase (#11596) | Shay | 2021-12-23 | 1 | -1/+1 |
| | | | | | | | | | * update black version * run updated version of black on code * newsfragment * enumerate python versions | ||||
* | Bump black configuration to target py36 (#9781) | Dan Callahan | 2021-04-13 | 1 | -1/+1 |
| | | | Signed-off-by: Dan Callahan <danc@element.io> | ||||
* | Tell Black to format code for Python 3.5 (#8664) | Dan Callahan | 2020-10-27 | 1 | -1/+1 |
| | | | | | | | | This allows trailing commas in multi-line arg lists. Minor, but we might as well keep our formatting current with regard to our minimum supported Python version. Signed-off-by: Dan Callahan <danc@element.io> | ||||
* | Add a `docker` type to the towncrier configuration (#5673) | Richard van der Hoff | 2019-07-12 | 1 | -0/+5 |
| | | | ... and certain other changelog-related fixes | ||||
* | Add a few more common environment directory names to black exclusion (#5630) | Andrew Morgan | 2019-07-08 | 1 | -0/+2 |
| | | | | | | * Add a few more common environment directory names to black exclusion * Add changelog | ||||
* | Run Black. (#5482) | Amber Brown | 2019-06-20 | 1 | -0/+19 |
| | |||||
* | fix the changelog & template | Amber Brown | 2018-08-09 | 1 | -1/+1 |
| | |||||
* | fixes | Amber Brown | 2018-07-19 | 1 | -1/+1 |
| | |||||
* | make pyproject point at it | Amber Brown | 2018-07-19 | 1 | -2/+27 |
| | |||||
* | Use towncrier to build the changelog (#3425) | Amber Brown | 2018-06-25 | 1 | -0/+5 |