Commit message (Collapse) | Author | Age | Files | Lines | ||
---|---|---|---|---|---|---|
... | ||||||
* | | Convert params tool compatible with json_out | Aric Coady | 2017-12-27 | 2 | -3/+4 | |
| | | ||||||
* | | Rewrite generation of file list for tracking | Sviatoslav Sydorenko | 2017-12-23 | 1 | -11/+14 | |
|/ | | | | Fixes #1675 | |||||
* | Merge branch 'master' into feature/reuse-case-insensitive-dict | Jason R. Coombs | 2017-12-17 | 34 | -876/+254 | |
|\ | ||||||
| * | Merge pull request #1671 from benjaoming/bug/internalize-jaraco-classesv13.0.1 | Jason R. Coombs | 2017-12-17 | 2 | -2/+32 | |
| |\ | | | | | | | Internalize jaraco.classes code to replace dependency | |||||
| | * | Update changelog and comments to reflect inlining of classproperty. | Jason R. Coombs | 2017-12-17 | 1 | -6/+4 | |
| | | | ||||||
| | * | Internalize jaraco.classes code to replace dependency - resolves issues when ↵ | Benjamin Bach | 2017-12-17 | 2 | -2/+34 | |
| | | | | | | | | | | | | environment doesnt support namespaced packages - see https://github.com/jaraco/jaraco.classes/issues/2 | |||||
| * | | Implicit is better than explicit | Jason R. Coombs | 2017-12-17 | 1 | -2/+0 | |
| | | | ||||||
| * | | Remove extraneous list build and reindent for clarity. | Jason R. Coombs | 2017-12-17 | 1 | -3/+6 | |
| | | | ||||||
| * | | Replace copy/paste with re-used code. | Jason R. Coombs | 2017-12-17 | 1 | -10/+3 | |
| | | | ||||||
| * | | Omit unused values | Jason R. Coombs | 2017-12-17 | 1 | -2/+2 | |
| |/ | ||||||
| * | Remove 'max-age' when expiring cookies (PR #1661 by @pR0Ps) | Sviatoslav Sydorenko | 2017-12-14 | 1 | -0/+1 | |
| |\ | | | | | | | Ref: https://tools.ietf.org/html/rfc6265#section-4.1.2.2 | |||||
| | * | Remove 'max-age' when expiring cookies | Carey Metcalfe | 2017-11-22 | 1 | -0/+1 | |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | According to [RFC 6256]: > If a cookie has both the Max-Age and the Expires attribute, the > Max-Age attribute has precedence and controls the expiration date of > the cookie. Therefore, when attempting to expire the current session cookie by setting the `expires` property to a value in the past, the `max-age` needs to be removed so that it doesn't override the new `expires` value. [RFC 6256]: https://tools.ietf.org/html/rfc6265#section-4.1.2.2 | |||||
| * | | Wrap MIME-type init into a function definition | Sviatoslav Sydorenko | 2017-12-12 | 1 | -6/+11 | |
| | | | ||||||
| * | | Adjust indentation in cherrypy.lib.static | Sviatoslav Sydorenko | 2017-12-12 | 1 | -1/+1 | |
| | | | ||||||
| * | | Correcting the initialization of the mimetypes library | Johan De Taeye | 2017-12-11 | 1 | -1/+2 | |
| | | | ||||||
| * | | Simply render the CookieError message in the response. Fixes #1665.v12.0.2 | Jason R. Coombs | 2017-12-03 | 1 | -3/+2 | |
| |/ | ||||||
| * | 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 | 2 | -3/+11 | |
| | | | | | | | | importable for compatibility. Added a deprecation warning to encourage projects to move away from using it. | |||||
| * | Merge branch 'master' into feature/1625-remove-timeouts | Jason R. Coombs | 2017-11-17 | 5 | -625/+11 | |
| |\ | ||||||
| | * | Use cheroot 5.9 for webtest module. | Jason R. Coombs | 2017-11-16 | 5 | -625/+11 | |
| | | | ||||||
| * | | Remove the TimeoutError as well | Jason R. Coombs | 2017-11-15 | 1 | -6/+0 | |
| | | | ||||||
| * | | Update documentation reflecting new conditions | Jason R. Coombs | 2017-11-15 | 1 | -1/+1 | |
| | | | ||||||
| * | | Merge branch 'master' into feature/1625-remove-timeouts | Jason R. Coombs | 2017-11-15 | 58 | -271/+443 | |
| |\ \ | | |/ | ||||||
| | * | 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 | 4 | -11/+18 | |
| | |\ | | | | | | | | | 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 | 4 | -11/+18 | |
| | | | | | | | | | | | | | | | | | | | | which case it creates the decorator. | |||||
| | * | | | Extract static method for daemonization for testing #1659. | Jason R. Coombs | 2017-11-10 | 1 | -8/+15 | |
| | | | | | ||||||
| | * | | | Lossless Compression of images saves 25KB | Fish2 | 2017-11-04 | 2 | -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 | |
| | | |/ | | |/| | ||||||
| | * | | 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 | 4 | -7/+11 | |
| | | | | | | | | | | | | subscribing a callback. | |||||
| | * | Use platform.system for platform detection. Update docstring to include an ↵ | Jason R. Coombs | 2017-10-28 | 1 | -5/+7 | |
| | | | | | | | | | | | | authoritative reference. | |||||
| | * | Merge branch 'master' into feature/http-redirect-default-status | Jason R. Coombs | 2017-10-28 | 66 | -455/+943 | |
| | |\ | ||||||
| | | * | Merge branch 'master' into hotfix/one-status | Jason R. Coombs | 2017-10-28 | 66 | -450/+935 | |
| | | |\ | ||||||
| | | | * | Python2.7 exposes header module as email.header | Jason R. Coombs | 2017-10-28 | 1 | -5/+1 | |
| | | | | |