summaryrefslogtreecommitdiff
path: root/paste/httpserver.py
Commit message (Expand)AuthorAgeFilesLines
* Replace deprecated threading aliases (#69)Hugo van Kemenade2022-06-221-3/+3
* add ipv6 support by setting address family (#50)Lekinho2020-02-121-1/+27
* Fix deprecation warnings (#41)Xtreak2020-01-051-3/+3
* socket write expect bytes instead of str (#38)blidce2019-11-251-1/+1
* Avoid some reference cycles through tracebacks. (#36)Benjamin Peterson2019-10-141-5/+3
* LimitedLengthFile: Handle io.UnsupportedOperation from socket.tell(). (#35)Benjamin Peterson2019-09-091-3/+6
* Make LimitedLengthFile file return empty bytes rather than empty string when ...Benjamin Peterson2019-09-041-1/+1
* Write bytestrings when calling wsgi_write_chunk (#22)Chris Dent2019-02-281-2/+2
* Revert "Remove use of OpenSSL.tsafe, which links to OpenSSL.SSL anyways. (#16)"Chris Dent2019-01-071-3/+3
* 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