summaryrefslogtreecommitdiff
path: root/cherrypy/test/test_conn.py
Commit message (Expand)AuthorAgeFilesLines
* Remove reliance on sixJason R. Coombs2018-09-021-7/+4
* Use bytes literals where appropriatev14.0.0Jason R. Coombs2018-02-041-17/+17
* Use cheroot 5.9 for webtest module.Jason R. Coombs2017-11-161-1/+3
* Remove exemption for extra long lines. Updated code to conform with standard ...Jason R. Coombs2017-10-281-2/+6
* Feed the hobgoblins (delint).Jason R. Coombs2017-10-271-2/+2
* Spelling fixesVille Skyttä2017-07-101-1/+1
* Rely on six for urllib moves.Jason R. Coombs2017-07-091-7/+9
* Use six for http importsJason R. Coombs2017-07-091-2/+3
* PEP8fy codebase: eliminated E266 flake8 errorSviatoslav Sydorenko2017-03-111-1/+1
* PEP8fy codebase: eliminated E261 flake8 errorSviatoslav Sydorenko2017-03-111-1/+1
* PEP8fy codebase: eliminated E302 flake8 errorSviatoslav Sydorenko2017-03-111-0/+1
* PEP8fy codebase: eliminated E305 flake8 errorSviatoslav Sydorenko2017-03-111-0/+1
* Fix indentation on commentsJason R. Coombs2016-12-231-3/+3
* double quoted strings are apparently discouragedJason R. Coombs2016-12-231-1/+1
* Mark intermittent failing test as xfail. Ref #1535.Jason R. Coombs2016-12-231-0/+2
* Convert all strings to conform single-quoted styleSviatoslav Sydorenko2016-09-081-176/+176
* Fix E402 for test/_?test_*.pySviatoslav Sydorenko2016-09-081-9/+5
* Use cherrypy.config decorator throughout.Jason R. Coombs2016-06-051-5/+5
* Replaced 'unicodestr' with 'six.text_type'Jason R. Coombs2016-06-051-2/+1
* Rely on six for Python 3 differentiationJason R. Coombs2016-06-051-2/+2
* Use expose decorator throughout the codebase.Jason R. Coombs2016-06-051-11/+11
* Replace references to bitbucket tickets with references to github tickets. Re...Jason R. Coombs2016-04-301-1/+1
* Mokey patch the HTTP Request because of a socket buffering error inJoel Rivera2016-03-071-1/+14
* Rewrite init/append loop as list comprehension.Jason R. Coombs2016-02-061-5/+7
* Move import to topJason R. Coombs2016-02-061-1/+1
* Fix test failure on Python 3.5Jason R. Coombs2016-02-061-0/+7
* Move initialization of variable after importsJason R. Coombs2016-02-061-1/+1
* Remove unused importJason R. Coombs2016-02-061-1/+0
* Remove unused importJason R. Coombs2016-02-061-1/+0
* Extract template as a variable and use new style string formatting.Jason R. Coombs2016-02-061-2/+5
* Resave without excess whitespaceJason R. Coombs2016-02-061-4/+4
* Fixed test_conn importing httplib, failing in Python3Gustavo Picon2015-01-261-2/+1
* Fixed test_queue_full in OS X.Gustavo Picon2014-08-151-0/+5
* Reimplementation of code to allow bounded request queues - rejecting requests...Allan Crooks2014-06-141-42/+140
* More PEP8 work.Gustavo Picon2014-01-121-2/+2
* Running: autopep8 -vvvvv -i `find . -name '*.py'`Gustavo Picon2014-01-121-15/+21
* Fix ticket URLs from http://www.cherrypy.org/ticket/XYZ toMichiel Overtoom2012-06-211-1/+1
* Bye bye, py2/3.Robert Brewer2011-07-021-0/+734
* Bringing python3 back into trunk with its own py3 folder; what was in trunk g...trunkRobert Brewer2011-02-251-734/+0
* Last few 3.2 tweaksRobert Brewer2011-02-251-2/+2
* Implemented WSGI 1.0.1's requirement to not send more than Content-Length byt...Robert Brewer2011-02-251-1/+48
* Freeow. The magic cherrypy/_cpcompat.py module to take all our py3k fears away.Robert Brewer2011-02-241-31/+33
* Fixed some broken tests, including a nasty wsgiserver bug.Robert Brewer2010-06-051-1/+2
* Removed test.py etc.Robert Brewer2010-04-271-6/+0
* Convert the tests to use nose instead of our own runner. This strips out muc...Joseph Tate2010-02-241-108/+111
* sync with python3, including separation of InternalRedirect handling and Exce...Robert Brewer2009-10-051-1/+2
* Merged the 'gateways' branch into trunk.Robert Brewer2009-10-031-9/+7
* Fix for #951 (Content-Length breaks curl on 100-Continue) for 3.0, 3.1, 3.2 t...Robert Brewer2009-08-051-2/+4
* Removed py3print.Robert Brewer2009-06-141-18/+9
* trunk: A bunch more alignments between trunk and python3 syntax.Robert Brewer2009-06-021-14/+14