summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* Demonstrate how a Projection might be a nice way to assign some parameters.use-projectionJason R. Coombs2017-12-172-5/+4
* Remove extraneous list build and reindent for clarity.Jason R. Coombs2017-12-171-3/+6
* Replace copy/paste with re-used code.Jason R. Coombs2017-12-171-10/+3
* Omit unused valuesJason R. Coombs2017-12-171-2/+2
* Remove 'max-age' when expiring cookies (PR #1661 by @pR0Ps)Sviatoslav Sydorenko2017-12-141-0/+1
|\
| * Remove 'max-age' when expiring cookiesCarey Metcalfe2017-11-221-0/+1
* | Init global mimetypes map only if uninitializedSviatoslav Sydorenko2017-12-121-5/+11
|\ \
| * | Wrap MIME-type init into a function definitionSviatoslav Sydorenko2017-12-121-6/+11
| * | Adjust indentation in cherrypy.lib.staticSviatoslav Sydorenko2017-12-121-1/+1
| * | Correcting the initialization of the mimetypes libraryJohan De Taeye2017-12-111-1/+2
|/ /
* | Merge pull request #1668 from cherrypy/feature/1666-drop-py33v13.0.0Jason R. Coombs2017-12-043-7/+9
|\ \
| * | Drop support for Python 3.3. Fixes #1666.Jason R. Coombs2017-12-043-7/+9
|/ /
* | Replace remaining references to IRC with Gitter. Fixes #1667.Jason R. Coombs2017-12-041-2/+2
* | Allow Python 3.3 tests to fail. Ref #1666.Jason R. Coombs2017-12-041-0/+2
* | Simply render the CookieError message in the response. Fixes #1665.v12.0.2Jason R. Coombs2017-12-032-3/+9
|/
* Remove pypy tests from macOS at least until they're passing regularly on Linux.Jason R. Coombs2017-11-211-7/+0
* Remove macOS test that's considered same as 3.7-dev.Jason R. Coombs2017-11-211-6/+0
* Remove tests on 3.4 and 3.5; rely on 3.min and 3.late-and-stable to test the ...Jason R. Coombs2017-11-211-14/+0
* Run pre-commitv12.0.1Jason R. Coombs2017-11-201-3/+3
* Restore cherrypy.test.webtest as a module to ensure it and its contents are i...Jason R. Coombs2017-11-203-3/+18
* Merge pull request #1660 from cherrypy/feature/drop-py32v12.0.0Jason R. Coombs2017-11-172-3/+3
|\
| * Drop support for Python 3.2 and 3.1.Jason R. Coombs2017-11-172-3/+3
* | Bump to cheroot 5.9.1 for bugfix.Jason R. Coombs2017-11-171-1/+1
|/
* Merge pull request #1651 from cherrypy/feature/1625-remove-timeoutsJason R. Coombs2017-11-179-158/+39
|\
| * Merge branch 'master' into feature/1625-remove-timeoutsJason R. Coombs2017-11-177-626/+21
| |\ | |/ |/|
* | Use cheroot 5.9 for webtest module.Jason R. Coombs2017-11-167-626/+21
| * Remove the TimeoutError as wellJason R. Coombs2017-11-152-6/+6
| * Update documentation reflecting new conditionsJason R. Coombs2017-11-156-52/+18
| * Merge branch 'master' into feature/1625-remove-timeoutsJason R. Coombs2017-11-1575-394/+525
| |\ | |/ |/|
* | Update changelog. Ref #1656.v11.2.0Jason R. Coombs2017-11-131-0/+3
* | Single quotesJason R. Coombs2017-11-101-1/+1
* | Prefer loops to copy pasteJason R. Coombs2017-11-101-22/+13
* | Harmonize techniqueJason R. Coombs2017-11-101-6/+4
* | Consolidate error message renderingJason R. Coombs2017-11-101-8/+8
* | Merge pull request #1656 from cherrypy/feature/single-subscribeJason R. Coombs2017-11-105-13/+21
|\ \
| * | Fix partial so the positional argument is 'callback' and not 'channel'.Jason R. Coombs2017-10-291-1/+1
| * | Merge branch 'master' into feature/single-subscribeJason R. Coombs2017-10-292-3/+6
| |\ \
| * | | Alternatively, engine.subscribe now allows calling without a callback, in whi...Jason R. Coombs2017-10-295-13/+21
* | | | Extract static method for daemonization for testing #1659.Jason R. Coombs2017-11-101-8/+15
* | | | Upgrade Appveyor CI badge in READMESviatoslav Sydorenko2017-11-091-2/+2
* | | | Add 'stable' badge to READMESviatoslav Sydorenko2017-11-091-0/+4
* | | | Compress static images (PR #1658 by @Fish2)Sviatoslav Sydorenko2017-11-0511-0/+0
|\ \ \ \
| * | | | Lossless Compression of images saves 25KBFish22017-11-0411-0/+0
|/ / / /
* | | | _cpchecker seems to be importable at the topJason R. Coombs2017-10-291-1/+1
* | | | Define LockFile in exactly one place with clear logic. Fixes F811.Jason R. Coombs2017-10-291-7/+6
* | | | Honor E241Jason R. Coombs2017-10-291-7/+7
* | | | Get cmp from builtinsJason R. Coombs2017-10-291-4/+4
* | | | Remove SessionAuthTool._setargs which wouldn't even run as cptools is not in ...Jason R. Coombs2017-10-291-5/+1
* | | | Honor E302Jason R. Coombs2017-10-292-2/+5
* | | | Found one moreJason R. Coombs2017-10-291-1/+2