index
:
delta/cherrypy-git.git
1370-return-400-for-invalid-header
backport/17.x--bugfix--native-http-server-py3
bugfix/1680-unicode-in-http-auth
bugfix/1680-unicode-in-http-auth-backup
bugfix/1737-session-file-race
bugfix/1742-no-mkdir
bugfix/limit-pypywin32-ver-for-py34
bugfix/native-http-server-py3
bugfixes/1849-gzip-compression-header-cpython-bug39389
call-aside
dependabot/add-v2-config-file
dependabot/pip/pytest-gte-5.3.5-and-lt-6.2.0
feature/skeleton
main
maint/17.x
master
pre-commit-ci-update-config
use-assign-params
use-projection
github.com: cherrypy/cherrypy.git
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
cherrypy
/
_cperror.py
Commit message (
Expand
)
Author
Age
Files
Lines
*
Remove _cpcompat.escape_html
Jason R. Coombs
2018-09-04
1
-3
/
+3
*
Remove reliance on six
Jason R. Coombs
2018-09-02
1
-6
/
+4
*
Re-use logic from always_iterable
Jason R. Coombs
2018-08-17
1
-5
/
+4
*
Just open the file using io module. Decode as locale.getpreferredencoding (de...
Jason R. Coombs
2018-05-29
1
-1
/
+2
*
Construct and assign abs_urls directly, rather than using init/append loop.
Jason R. Coombs
2018-05-29
1
-7
/
+7
*
Use bytes literals where appropriate
v14.0.0
Jason R. Coombs
2018-02-04
1
-6
/
+6
*
Internalize jaraco.classes code to replace dependency - resolves issues when ...
Benjamin Bach
2017-12-17
1
-2
/
+1
*
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/http-redirect-default-status
Jason R. Coombs
2017-10-28
1
-25
/
+23
|
\
|
*
Merge branch 'master' into hotfix/one-status
Jason R. Coombs
2017-10-28
1
-20
/
+15
|
|
\
|
|
*
Feed the hobgoblins (delint).
Jason R. Coombs
2017-10-27
1
-1
/
+1
|
|
*
Fix flake8 complaint regarding stupid var name
Sviatoslav Sydorenko
2017-10-27
1
-3
/
+3
|
|
*
Move imports to the header
Jason R. Coombs
2017-10-06
1
-11
/
+1
|
|
*
Remove extraneous parenthesis. Replace faux em dash with semicolon.
Jason R. Coombs
2017-10-06
1
-2
/
+2
|
|
*
Fix long lines
Jason R. Coombs
2017-10-06
1
-3
/
+8
|
|
*
Fixed typo
Alessandro
2017-07-19
1
-1
/
+1
|
*
|
Rename unused variable to something codacy recognizes as a non-variable.
Jason R. Coombs
2017-10-28
1
-1
/
+1
|
*
|
Remove class property and rely entirely on instance property. Move docstring ...
Jason R. Coombs
2017-10-28
1
-3
/
+1
|
*
|
Store the status exactly once on the HTTPRedirect. Status can no longer be se...
Jason R. Coombs
2017-07-26
1
-1
/
+5
|
|
/
*
|
Set self.status immediately.
Jason R. Coombs
2017-07-26
1
-4
/
+7
*
|
Use chained comparison.
Jason R. Coombs
2017-07-12
1
-1
/
+1
*
|
Expose the 'default status' returned by an HTTPRedirect as HTTPRedirect.defau...
Jason R. Coombs
2017-07-12
1
-15
/
+17
|
/
*
Spelling fixes
Ville Skyttä
2017-07-10
1
-1
/
+1
*
Rely on six for urllib moves.
Jason R. Coombs
2017-07-09
1
-3
/
+4
*
Replace iteritems with six usage.
Jason R. Coombs
2017-07-08
1
-2
/
+2
*
Encode redirect response URLs
Martin@MBP
2017-03-21
1
-1
/
+1
*
PEP8fy codebase: eliminated E303 flake8 error
Sviatoslav Sydorenko
2017-03-11
1
-1
/
+0
*
PEP8fy codebase: eliminated E128 flake8 error
Sviatoslav Sydorenko
2017-03-11
1
-1
/
+2
*
Drop-in html.escape in place of cgi.escape for python3.2+ (#1513)
Paulo Henrique Rodrigues Pinheiro
2016-11-01
1
-2
/
+2
*
Convert all strings to conform single-quoted style
Sviatoslav Sydorenko
2016-09-08
1
-29
/
+29
*
HTTPError provides context manager for handling exceptions.
Aric Coady
2016-09-03
1
-0
/
+10
*
Move import to top
Jason R. Coombs
2016-08-23
1
-1
/
+1
*
Use the preferred name text_or_bytes to avoid conflation with 'basestring' wh...
Jason R. Coombs
2016-07-24
1
-2
/
+2
*
Back out changes from #1432. A new implementation is necessary. Fixes #1440.
Jason R. Coombs
2016-06-05
1
-1
/
+1
*
Use cherrypy.config decorator throughout.
Jason R. Coombs
2016-06-05
1
-2
/
+2
*
Replaced 'unicodestr' with 'six.text_type'
Jason R. Coombs
2016-06-05
1
-2
/
+5
*
Remove straggling reference to bytestr
Jason R. Coombs
2016-06-05
1
-1
/
+1
*
Remove use of bytestr and nativestr, which can be represented by 'bytes' and ...
Jason R. Coombs
2016-06-05
1
-2
/
+2
*
Fix unicode url in HTTPRedirect on Python 3
Alexey Vaganov
2016-05-10
1
-2
/
+2
*
Fix for recent commits which were causing a number of tests to fail in Python 3.
Allan Crooks
2014-04-16
1
-1
/
+16
*
We now handle iterators when returned by error page handlers. Fixes #1288.
Allan Crooks
2014-04-15
1
-5
/
+14
*
Generate syntactically valid HTML for redirect responses for URLs with quotes...
Allan Crooks
2014-04-15
1
-2
/
+3
*
More PEP8 work.
Gustavo Picon
2014-01-12
1
-30
/
+52
*
Running: autopep8 -vvvvv -i `find . -name '*.py'`
Gustavo Picon
2014-01-12
1
-5
/
+11
*
Fix a bunch of links in the documentaton.
Joel Rivera
2013-03-19
1
-1
/
+1
*
Fixed failure on Python 2 in cherrypy.test.test_json:JsonTest.test_json_input...
Jason R. Coombs
2012-12-26
1
-2
/
+2
*
Resaved with excess whitespace removed
Jason R. Coombs
2012-12-26
1
-61
/
+61
*
Fixed #1087 (PEP-3333 compliance: Unicode response headers). Also some touch-...
Robert Brewer
2011-10-13
1
-6
/
+9
*
Bye bye, py2/3.
Robert Brewer
2011-07-02
1
-0
/
+553
[next]