summaryrefslogtreecommitdiff
path: root/cherrypy/test/test_encoding.py
Commit message (Expand)AuthorAgeFilesLines
* Don't convert bytes headers to strTobias Henkel2018-09-041-0/+7
* Remove reliance on sixJason R. Coombs2018-09-021-3/+2
* Fail with HTTP 400 for invalid headersSviatoslav Sydorenko2018-05-281-0/+5
* Use bytes literals where appropriatev14.0.0Jason R. Coombs2018-02-041-16/+16
* Test for trailing comma in Accept-Encoding w/ gzipSviatoslav Sydorenko2017-09-121-0/+6
* Fix test_query_string_decoding unicode URI testSviatoslav Sydorenko2017-08-111-10/+11
* Only skip problematic section of query_string_decodingJoel Bradshaw2017-07-231-6/+5
* Use six for http importsJason R. Coombs2017-07-091-1/+2
* Rely on backports.unittest_mock (and its pytest plugin) to supply mock.Jason R. Coombs2016-12-261-1/+1
* Make mock module be always accessed through helperSviatoslav Sydorenko2016-11-261-7/+1
* Add extras for feature flags (#1496)Sviatoslav Sydorenko2016-09-171-1/+6
* Convert all strings to conform single-quoted styleSviatoslav Sydorenko2016-09-081-80/+80
* Fix E402 for test/_?test_*.pySviatoslav Sydorenko2016-09-081-3/+3
* Use decorators where appropriate.Jason R. Coombs2016-08-031-1/+1
* Disable test on Python 3. Ref #1443.Jason R. Coombs2016-06-051-0/+5
* Replace ugly escapes and broken manual encodes with proper characters, encode...Jason R. Coombs2016-06-051-2/+5
* Use cherrypy.config decorator throughout.Jason R. Coombs2016-06-051-15/+16
* Remove StringIO and BytesIO from compatibility module and use io module direc...Jason R. Coombs2016-06-051-2/+3
* Use expose decorator throughout the codebase.Jason R. Coombs2016-06-051-11/+11
* Rely on mock to patch the maxrambytes value and restore it. Ref #1438.Jason R. Coombs2016-06-051-5/+7
* Test for ticket #1352Jürn Brodersen2016-06-031-0/+8
* Fix test_query_string_decoding for python3Joel Rivera2016-03-191-1/+1
* Backed out changeset: b7c4318a1fb9 Ref #1360Jason R. Coombs2015-03-101-7/+0
* Add test capturing failure. Ref #1360Jason R. Coombs2015-03-101-0/+7
* Remove unused importJason R. Coombs2015-03-101-2/+0
* More PEP8 work.Gustavo Picon2014-01-121-54/+71
* Running: autopep8 -vvvvv -i `find . -name '*.py'`Gustavo Picon2014-01-121-75/+90
* broken dictionary based tests should be deterministicGustavo Picon2014-01-111-4/+6
* Removed trailing whitespace from the codebase.Gustavo Picon2012-04-031-41/+41
* Bye bye, py2/3.Robert Brewer2011-07-021-0/+363
* Bringing python3 back into trunk with its own py3 folder; what was in trunk g...trunkRobert Brewer2011-02-251-363/+0
* More Python 2.3 fixes.Robert Brewer2011-02-241-1/+2
* Freeow. The magic cherrypy/_cpcompat.py module to take all our py3k fears away.Robert Brewer2011-02-241-63/+58
* Merged r2715 from /branches/cherrypy-3.0.x. This test case doesn't fail in tr...jaraco2010-11-161-1/+17
* Removed test.py etc.Robert Brewer2010-04-271-5/+0
* Test and fix for #980 (tools.encode(text_only=False, add_charset=True) fails ...Robert Brewer2010-04-241-0/+13
* Convert the tests to use nose instead of our own runner. This strips out muc...Joseph Tate2010-02-241-70/+68
* sync with python3, including separation of InternalRedirect handling and Exce...Robert Brewer2009-10-051-3/+4
* trunk: some merges from python3.Robert Brewer2009-08-111-10/+13
* Fix for #946 (Problem with encoded text in multipart/form-data). Reworked the...Robert Brewer2009-08-101-1/+159
* Removed py3print.Robert Brewer2009-06-141-2/+7
* trunk - more changes to bring the two branches into a more similar state - th...Lakin Wecker2009-06-011-2/+3
* Fixed broken gzip test.Robert Brewer2009-06-011-1/+3
* Brought trunk up to par with the encoding changes from the python3 branch.Robert Brewer2009-06-011-11/+14
* Fixed gzip tests to comply with the Vary header changes http://cherrypy.org/t...klarson2009-04-011-3/+5
* Moved "environment: test_suite" out of individual tests and into helper.py. M...Robert Brewer2009-02-101-2/+0
* Silenced some long-known test disparities when using Apache as the server in ...Robert Brewer2008-11-081-1/+2
* Fixed test suites to match [2069].Robert Brewer2008-11-081-6/+3
* Committed Python 2.6/2.5.2 WSGI server compatibility patch from Lawouach and ...Christian Wyglendowski2008-11-031-3/+8
* Fix for #832 (Failure in test_encoding). I'm reasonably sure this is what we ...Robert Brewer2008-06-281-1/+1