summaryrefslogtreecommitdiff
path: root/cherrypy/_cpnative_server.py
Commit message (Expand)AuthorAgeFilesLines
* Fix native WSGI-less HTTP server supportSviatoslav Sydorenko2019-06-231-10/+18
* Fix _cpnative_server to use bytes for request metaSviatoslav Sydorenko2018-05-311-1/+1
* Feed the hobgoblins (delint).Jason R. Coombs2017-10-271-1/+1
* Make cherrypy._cpnative_server PEP257-compliantSviatoslav Sydorenko2017-10-211-1/+4
* Add support for bypassing ssl_ciphers configSviatoslav Sydorenko2017-03-171-2/+4
* Delete wsgiserver package and instead defer to cheroot for the wsgiserver imp...Jason R. Coombs2017-01-071-8/+9
* Convert all strings to conform single-quoted styleSviatoslav Sydorenko2016-09-081-10/+10
* Remove StringIO and BytesIO from compatibility module and use io module direc...Jason R. Coombs2016-06-051-2/+2
* More PEP8 work.Gustavo Picon2014-01-121-4/+7
* Running: autopep8 -vvvvv -i `find . -name '*.py'`Gustavo Picon2014-01-121-6/+8
* Removed trailing whitespace from the codebase.Gustavo Picon2012-04-031-18/+18
* Bye bye, py2/3.Robert Brewer2011-07-021-0/+149
* Bringing python3 back into trunk with its own py3 folder; what was in trunk g...trunkRobert Brewer2011-02-251-149/+0
* Freeow. The magic cherrypy/_cpcompat.py module to take all our py3k fears away.Robert Brewer2011-02-241-6/+5
* broken linesSylvain Hellegouarch2009-10-061-2/+2
* Merged the 'gateways' branch into trunk.Robert Brewer2009-10-031-0/+150