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
/
test
/
test_encoding.py
Commit message (
Expand
)
Author
Age
Files
Lines
*
Don't convert bytes headers to str
Tobias Henkel
2018-09-04
1
-0
/
+7
*
Remove reliance on six
Jason R. Coombs
2018-09-02
1
-3
/
+2
*
Fail with HTTP 400 for invalid headers
Sviatoslav Sydorenko
2018-05-28
1
-0
/
+5
*
Use bytes literals where appropriate
v14.0.0
Jason R. Coombs
2018-02-04
1
-16
/
+16
*
Test for trailing comma in Accept-Encoding w/ gzip
Sviatoslav Sydorenko
2017-09-12
1
-0
/
+6
*
Fix test_query_string_decoding unicode URI test
Sviatoslav Sydorenko
2017-08-11
1
-10
/
+11
*
Only skip problematic section of query_string_decoding
Joel Bradshaw
2017-07-23
1
-6
/
+5
*
Use six for http imports
Jason R. Coombs
2017-07-09
1
-1
/
+2
*
Rely on backports.unittest_mock (and its pytest plugin) to supply mock.
Jason R. Coombs
2016-12-26
1
-1
/
+1
*
Make mock module be always accessed through helper
Sviatoslav Sydorenko
2016-11-26
1
-7
/
+1
*
Add extras for feature flags (#1496)
Sviatoslav Sydorenko
2016-09-17
1
-1
/
+6
*
Convert all strings to conform single-quoted style
Sviatoslav Sydorenko
2016-09-08
1
-80
/
+80
*
Fix E402 for test/_?test_*.py
Sviatoslav Sydorenko
2016-09-08
1
-3
/
+3
*
Use decorators where appropriate.
Jason R. Coombs
2016-08-03
1
-1
/
+1
*
Disable test on Python 3. Ref #1443.
Jason R. Coombs
2016-06-05
1
-0
/
+5
*
Replace ugly escapes and broken manual encodes with proper characters, encode...
Jason R. Coombs
2016-06-05
1
-2
/
+5
*
Use cherrypy.config decorator throughout.
Jason R. Coombs
2016-06-05
1
-15
/
+16
*
Remove StringIO and BytesIO from compatibility module and use io module direc...
Jason R. Coombs
2016-06-05
1
-2
/
+3
*
Use expose decorator throughout the codebase.
Jason R. Coombs
2016-06-05
1
-11
/
+11
*
Rely on mock to patch the maxrambytes value and restore it. Ref #1438.
Jason R. Coombs
2016-06-05
1
-5
/
+7
*
Test for ticket #1352
Jürn Brodersen
2016-06-03
1
-0
/
+8
*
Fix test_query_string_decoding for python3
Joel Rivera
2016-03-19
1
-1
/
+1
*
Backed out changeset: b7c4318a1fb9 Ref #1360
Jason R. Coombs
2015-03-10
1
-7
/
+0
*
Add test capturing failure. Ref #1360
Jason R. Coombs
2015-03-10
1
-0
/
+7
*
Remove unused import
Jason R. Coombs
2015-03-10
1
-2
/
+0
*
More PEP8 work.
Gustavo Picon
2014-01-12
1
-54
/
+71
*
Running: autopep8 -vvvvv -i `find . -name '*.py'`
Gustavo Picon
2014-01-12
1
-75
/
+90
*
broken dictionary based tests should be deterministic
Gustavo Picon
2014-01-11
1
-4
/
+6
*
Removed trailing whitespace from the codebase.
Gustavo Picon
2012-04-03
1
-41
/
+41
*
Bye bye, py2/3.
Robert Brewer
2011-07-02
1
-0
/
+363
*
Bringing python3 back into trunk with its own py3 folder; what was in trunk g...
trunk
Robert Brewer
2011-02-25
1
-363
/
+0
*
More Python 2.3 fixes.
Robert Brewer
2011-02-24
1
-1
/
+2
*
Freeow. The magic cherrypy/_cpcompat.py module to take all our py3k fears away.
Robert Brewer
2011-02-24
1
-63
/
+58
*
Merged r2715 from /branches/cherrypy-3.0.x. This test case doesn't fail in tr...
jaraco
2010-11-16
1
-1
/
+17
*
Removed test.py etc.
Robert Brewer
2010-04-27
1
-5
/
+0
*
Test and fix for #980 (tools.encode(text_only=False, add_charset=True) fails ...
Robert Brewer
2010-04-24
1
-0
/
+13
*
Convert the tests to use nose instead of our own runner. This strips out muc...
Joseph Tate
2010-02-24
1
-70
/
+68
*
sync with python3, including separation of InternalRedirect handling and Exce...
Robert Brewer
2009-10-05
1
-3
/
+4
*
trunk: some merges from python3.
Robert Brewer
2009-08-11
1
-10
/
+13
*
Fix for #946 (Problem with encoded text in multipart/form-data). Reworked the...
Robert Brewer
2009-08-10
1
-1
/
+159
*
Removed py3print.
Robert Brewer
2009-06-14
1
-2
/
+7
*
trunk - more changes to bring the two branches into a more similar state - th...
Lakin Wecker
2009-06-01
1
-2
/
+3
*
Fixed broken gzip test.
Robert Brewer
2009-06-01
1
-1
/
+3
*
Brought trunk up to par with the encoding changes from the python3 branch.
Robert Brewer
2009-06-01
1
-11
/
+14
*
Fixed gzip tests to comply with the Vary header changes http://cherrypy.org/t...
klarson
2009-04-01
1
-3
/
+5
*
Moved "environment: test_suite" out of individual tests and into helper.py. M...
Robert Brewer
2009-02-10
1
-2
/
+0
*
Silenced some long-known test disparities when using Apache as the server in ...
Robert Brewer
2008-11-08
1
-1
/
+2
*
Fixed test suites to match [2069].
Robert Brewer
2008-11-08
1
-6
/
+3
*
Committed Python 2.6/2.5.2 WSGI server compatibility patch from Lawouach and ...
Christian Wyglendowski
2008-11-03
1
-3
/
+8
*
Fix for #832 (Failure in test_encoding). I'm reasonably sure this is what we ...
Robert Brewer
2008-06-28
1
-1
/
+1
[next]