summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* Fix test_native to fail on error responsebackport/17.x--bugfix--native-http-server-py3Sviatoslav Sydorenko2019-06-231-1/+4
* Add a changelog entry regarding the PR #1785Sviatoslav Sydorenko2019-06-231-0/+6
* Fix native WSGI-less HTTP server supportSviatoslav Sydorenko2019-06-231-10/+18
* Adjust reprconf to match Python 3.8 changesSviatoslav Sydorenko2018-11-231-0/+2
* Fix test failures on pytest 4v17.4.1Jason R. Coombs2018-11-231-1/+5
* Update changelogJason R. Coombs2018-11-231-0/+6
* Merge pull request #1755 from h3llrais3r/byte-headersJason R. Coombs2018-11-232-1/+9
|\
| * Fix flake8 errorh3llrais3r2018-11-051-1/+2
| * Don't convert bytes headers to strh3llrais3r2018-11-042-1/+8
|/
* Delintv17.4.0Jason R. Coombs2018-08-191-1/+1
* Consolidate prepare_iter behaviorJason R. Coombs2018-08-192-30/+26
* Move list-of-unicode checkJason R. Coombs2018-08-191-4/+4
* Consolidate header item encoding.Jason R. Coombs2018-08-191-14/+11
* Reorder operationsJason R. Coombs2018-08-191-3/+3
* Use 'string_types' when encoding headers.Jason R. Coombs2018-08-191-3/+2
* Update changelogJason R. Coombs2018-08-191-0/+8
* Bytes is of no use to the attributes function.Jason R. Coombs2018-08-171-2/+2
* 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, sam...Jason R. Coombs2018-08-171-6/+5
* self.body is always iterable due to the ResponseBody descriptor. And PY3 will...Jason R. Coombs2018-08-171-13/+3
* 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
|\
| * 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
* | 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
|\
| * 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
* | Fix py3.7 envSviatoslav Sydorenko2018-08-141-1/+1