summaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAgeFilesLines
* always build extension in cibuildwheel env1.1.x1.1.xDavid Lord2021-01-291-1/+4
|
* Build aarch64 wheelsJanakarajan Natarajan2021-01-291-0/+6
| | | | From v1.8.0, cibuildwheel allows for building non-native architectures with the CIBW_ARCHS_LINUX option.
* Add Python 3.9 support for 1.1.x (#163)Rust Saiargaliev2021-01-294-90/+82
| | | | | Add Python 3.9 to GitHub actions and tox Replace 3.8 with 3.9 for windows, mac, docs and linting builds Replace Azure pipelines with GHA
* update docs configDavid Lord2020-04-095-18/+29
| | | | use sphinx-issues
* Merge pull request #114 from pallets/azure-build-py35David Lord2020-01-261-0/+4
|\ | | | | use older Windows image for building Python 3.5
| * use older image for building Python 3.5David Lord2020-01-261-0/+4
|/
* update test status linkDavid Lord2020-01-261-7/+1
|
* Merge pull request #113 from davidism/azure-pipelinesDavid Lord2020-01-268-159/+115
|\ | | | | Switch to Azure Pipelines
| * finish Azure Pipelines configDavid Lord2020-01-268-287/+115
| |
| * initial Azure Pipelines configMatt Cooper2020-01-261-0/+128
|/
* Merge pull request #111 from pwlandoll/1.1.xDavid Lord2019-05-061-0/+1
|\ | | | | Add link to official Discord chat server
| * Add link to official Discord chat serverPeter Landoll2019-05-061-0/+1
|/
* more specific appveyor branch regexDavid Lord2019-02-231-1/+1
|
* deploy release branchesDavid Lord2019-02-231-1/+1
|
* deploy release branchesDavid Lord2019-02-231-0/+3
|
* release 1.1.11.1.1David Lord2019-02-232-2/+2
|
* update pre-commitDavid Lord2019-02-232-5/+8
|
* update license dataDavid Lord2019-02-238-36/+31
|
* fix travis xenial pypy versionDavid Lord2019-02-201-1/+1
|
* fix travis xenial pypy versionDavid Lord2019-02-201-1/+1
|
* add changelog for GH-109David Lord2019-02-201-0/+11
|
* Add NULL check after native call to __html__ methodMaarten ter Huurne2019-02-202-0/+24
| | | | | | | If the method raises an exception, PyObject_CallObject() returns NULL, but the code didn't check for that, which led to a segfault. Fixes #108
* upgrade travis to xenialDavid Lord2019-02-201-4/+2
|
* build tags on travisDavid Lord2018-11-051-1/+1
|
* update docs link1.1.0David Lord2018-11-051-1/+1
|
* Merge pull request #107 from pallets/release-1-1-0David Lord2018-11-053-3/+3
|\ | | | | Release 1.1.0
| * release 1.1.0David Lord2018-11-052-2/+2
| |
| * fix exclude pyc filesDavid Lord2018-11-051-1/+1
|/
* add changelog and license to docsDavid Lord2018-11-033-0/+26
|
* fix project linkDavid Lord2018-11-031-1/+1
|
* Merge pull request #106 from pallets/styleDavid Lord2018-11-0320-491/+590
|\ | | | | add style checks
| * add style checksDavid Lord2018-11-0320-491/+590
|/
* update project filesDavid Lord2018-11-036-60/+61
|
* Merge pull request #105 from pallets/appveyor-cibuildwheelDavid Lord2018-11-021-23/+7
|\ | | | | use cibuildwheel on appveyor
| * use cibuildwheel on appveyorappveyor-cibuildwheelDavid Lord2018-11-021-23/+7
|/
* Merge pull request #104 from pallets/wheelsDavid Lord2018-11-024-10/+45
|\ | | | | Build wheels
| * build linux and mac wheels with cibuildwheelDavid Lord2018-11-024-10/+45
|/ | | | upload wheels to aws s3
* Merge pull request #100 from rsiemens/unreachable-code-fixDavid Lord2018-10-211-5/+5
|\ | | | | restore __html_format__ method
| * restore __html_format__ methodRyan Siemens2018-10-211-5/+5
|/
* Merge pull request #103 from pallets/srcDavid Lord2018-10-2111-46/+48
|\ | | | | Move to src directory
| * test python 3.7, fix coverageDavid Lord2018-10-214-40/+41
| |
| * move to src directoryDavid Lord2018-10-209-7/+8
|/
* Merge pull request #102 from pallets/docsDavid Lord2018-10-205-62/+28
|\ | | | | fix docs build
| * fix docs buildDavid Lord2018-10-205-62/+28
|/
* Merge pull request #98 from The-Compiler/collectionsDavid Lord2018-06-272-3/+3
|\ | | | | Import Mapping from collections.abc
| * Import Mapping from collections.abcFlorian Bruhin2018-06-272-3/+3
|/ | | | | | | | | | | | | | In Python 3.7, importing ABCs directly from the `collections` module shows a warning (and in Python 3.8 it will stop working) - see https://github.com/python/cpython/commit/c66f9f8d3909f588c251957d499599a1680e2320 This fixes the following `DeprecationWarning`: >>> import warnings >>> warnings.simplefilter('default') >>> import markupsafe .../markupsafe/__init__.py:12: DeprecationWarning: Using or importing the ABCs from 'collections' instead of from 'collections.abc' is deprecated, and in 3.8 it will stop working from collections import Mapping
* Merge pull request #95 from RonnyPfannschmidt/pytest-covDavid Lord2018-05-071-3/+14
|\ | | | | [WIP] fix #94 by using pytest-cov instead of plain coverage
| * make pytest-cov collect over tox envsDavid Lord2018-05-071-2/+14
| | | | | | | | this config doesn't feel correct
| * fix #94 by using pytest-cov instead of plain coverageRonny Pfannschmidt2018-05-051-3/+2
|/
* add session-scoped _speedups fixtureDavid Lord2018-05-052-12/+37
|