summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* Merge pull request #1692 from SURFscz/masterv17.2.0Jason R. Coombs2018-08-144-3/+31
|\
| * Update changelogJason R. Coombs2018-08-141-0/+6
| * Merge branch 'master'Jason R. Coombs2018-08-1424-279/+384
| |\ | |/ |/|
* | Revert to running linters under Python 3.6Sviatoslav Sydorenko2018-08-141-1/+1
* | Fix py3.7 envSviatoslav Sydorenko2018-08-141-1/+1
* | Unedge travis jobsSviatoslav Sydorenko2018-08-141-1/+0
* | Add some Python 3.7 testingSviatoslav Sydorenko2018-08-141-6/+11
* | Opt-in for new travis-conditionsSviatoslav Sydorenko2018-08-141-0/+2
* | Use 'dists' for the distributions for release, syncing with jaraco/skeleton.Jason R. Coombs2018-08-142-3/+2
* | Prefer 'bdist_wheel' to 'wheel'. Move ahead of metadata to align with jaraco/...Jason R. Coombs2018-08-141-3/+3
* | Rely on declarative configuration for long description.Jason R. Coombs2018-08-142-6/+1
* | Remove unnecessary license declaration, already declared by classifiers and l...v17.1.0Jason R. Coombs2018-08-141-1/+0
* | Inline setup parameters, avoiding unnecessary indirection.Jason R. Coombs2018-08-141-97/+79
* | Simply invoke - no need for indirection.Jason R. Coombs2018-08-141-8/+2
* | Merge pull request #1695 from pawciobiel/1694-fix-for-encoded-filenamesJason R. Coombs2018-08-144-8/+58
|\ \
| * | Add docstrings.Jason R. Coombs2018-08-141-2/+9
| * | Update changelog.Jason R. Coombs2018-08-141-0/+6
| * | Remove fname resolver, no longer needed.Jason R. Coombs2018-08-131-2/+0
| * | Normalize links to bugs.Jason R. Coombs2018-08-131-2/+3
| * | Extract function for encoding filenames. Assume UTF-8 for non-ascii names.Jason R. Coombs2018-08-132-22/+31
| * | Merge branch 'master' into pawciobiel/1694-fix-for-encoded-filenamesJason R. Coombs2018-08-1353-1181/+889
| |\ \ | |/ / |/| |
* | | Replace the one use of unquote_qs with invocations of the stdlib functions.Jason R. Coombs2018-08-132-7/+3
* | | Extract unquote_plus and unquote methods, augmented with future-compatible be...Jason R. Coombs2018-08-131-6/+13
* | | Fix snippet in docs: mark app.conf as a stringSviatoslav Sydorenko2018-08-081-1/+1
|\ \ \
| * | | Make it clearer that app.conf is a filename, not a Python objectwim glenn2018-08-081-1/+1
|/ / /
* | | Remove constraint that CherryPy won't depend on namespace packages. Fixes #1673.v17.0.0Jason R. Coombs2018-07-103-30/+8
* | | Add test module, omitted from prior commit.Jason R. Coombs2018-07-101-0/+24
* | | Pin against tempora 1.13 to avoid inclusion of namespace package. Fixes #1722.v16.0.3Jason R. Coombs2018-07-102-0/+10
* | | Correct typo in args reconstruction guessing codeSviatoslav Sydorenko2018-07-081-1/+1
* | | 16.0.1 was never releasedJason R. Coombs2018-06-181-3/+0
* | | Update changelog. Ref #1716.v16.0.2Jason R. Coombs2018-06-181-0/+6
* | | Set union merge strategy for changelogSviatoslav Sydorenko2018-06-181-0/+1
* | | Stop %-decoding Authorization header @ Digest AuthSviatoslav Sydorenko2018-06-182-26/+22
|\ \ \
| * | | Add emoji to unicode user digest auth testSviatoslav Sydorenko2018-06-181-3/+3
| * | | Correctly decode utf-8 digest authorization headerSviatoslav Sydorenko2018-06-182-23/+19
| * | | Fix URI decoding for auth_digestBernhard Fisseni2018-06-181-1/+1
|/ / /
* | | Update changelog. Ref #1719.Jason R. Coombs2018-06-171-0/+7
* | | Return 401 on incorrect authorization supplied. Fixes #1719.Jason R. Coombs2018-06-171-4/+13
* | | Add test capturing failed expectation. Ref #1719.Jason R. Coombs2018-06-171-0/+7
* | | trace fits on one line nowJason R. Coombs2018-06-171-2/+1
* | | Use a partial to bind the parameters in one place.Jason R. Coombs2018-06-171-10/+12
* | | Extract a function for the 401 responseJason R. Coombs2018-06-171-54/+56
* | | Replace assertions with explicit raises, just in case the environment is opti...Jason R. Coombs2018-06-171-5/+10
* | | Flatten digest_auth by using assertions.Jason R. Coombs2018-06-171-33/+41
* | | Minor grammatical editsJason R. Coombs2018-06-171-6/+6
* | | Update changelog to reflect change to both Basic and Digest auth tools. Ref #...Jason R. Coombs2018-06-171-2/+3
* | | Disallow OS X failuresSviatoslav Sydorenko2018-06-171-2/+0
* | | Merge pull request #1718 from cherrypy/feature/auth-refactorJason R. Coombs2018-06-162-21/+14
|\ \ \
| * | | Remove base64_decode, no longer used.Jason R. Coombs2018-06-161-7/+0
| * | | Merge branch 'master' of https://github.com/cherrypy/cherrypy into feature/au...Jason R. Coombs2018-06-163-4/+10
| |\ \ \