plexpy/lib/cherrypy
Felix Bünemann f6162a8df8 Fix OpenSSL SSL.ConnectionType deprecation warning
This patches the vendored cherrypy lib to work around a deprecation
warning in pyOpenSSL 17.1.0 and later by checking and using the
SSL.Connection class if available and falling back to ConnectionType.
2017-12-31 14:30:15 +01:00
..
lib Make sure cherrypy doesn't add the local port twice with http_proxy enabled 2016-05-19 21:54:58 -07:00
process Update CherryPy to 5.1.0 2016-05-01 11:06:37 -07:00
scaffold Update CherryPy to 5.1.0 2016-05-01 11:06:37 -07:00
wsgiserver Fix OpenSSL SSL.ConnectionType deprecation warning 2017-12-31 14:30:15 +01:00
__init__.py Update CherryPy to 5.1.0 2016-05-01 11:06:37 -07:00
__main__.py Add back init scripts 2015-06-30 21:27:07 +02:00
_cpchecker.py Initial Commit 2015-02-22 18:32:51 +02:00
_cpcompat.py Update CherryPy to 5.1.0 2016-05-01 11:06:37 -07:00
_cpcompat_subprocess.py Update CherryPy to 5.1.0 2016-05-01 11:06:37 -07:00
_cpconfig.py Update CherryPy to 5.1.0 2016-05-01 11:06:37 -07:00
_cpdispatch.py Update CherryPy to 5.1.0 2016-05-01 11:06:37 -07:00
_cperror.py Initial Commit 2015-02-22 18:32:51 +02:00
_cplogging.py Add back init scripts 2015-06-30 21:27:07 +02:00
_cpmodpy.py Initial Commit 2015-02-22 18:32:51 +02:00
_cpnative_server.py Initial Commit 2015-02-22 18:32:51 +02:00
_cpreqbody.py Initial Commit 2015-02-22 18:32:51 +02:00
_cprequest.py Initial Commit 2015-02-22 18:32:51 +02:00
_cpserver.py Initial Commit 2015-02-22 18:32:51 +02:00
_cpthreadinglocal.py Initial Commit 2015-02-22 18:32:51 +02:00
_cptools.py Initial Commit 2015-02-22 18:32:51 +02:00
_cptree.py Initial Commit 2015-02-22 18:32:51 +02:00
_cpwsgi.py Update CherryPy to 5.1.0 2016-05-01 11:06:37 -07:00
_cpwsgi_server.py Initial Commit 2015-02-22 18:32:51 +02:00
daemon.py Update CherryPy to 5.1.0 2016-05-01 11:06:37 -07:00