Commit message (Collapse) | Author | Age | Files | Lines | ||
---|---|---|---|---|---|---|
... | ||||||
* | There's no attributes in cherrypy.lib, reference it from reprconf. | Jason R. Coombs | 2018-08-17 | 1 | -1/+1 | |
| | ||||||
* | Use any to check values | Jason R. Coombs | 2018-08-17 | 1 | -3/+2 | |
| | ||||||
* | Get consume from top namespace | Jason R. Coombs | 2018-08-17 | 1 | -1/+1 | |
| | ||||||
* | value can't be text anymore | Jason R. Coombs | 2018-08-17 | 1 | -1/+1 | |
| | ||||||
* | Now also on Python 2.7 when setting Response Body, reject Unicode values, ↵ | Jason R. Coombs | 2018-08-17 | 1 | -6/+5 | |
| | | | | same as on Python 3. | |||||
* | self.body is always iterable due to the ResponseBody descriptor. And PY3 ↵ | Jason R. Coombs | 2018-08-17 | 1 | -13/+3 | |
| | | | | will already raise a TypeError if you try to join not bytes, so simplify collapse_body. | |||||
* | read_lines_to_boundary never returns text. | Jason R. Coombs | 2018-08-17 | 1 | -2/+2 | |
| | ||||||
* | Re-use logic from always_iterable | Jason R. Coombs | 2018-08-17 | 1 | -6/+4 | |
| | ||||||
* | Consolidate logic around registering for autoreload. | Jason R. Coombs | 2018-08-17 | 1 | -5/+8 | |
| | ||||||
* | Let Python Syntax handle the TypeError. | Jason R. Coombs | 2018-08-17 | 1 | -6/+1 | |
| | ||||||
* | Handle SIGHUP and SIGTERM in one go | Jason R. Coombs | 2018-08-17 | 1 | -5/+5 | |
| | ||||||
* | Collapse duplicate behavior in engine_namespace_handler | Jason R. Coombs | 2018-08-17 | 1 | -10/+5 | |
| | ||||||
* | Use super in Config | Jason R. Coombs | 2018-08-17 | 1 | -2/+2 | |
| | ||||||
* | Prefer standard 'bytes' to 'six.binary_type'. | Jason R. Coombs | 2018-08-17 | 1 | -1/+1 | |
| | ||||||
* | Re-use logic from always_iterable | Jason R. Coombs | 2018-08-17 | 1 | -5/+4 | |
| | ||||||
* | Simply import | Jason R. Coombs | 2018-08-17 | 1 | -4/+4 | |
| | ||||||
* | Use six for configparser import | Jason R. Coombs | 2018-08-17 | 1 | -9/+3 | |
| | ||||||
* | Remove meaningless unreachable code | Jason R. Coombs | 2018-08-17 | 1 | -5/+0 | |
| | ||||||
* | Consolidate as_dict behavior. | Jason R. Coombs | 2018-08-17 | 2 | -20/+14 | |
| | ||||||
* | Merge pull request #1729 from cherrypy/bugfix/1193-zc.lockfilev17.3.0 | Jason R. Coombs | 2018-08-16 | 5 | -156/+21 | |
|\ | | | | | Replace cherrypy.lib.lockfile with zc.lockfile. | |||||
| * | via | Jason R. Coombs | 2018-08-16 | 1 | -2/+2 | |
| | | ||||||
| * | Update changelog | Jason R. Coombs | 2018-08-14 | 1 | -0/+6 | |
| | | ||||||
| * | Replace lockfile with zc.lockfile. Ref #1193. | Jason R. Coombs | 2018-08-14 | 4 | -156/+15 | |
| | | ||||||
* | | Update changelog. Ref #1377. | Jason R. Coombs | 2018-08-15 | 1 | -1/+2 | |
| | | ||||||
* | | Link specific sources of changes in changelogv17.2.0.post0 | Sviatoslav Sydorenko | 2018-08-15 | 1 | -12/+14 | |
| | | ||||||
* | | Improve changelog by referring PR as well | Sviatoslav Sydorenko | 2018-08-15 | 1 | -1/+1 | |
| | | | | | | | | Closes #1690 | |||||
* | | Advertise Python 3.7 support via metadata | Sviatoslav Sydorenko | 2018-08-15 | 1 | -0/+1 | |
| | | ||||||
* | | Correct heading length. | Jason R. Coombs | 2018-08-14 | 1 | -1/+1 | |
|/ | ||||||
* | Merge pull request #1692 from SURFscz/masterv17.2.0 | Jason R. Coombs | 2018-08-14 | 4 | -3/+31 | |
|\ | | | | | Fix static file cached 304 response | |||||
| * | Update changelog | Jason R. Coombs | 2018-08-14 | 1 | -0/+6 | |
| | | ||||||
| * | Merge branch 'master' | Jason R. Coombs | 2018-08-14 | 24 | -279/+384 | |
| |\ | |/ |/| | ||||||
* | | Revert to running linters under Python 3.6 | Sviatoslav Sydorenko | 2018-08-14 | 1 | -1/+1 | |
| | | | | | | | | For the sake of performance | |||||
* | | Fix py3.7 env | Sviatoslav Sydorenko | 2018-08-14 | 1 | -1/+1 | |
| | | ||||||
* | | Unedge travis jobs | Sviatoslav Sydorenko | 2018-08-14 | 1 | -1/+0 | |
| | | ||||||
* | | Add some Python 3.7 testing | Sviatoslav Sydorenko | 2018-08-14 | 1 | -6/+11 | |
| | | ||||||
* | | Opt-in for new travis-conditions | Sviatoslav Sydorenko | 2018-08-14 | 1 | -0/+2 | |
| | | ||||||
* | | Use 'dists' for the distributions for release, syncing with jaraco/skeleton. | Jason R. Coombs | 2018-08-14 | 2 | -3/+2 | |
| | | ||||||
* | | Prefer 'bdist_wheel' to 'wheel'. Move ahead of metadata to align with ↵ | Jason R. Coombs | 2018-08-14 | 1 | -3/+3 | |
| | | | | | | | | jaraco/skeleton. | |||||
* | | Rely on declarative configuration for long description. | Jason R. Coombs | 2018-08-14 | 2 | -6/+1 | |
| | | ||||||
* | | Remove unnecessary license declaration, already declared by classifiers and ↵v17.1.0 | Jason R. Coombs | 2018-08-14 | 1 | -1/+0 | |
| | | | | | | | | license file in metadata, and discouraged by the spec. | |||||
* | | Inline setup parameters, avoiding unnecessary indirection. | Jason R. Coombs | 2018-08-14 | 1 | -97/+79 | |
| | | ||||||
* | | Simply invoke - no need for indirection. | Jason R. Coombs | 2018-08-14 | 1 | -8/+2 | |
| | | ||||||
* | | Merge pull request #1695 from pawciobiel/1694-fix-for-encoded-filenames | Jason R. Coombs | 2018-08-14 | 4 | -8/+58 | |
|\ \ | | | | | | | Fix _cpreqbody.Entity to handle Content-Disposition filename* with encoding | |||||
| * | | Add docstrings. | Jason R. Coombs | 2018-08-14 | 1 | -2/+9 | |
| | | | ||||||
| * | | Update changelog. | Jason R. Coombs | 2018-08-14 | 1 | -0/+6 | |
| | | | ||||||
| * | | Remove fname resolver, no longer needed. | Jason R. Coombs | 2018-08-13 | 1 | -2/+0 | |
| | | | ||||||
| * | | Normalize links to bugs. | Jason R. Coombs | 2018-08-13 | 1 | -2/+3 | |
| | | | ||||||
| * | | Extract function for encoding filenames. Assume UTF-8 for non-ascii names. | Jason R. Coombs | 2018-08-13 | 2 | -22/+31 | |
| | | | ||||||
| * | | Merge branch 'master' into pawciobiel/1694-fix-for-encoded-filenames | Jason R. Coombs | 2018-08-13 | 53 | -1181/+889 | |
| |\ \ | |/ / |/| | | ||||||
* | | | Replace the one use of unquote_qs with invocations of the stdlib functions. | Jason R. Coombs | 2018-08-13 | 2 | -7/+3 | |
| | | |