summaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAgeFilesLines
* 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
|
* fix test_leak skipDavid Lord2018-05-052-2/+2
|
* fix tox typoDavid Lord2018-05-042-7/+6
|
* Merge pull request #64 from methane/speedup-pep393David Lord2018-05-043-7/+228
|\ | | | | Use PEP 393 new APIs
| * convert to pytestDavid Lord2018-05-042-271/+35
| |
| * Use interned '__html__'INADA Naoki2018-05-041-1/+13
| |
| * Support PEP 393 new Unicode APIsINADA Naoki2018-05-042-2/+446
| |
| * 2to3 benchINADA Naoki2018-05-041-4/+5
|/
* fix typoDavid Lord2018-05-041-1/+1
|
* Merge pull request #93 from pallets/docsDavid Lord2018-05-0416-106/+448
|\ | | | | add docs
| * add sphinx docs, update docstringsDavid Lord2018-05-0416-106/+448
|/
* update readmeDavid Lord2018-05-031-91/+47
|
* Merge pull request #92 from pallets/pytestDavid Lord2018-05-025-218/+223
|\ | | | | stop using unittest
| * stop using unittestpytestDavid Lord2018-05-025-218/+223
|/
* Merge pull request #91 from pallets/updateDavid Lord2018-05-0216-215/+279
|\ | | | | update project files
| * update project filesDavid Lord2018-05-0216-215/+279
|/
* Merge pull request #90 from lepture/patch-versionsDavid Lord2018-04-195-36/+20
|\ | | | | Drop testing for 2.6 and 3.3. Add 3.6.
| * Drop testing for 2.6 and 3.3. Add 3.6.Hsiaoming Yang2018-04-205-36/+20
|/ | | | Via discussion pallets/meta#24
* hide appveyor config like travisDavid Lord2017-10-081-0/+0
|
* Merge pull request #81 from davidism/wheel26David Lord2017-10-081-33/+9
|\ | | | | wheel==0.29 for Python 2.6
| * wheel==0.29 for Python 2.6David Lord2017-10-081-33/+9
|/
* Add Appveyor script for building Windows wheels (#65)Douglas Thor2017-10-081-0/+69
|
* Add Python 3.6 (#76)Hugo2017-10-083-1/+9
|
* Remove Python <= 2.5 code (#77)Hugo2017-10-082-22/+13
|
* Merge pull request #69 from dawran6/issue-68David Lord2017-05-244-2/+23
|\ | | | | Fix the return type of escape to Markup
| * add changelogDavid Lord2017-05-241-0/+10
| | | | | | | | [ci skip]
| * Change test API for python 2.6Daw-Ran Liou2017-05-241-3/+3
| |
| * Fix the return type of escape to MarkupDaw-Ran Liou2017-05-243-2/+13
|/ | | | | | | This patch fixes the return type of escape to always be Markup. It addresses the issue with custom class that implements the __html__ method - see issue #68. A new test case, test_escape_return_type, is added to test the behavior.
* Remove date tagging1.0.x1.01.0.xArmin Ronacher2017-03-071-7/+0
|
* Add license_file to setup.cfg metadata (#61)Philippe Ombredanne2016-11-011-0/+3
| | | | Without this, the LICENSE file is never included in the built wheels: this makes it harder for users to comply with the license. With this addition a file LICENSE.txt will be created in the `xxx.dist-info` directory with the content of the `license_file` file, e.g. the top level LICENSE.
* README - add syntax highlighting (#55)Adam Chainz2016-06-031-28/+40
| | | Add/correct code syntax highlighting to make it a bit easier to read.
* tag dev buildsDavid Lord2016-04-113-1/+8
|
* standard test tools setupDavid Lord2016-04-115-6/+22
|
* change from @mitsuhiko to pallets projectJosé Carlos García2016-04-031-1/+1
|
* Added a missing import and cleaned up flake8 warningsArmin Ronacher2016-01-131-8/+11
|