summaryrefslogtreecommitdiff
path: root/paste/httpserver.py
Commit message (Expand)AuthorAgeFilesLines
* Remove use of _lock around get and set timeout of SSL connectionfix-19Chris Dent2019-01-041-15/+2
* Remove use of OpenSSL.tsafe, which links to OpenSSL.SSL anyways. (#16)Stephan Richter2018-11-291-3/+3
* Don't delete dict item while iterating over same dict (#14)3.0.4Marius van den Beek2018-11-051-1/+1
* Make iterators Python3-compatibleZane Bitter2018-10-231-0/+1
* Fix error on httpserver shutdownJames E. Blair2017-06-061-0/+1434