summaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAgeFilesLines
* Merge pull request #101 from webknjaz/maintenance/gha-linksHEADmainBen Bangert2020-10-142-0/+10
|\ | | | | Add GHA links to metadata
| * Add a GHA badge to the READMESviatoslav Sydorenko2020-10-141-0/+4
| |
| * Add project URLs to the PyPI page sidebarSviatoslav Sydorenko2020-10-141-0/+6
|/
* Merge pull request #100 from bbangert/release/2.5Ben Bangert2020-10-132-1/+5
|\ | | | | chore: tag 2.5.1
| * chore: tag 2.5.1v2.5.1Ben Bangert2020-10-132-1/+5
|/
* Merge pull request #99 from bbangert/feat/python-3-compatsBen Bangert2020-10-133-3/+15
|\ | | | | feat: add python 3.6+ compat
| * feat: add python 3.6+ compatBen Bangert2020-10-133-3/+15
| |
* | chore: remove travis CI linkBen Bangert2020-10-131-4/+0
|/
* chore: add github action for ci (#97)Ben Bangert2020-10-133-18/+88
| | | | | * chore: add github action for ci Co-authored-by: Sviatoslav Sydorenko <wk@sydorenko.org.ua>
* Merge pull request #98 from stmcginnis/regexBen Bangert2020-10-131-1/+1
|\ | | | | Convert regex string to raw string
| * Convert regex string to raw stringSean McGinnis2020-10-131-1/+1
|/ | | | | | This marks a regex string as a raw string to avoid deprecation warnings. Signed-off-by: Sean McGinnis <sean.mcginnis@gmail.com>
* Merge pull request #96 from bbangert/release/2.5masterBen Bangert2020-10-135-21/+25
|\ | | | | chore: tag 2.5.0
| * chore: tag 2.5.0release/2.5Ben Bangert2020-10-135-21/+25
|/
* Merge pull request #94 from phillbaker/patch-1Ben Bangert2020-10-131-4/+16
|\ | | | | Add graceful fallback for invalid character encoding
| * Add graceful fallback for invalid character encodingPhillip Baker2020-08-281-4/+16
| | | | | | For context see https://github.com/Pylons/webob/issues/161
* | Merge pull request #89 from gsakkis/masterBen Bangert2020-10-131-4/+16
|\ \ | |/ |/| Static prefix optimisation
| * Static prefix optimisationGeorge Sakkis2020-08-011-4/+16
|/
* Merge pull request #86 from marc1n/patch-1Ben Bangert2020-07-301-1/+1
|\ | | | | [doc] Fixed default value for `minimization` in Mapper doc
| * [doc] Corrected default value for `minimization` in Mapper docMarcin Raczyński2019-07-161-1/+1
| | | | | | `minimization` attribute defaults to `False` not to `True`!
* | Merge pull request #85 from stephenfin/fix-python-warningsBen Bangert2020-07-307-55/+65
|\ \ | | | | | | Resolve DeprecationWarning on Python 3.6+
| * \ Merge branch 'master' into fix-python-warningsBen Bangert2020-07-304-3/+36
| |\ \ | |/ / |/| |
* | | Merge pull request #83 from aib/masterBen Bangert2020-07-302-1/+41
|\ \ \ | | | | | | | | Allow backslash to escape special characters \:*{} in route paths
| * | | Add tests for backslash escapes in route pathsaib2019-01-021-0/+31
| | | |
| * | | Allow backslash to escape special characters \:*{} in route pathsaib2019-01-021-1/+10
| | |/ | |/|
* | | Merge pull request #80 from jwilk-forks/python2.3Ben Bangert2020-07-301-2/+0
|\ \ \ | | | | | | | | Remove obsolete Python 2.3 compat code
| * | | Remove obsolete Python 2.3 compat codeJakub Wilk2018-02-031-2/+0
| |/ /
* | | Merge pull request #91 from bbangert/bbangert-patch-1Ben Bangert2020-07-301-2/+0
|\ \ \ | | | | | | | | Update .travis.yml
| * | | Update .travis.ymlbbangert-patch-1Ben Bangert2020-07-301-2/+0
|/ / / | | | | | | Remove py26 and py33 as those are long dead.
* | | Merge pull request #88 from the-code-robot/masterBen Bangert2020-07-303-3/+35
|\ \ \ | |/ / |/| | Add conditions to Mapper.extend.
| * | Specify supersieve version (py2 compatibility)Robin Abbi2020-05-041-1/+1
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | BeautifulSoup states supersieve > 1.2 which is what gets picked up by distutils. v2.0 is found and installed. Setup then moves on to the next package in test_requires and when checking versions discovers the conditional in BeautifulSoup setup.py that if python major version == 2 then supersieve < v2.0 should be installed. If we need to preserve compatibility with py2 then reluctantly specify a version in our setup.
| * | Remove end comma in arg list.Robin Abbi2020-05-041-1/+1
| | | | | | | | | | | | Failed py34 syntax validation.
| * | Add conditions to Mapper.extend.Robin Abbi2020-05-042-2/+34
|/ /
| * Add tests for backslash escapes in route pathsaib2019-06-111-0/+38
| | | | | | | | Co-Authored-By: Stephen Finucane <stephen@that.guru>
| * Resolve invalid escape sequencesStephen Finucane2019-06-114-13/+30
| | | | | | | | | | | | | | | | Integrate flake8 along the way which makes picking these up sooo much easier. Someone else can go fix the other violations in the future, if they're so inclined. Signed-off-by: Stephen Finucane <stephen@that.guru>
| * Remove support for Python 2.6, 3.3, 3.4Stephen Finucane2019-06-114-18/+8
|/ | | | | | | | | | These are all EOL [1]. We should not claim to support them. Users wishing to use routes with an older version of Python should use an older version of routes. [1] https://devguide.python.org/devcycle/#end-of-life-branches Signed-off-by: Stephen Finucane <stephen@that.guru>
* Merge pull request #78 from webknjaz/feature/minify-rtd-requirementsBen Bangert2017-01-012-31/+9
|\ | | | | Alter doc-requirements to install from docs extra
| * Change spread to list concatenation in setup.pySviatoslav Sydorenko2017-01-011-1/+1
| |
| * Alter doc-requirements to install from docs extraSviatoslav Sydorenko2017-01-012-31/+9
|/
* chore: add python 3.6 to tox/pypi varsBen Bangert2017-01-012-2/+3
|
* chore: add doc requirements for RTD buildingBen Bangert2017-01-011-0/+26
|
* Merge pull request #77 from webknjaz/bugfix/set-up-travis-dplv2.4.1Ben Bangert2017-01-011-1/+6
|\ | | | | Add release alias, so that travis deployment work
| * Add release alias, so that travis deployment workSviatoslav Sydorenko2017-01-011-1/+6
|/ | | | Ref #76
* chore: try a different travis deploy commandBen Bangert2017-01-011-3/+3
|
* chore: use single version for deployBen Bangert2017-01-011-2/+1
|
* chore: use travis release restrictionBen Bangert2017-01-011-1/+4
|
* chore: tag 2.4.1 for releaseBen Bangert2017-01-013-12/+21
|
* chore: update version to 2.4.0 and year refs to 2017v2.4.0Ben Bangert2017-01-013-4/+11
|
* Merge pull request #75 from adamchainz/universal_wheelsBen Bangert2016-12-311-0/+3
|\ | | | | Release as a universal wheel
| * Release as a universal wheelAdam Chainz2016-10-161-0/+3
|/ | | | By releasing as a [Python wheel](http://pythonwheels.com/) as well as a source distribution, you can speed up end user’s installs. After merging this command, to release you just need to run `python setup.py clean sdist bdist_wheel upload`.
* Merge pull request #71 from webknjaz/bugfix/tox-nose-commentBen Bangert2016-07-221-1/+2
|\ | | | | Fix tox comment next to nose dependency