COPYING
MANIFEST.in
Makefile
README.rst
development.txt
requirements.txt
setup.cfg
setup.py
tox.ini
docs/make.bat
docs/source/acks.rst
docs/source/api.rst
docs/source/changelog.rst
docs/source/conf.py
docs/source/contributing.rst
docs/source/index.rst
docs/source/introduction.rst
docs/source/_static/logo.svg
httpretty/__init__.py
httpretty/compat.py
httpretty/core.py
httpretty/errors.py
httpretty/http.py
httpretty/utils.py
httpretty/version.py
httpretty.egg-info/PKG-INFO
httpretty.egg-info/SOURCES.txt
httpretty.egg-info/dependency_links.txt
httpretty.egg-info/not-zip-safe
httpretty.egg-info/top_level.txt
tests/__init__.py
tests/compat.py
tests/functional/__init__.py
tests/functional/base.py
tests/functional/test_bypass.py
tests/functional/test_debug.py
tests/functional/test_decorator.py
tests/functional/test_fakesocket.py
tests/functional/test_httplib2.py
tests/functional/test_passthrough.py
tests/functional/test_requests.py
tests/functional/test_urllib2.py
tests/functional/testserver.py
tests/functional/bugfixes/__init__.py
tests/functional/bugfixes/test_242_ssl_bad_handshake.py
tests/functional/bugfixes/test_eventlet.py
tests/functional/bugfixes/test_redis.py
tests/functional/bugfixes/test_tornado_bind_unused_port.py
tests/functional/fixtures/playback-1.json
tests/pyopenssl/__init__.py
tests/pyopenssl/test_mock.py
tests/unit/__init__.py
tests/unit/test_core.py
tests/unit/test_http.py
tests/unit/test_httpretty.py
tests/unit/test_main.py