summaryrefslogtreecommitdiff
path: root/cherrypy/test/test_conn.py
Commit message (Expand)AuthorAgeFilesLines
* 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
* trunk - bringing in some more sophisticated tests - this adds one failing tes...Lakin Wecker2009-06-021-2/+55
* trunk - adding a py3util module that will normalize as many differences betwe...Lakin Wecker2009-06-011-8/+8
* Moved "environment: test_suite" out of individual tests and into helper.py. M...Robert Brewer2009-02-101-2/+0
* New CRLF test, plus some test suite fixes.Robert Brewer2009-02-051-32/+61
* Test and fix for #864 (response.stream and HEAD method).Robert Brewer2008-11-081-0/+6
* WOOHOO. Fixed test_conn on nix.Robert Brewer2008-06-301-15/+20
* Trying a fix for the test_conn failures on nix.Robert Brewer2008-06-301-90/+82
* Fix for #823 (Automatic comparison of content-length and max_request_body_size).Robert Brewer2008-06-241-0/+16
* Test and fix for #810 (Add 408 responses).Robert Brewer2008-05-251-3/+22
* Test and fix for #819 (Request body not consumed on error when max_request_bo...Robert Brewer2008-05-241-57/+70
* Another HTTP/1.0 test fix.Robert Brewer2008-05-151-3/+4
* Make test for #598 pass with --ssl.Robert Brewer2008-03-141-1/+2
* Adding a test to expose the bug described in #598. When I run test_conn.py i...Lakin Wecker2008-01-291-0/+18
* Reverting a change to test_conn. It really needs to pass with blocking sockets.Robert Brewer2008-01-221-2/+2
* Timeout fix to test_conn.Robert Brewer2008-01-201-0/+3