summaryrefslogtreecommitdiff
path: root/cherrypy/_cperror.py
Commit message (Expand)AuthorAgeFilesLines
* Remove _cpcompat.escape_htmlJason R. Coombs2018-09-041-3/+3
* Remove reliance on sixJason R. Coombs2018-09-021-6/+4
* Re-use logic from always_iterableJason R. Coombs2018-08-171-5/+4
* Just open the file using io module. Decode as locale.getpreferredencoding (de...Jason R. Coombs2018-05-291-1/+2
* Construct and assign abs_urls directly, rather than using init/append loop.Jason R. Coombs2018-05-291-7/+7
* Use bytes literals where appropriatev14.0.0Jason R. Coombs2018-02-041-6/+6
* Internalize jaraco.classes code to replace dependency - resolves issues when ...Benjamin Bach2017-12-171-2/+1
* Remove the TimeoutError as wellJason R. Coombs2017-11-151-6/+0
* Update documentation reflecting new conditionsJason R. Coombs2017-11-151-1/+1
* Merge branch 'master' into feature/http-redirect-default-statusJason R. Coombs2017-10-281-25/+23
|\
| * Merge branch 'master' into hotfix/one-statusJason R. Coombs2017-10-281-20/+15
| |\
| | * Feed the hobgoblins (delint).Jason R. Coombs2017-10-271-1/+1
| | * Fix flake8 complaint regarding stupid var nameSviatoslav Sydorenko2017-10-271-3/+3
| | * Move imports to the headerJason R. Coombs2017-10-061-11/+1
| | * Remove extraneous parenthesis. Replace faux em dash with semicolon.Jason R. Coombs2017-10-061-2/+2
| | * Fix long linesJason R. Coombs2017-10-061-3/+8
| | * Fixed typoAlessandro2017-07-191-1/+1
| * | Rename unused variable to something codacy recognizes as a non-variable.Jason R. Coombs2017-10-281-1/+1
| * | Remove class property and rely entirely on instance property. Move docstring ...Jason R. Coombs2017-10-281-3/+1
| * | Store the status exactly once on the HTTPRedirect. Status can no longer be se...Jason R. Coombs2017-07-261-1/+5
| |/
* | Set self.status immediately.Jason R. Coombs2017-07-261-4/+7
* | Use chained comparison.Jason R. Coombs2017-07-121-1/+1
* | Expose the 'default status' returned by an HTTPRedirect as HTTPRedirect.defau...Jason R. Coombs2017-07-121-15/+17
|/
* Spelling fixesVille Skyttä2017-07-101-1/+1
* Rely on six for urllib moves.Jason R. Coombs2017-07-091-3/+4
* Replace iteritems with six usage.Jason R. Coombs2017-07-081-2/+2
* Encode redirect response URLsMartin@MBP2017-03-211-1/+1
* PEP8fy codebase: eliminated E303 flake8 errorSviatoslav Sydorenko2017-03-111-1/+0
* PEP8fy codebase: eliminated E128 flake8 errorSviatoslav Sydorenko2017-03-111-1/+2
* Drop-in html.escape in place of cgi.escape for python3.2+ (#1513)Paulo Henrique Rodrigues Pinheiro2016-11-011-2/+2
* Convert all strings to conform single-quoted styleSviatoslav Sydorenko2016-09-081-29/+29
* HTTPError provides context manager for handling exceptions.Aric Coady2016-09-031-0/+10
* Move import to topJason R. Coombs2016-08-231-1/+1
* Use the preferred name text_or_bytes to avoid conflation with 'basestring' wh...Jason R. Coombs2016-07-241-2/+2
* Back out changes from #1432. A new implementation is necessary. Fixes #1440.Jason R. Coombs2016-06-051-1/+1
* Use cherrypy.config decorator throughout.Jason R. Coombs2016-06-051-2/+2
* Replaced 'unicodestr' with 'six.text_type'Jason R. Coombs2016-06-051-2/+5
* Remove straggling reference to bytestrJason R. Coombs2016-06-051-1/+1
* Remove use of bytestr and nativestr, which can be represented by 'bytes' and ...Jason R. Coombs2016-06-051-2/+2
* Fix unicode url in HTTPRedirect on Python 3Alexey Vaganov2016-05-101-2/+2
* Fix for recent commits which were causing a number of tests to fail in Python 3.Allan Crooks2014-04-161-1/+16
* We now handle iterators when returned by error page handlers. Fixes #1288.Allan Crooks2014-04-151-5/+14
* Generate syntactically valid HTML for redirect responses for URLs with quotes...Allan Crooks2014-04-151-2/+3
* More PEP8 work.Gustavo Picon2014-01-121-30/+52
* Running: autopep8 -vvvvv -i `find . -name '*.py'`Gustavo Picon2014-01-121-5/+11
* Fix a bunch of links in the documentaton.Joel Rivera2013-03-191-1/+1
* Fixed failure on Python 2 in cherrypy.test.test_json:JsonTest.test_json_input...Jason R. Coombs2012-12-261-2/+2
* Resaved with excess whitespace removedJason R. Coombs2012-12-261-61/+61
* Fixed #1087 (PEP-3333 compliance: Unicode response headers). Also some touch-...Robert Brewer2011-10-131-6/+9
* Bye bye, py2/3.Robert Brewer2011-07-021-0/+553