summaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAgeFilesLines
...
* There's no attributes in cherrypy.lib, reference it from reprconf.Jason R. Coombs2018-08-171-1/+1
|
* Use any to check valuesJason R. Coombs2018-08-171-3/+2
|
* Get consume from top namespaceJason R. Coombs2018-08-171-1/+1
|
* value can't be text anymoreJason R. Coombs2018-08-171-1/+1
|
* Now also on Python 2.7 when setting Response Body, reject Unicode values, ↵Jason R. Coombs2018-08-171-6/+5
| | | | same as on Python 3.
* self.body is always iterable due to the ResponseBody descriptor. And PY3 ↵Jason R. Coombs2018-08-171-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. Coombs2018-08-171-2/+2
|
* Re-use logic from always_iterableJason R. Coombs2018-08-171-6/+4
|
* Consolidate logic around registering for autoreload.Jason R. Coombs2018-08-171-5/+8
|
* Let Python Syntax handle the TypeError.Jason R. Coombs2018-08-171-6/+1
|
* Handle SIGHUP and SIGTERM in one goJason R. Coombs2018-08-171-5/+5
|
* Collapse duplicate behavior in engine_namespace_handlerJason R. Coombs2018-08-171-10/+5
|
* Use super in ConfigJason R. Coombs2018-08-171-2/+2
|
* Prefer standard 'bytes' to 'six.binary_type'.Jason R. Coombs2018-08-171-1/+1
|
* Re-use logic from always_iterableJason R. Coombs2018-08-171-5/+4
|
* Simply importJason R. Coombs2018-08-171-4/+4
|
* Use six for configparser importJason R. Coombs2018-08-171-9/+3
|
* Remove meaningless unreachable codeJason R. Coombs2018-08-171-5/+0
|
* Consolidate as_dict behavior.Jason R. Coombs2018-08-172-20/+14
|
* Merge pull request #1729 from cherrypy/bugfix/1193-zc.lockfilev17.3.0Jason R. Coombs2018-08-165-156/+21
|\ | | | | Replace cherrypy.lib.lockfile with zc.lockfile.
| * viaJason R. Coombs2018-08-161-2/+2
| |
| * Update changelogJason R. Coombs2018-08-141-0/+6
| |
| * Replace lockfile with zc.lockfile. Ref #1193.Jason R. Coombs2018-08-144-156/+15
| |
* | Update changelog. Ref #1377.Jason R. Coombs2018-08-151-1/+2
| |
* | Link specific sources of changes in changelogv17.2.0.post0Sviatoslav Sydorenko2018-08-151-12/+14
| |
* | Improve changelog by referring PR as wellSviatoslav Sydorenko2018-08-151-1/+1
| | | | | | | | Closes #1690
* | Advertise Python 3.7 support via metadataSviatoslav Sydorenko2018-08-151-0/+1
| |
* | Correct heading length.Jason R. Coombs2018-08-141-1/+1
|/
* Merge pull request #1692 from SURFscz/masterv17.2.0Jason R. Coombs2018-08-144-3/+31
|\ | | | | Fix static file cached 304 response
| * 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
| | | | | | | | For the sake of performance
* | 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 ↵Jason R. Coombs2018-08-141-3/+3
| | | | | | | | jaraco/skeleton.
* | Rely on declarative configuration for long description.Jason R. Coombs2018-08-142-6/+1
| |
* | Remove unnecessary license declaration, already declared by classifiers and ↵v17.1.0Jason R. Coombs2018-08-141-1/+0
| | | | | | | | license file in metadata, and discouraged by the spec.
* | 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
|\ \ | | | | | | Fix _cpreqbody.Entity to handle Content-Disposition filename* with encoding
| * | 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
| | |