Commit message (Collapse) | Author | Age | Files | Lines | ||
---|---|---|---|---|---|---|
... | ||||||
* | | Remove pypy tests from macOS at least until they're passing regularly on Linux. | Jason R. Coombs | 2017-11-21 | 1 | -7/+0 | |
| | | ||||||
* | | Remove macOS test that's considered same as 3.7-dev. | Jason R. Coombs | 2017-11-21 | 1 | -6/+0 | |
| | | ||||||
* | | Remove tests on 3.4 and 3.5; rely on 3.min and 3.late-and-stable to test the ↵ | Jason R. Coombs | 2017-11-21 | 1 | -14/+0 | |
| | | | | | | | | bounds. | |||||
* | | Run pre-commitv12.0.1 | Jason R. Coombs | 2017-11-20 | 1 | -3/+3 | |
| | | ||||||
* | | Restore cherrypy.test.webtest as a module to ensure it and its contents are ↵ | Jason R. Coombs | 2017-11-20 | 3 | -3/+18 | |
| | | | | | | | | importable for compatibility. Added a deprecation warning to encourage projects to move away from using it. | |||||
* | | Merge pull request #1660 from cherrypy/feature/drop-py32v12.0.0 | Jason R. Coombs | 2017-11-17 | 2 | -3/+3 | |
|\ \ | | | | | | | Drop support for Python 3.2 and 3.1. | |||||
| * | | Drop support for Python 3.2 and 3.1. | Jason R. Coombs | 2017-11-17 | 2 | -3/+3 | |
| | | | ||||||
* | | | Bump to cheroot 5.9.1 for bugfix. | Jason R. Coombs | 2017-11-17 | 1 | -1/+1 | |
|/ / | ||||||
* | | Merge pull request #1651 from cherrypy/feature/1625-remove-timeouts | Jason R. Coombs | 2017-11-17 | 9 | -158/+39 | |
|\ \ | | | | | | | Remove request timeout support | |||||
| * \ | Merge branch 'master' into feature/1625-remove-timeouts | Jason R. Coombs | 2017-11-17 | 7 | -626/+21 | |
| |\ \ | |/ / |/| | | ||||||
* | | | Use cheroot 5.9 for webtest module. | Jason R. Coombs | 2017-11-16 | 7 | -626/+21 | |
| | | | ||||||
| * | | Remove the TimeoutError as well | Jason R. Coombs | 2017-11-15 | 2 | -6/+6 | |
| | | | ||||||
| * | | Update documentation reflecting new conditions | Jason R. Coombs | 2017-11-15 | 6 | -52/+18 | |
| | | | ||||||
| * | | Merge branch 'master' into feature/1625-remove-timeouts | Jason R. Coombs | 2017-11-15 | 75 | -394/+525 | |
| |\ \ | |/ / |/| | | ||||||
* | | | Update changelog. Ref #1656.v11.2.0 | Jason R. Coombs | 2017-11-13 | 1 | -0/+3 | |
| | | | ||||||
* | | | Single quotes | Jason R. Coombs | 2017-11-10 | 1 | -1/+1 | |
| | | | ||||||
* | | | Prefer loops to copy paste | Jason R. Coombs | 2017-11-10 | 1 | -22/+13 | |
| | | | ||||||
* | | | Harmonize technique | Jason R. Coombs | 2017-11-10 | 1 | -6/+4 | |
| | | | ||||||
* | | | Consolidate error message rendering | Jason R. Coombs | 2017-11-10 | 1 | -8/+8 | |
| | | | ||||||
* | | | Merge pull request #1656 from cherrypy/feature/single-subscribe | Jason R. Coombs | 2017-11-10 | 5 | -13/+21 | |
|\ \ \ | | | | | | | | | Use single subscribe method for decorator or direct invocation | |||||
| * | | | Fix partial so the positional argument is 'callback' and not 'channel'. | Jason R. Coombs | 2017-10-29 | 1 | -1/+1 | |
| | | | | ||||||
| * | | | Merge branch 'master' into feature/single-subscribe | Jason R. Coombs | 2017-10-29 | 2 | -3/+6 | |
| |\ \ \ | ||||||
| * | | | | Alternatively, engine.subscribe now allows calling without a callback, in ↵ | Jason R. Coombs | 2017-10-29 | 5 | -13/+21 | |
| | | | | | | | | | | | | | | | | | | | | which case it creates the decorator. | |||||
* | | | | | Extract static method for daemonization for testing #1659. | Jason R. Coombs | 2017-11-10 | 1 | -8/+15 | |
| | | | | | ||||||
* | | | | | Upgrade Appveyor CI badge in README | Sviatoslav Sydorenko | 2017-11-09 | 1 | -2/+2 | |
| | | | | | ||||||
* | | | | | Add 'stable' badge to README | Sviatoslav Sydorenko | 2017-11-09 | 1 | -0/+4 | |
| | | | | | ||||||
* | | | | | Compress static images (PR #1658 by @Fish2) | Sviatoslav Sydorenko | 2017-11-05 | 11 | -0/+0 | |
|\ \ \ \ \ | | | | | | | | | | | | | Lossless Compression of images saves 25KB | |||||
| * | | | | | Lossless Compression of images saves 25KB | Fish2 | 2017-11-04 | 11 | -0/+0 | |
|/ / / / / | ||||||
* | | | | | _cpchecker seems to be importable at the top | Jason R. Coombs | 2017-10-29 | 1 | -1/+1 | |
| | | | | | ||||||
* | | | | | Define LockFile in exactly one place with clear logic. Fixes F811. | Jason R. Coombs | 2017-10-29 | 1 | -7/+6 | |
| | | | | | ||||||
* | | | | | Honor E241 | Jason R. Coombs | 2017-10-29 | 1 | -7/+7 | |
| | | | | | ||||||
* | | | | | Get cmp from builtins | Jason R. Coombs | 2017-10-29 | 1 | -4/+4 | |
| | | | | | ||||||
* | | | | | Remove SessionAuthTool._setargs which wouldn't even run as cptools is not in ↵ | Jason R. Coombs | 2017-10-29 | 1 | -5/+1 | |
| | | | | | | | | | | | | | | | | | | | | globals (explicitly deleted at the end of the module). Tests still pass. | |||||
* | | | | | Honor E302 | Jason R. Coombs | 2017-10-29 | 2 | -2/+5 | |
| | | | | | ||||||
* | | | | | Found one more | Jason R. Coombs | 2017-10-29 | 1 | -1/+2 | |
| | | | | | ||||||
* | | | | | Regarding E305, honor the style guide rather than suppressing errors. | Jason R. Coombs | 2017-10-29 | 14 | -25/+62 | |
| | | | | | ||||||
* | | | | | Use importlib.import_module for programmatic imports | Jason R. Coombs | 2017-10-29 | 2 | -2/+4 | |
| | | | | | ||||||
* | | | | | Just follow the style guide | Jason R. Coombs | 2017-10-29 | 1 | -1/+3 | |
| | | | | | ||||||
* | | | | | Remove boilerplate and related lint and related lint check overrides. | Jason R. Coombs | 2017-10-29 | 1 | -108/+0 | |
| |/ / / |/| | | | ||||||
* | | | | Redocument | Jason R. Coombs | 2017-10-29 | 1 | -1/+1 | |
| | | | | ||||||
* | | | | Suppress specific linter warning | Jason R. Coombs | 2017-10-29 | 1 | -1/+1 | |
| | | | | ||||||
* | | | | Use __all__ to avoid linter errors | Jason R. Coombs | 2017-10-29 | 1 | -2/+5 | |
|/ / / | ||||||
* | | | Add cherrypy.engine.subscribe for nicer, linter-friendly syntax when ↵ | Jason R. Coombs | 2017-10-29 | 5 | -7/+17 | |
| | | | | | | | | | | | | subscribing a callback. | |||||
* | | | Update changelogv11.1.0 | Jason R. Coombs | 2017-10-28 | 1 | -0/+20 | |
| | | | ||||||
* | | | Use platform.system for platform detection. Update docstring to include an ↵ | Jason R. Coombs | 2017-10-28 | 1 | -5/+7 | |
| | | | | | | | | | | | | authoritative reference. | |||||
* | | | Merge pull request #1611 from cherrypy/feature/http-redirect-default-status | Jason R. Coombs | 2017-10-28 | 3 | -14/+24 | |
|\ \ \ | | | | | | | | | Expose HTTPRedirect default status | |||||
| * \ \ | Merge branch 'master' into feature/http-redirect-default-status | Jason R. Coombs | 2017-10-28 | 90 | -611/+1355 | |
| |\ \ \ | |/ / / |/| | | | ||||||
* | | | | Merge pull request #1615 from cherrypy/hotfix/one-status | Jason R. Coombs | 2017-10-28 | 2 | -5/+13 | |
|\ \ \ \ | | | | | | | | | | | Store the status exactly once on the HTTPRedirect | |||||
| * \ \ \ | Merge branch 'master' into hotfix/one-status | Jason R. Coombs | 2017-10-28 | 90 | -605/+1340 | |
| |\ \ \ \ | |/ / / / |/| | | | | ||||||
* | | | | | Python2.7 exposes header module as email.header | Jason R. Coombs | 2017-10-28 | 1 | -5/+1 | |
| | | | | |